You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Apache Wiki <wi...@apache.org> on 2007/10/29 16:04:55 UTC

[Lenya Wiki] Update of "How to tune Lenya 2.0 for Production Use" by JörnNettingsmeier

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.

The following page has been changed by JörnNettingsmeier:
http://wiki.apache.org/lenya/How_to_tune_Lenya_2%2e0_for_Production_Use

------------------------------------------------------------------------------
  
  == Cosmetics ==
  
- In order to hide the default and blog publicatons from the root index page (if you're not going to rewrite it anyway), you can set
+ In order to hide the default publication from the welcome page (if you're not going to rewrite it anyway), you can set
- {{{
- --- lenya/src/pubs/blog/publication.xml (revision 452350)
- +++ lenya/src/pubs/blog/publication.xml (working copy)
- @@ -17,11 +17,12 @@
- -<lenya:publication xmlns:lenya="http://apache.org/cocoon/lenya/publication/1.0" lenya:show="true">
- +<lenya:publication xmlns:lenya="http://apache.org/cocoon/lenya/publication/1.0" lenya:show="false">
- }}}
  {{{
  --- lenya/src/pubs/default/publication.xml      (revision 452350)
  +++ lenya/src/pubs/default/publication.xml      (working copy)
  @@ -17,12 +17,13 @@
- -<lenya:publication xmlns:lenya="http://apache.org/cocoon/lenya/publication/1.0" lenya:show="true">
+ -<publication xmlns="http://apache.org/cocoon/lenya/publication/1.1" show="true">
- +<lenya:publication xmlns:lenya="http://apache.org/cocoon/lenya/publication/1.0" lenya:show="false">
+ +<publication xmlns="http://apache.org/cocoon/lenya/publication/1.1" show="false">
  }}}
  
  == Performance Tuning ==

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org