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

Added download page and started with the contribute page

parent ee5e114e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<title>Release notes</title> <title>Release notes</title>
</properties> </properties>
<body> <body>
<release version="1.0" date="15.12.2014" description="Initial Release"> <release version="1.0-SNAPSHOT" date="15.12.2014" description="Initial Release">
<action dev="ntd" type="add" issue="66"> <action dev="ntd" type="add" issue="66">
Created a new site to promote TeeTime. Created a new site to promote TeeTime.
</action> </action>
......
## Contribute
If you want to participate in the development, feel free to [contact us](team-list.html).
You can also download the source code from our Git repository.
Following URL's will give you read-only access to our server:
```xml
ssh://gitlab@build.se.informatik.uni-kiel.de:chw/teetime.git
```
or
```xml
http://build.se.informatik.uni-kiel.de/gitlab/chw/teetime.git
```
\ No newline at end of file
## How to get TeeTime # Download
There are several ways to get TeeTime. Choose the best one for you.
## Maven repository
To get TeeTime as Dependency for your project, simply add following lines to your pom.xml;
#### Latest stable release
```xml
<dependency>
<groupId>net.sourceforge.teetime</groupId>
<artifactId>teetime</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
```
#### Snapshot
```xml
<dependency>
<groupId>net.sourceforge.teetime</groupId>
<artifactId>teetime</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
```
## Source
You can also download the source code.
#### Latest stable release
The latest TeeTime release can be downloaded [from Sourceforge](https://sourceforge.net/projects/teetime/files/latest/download).
#### Snapshot
All nightly builds can be found on [Sonatype's repository](https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/teetime/teetime/) or our [CI Server](https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/job/teetime-nighly-release/lastSuccessfulBuild/artifact/target/).
## Release notes
All changes can be found on our [release notes](changes-report.html) page.
...@@ -24,13 +24,13 @@ Predefined stages are provided within the source code. You can immediatly start ...@@ -24,13 +24,13 @@ Predefined stages are provided within the source code. You can immediatly start
The first stable release will be published soon. For more informations visit: https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime The first stable release will be published soon. For more informations visit: https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime
![Logo](images/teetime-wo-arrows-shrinked.png) TeeTime Logo <!--- ![Logo](images/teetime-wo-arrows-shrinked.png) TeeTime Logo -->
## What is it? ## What is it?
TeeTime is a Pipes-And-Filters-Framework for Java. TeeTime is a Pipes-And-Filter-Framework for Java.
It provides various features, which will bring you to the next level of program analysis, such like: It provides various features, which will bring you to the next level of analysis programming, such like:
- Concurrent execution of stages - Concurrent execution of stages
......
...@@ -2,3 +2,6 @@ body { ...@@ -2,3 +2,6 @@ body {
background-image:url(../images/bg.png); background-image:url(../images/bg.png);
} }
.slogan {
color: #7E7E7E;
}
\ No newline at end of file
...@@ -7,31 +7,26 @@ ...@@ -7,31 +7,26 @@
<bannerLeft> <bannerLeft>
<name> <name>
<![CDATA[ TeeTime
<!-- <img src="images/teetime-wo-text-smaller-scaled.png"> -->
TeeTime
]]>
</name> </name>
<href>index.html</href> <href>index.html</href>
</bannerLeft> </bannerLeft>
<body> <body>
<menu name="Download">
<item name="as Maven Dependency" href="dependency-info.html" />
<item name="from Git"
href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime" />
</menu>
<links> <links>
<item name="Wiki" <item name="Wiki"
href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home" /> href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home" />
<item name="Download" href="download.html" />
</links> </links>
<menu name="Documentation"> <menu name="Documentation">
<item name="JavaDoc" href="apidocs/index.html" /> <item name="JavaDoc" href="apidocs/index.html" />
<item name="Dependencies" href="dependencies.html" /> <item name="Project Dependencies" href="dependencies.html" />
<item name="License" href="license.html" /> <item name="License" href="license.html" />
</menu> </menu>
<menu name="Get Involved"> <menu name="Get Involved">
<item name="Contribute" href="contribute.html" />
<item name="SourceForge Project Site" href="https://sourceforge.net/projects/teetime/" /> <item name="SourceForge Project Site" href="https://sourceforge.net/projects/teetime/" />
<item name="Issue Tracking" <item name="Issue Tracking"
href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/issues" /> href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/issues" />
...@@ -39,7 +34,9 @@ ...@@ -39,7 +34,9 @@
</menu> </menu>
<menu name="Main"> <menu name="Main">
<item name="Home" href="index.html" /> <item name="Home" href="index.html" />
<item name="Wiki" href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home" /> <item name="Download" href="download.html" />
<item name="Wiki"
href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home" />
<item name="Release notes" href="changes-report.html" /> <item name="Release notes" href="changes-report.html" />
</menu> </menu>
<!-- <menu ref="modules"/> --> <!-- <menu ref="modules"/> -->
...@@ -52,26 +49,25 @@ ...@@ -52,26 +49,25 @@
<topNav>Download|Wiki|Documentation|Get Involved</topNav> <topNav>Download|Wiki|Documentation|Get Involved</topNav>
<!-- <toc>sidebar</toc> --> <!-- <toc>sidebar</toc> -->
<!-- <tocTopMax>4</tocTopMax> --> <!-- <tocTopMax>4</tocTopMax> -->
<absoluteResourceURL>http://teetime.sourceforge.net/ <absoluteResourceURL>http://teetime.sourceforge.net
</absoluteResourceURL> </absoluteResourceURL>
<theme>default</theme> <theme>default</theme>
<highlightJs>true</highlightJs> <highlightJs>true</highlightJs>
<highlightJsTheme>github</highlightJsTheme> <highlightJsTheme>github</highlightJsTheme>
<brand> <brand>
<name> <name>
<![CDATA[ TeeTime
<!-- <img src="images/teetime-wo-text-smaller-scaled.png"> -->
TeeTime
]]>
</name> </name>
<href>index.html</href> <href>index.html</href>
</brand> </brand>
<slogan>The next level Pipes-And-Filter-Framework for Java <slogan>
<![CDATA[
<span class="slogan">The next level Pipes-And-Filters-Framework for Java</span>
]]>
</slogan> </slogan>
<titleTemplate>%2$s | %1$s</titleTemplate> <titleTemplate>%2$s | %1$s</titleTemplate>
<bottomNav maxSpan="9"> <bottomNav maxSpan="9">
<column>Main</column> <column>Main</column>
<column>Download</column>
<column>Wiki|Documentation</column> <column>Wiki|Documentation</column>
<column>Get Involved</column> <column>Get Involved</column>
</bottomNav> </bottomNav>
...@@ -98,6 +94,10 @@ ...@@ -98,6 +94,10 @@
<tocTopMax>4</tocTopMax> <tocTopMax>4</tocTopMax>
<breadcrumbs>false</breadcrumbs> <breadcrumbs>false</breadcrumbs>
</release> </release>
<download>
<toc>top</toc>
<tocTopMax>4</tocTopMax>
</download>
<wiki-home> <wiki-home>
<breadcrumbs> <breadcrumbs>
<item name="TeeTime" href="/" /> <item name="TeeTime" href="/" />
......
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