diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt new file mode 100644 index 0000000000000000000000000000000000000000..08e9da7aa04a24e069f22cfd44c92c1a548ad6e9 --- /dev/null +++ b/src/site/apt/index.apt @@ -0,0 +1,17 @@ +Check again later, as this page and the whole project is still WIP. + + The first stable release will be published soon. For more informations visit: {{https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime}} + +=== + + TeeTime is a Pipes-And-Filter-Framework for Java. + + It provides various features, which will bring you to the next level of analysis programming, such like: + + * Concurrent execution of stages + + * Flexible connection between stages + + * Typed ports + + * Pre-defined stages and pipelines \ No newline at end of file diff --git a/src/site/site.xml b/src/site/site.xml index ed1bfc5d6a99a17b60129c919c2db46b334195ec..5a0501bbe7d5e255dd594fdb8d7fac5ea40a46b9 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,12 +1,22 @@ -<project> +<project name="TeeTime"> + <publishDate position="right"/> <skin> <groupId>lt.velykis.maven.skins</groupId> <artifactId>reflow-maven-skin</artifactId> <version>1.1.1</version> </skin> <body> - <menu ref="modules"/> - <menu ref="reports"/> + <menu name="Documentation"> + <item name="JavaDoc" href="apidocs/index.html" /> + <item name="Dependencies" href="dependencies.html"/> + </menu> + <menu name="About"> + <item name="How to get it" href="dependency-info.html"/> + <item name="License" href="license.html"/> + <item name="Team" href="team-list.html"/> + </menu> +<!-- <menu ref="modules"/> --> +<!-- <menu ref="reports"/> --> </body> <custom> <reflowSkin> @@ -14,37 +24,37 @@ <highlightJs>true</highlightJs> <brand> <name>TeeTime</name> - <href>https://sourceforge.net/projects/teetime/</href> + <href>index.html</href> </brand> - <slogan>Make analysis clever and faster.</slogan> - <titleTemplate>%2$s | %1$s</titleTemplate> - <toc>top</toc> - <topNav>Download|reports</topNav> - <bottomNav> - <column>Main|Download</column> - <column>Documentation</column> - <column>reports|modules</column> - </bottomNav> - <bottomDescription> - This is a very good project doing interesting and valuable things. - </bottomDescription> - <pages> - <index project="project-id"> - <shortTitle>Welcome</shortTitle> - <breadcrumbs>false</breadcrumbs> - <toc>false</toc> - <sections> - <carousel /> - <body /> - <sidebar /> - <thumbs>2</thumbs> - <columns>3</columns> - </sections> - </index> - <developer-info> - <toc>sidebar</toc> - </developer-info> - </pages> +<!-- <slogan>Make analysis clever and faster.</slogan> --> +<!-- <titleTemplate>%2$s | %1$s</titleTemplate> --> +<!-- <toc>top</toc> --> +<!-- <topNav>Download|reports|modules</topNav> --> +<!-- <bottomNav> --> +<!-- <column>Main|Download</column> --> +<!-- <column>Documentation</column> --> +<!-- <column>reports|modules</column> --> +<!-- </bottomNav> --> +<!-- <bottomDescription> --> +<!-- This is a very good project doing interesting and valuable things. --> +<!-- </bottomDescription> --> +<!-- <pages> --> +<!-- <index project="project-id"> --> +<!-- <shortTitle>Welcome</shortTitle> --> +<!-- <breadcrumbs>false</breadcrumbs> --> +<!-- <toc>false</toc> --> +<!-- <sections> --> +<!-- <carousel /> --> +<!-- <body /> --> +<!-- <sidebar /> --> +<!-- <thumbs>2</thumbs> --> +<!-- <columns>3</columns> --> +<!-- </sections> --> +<!-- </index> --> +<!-- <developer-info> --> +<!-- <toc>sidebar</toc> --> +<!-- </developer-info> --> +<!-- </pages> --> </reflowSkin> </custom> </project> \ No newline at end of file