# HG changeset patch # User Emile Anclin # Date 1238416039 -7200 # Node ID 216141cf47a34415baee42338163f2c43f8489d9 # Parent 15fc369bc3cac5daf1ac6f95d5601c507c61be15 remove all erudi and ginco occurences in the doc diff -r 15fc369bc3ca -r 216141cf47a3 doc/book/en/B1020-define-views.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. diff -r 15fc369bc3ca -r 216141cf47a3 doc/book/en/B1060-templates.en.txt --- 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'