Website sources for Apache MINA

Clone this repo:
  1. 55d477f Publish SSHD 2.15.0 by Guillaume Nodet · 8 weeks ago master
  2. a8a2f98 Updated the site for teh FtpServer 1.2.1 release by emmanuel lecharny · 3 months ago
  3. e4e67f4 fix a typo by emmanuel lecharny · 4 months ago
  4. 3588f38 Updated the web site for MINA 2.0.27, 2.1.10 and 2.2.4 releases by emmanuel lecharny · 4 months ago
  5. 3898721 Fixed a main menu broken link by emmanuel lecharny · 4 months ago

Apache Mina website

This is the source code for the website of Apache Mina, hosted at:

https://mina.apache.org/

Repository structure

This repository uses 2 branches for serving the website.

  • The master branch, which contains all the sources for the website.
  • The asf-site branch, which contains the generated website being used for the actual website.

When contributing patches, apply them to the master branch. Jenkins will then regenerate the website and commit the changes to the asf-site branch.

Content Management System

The website uses Hugo as static website generator. See Hugo for more info and for details how to install Hugo.

Generate the website

To generate the static website, execute hugo to generate and serve the website on localhost:1313.

During development, it may be useful to run an incremental build. For this to work, execute hugo server -D to continuously generate and serve the website on localhost:1313.

Publish the website

Jenkins is used for generating the website and committing the generated site to the asf-site branch.