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
28cd6b62
Commit
28cd6b62
authored
10 years ago
by
Nelson Tavares de Sousa
Browse files
Options
Downloads
Patches
Plain Diff
first test with fml
parent
696e567b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+3
-0
3 additions, 0 deletions
pom.xml
src/site/fml/faq.fml
+49
-0
49 additions, 0 deletions
src/site/fml/faq.fml
src/site/site.xml
+67
-61
67 additions, 61 deletions
src/site/site.xml
with
119 additions
and
61 deletions
pom.xml
+
3
−
0
View file @
28cd6b62
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/site/fml/faq.fml
0 → 100644
+
49
−
0
View file @
28cd6b62
<?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
This diff is collapsed.
Click to expand it.
src/site/site.xml
+
67
−
61
View file @
28cd6b62
<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
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