X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.web;h=72393bacd3483dd6fb51eeff1cd3f69672a0e99d;hb=11dd44ec360d4130c824bda10bd2bee1f8a31a2c;hp=50cd4fcaaf6967f8f838c33fa98d8add893015f4;hpb=aa826f3eed4667fc11135075ee29a71335dd0a2a;p=odoo%2Fodoo.git diff --git a/README.web b/README.web index 50cd4fc..72393ba 100644 --- a/README.web +++ b/README.web @@ -1,42 +1,9 @@ -Coding style ------------- - -Javascript - http://javascript.crockford.com/code.html with the following amendements: - - Line Length should be 160 (132?), dont split at 80, rationale in 2011 we all use 16/9 screens - - http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml ? - -Modules Conventions -------------------- - -addons//controllers/ python controller -addons//controllers/main.py main python controller is there is only one (or should it be .py ?) -addons//static/ static directory (directly served by the web server) -addons//static// directory containing an external javascrip library respect the directory structure of upstream is this directory -addons//static/openerp/ module specfic static files -addons//static/openerp/js/ module specific javscript files -addons//static/openerp/css/ module specific css files -addons//static/openerp/img/ module specific images files -addons//static/openerp/ other files -addons//__openerp__.py module manifest referencing js and css files - - -Dependecies +OpenERP Web ----------- -Depends on - -install "CherryPy>=3.1.2" "-d cherrypy" -install "simplejson>=2.0.9" "-d simplejson" -Maybe soon on +To build the documentation use: -#install "Babel>=0.9.4" "-d babel" -#install "pytz>=2009j" "-d pytz" +$ make doc -Probably not anymore on: +then look at doc/build/html/index.html -#install "Mako>=0.2.4" "-d mako" -#install "formencode>=1.2.2" "-d formencode" -#install "pyparsing>=1.5.2" "-f pyparsing.py" -#install "xlwt>=0.7" "-d xlwt"