Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TeeTime-Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nelson Tavares de Sousa
TeeTime-Framework
Commits
d770d7de
Commit
d770d7de
authored
10 years ago
by
Nelson Tavares de Sousa
Browse files
Options
Downloads
Patches
Plain Diff
played a little bit with site.xml and added index.apt to see how it
works
parent
a59a2b9f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/site/apt/index.apt
+17
-0
17 additions, 0 deletions
src/site/apt/index.apt
src/site/site.xml
+43
-33
43 additions, 33 deletions
src/site/site.xml
with
60 additions
and
33 deletions
src/site/apt/index.apt
0 → 100644
+
17
−
0
View file @
d770d7de
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}}
===
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:
* Concurrent execution of stages
* Flexible connection between stages
* Typed ports
* Pre-defined stages and pipelines
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/site/site.xml
+
43
−
33
View file @
d770d7de
<project>
<project
name=
"TeeTime"
>
<publishDate
position=
"right"
/>
<skin>
<groupId>
lt.velykis.maven.skins
</groupId>
<artifactId>
reflow-maven-skin
</artifactId>
<version>
1.1.1
</version>
</skin>
<body>
<menu
ref=
"modules"
/>
<menu
ref=
"reports"
/>
<menu
name=
"Documentation"
>
<item
name=
"JavaDoc"
href=
"apidocs/index.html"
/>
<item
name=
"Dependencies"
href=
"dependencies.html"
/>
</menu>
<menu
name=
"About"
>
<item
name=
"How to get it"
href=
"dependency-info.html"
/>
<item
name=
"License"
href=
"license.html"
/>
<item
name=
"Team"
href=
"team-list.html"
/>
</menu>
<!-- <menu ref="modules"/> -->
<!-- <menu ref="reports"/> -->
</body>
<custom>
<reflowSkin>
...
...
@@ -14,37 +24,37 @@
<highlightJs>
true
</highlightJs>
<brand>
<name>
TeeTime
</name>
<href>
https://sourceforge.net/projects/teetime/
</href>
<href>
index.html
</href>
</brand>
<slogan>
Make analysis clever and faster.
</slogan>
<titleTemplate>
%2$s | %1$s
</titleTemplate>
<toc>
top
</toc>
<topNav>
Download|reports
</topNav>
<bottomNav>
<column>
Main|Download
</column>
<column>
Documentation
</column>
<column>
reports|modules
</column>
</bottomNav>
<bottomDescription>
This is a very good project doing interesting and valuable things.
</bottomDescription>
<pages>
<index
project=
"project-id"
>
<shortTitle>
Welcome
</shortTitle>
<breadcrumbs>
false
</breadcrumbs>
<toc>
false
</toc>
<sections>
<carousel
/>
<body
/>
<sidebar
/>
<thumbs>
2
</thumbs>
<columns>
3
</columns>
</sections>
</index>
<developer-info>
<toc>
sidebar
</toc>
</developer-info>
</pages>
<!--
<slogan>Make analysis clever and faster.</slogan>
-->
<!--
<titleTemplate>%2$s | %1$s</titleTemplate>
-->
<!--
<toc>top</toc>
-->
<!--
<topNav>Download|reports
|modules
</topNav>
-->
<!--
<bottomNav>
-->
<!--
<column>Main|Download</column>
-->
<!--
<column>Documentation</column>
-->
<!--
<column>reports|modules</column>
-->
<!--
</bottomNav>
-->
<!--
<bottomDescription>
-->
<!--
This is a very good project doing interesting and valuable things.
-->
<!--
</bottomDescription>
-->
<!--
<pages>
-->
<!--
<index project="project-id">
-->
<!--
<shortTitle>Welcome</shortTitle>
-->
<!--
<breadcrumbs>false</breadcrumbs>
-->
<!--
<toc>false</toc>
-->
<!--
<sections>
-->
<!--
<carousel />
-->
<!--
<body />
-->
<!--
<sidebar />
-->
<!--
<thumbs>2</thumbs>
-->
<!--
<columns>3</columns>
-->
<!--
</sections>
-->
<!--
</index>
-->
<!--
<developer-info>
-->
<!--
<toc>sidebar</toc>
-->
<!--
</developer-info>
-->
<!--
</pages>
-->
</reflowSkin>
</custom>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment