diff --git a/src/site/apt/tutorial/index.apt b/src/site/apt/tutorial/index.apt deleted file mode 100644 index 352c99d807cb11f4be044514e2ac24a03a5500f4..0000000000000000000000000000000000000000 --- a/src/site/apt/tutorial/index.apt +++ /dev/null @@ -1,3 +0,0 @@ -Tutorial - - In the following links you can find tutorial to write your own analysis. \ No newline at end of file diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 67d452829fecdbeed0c4c13a6e7f1429f9f41745..3cf814d02336d8bfbd2d33397c5a076c35678660 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -1,3 +1,23 @@ +#### TeeTime + + + +Implement your analysis or filters in a new, easy and fast way. + +#### Flexible connection between stages + + + +It is up to you, how your stages are connected. TeeTime gives you tools to freely route your dataflow between your stages. + +#### Predefined stages + + + +Predefined stages are provided within the source code. You can immediatly start to write your own analysis. + +--- + ##Check again later... ..., as this page and the whole project is still WIP. diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css index e72d7d9bb215b8890e5b83c5b6440f22c6e81bd4..db290306897beb4853661feefca657a04e18428f 100644 --- a/src/site/resources/css/site.css +++ b/src/site/resources/css/site.css @@ -1,3 +1,7 @@ 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 new file mode 100644 index 0000000000000000000000000000000000000000..9a35b590dd0e616bbd73c8dcf2bbc65eed835a38 Binary files /dev/null and b/src/site/resources/images/code_screenshot.jpg differ diff --git a/src/site/site.xml b/src/site/site.xml index e77d5290341b044404b5b12be6ce534f31d412f6..c80176e431e55a3264c9874bb41f984515abb0e6 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -82,6 +82,12 @@ <pages> <index> <breadcrumbs>false</breadcrumbs> + <sections> + <carousel /> + <columns>2</columns> + <body /> + <sidebar /> + </sections> </index> <license> <highlightJs>false</highlightJs> @@ -91,10 +97,14 @@ <tocTopMax>4</tocTopMax> <breadcrumbs>false</breadcrumbs> </release> - <wiki> + <wiki-home> + <breadcrumbs> + <item name="TeeTime" href="/" /> + <item name="Wiki" href="wiki/home.html" /> + </breadcrumbs> <toc>sidebar</toc> <tocTopMax>4</tocTopMax> - </wiki> + </wiki-home> </pages> </reflowSkin> </custom>