Skip to content
Snippets Groups Projects
Commit d770d7de authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

played a little bit with site.xml and added index.apt to see how it

works
parent a59a2b9f
No related branches found
No related tags found
No related merge requests found
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
<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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment