Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Modified site layout, added issue tracking page, renamed download pag…
Browse files Browse the repository at this point in the history
…e into downloads.
  • Loading branch information
cliffano committed Jul 14, 2007
1 parent 29ed297 commit d9f1d89
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -9,6 +9,10 @@
<inceptionYear>2005</inceptionYear>
<name>Tagyu4J</name>
<url>http://mbledug.com/projects/tagyu/tagyu4j</url>
<issueManagement>
<system>Google Code Issue</system>
<url>http://code.google.com/p/tagyu4j/issues/list</url>
</issueManagement>
<ciManagement>
<system>continuum</system>
<url>http://disco-stu:8888/continuum</url>
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/download.apt → src/site/apt/downloads.apt
@@ -1,10 +1,10 @@
------------------------------
Download
Downloads
------------------------------
Cliffano Subagio
------------------------------

Download
Downloads

*-------------+--------------------------------------------------------------------------+----------------------------------------------------------------------------------+----------------------------------------------------------------------------------+------------------------------------------------------------------------------------------+
|| || Binary || Source || Dependencies || Javadoc ||
Expand Down
15 changes: 10 additions & 5 deletions src/site/mbledug-site.vm
Expand Up @@ -126,9 +126,12 @@
#macro ( mainMenu $menus )
#foreach( $menu in $menus )
#if ( $menu.name )
<h5>$menu.name</h5>
<h5>
<img src="/images/maven${menu.name.replace(" ", "")}.png" height="16" width="16" alt="$menu.name Icon"/>
$menu.name
</h5>
#end
<ul>
<ul class="listbar">
#foreach( $item in $menu.items )
#menuItem( $item )
#end
Expand Down Expand Up @@ -304,18 +307,20 @@
</ul>
</div>
<div id="body">
<div id="content">
$bodyContent
</div>
<div id="menu">
#mainMenu( $decoration.body.menus )
</div>
<div id="asides">
<p>
<a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
<img alt="Built by Maven" src="$mbledugSite/images/projects/maven-feather.png"></img>
</a>
</p>
#publishDate( "left" $decoration.publishDate $decoration.version )
</div>
<div id="content">
$bodyContent
</div>
</div>
<div id="footer">
Copyright &copy; #copyright()#publishDate( "bottom" $decoration.publishDate $decoration.version ). Some Rights Reserved.
Expand Down
4 changes: 2 additions & 2 deletions src/site/site.xml
Expand Up @@ -6,14 +6,14 @@
</links>
<menu name="Reference">
<item name="About" href="/index.html" />
<item name="Download" href="/download.html" />
<item name="Downloads" href="/downloads.html" />
<item name="Usage" href="/usage.html" />
</menu>
<menu name="Project Info">
<item name="Continuous Integration" href="/integration.html" />
<item name="Dependencies" href="/dependencies.html" />
<!--
<item name="Issue Tracking" href="/issue-tracking.html" />
<!--
<item name="Mailing Lists" href="/mail-lists.html" />
-->
<item name="Project License" href="/license.html" />
Expand Down

0 comments on commit d9f1d89

Please sign in to comment.