aboutsummaryrefslogtreecommitdiff
path: root/src/site/site.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/site.xml')
-rw-r--r--src/site/site.xml55
1 files changed, 42 insertions, 13 deletions
diff --git a/src/site/site.xml b/src/site/site.xml
index ff1a3c91..44fd16b9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,40 +21,69 @@
<src>http://bigtop.apache.org/images/bigtop-logo.png</src>
<href>http://bigtop.apache.org/</href>
</bannerLeft>
+ <bannerRight>
+ <src>http://www.apache.org/images/asf_logo_wide.png</src>
+ <href>http://www.apache.org/</href>
+ </bannerRight>
<publishDate position="right"/>
<version position="right"/>
<skin>
<groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-default-skin</artifactId>
- <version>1.0</version>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.3.0</version>
</skin>
- <body>
- <links position="left">
- <item name="Wiki" href="https://cwiki.apache.org/confluence/display/BIGTOP" />
- <item name="JIRA" href="https://issues.apache.org/jira/browse/BIGTOP" />
- <item name="GIT" href="https://git-wip-us.apache.org/repos/asf/bigtop.git" />
- </links>
+ <custom>
+ <fluidoSkin>
+ <topBarEnabled>true</topBarEnabled>
+ <sideBarEnabled>false</sideBarEnabled>
+ <leftColumnClass>span2</leftColumnClass>
+ <bodyColumnClass>span10</bodyColumnClass>
+ <googleSearch>
+ <sitesearch>http://bigtop.apache.org</sitesearch>
+ </googleSearch>
+ </fluidoSkin>
+ </custom>
+ <body>
<breadcrumbs position="left">
<item name="Apache" href="http://www.apache.org/" />
- <item name="Bigtop" href="http://bigtop.apache.org//"/>
+ <item name="Bigtop" href="http://bigtop.apache.org/"/>
</breadcrumbs>
+ <links position="left">
+ </links>
+
<menu name="Bigtop">
<item name="Overview" href="index.html"/>
- <item name="Download" href="http://www.apache.org/dyn/closer.cgi/bigtop/" />
- <item name="Release Notes" href="release-notes.html"/>
+ <item name="Power by" href="https://cwiki.apache.org/confluence/display/BIGTOP/Powered+By+Bigtop" />
<item name="Who We Are" href="team-list.html" />
+ <item name="Feedback" href="issue-tracking.html" />
+ </menu>
+
+ <menu name="Releases">
+ <item name="Release Notes" href="release-notes.html"/>
+ <item name="0.3.0-incubating" href="http://archive.apache.org/dist/incubator/bigtop/bigtop-0.3.0-incubating/"/>
+ <item name="0.7.0" href="http://www.apache.org/dyn/closer.cgi/bigtop/bigtop-0.7.0/"/>
</menu>
- <menu name="Resources">
+ <menu name="Project Information">
+ <item name="Wiki" href="https://cwiki.apache.org/confluence/display/BIGTOP" />
+ <item name="JIRA" href="https://issues.apache.org/jira/browse/BIGTOP" />
+ <item name="GIT (browse)" href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git" />
+ <item name="GIT (clone)" href="https://git-wip-us.apache.org/repos/asf/bigtop.git" />
+ <item name="Blog" href="http://blogs.apache.org/bigtop/" />
<item name="Mailing Lists" href="mail-lists.html" />
- <item name="Issue Tracking" href="issue-tracking.html" />
<item name="IRC channel" href="irc-channel.html" />
</menu>
+ <menu name="ASF">
+ <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
+ <item name="Foundation" href="http://www.apache.org/foundation/"/>
+ <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
+ <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+ </menu>
</body>
</project>