remove all erudi and ginco occurences in the doc
authorEmile Anclin <emile.anclin@logilab.fr>
Mon, 30 Mar 2009 14:27:19 +0200
changeset 1191 216141cf47a3
parent 1190 15fc369bc3ca
child 1192 82375c14eb26
remove all erudi and ginco occurences in the doc
doc/book/en/B1020-define-views.en.txt
doc/book/en/B1060-templates.en.txt
doc/book/en/B2052-install.en.txt
doc/book/en/D010-faq.en.txt
--- a/doc/book/en/B1020-define-views.en.txt	Mon Mar 30 09:32:16 2009 +0200
+++ b/doc/book/en/B1020-define-views.en.txt	Mon Mar 30 14:27:19 2009 +0200
@@ -163,7 +163,7 @@
 If you want to change the way a ``BlogEntry`` is displayed, just override 
 the method ``cell_call()`` of the view ``primary`` in ``BlogDemo/views.py`` ::
 
-  01. from ginco.web.views import baseviews
+  01. from cubicweb.web.views import baseviews
   02.
   03. class BlogEntryPrimaryView(baseviews.PrimaryView):
   04.
--- a/doc/book/en/B1060-templates.en.txt	Mon Mar 30 09:32:16 2009 +0200
+++ b/doc/book/en/B1060-templates.en.txt	Mon Mar 30 14:27:19 2009 +0200
@@ -84,7 +84,7 @@
 
 ::
 
- from ginco.web.views.basetemplates import HTMLPageHeader
+ from cubicweb.web.views.basetemplates import HTMLPageHeader
  class MyHTMLPageHeader(HTMLPageHeader):
     def main_header(self, view):
         """build the top menu with authentification info and the rql box"""
@@ -143,7 +143,7 @@
 for HTMLPageFooter and override it in your views file as in : 
 ::
 
-  form ginco.web.views.basetemplates import HTMLPageFooter
+  form cubicweb.web.views.basetemplates import HTMLPageFooter
   class MyHTMLPageFooter(HTMLPageFooter):
       def call(self, **kwargs):
           self.w(u'<div class="footer">')
@@ -211,5 +211,5 @@
 
 [TODO]
 Rajouter une section pour definir la terminologie utilisee.
-Dans ginco-doc rajouter une section pour cubciweb-ctl shell ou
+Dans cubicweb-doc rajouter une section pour cubciweb-ctl shell ou
 on liste les commandes dispos.
--- a/doc/book/en/B2052-install.en.txt	Mon Mar 30 09:32:16 2009 +0200
+++ b/doc/book/en/B2052-install.en.txt	Mon Mar 30 14:27:19 2009 +0200
@@ -107,10 +107,10 @@
   $ python myapp/bin/laxctl i18ncompile 
 
 Ignore the errors that print "No translation file found for domain
-'erudi'". They disappear after the first run of i18ncompile.
+'cubicweb'". They disappear after the first run of i18ncompile.
 
 .. note:: The command  myapp/bin/laxctl i18nupdate needs to be executed
-   only if your application is using cubes from ginco-apps.
+   only if your application is using cubes from cubicweb-apps.
    Otherwise, please skip it.
 
 You will never need to add new entries in the translation catalog. Instead we would
--- a/doc/book/en/D010-faq.en.txt	Mon Mar 30 09:32:16 2009 +0200
+++ b/doc/book/en/D010-faq.en.txt	Mon Mar 30 14:27:19 2009 +0200
@@ -99,9 +99,9 @@
   the application `Error while publishing ...` for Rest text and plain text.
   The server returns a traceback like as follows ::
 
-      2008-10-06 15:05:08 - (erudi.rest) ERROR: error while publishing ReST text
+      2008-10-06 15:05:08 - (cubicweb.rest) ERROR: error while publishing ReST text
       Traceback (most recent call last):
-      File "/home/sandrine/src/blogdemo/ginco/common/rest.py", line 217, in rest_publish
+      File "/home/user/src/blogdemo/cubicweb/common/rest.py", line 217, in rest_publish
       File "/usr/lib/python2.5/codecs.py", line 817, in open
       file = __builtin__.open(filename, mode, buffering)
       TypeError: __init__() takes at most 3 arguments (4 given)
@@ -156,11 +156,11 @@
   ``all-in-one.conf`` file of your instance, define the anonymous user
   as follows ::
 
-    # login of the Erudi user account to use for anonymous user (if you want to
+    # login of the CubicWeb user account to use for anonymous user (if you want to
     # allow anonymous)
     anonymous-user=anon
 
-    # password of the Erudi user account matching login
+    # password of the CubicWeb user account matching login
     anonymous-password=anon
 
   You also must ensure that this `anon` user is a registered user of
@@ -206,7 +206,7 @@
     user-login-attr=uid
     # name of a group in which ldap users will be by default
     user-default-group=users
-    # map from ldap user attributes to erudi attributes
+    # map from ldap user attributes to cubicweb attributes
     user-attrs-map=gecos:email,uid:login
 
   Any change applied to configuration file requires to restart your