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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
