Fork me on GitHub

Maven Central Build Status Test Status Coverage

Introduction

NorthernWind is a lightweight CMS that uses a plain filesystem as its storage. It provides versioning by means of a distributed SCM such as Git or Mercurial.

Please see the project website for more information: http://northernwind.tidalwave.it

A few examples of websites running on NorthernWind:

Table of contents

General information

Maven dependency

Modules can be used independently, so each needed one must be included separately. The master POM of the project can be used as a BOM and included in the dependencyManagement section:

<dependencyManagement>
    <dependencies>
        ...
        <dependency>
            <groupId>it.tidalwave.northernwind</groupId>
            <artifactId>northernwind</artifactId>
            <version>1.2-ALPHA-11</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
        ...
    </dependencies>
</dependencyManagement>

Sources, issue tracker and continuous integration

The primary source repository is on Bitbucket, a secondary repository (synchronized in real time) is available on GitHub.

To checkout sources from Bitbucket:

> git clone https://bitbucket.org/tidalwave/northernwind-src.git

To checkout sources from GitHub:

> git clone 

The issue tracker is hosted on the Atlassian Jira Cloud:

The continuous integration is available at:

API documentation

Aggregate Javadoc