lucene/site
Grant Ingersoll 4ba69db562 Initial check in of scoring.xml documentation. I have also added lucene.css stylesheet and included it in the Anakia Site VSL, although I am open to other ways of including style information on a per document basis (I just don't know Velocity to make the changes).
I have not linked in scoring.xml to the main documentation yet, as I wanted others to proofread/edit before making it official.  Once it is official, I will hook it in via the projects.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@433627 13f79535-47bb-0310-9956-ffa450edef68
2006-08-22 13:38:16 +00:00
..
lib using our own site.vsl so we can have a new logo without "jakarta" 2005-04-29 22:39:34 +00:00
README using our own site.vsl so we can have a new logo without "jakarta" 2005-04-29 22:39:34 +00:00
build.xml Initial check in of scoring.xml documentation. I have also added lucene.css stylesheet and included it in the Anakia Site VSL, although I am open to other ways of including style information on a per document basis (I just don't know Velocity to make the changes). 2006-08-22 13:38:16 +00:00

README

Building the website:
---------------------

All you need to do is cd into this directory and type:

    ant

Modifying the website:
----------------------

To modify the website, all you need to do is edit the files in the xdocs 
directory and then rebuild the website. The format of the files is fairly 
straightforward. You should only add XHTML tags because the .xml files 
need to be parsed by an XML parser.

Changing the look and feel of the entire website is easy. Just modify the 
site.vsl file located in the xdocs/stylesheets directory and rebuild.

If you would like to add links to the left side navigation, simply edit 
the project.xml file in the xdocs/stylesheets directory and rebuild.

Place your images in the xdocs/images directory. When you rebuild, the 
modified images will be copied over to the docs/images directory.