Fluido Skin
Fluido Skin is the 99soft branded alternative Maven site skin with
rounded corners and code syntax highlight.
License |
License
|
GroupId |
GroupIdorg.99soft |
ArtifactId |
ArtifactIdfluido-skin |
Last Version |
Last Version1 |
Release Date |
Release Date
|
Type |
Typejar |
Description |
Description
Fluido Skin
Fluido Skin is the 99soft branded alternative Maven site skin with
rounded corners and code syntax highlight.
|
Project URL |
Project URL
http://github.com/99soft/fluido-skin/
|
Project Organization |
Project Organization
99 Software Foundation
|
Source Code Management |
Source Code Management
http://github.com/99soft/fluido-skin
|
How to add to project
Dependencies
There are no dependencies for this project. It is a standalone project that does not depend on any other jars.
Project Modules
There are no modules declared in this project.
The fluido-skin is an alternative Maven site skin with rounded corners and code syntax highlight.
Do you want to see how does it look? Check these projects pages:
Using it it's quite easy: it is available on Maven central repository and all you need is just add the following XML snippet in your site.xml:
<project name="XXXXXXXX">
....
<skin>
<groupId>org.99soft</groupId>
<artifactId>fluido-skin</artifactId>
<version>VERSION</version>
</skin>
....
</project>
That's all, have fun with it! :)