doc/book/en/B142-install.en.txt
changeset 261 20d5eae54d57
parent 221 19125141f6eb
equal deleted inserted replaced
259:d7bb01e5be9d 261:20d5eae54d57
    61 
    61 
    62   
    62   
    63 This skeleton directory is a working `AppEngine` application. You will
    63 This skeleton directory is a working `AppEngine` application. You will
    64 recognize the files ``app.yaml`` and ``main.py``. All the rest is the
    64 recognize the files ``app.yaml`` and ``main.py``. All the rest is the
    65 `LAX` framework and its third-party libraries. You will notice that 
    65 `LAX` framework and its third-party libraries. You will notice that 
    66 the directory ``cubes`` is a library of reusable components.
    66 the directory ``cubes`` is a library of reusable cubes.
    67 
    67 
    68 The main directories that you should know about are:
    68 The main directories that you should know about are:
    69 
    69 
    70   - ``cubes`` : this is a library of reusable yams components. To use 
    70   - ``cubes`` : this is a library of reusable yams cubes. To use 
    71     those components you will list them in the variable 
    71     those cubes you will list them in the variable 
    72     `included-yams-cubes` of ``app.conf``. See also :ref:`components`. 
    72     `included-yams-cubes` of ``app.conf``. See also :ref:`cubes`. 
    73   - [WHICH OTHER ONES SHOULD BE LISTED HERE?]
    73   - [WHICH OTHER ONES SHOULD BE LISTED HERE?]
    74 
    74 
    75 Dependencies
    75 Dependencies
    76 ------------
    76 ------------
    77 
    77 
   110 
   110 
   111 Ignore the errors that print "No translation file found for domain
   111 Ignore the errors that print "No translation file found for domain
   112 'erudi'". They disappear after the first run of i18ncompile.
   112 'erudi'". They disappear after the first run of i18ncompile.
   113 
   113 
   114 .. note:: The command  myapp/bin/laxctl i18nupdate needs to be executed
   114 .. note:: The command  myapp/bin/laxctl i18nupdate needs to be executed
   115    only if your application is using components from ginco-apps.
   115    only if your application is using cubes from ginco-apps.
   116    Otherwise, please skip it.
   116    Otherwise, please skip it.
   117 
   117 
   118 You will never need to add new entries in the translation catalog. Instead we would
   118 You will never need to add new entries in the translation catalog. Instead we would
   119 recommand you to use ``self.req._("msgId")`` in your application code
   119 recommand you to use ``self.req._("msgId")`` in your application code
   120 to flag new message id to add to the catalog, where ``_`` refers to
   120 to flag new message id to add to the catalog, where ``_`` refers to