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

set main page title to "Welcome | TeeTime"

remodelled download page and main page
parent ee219505
No related branches found
No related tags found
No related merge requests found
...@@ -76,11 +76,13 @@ ...@@ -76,11 +76,13 @@
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId> <artifactId>hamcrest-core</artifactId>
<version>1.3</version> <version>1.3</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId> <artifactId>hamcrest-library</artifactId>
<version>1.3</version> <version>1.3</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
......
<document xmlns="http://maven.apache.org/changes/1.0.0" <document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties> <properties>
<title>Release notes</title> <title>Release notes</title>
</properties> </properties>
<body> <body>
<release version="1.0-SNAPSHOT" date="15.12.2014" description="Preparing initial Release"> <release version="Snapshot" date="Daily basis" description="Unstable preview of oncoming versions">
<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>
</release> </release>
</body> <release version="1.0" date="Soon" description="Initial release">
<action type="add">
Initial release of TeeTime
</action>
</release>
</body>
</document> </document>
\ No newline at end of file
...@@ -2,21 +2,43 @@ ...@@ -2,21 +2,43 @@
There are several ways to get TeeTime. Choose the best one for you. There are several ways to get TeeTime. Choose the best one for you.
## Maven repository ## Latest stable
To get TeeTime as Dependency for your project, simply add following lines to your pom.xml; There are two simple ways to add TeeTime to your own project.
#### Latest stable release >Please note, that TeeTime's first official release isn't published yet. You can switch to the snapshot release or wait a couple of days. We are looking forward, to release 1.0 still this month.
#### As dependency
TeeTime is available through Maven's central repository.
If you use Maven, simply add following lines to your pom.xml:
```xml ```xml
<dependency> <dependency>
<groupId>net.sourceforge.teetime</groupId> <groupId>net.sourceforge.teetime</groupId>
<artifactId>teetime</artifactId> <artifactId>teetime</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0</version>
</dependency> </dependency>
``` ```
#### Snapshot Dependency informations for other project management tools can be found [here](dependency-info.html). Please make sure, your tool uses Maven's central repository. Help on how to add it, can be found [here](http://central.sonatype.org/pages/consumers.html).
#### Binaries and sources
The latest TeeTime release can be downloaded directly from [Sourceforge](https://sourceforge.net/projects/teetime/files/latest/download). If you also want to download the source and/or JavaDoc, you can also get a summary of available files on [Sourceforge](https://sourceforge.net/projects/teetime/files/)
## Snapshot
TeeTime is built upon a daily basis. All these nightly builds are accessible to the public.
Please do not forget, that this releases are not intended for daily use. These builds may be unstable.
#### As dependency
All snapshot builds will be deployed to Sonatype's snapshot repository.
To download these builds, add following lines to your project's pom.xml:
```xml ```xml
<dependency> <dependency>
...@@ -26,17 +48,19 @@ To get TeeTime as Dependency for your project, simply add following lines to you ...@@ -26,17 +48,19 @@ To get TeeTime as Dependency for your project, simply add following lines to you
</dependency> </dependency>
``` ```
Dependency informations for other project management tools can be found [here](dependency-info.html) If you did not add the Sonatype snapshot repository yet to your pom.xml, add also following lines to it, as otherwise Maven will not be able to find the needed artifacts:
## Source
You can also download the source code. ```xml
<repositories>
#### Latest stable release <repository>
<id>sonatype.oss.snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
```
The latest TeeTime release can be downloaded from [Sourceforge](https://sourceforge.net/projects/teetime/files/latest/download).
#### Snapshot #### Binaries and sources
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/). 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/).
......
...@@ -18,16 +18,10 @@ Predefined stages are provided within the source code. You can immediatly start ...@@ -18,16 +18,10 @@ Predefined stages are provided within the source code. You can immediatly start
--- ---
##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
<!--- ![Logo](images/teetime-wo-arrows-shrinked.png) TeeTime Logo -->
## What is it? ## What is it?
<!--- ![Logo](images/teetime-wo-arrows-shrinked.png) TeeTime Logo -->
TeeTime is a Pipes-And-Filter-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 analysis programming, such like: It provides various features, which will bring you to the next level of analysis programming, such like:
...@@ -48,14 +42,22 @@ TeeTime is available in many ways. If your projects use Maven, just add followin ...@@ -48,14 +42,22 @@ TeeTime is available in many ways. If your projects use Maven, just add followin
<dependency> <dependency>
<groupId>net.sourceforge.teetime</groupId> <groupId>net.sourceforge.teetime</groupId>
<artifactId>teetime</artifactId> <artifactId>teetime</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0</version>
</dependency> </dependency>
``` ```
To get the source code or the plain jar, take a look at the download section. >TeeTime's first official release is not published yet. For more information, see [download](download.html).
To get the source code or the plain jar, take a look at the [download](download.html) section.
## How to use it
To make working with TeeTime as pleasant and efficient as possible, this homepage provides various tools for you, which explain TeeTime's functions.
You can take a closer look at:
## Concurrency-aware - [TeeTime's Wiki](https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home).
TeeTime takes care of a parallel execution of stages. You do not need to think about anything, as TeeTime creates and manages all threads, needed by your analysis. - [API Documentation](apidocs/index.html).
\ No newline at end of file
...@@ -81,8 +81,9 @@ ...@@ -81,8 +81,9 @@
<breadcrumbs>false</breadcrumbs> <breadcrumbs>false</breadcrumbs>
<sections> <sections>
<carousel /> <carousel />
<columns>2</columns> <columns>3</columns>
</sections> </sections>
<shortTitle>Welcome</shortTitle>
</index> </index>
<license> <license>
<highlightJs>false</highlightJs> <highlightJs>false</highlightJs>
......
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