diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 3cf814d02336d8bfbd2d33397c5a076c35678660..e8b5e20586e6bec54455af823a517ff6a2d32cc9 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -4,13 +4,13 @@ Implement your analysis or filters in a new, easy and fast way. -#### Flexible connection between stages +#### Simple & Fast  -It is up to you, how your stages are connected. TeeTime gives you tools to freely route your dataflow between your stages. +The main focus is on fast execution and easy usage. -#### Predefined stages +#### Start today  @@ -26,6 +26,8 @@ The first stable release will be published soon. For more informations visit: ht  TeeTime Logo +## What is it? + 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: @@ -38,4 +40,22 @@ It provides various features, which will bring you to the next level of analysis - Pre-defined stages and pipelines +## Where to get it + +TeeTime is available in many ways. If your projects use Maven, just add following dependency to your pom.xml: + +```xml +<dependency> + <groupId>net.sourceforge.teetime</groupId> + <artifactId>teetime</artifactId> + <version>1.0-SNAPSHOT</version> +</dependency> +``` + +To get the source code or the plain jar, take a look at the download section. + +## Concurrency-aware + +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. + \ No newline at end of file diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css index db290306897beb4853661feefca657a04e18428f..2c75da9129b0d0823490993404d81b7dc8e923cd 100644 --- a/src/site/resources/css/site.css +++ b/src/site/resources/css/site.css @@ -2,6 +2,3 @@ body { background-image:url(../images/bg.png); } -.carousel>.item { - height: 300px; -} \ No newline at end of file diff --git a/src/site/resources/images/code_screenshot.jpg b/src/site/resources/images/code_screenshot.jpg index 9a35b590dd0e616bbd73c8dcf2bbc65eed835a38..24b5c8681c5cd5ffe458185b9f12f7ae8b6c57ea 100644 Binary files a/src/site/resources/images/code_screenshot.jpg and b/src/site/resources/images/code_screenshot.jpg differ diff --git a/target/site/images/code_screenshot.jpg b/target/site/images/code_screenshot.jpg new file mode 100644 index 0000000000000000000000000000000000000000..24b5c8681c5cd5ffe458185b9f12f7ae8b6c57ea Binary files /dev/null and b/target/site/images/code_screenshot.jpg differ