(to be written)
In the utgb source folder, type:
> mvn site:run
if you have an installation of Maven in your PC, or
> utgb maven site:run
if you have an utgb-shell installed.
Then, open http://localhost:8080/ to see this documentation on the local machine. Updates to the src/site/aqua/**/*.aqua files will be reflected after reloading the page in the browser. If you have to add some files to the page (image, attachments, etc.), put these files to the src/site/resources folder. Until the server will be restarted, these new files are not visible from the localhost:8080, so stop the Jetty server with Ctrl+C, and rerun the site:run command.
Updates of the latest versions of these wiki document files are daily checked, and this site http://utgenome.org/ will be automatically updated via the Hudson continuous integration server (http://utgenome.org/hudson ).
http://www.xerial.org/ [http://www.xerial.org/ hyper link with a page name] [Index] wiki link = Heading1 == Heading2 === Heading3 * item1 ** item2 *** item3
The above wiki text will be displayed as follows:
{b|bold text} bold text
{i|italic text} italic text
[clip/tooth.gif]
<code> std:cout << "Hello World!" << std:endl; </code>
std:cout << "Hello World!" << std:endl;
<html> <font color="blue">This is HTML message.</font> </html>
This is HTML message.
@title("Top Page")