Skip to content
Snippets Groups Projects
Commit e7afd843 authored by Christian Wulf's avatar Christian Wulf
Browse files

Merge branch 'site' of

gitlab@build.se.informatik.uni-kiel.de:chw/teetime.git into site

Conflicts:
	src/site/site.xml
parents b760e2ae 28cd6b62
No related branches found
No related tags found
No related merge requests found
...@@ -314,6 +314,9 @@ ...@@ -314,6 +314,9 @@
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version> <version>2.10.1</version>
<configuration> <configuration>
<links>
<link>${basedir}/src/site/index.html</link>
</links>
<!-- <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile> --> <!-- <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile> -->
<!-- <show>public</show> --> <!-- <show>public</show> -->
</configuration> </configuration>
......
<?xml version="1.0" encoding="UTF-8"?>
<faqs xmlns="http://maven.apache.org/FML/1.0.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd"
title="Frequently Asked Questions"
toplink="false">
<part id="general">
<title>General</title>
<faq id="whats-foo">
<question>
What is Foo?
</question>
<answer>
<p>some markup goes here</p>
<source>some source code</source>
<p>some markup goes here</p>
</answer>
</faq>
<faq id="whats-bar">
<question>
What is Bar?
</question>
<answer>
<p>some markup goes here</p>
</answer>
</faq>
</part>
<part id="install">
<title>Installation</title>
<faq id="how-install">
<question>
How do I install Foo?
</question>
<answer>
<p>some markup goes here</p>
</answer>
</faq>
</part>
</faqs>
\ No newline at end of file
<project name="TeeTime"> <project name="TeeTime">
<publishDate position="right"/> <skin>
<skin> <groupId>lt.velykis.maven.skins</groupId>
<groupId>lt.velykis.maven.skins</groupId> <artifactId>reflow-maven-skin</artifactId>
<artifactId>reflow-maven-skin</artifactId> <version>1.1.1</version>
<version>1.1.1</version> </skin>
</skin> <body>
<body> <menu name="Tutorial">
<menu name="Tutorial"> <item name="Introduction" href="wiki/home.html" />
<item name="Introduction" href="wiki/home.html"/> </menu>
</menu> <menu name="Documentation">
<menu name="Documentation"> <item name="JavaDoc" href="apidocs/index.html" />
<item name="JavaDoc" href="apidocs/index.html" /> <item name="Dependencies" href="dependencies.html" />
<item name="Dependencies" href="dependencies.html"/> </menu>
</menu> <menu name="About">
<menu name="About"> <item name="Dependency Information" href="dependency-info.html" />
<item name="Dependency Information" href="dependency-info.html"/> <item name="License" href="license.html" />
<item name="License" href="license.html"/> <item name="Team" href="team-list.html" />
<item name="Team" href="team-list.html"/> <item name="FAQ" href="faq.html" />
</menu> </menu>
<!-- <menu ref="modules"/> --> <!-- <menu ref="modules"/> -->
<!-- <menu ref="reports"/> --> <!-- <menu ref="reports"/> -->
</body> </body>
<custom> <custom>
<reflowSkin> <reflowSkin>
<theme>bootswatch-spacelab</theme> <theme>bootswatch-flatly</theme>
<highlightJs>true</highlightJs> <highlightJs>true</highlightJs>
<brand> <brand>
<name> <name>
<![CDATA[ <![CDATA[
<img src="images/teetime-wo-text-smaller-scaled.png"> <img src="images/teetime-wo-text-smaller-scaled.png">
TeeTime TeeTime
]]> ]]>
</name> </name>
<href>index.html</href> <href>index.html</href>
</brand> </brand>
<!-- <slogan>Make analysis clever and faster.</slogan> --> <pages>
<!-- <titleTemplate>%2$s | %1$s</titleTemplate> --> <index project="TeeTime">
<!-- <toc>top</toc> --> <publishDate position="right" />
<!-- <topNav>Download|reports|modules</topNav> --> <version position="left" />
<!-- <bottomNav> --> </index>
<!-- <column>Main|Download</column> --> </pages>
<!-- <column>Documentation</column> --> <!-- <slogan>Make analysis clever and faster.</slogan> -->
<!-- <column>reports|modules</column> --> <!-- <titleTemplate>%2$s | %1$s</titleTemplate> -->
<!-- </bottomNav> --> <!-- <toc>top</toc> -->
<!-- <bottomDescription> --> <!-- <topNav>Download|reports|modules</topNav> -->
<!-- This is a very good project doing interesting and valuable things. --> <!-- <bottomNav> -->
<!-- </bottomDescription> --> <!-- <column>Main|Download</column> -->
<!-- <pages> --> <!-- <column>Documentation</column> -->
<!-- <index project="project-id"> --> <!-- <column>reports|modules</column> -->
<!-- <shortTitle>Welcome</shortTitle> --> <!-- </bottomNav> -->
<!-- <breadcrumbs>false</breadcrumbs> --> <!-- <bottomDescription> -->
<!-- <toc>false</toc> --> <!-- This is a very good project doing interesting and valuable things. -->
<!-- <sections> --> <!-- </bottomDescription> -->
<!-- <carousel /> --> <!-- <pages> -->
<!-- <body /> --> <!-- <index project="project-id"> -->
<!-- <sidebar /> --> <!-- <shortTitle>Welcome</shortTitle> -->
<!-- <thumbs>2</thumbs> --> <!-- <breadcrumbs>false</breadcrumbs> -->
<!-- <columns>3</columns> --> <!-- <toc>false</toc> -->
<!-- </sections> --> <!-- <sections> -->
<!-- </index> --> <!-- <carousel /> -->
<!-- <developer-info> --> <!-- <body /> -->
<!-- <toc>sidebar</toc> --> <!-- <sidebar /> -->
<!-- </developer-info> --> <!-- <thumbs>2</thumbs> -->
<!-- </pages> --> <!-- <columns>3</columns> -->
</reflowSkin> <!-- </sections> -->
</custom> <!-- </index> -->
</project> <!-- <developer-info> -->
\ No newline at end of file <!-- <toc>sidebar</toc> -->
<!-- </developer-info> -->
<!-- </pages> -->
</reflowSkin>
</custom>
</project>
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