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

first test with fml

parent 696e567b
No related branches found
No related tags found
No related merge requests found
......@@ -314,6 +314,9 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<configuration>
<links>
<link>${basedir}/src/site/index.html</link>
</links>
<!-- <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile> -->
<!-- <show>public</show> -->
</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">
<publishDate position="right"/>
<skin>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-maven-skin</artifactId>
<version>1.1.1</version>
</skin>
<body>
<menu name="Tutorial">
<item name="Introduction" href="wiki/home.html"/>
</menu>
<menu name="Documentation">
<item name="JavaDoc" href="apidocs/index.html" />
<item name="Dependencies" href="dependencies.html"/>
</menu>
<menu name="About">
<item name="Dependency Information" 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>
<theme>bootswatch-spacelab</theme>
<highlightJs>true</highlightJs>
<brand>
<name>TeeTime</name>
<href>index.html</href>
</brand>
<!-- <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>
<skin>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-maven-skin</artifactId>
<version>1.1.1</version>
</skin>
<body>
<menu name="Tutorial">
<item name="Introduction" href="wiki/home.html" />
</menu>
<menu name="Documentation">
<item name="JavaDoc" href="apidocs/index.html" />
<item name="Dependencies" href="dependencies.html" />
</menu>
<menu name="About">
<item name="Dependency Information" href="dependency-info.html" />
<item name="License" href="license.html" />
<item name="Team" href="team-list.html" />
<item name="FAQ" href="faq.html" />
</menu>
<!-- <menu ref="modules"/> -->
<!-- <menu ref="reports"/> -->
</body>
<custom>
<reflowSkin>
<theme>bootswatch-flatly</theme>
<highlightJs>true</highlightJs>
<brand>
<name>TeeTime</name>
<href>index.html</href>
</brand>
<pages>
<index project="TeeTime">
<publishDate position="right" />
<version position="left" />
</index>
</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
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