Configured skin for project site
This commit is contained in:
parent
81ac164702
commit
837b4c662d
1 changed files with 52 additions and 40 deletions
|
@ -3,17 +3,28 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
|
||||
name="ROME">
|
||||
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</skin>
|
||||
|
||||
<bannerLeft>
|
||||
<name>ROME</name>
|
||||
<src>images/romelogo.png</src>
|
||||
<href>http://github.com/rometools/</href>
|
||||
</bannerLeft>
|
||||
|
||||
<publishDate position="right" />
|
||||
|
||||
<version position="right" />
|
||||
|
||||
<body>
|
||||
<menu name="Rome">
|
||||
<item name="Overview" href="index.html" />
|
||||
<item name="How Rome Works" href="HowRomeWorks/index.html" collapse="true">
|
||||
<item name="How Rome Works" href="HowRomeWorks/index.html"
|
||||
collapse="true">
|
||||
<item name="Read a syndication feed" href="HowRomeWorks/RomeV0.4TutorialUsingRomeToReadASyndicationFeed.html" />
|
||||
<item name="Create and write a syndication feed" href="HowRomeWorks/RomeV0.4TutorialUsingRomeToCreateAndWriteASyndicationFeed.html" />
|
||||
<item name="Convert a syndication feed" href="HowRomeWorks/RomeV0.4TutorialUsingRomeToConvertASyndicationFeedFromOneTypeToAnother.html" />
|
||||
|
@ -40,4 +51,5 @@
|
|||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue