Website sources for Apache MINA

Clone this repo:
  1. 22d5403 Publish Apache MINA SSHD 2.19.0 and 3.0.0-M5 by Thomas Wolf · 6 days ago master
  2. d81b0bc Updated the site for Apache MINA 2.0.31 and 2.1.5 releases by emmanuel lecharny · 3 weeks ago
  3. 08d361c Updated the site for MINA 2.0.30, 2.1.4 and 2.2.9 release by emmanuel lecharny · 4 weeks ago
  4. a9d8e32 Prepared the MINA release by emmanuel lecharny · 4 weeks ago
  5. eac4e75 SSHD: mention security fix in 2.18.0 by Thomas Wolf · 6 weeks 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.