[Checkins] SVN: bluebream/website/docs/v1.0/gettingstarted.rst Mention static files

Baiju M baiju.m.mail at gmail.com
Thu Feb 25 02:23:11 EST 2010


Log message for revision 109430:
  Mention static files
  

Changed:
  U   bluebream/website/docs/v1.0/gettingstarted.rst

-=-
Modified: bluebream/website/docs/v1.0/gettingstarted.rst
===================================================================
--- bluebream/website/docs/v1.0/gettingstarted.rst	2010-02-25 06:12:32 UTC (rev 109429)
+++ bluebream/website/docs/v1.0/gettingstarted.rst	2010-02-25 07:23:11 UTC (rev 109430)
@@ -265,7 +265,10 @@
   |           |-- securitypolicy.zcml
   |           |-- startup.py
   |           |-- tests.py
-  |           `-- views.py
+  |           |-- views.py
+  |           `-- static/
+  |               |-- logo.png
+  |               `-- style.css
   |-- templates/
   |   `-- zope_conf.in
   |-- var/
@@ -344,6 +347,8 @@
 
 - ``src/mynamespace/main/views.py`` -- An example view.
 
+- ``src/mynamespace/main/static/`` -- Static resource files (images, CSS etc.)
+
 - ``templates/`` -- Buildout specific templates used by
   "collective.recipe.template"
 



More information about the checkins mailing list