[Seaside-dev] [seaside commit] r95 - wiki

codesite-noreply at google.com codesite-noreply at google.com
Sun Sep 14 20:37:50 UTC 2008


Author: renggli
Date: Sun Sep 14 13:36:56 2008
New Revision: 95

Added:
    wiki/PackageNaming.wiki

Log:
Created wiki page through web user interface.

Added: wiki/PackageNaming.wiki
==============================================================================
--- (empty file)
+++ wiki/PackageNaming.wiki	Sun Sep 14 13:36:56 2008
@@ -0,0 +1,22 @@
+# Naming of the Seaside Packages
+
+=Pattern=
+
+`Top-(Tests-)(Platform-)Rest`
+
+=Tokens=
+
+|| *Token* || *Explanation* || *Example* ||
+|| Top || The top level package name || `Seaside` ||
+|| Tests || Present for tests only || `Tests` ||
+|| Platform || Present for platform specific code only || `Squeak` ||
+|| Rest || The second level package name || `Canvas` ||
+
+=Example=
+
+The package ...
+
+  * `Seaside-Canvas` contains he canvas implementation of the Seaside  
project.
+  * `Seaside-Tests-Canvas` contains the tests for the canvas  
implementation.
+  * `Seaside-Squeak-Canvas` contains the platform specific code of the  
canvas implementation.
+  * `Seaside-Tests-Squeak-Canvas` contains the platform specific code of  
the test of the canvas implementation.
\ No newline at end of file


More information about the seaside-dev mailing list