You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Andrius Velykis <an...@velykis.lt> on 2013/01/17 12:23:22 UTC

[ANN] New Reflow Maven skin released

I am pleased to announce the first release of a new Maven skin: Reflow
Maven skin!

The new skin allows generating a Maven site that builds on Bootstrap
and offers responsive design, modern web components, JavaScript
goodies and wide customisation options. See it in action and read the
documentation at Reflow skin website:

http://andriusvelykis.github.com/reflow-maven-skin/

Reflow skin aims to modernise the Maven site by providing various
components, layouts, themes and other customisation options. Some of
them are listed below:

- Built on Bootstrap: responsive design, modern CSS and JavaScript components;
- Themes: custom Bootstrap themes or select an excellent free theme
from Bootswatch;
- Layouts: Write in Markdown or APT, then assign different layouts for
page sections, such as carousel, thumbnails, multi-column text and
more;
- New or enhanced components and goodies: table of contents, filtered
menus, code highlighting, image previews and more;
- Flexible customisation: global or per-page configuration of every option;
- Custom Velocity tools: more power to your own Maven skin templates
with tools for skin configuration access and HTML rewriting;
- Sorry, no sidebar navigation for now: tried going for an alternative
look with top and bottom menus.

...and more! Check out the website for all details.


To use it, specify the skin in your site.xml:

<project name="xxx">
  ...
  <skin>
    <groupId>lt.velykis.maven.skins</groupId>
    <artifactId>reflow-maven-skin</artifactId>
    <version>1.0.0</version>
  </skin>
  ...
</project>

Furthermore, the skin requires accompanying Reflow Velocity tools
(lt.velykis.maven.skins:reflow-velocity-tools:1.0.0) as a dependency
as well as Apache Velocity 1.7. Add them as dependencies to
maven-site-plugin. For more info on usage, refer to the website:
http://andriusvelykis.github.com/reflow-maven-skin/skin/#Usage


The code is open source and licensed under Apache license. Source code
is available on GitHub:
http://github.com/andriusvelykis/reflow-maven-skin/


I welcome contributions, issues and feature requests - use the GitHub
repo for that. Hope the skin is useful!

Enjoy,
~Andrius

http://andrius.velykis.lt


P.S. This project is not part of Apache, but I hope maven-users will
benefit from the announcement.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org