Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
add src/site/site.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Jun 26, 2016
1 parent 994597d commit 42fe06b
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ feilong core

[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
![build](https://img.shields.io/jenkins/s/https/jenkins.qa.ubuntu.com/precise-desktop-amd64_default.svg "build")
[![doc](https://img.shields.io/badge/docs-78.2%25-green.svg "doc")](http://venusdrogon.github.io/feilong-platform/javadocs/feilong-core/)
[![doc](https://img.shields.io/badge/docs-78.4%25-green.svg "doc")](http://venusdrogon.github.io/feilong-platform/javadocs/feilong-core/)
![tests](https://img.shields.io/badge/tests-353%20%2F%20353-green.svg "tests")

`核心jar,所有feilong platform的基础` Reduce development, Release ideas (减少开发,释放思想)
Expand Down
81 changes: 81 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd">

<!-- <url>https://github.com/venusdrogon/feilong-platform</url> -->

<custom>
<!-- http://maven.apache.org/skins/maven-fluido-skin/ -->
<fluidoSkin>
<gitHub>
<projectId>venusdrogon/feilong-core</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>orange</ribbonColor><!-- it is the the ribbon color, red/green/black/darkblue/orange/gray only accepted only accepted (red by default) -->
</gitHub>

<!-- <googleSearch>
<sitesearch />
</googleSearch> -->

<leftColumnClass>span3</leftColumnClass>
<bodyColumnClass>span9</bodyColumnClass>

<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>

<!-- <profile>pre-release</profile> --><!-- (pre-release|sandbox|retired) -->
<breadcrumbDivider>»</breadcrumbDivider>
<copyrightClass>pull-right</copyrightClass>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>
<sideBarEnabled>true</sideBarEnabled>
</fluidoSkin>
</fluidoSkin>
</custom>

<body>
<breadcrumbs>
<item name="feilong-platform" href="https://github.com/venusdrogon/feilong-platform" />
<item name="feilong-core" href="https://github.com/venusdrogon/feilong-core" />
</breadcrumbs>

<menu name="Overview">
<item name="Introduction" href="index.html" />
<item name="project-info" href="project-info.html" />
<item name="source-repository" href="source-repository.html" />
<item name="License" href="license.html" />
<!-- <item name="Download" href="download.html" /> -->
</menu>

<menu ref="modules" />
<menu ref="reports" />

<menu name="feilong projects">
<item name="feilong-platform" href="https://github.com/venusdrogon/feilong-platform" />
<item name="feilong-core" href="https://github.com/venusdrogon/feilong-core" />
<item name="feilong-servlet" href="https://github.com/venusdrogon/feilong-servlet" />
<item name="feilong-taglib" href="https://github.com/venusdrogon/feilong-taglib" />
<item name="feilong-spring" href="https://github.com/venusdrogon/feilong-spring" />
<item name="feilong-io" href="https://github.com/venusdrogon/feilong-io" />
</menu>

<!-- <links>
<item name="Apache" href="http://www.apache.org" />
<item name="Maven" href="http://maven.apache.org" />
</links> -->

<!-- <head>head</head>
<footer>foter</footer> -->

</body>


<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.5</version>
</skin>

<publishDate position="right" format="yyyy-MM-dd" />
<version position="right" />
</project>

0 comments on commit 42fe06b

Please sign in to comment.