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

added some text

parent 7f38730c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<title>Release notes</title>
</properties>
<body>
<release version="1.0-SNAPSHOT" date="15.12.2014" description="Initial Release">
<release version="1.0-SNAPSHOT" date="15.12.2014" description="Preparing initial Release">
<action dev="ntd" type="add" issue="66">
Created a new site to promote TeeTime.
</action>
......
......@@ -2,6 +2,9 @@
If you want to participate in the development, feel free to [contact us](team-list.html).
### Access to source code
You can also download the source code from our Git repository.
Following URL's will give you read-only access to our server:
......@@ -13,4 +16,36 @@ or
```xml
http://build.se.informatik.uni-kiel.de/gitlab/chw/teetime.git
```
\ No newline at end of file
```
### Workflow
If you contribute, please follow our guidelines to comply to our quality standards.
#### Git guidelines
- To update a branch, use the code commands ``fetch`` and ``rebase`` in this order.
- Create a new branch for every code modification you want to perform.
- Contribute your changes and fixes by using the [merge request](https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/merge_requests) function in GitLab.
- Last, but not least, participate in discussions within our issue tracking system.
#### Issue tracking
- Create a ticket for every major bug.
- Comment on tickets you are working on and let others know what you are doing.
- Describe the issue in a short but understandable way.
- Use Tags for tickets, which fit the issue and mark bugs as ``solved``.
### Support
If you are using TeeTime and run into problems, consider to report the issue or [contact us](team-list.html). Every reported issue can help to improve TeeTime.
We really appreciate any ideas or suggestions.
\ No newline at end of file
......@@ -9,30 +9,32 @@ To get TeeTime as Dependency for your project, simply add following lines to you
#### Latest stable release
```xml
<dependency>
<groupId>net.sourceforge.teetime</groupId>
<artifactId>teetime</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<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>
<dependency>
<groupId>net.sourceforge.teetime</groupId>
<artifactId>teetime</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
```
Dependency informations for other project management tools can be found [here](dependency-info.html)
## 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).
The latest TeeTime release can be downloaded from [Sourceforge](https://sourceforge.net/projects/teetime/files/latest/download).
#### Snapshot
......
......@@ -6,7 +6,7 @@ Implement your analysis or filters in a new, easy and fast way.
#### Simple & Fast
![Pipelining](images/code_screenshot.jpg)
![Pipelining](images/code_screenshot.png)
The main focus is on fast execution and easy usage.
......
src/site/resources/images/code_screenshot.jpg

965 KiB | W: | H:

src/site/resources/images/code_screenshot.jpg

460 KiB | W: | H:

src/site/resources/images/code_screenshot.jpg
src/site/resources/images/code_screenshot.jpg
src/site/resources/images/code_screenshot.jpg
src/site/resources/images/code_screenshot.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -16,9 +16,9 @@
<links>
<item name="Download" href="download.html" />
<item name="Wiki"
href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home" />
<item name="Download" href="download.html" />
</links>
<menu name="Documentation">
<item name="JavaDoc" href="apidocs/index.html" />
......@@ -72,7 +72,7 @@
<column>Get Involved</column>
</bottomNav>
<bottomDescription>
TeeTime is a Pipes-And-Filter-Framework for Java.
TeeTime is a Pipes-And-Filters-Framework for Java.
It provides a simple way
of analysis tooling.
</bottomDescription>
......@@ -82,8 +82,6 @@
<sections>
<carousel />
<columns>2</columns>
<body />
<sidebar />
</sections>
</index>
<license>
......@@ -98,6 +96,13 @@
<toc>top</toc>
<tocTopMax>4</tocTopMax>
</download>
<dependencies>
<toc>top</toc>
<tocTopMax>5</tocTopMax>
</dependencies>
<contribute>
<highlightJs>false</highlightJs>
</contribute>
<wiki-home>
<breadcrumbs>
<item name="TeeTime" href="/" />
......
target/site/images/code_screenshot.jpg

965 KiB | W: | H:

target/site/images/code_screenshot.jpg

460 KiB | W: | H:

target/site/images/code_screenshot.jpg
target/site/images/code_screenshot.jpg
target/site/images/code_screenshot.jpg
target/site/images/code_screenshot.jpg
  • 2-up
  • Swipe
  • Onion skin
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