You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2004/05/01 14:00:03 UTC

[WIKI-UPDATE] LenyaNewPublicationHowTo Sat May 1 14:00:03 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=LenyaNewPublicationHowTo , version: 11 on Fri May  1 11:37:06 2004 by Giampaolo

- {{{Warning: the following was written by someone who is VERY new to Lenya, there may be better ways to do this!}}}
- 
- * Move to NEW-PUB folder and edit the publication.xml file in this directory to describe your new publication. Specifically, edit the /lenya:publication/lenya:name tag to reflect the name of your publication. It should then show up on the page at http://localhost:8080/lenya/;
+ * Move to {{NEW-PUB}} folder and edit the {{publication.xml}} file in this directory to describe your new publication. Specifically, edit the {{/lenya:publication/lenya:name}} tag to reflect the name of your publication. It should then show up on the page at {{http://localhost:8080/lenya/}};
?           ++       ++                     ++               ++                                                                                 ++                             ++                                                                                    ++                            ++

- * Move to NEW-PUB/config/ac/ and edit ac.xconf changing every occurence of default with NEW-PUB;
+ * Move to {{NEW-PUB/config/ac/}} and edit {{ac.xconf}} changing every occurence of default with NEW-PUB;
?           ++                  ++          ++        ++

- * Move to NEW-PUB/config/tasks/targets.xml and change <property name="export.expression" value="/lenya/default/live/"/> to <property name="export.expression" value="/lenya/NEW-PUB/live/"/>
?                                           ^^^^      ^

+ * Move to {{NEW-PUB/config/tasks/}} and edit {{targets.xml}} changing {{<property name="export.expression" value="/lenya/default/live/"/>}} to {{<property name="export.expression" value="/lenya/NEW-PUB/live/"/>}}.
?           ++                     ++++++++++++++           ^^      ^^^ ++                                                                 ++    ++                                                                 +++

+ * Add new users to 
+ * Remove default publication pages in Authoring area (through http://localhost:8080/lenya/NEW-PUB/authoring/}
+ 
+ 
+ Your publication is ready,, you can delete defaand add pages and their content using your favorite editor in the Authoring View from the Edit menu in order to get the menu structure for your publication set up.
+ 
- * Move to NEW-PUB/config/doctypes/samples/ and edit xhtml.xml changing the page that is shown when you create a new document.
+ * Move to {{NEW-PUB/config/doctypes/samples/}} and edit xhtml.xml changing the page that is shown when you create a new document.
?           ++                                ++

- 
- * Delete and add pages and their content using your favorite editor in the Authoring View from the Edit menu in order to get the menu structure for your publication set up.