[Commits] python.it commit r204 -
twisted/trunk/contrib/nevow/doc/txt
commit a svn.python.it
commit a svn.python.it
Sab 29 Lug 2006 13:44:03 CEST
Author: manlio
Date: Sat Jul 29 13:43:51 2006
New Revision: 204
Modified:
twisted/trunk/contrib/nevow/doc/txt/nevow-deployment.txt
Log:
aggiornamento
Modified: twisted/trunk/contrib/nevow/doc/txt/nevow-deployment.txt
==============================================================================
--- twisted/trunk/contrib/nevow/doc/txt/nevow-deployment.txt (original)
+++ twisted/trunk/contrib/nevow/doc/txt/nevow-deployment.txt Sat Jul 29 13:43:51 2006
@@ -219,15 +219,31 @@
Example::
/ProjectName
- /packagename
- /static
- /css
- /js
- /images
- module1.py
- module2.py
- ...
+ /packagename
+ /static
+ /css
+ /js
+ /images
+ module1.py
+ module2.py
+ ...
+
+or better::
+ /ProjectName
+ /static
+ /i - images
+ /s - styles
+ /j - javascript
+ /template
+ /doc
+ /database - sql files
+ /bin - various scripts
+ /projectname - python modules
+ /web - for the web stuff
+ /storage - for the data layer
+ /other_eventual_twisted_using_subparts
+ common_python_modules.py
Conclusion
==========
Maggiori informazioni sulla lista
Commits