# HG changeset patch # User Paul Boddie # Date 1225501349 -3600 # Node ID e56e2e8be061859fe12ad1575d5f0b12a3eee3e9 # Parent c10e48f28faf014e7000251e9df6ebd856fa351d Added stylesheet modification notes and an explanation of selected categories. diff -r c10e48f28faf -r e56e2e8be061 README.txt --- a/README.txt Sat Nov 01 01:53:29 2008 +0100 +++ b/README.txt Sat Nov 01 02:02:29 2008 +0100 @@ -2,8 +2,10 @@ ------------ The CategoryMenu macro for MoinMoin provides support for navigation menus, -placed in the page content itself, showing the categories available in a Wiki, -along with the pages in the selected category. +placed in the page content itself, showing the categories present in a Wiki +along with the pages belonging to the selected categories. Categories can be +explicitly selected using macro arguments or implicitly selected using the +category membership of the page on which the macro is used. Installation ------------ @@ -39,6 +41,16 @@ this case, just copy the contents of the css directory into the css directory of themes which will support styling of category menus. +To activate the styles provided by the stylesheet in the css directory, you +will need to edit the screen.css file in each affected theme's css directory, +adding the following before any style rules: + + /* Category menus... */ + + @import "category.css"; + +This ensures that the styles are made available to the browser. + Contact, Copyright and Licence Information ------------------------------------------