Mirror of Apache Struts site

Clone this repo:
  1. 79a4cb8 security: updates the page and links to SECURITY.md (#299) by Lukasz Lenart · 13 hours ago main
  2. 13ebe2d docs: add EOL versions page and cross-link from related pages (#291) by Lukasz Lenart · 8 days ago
  3. d7885fc docs: add 6.8.0 to Prior Releases and document the dependency (#298) by Lukasz Lenart · 3 weeks ago
  4. f5b47b3 docs: simplify IDEA plugin install to a single Marketplace button (#297) by Lukasz Lenart · 3 weeks ago
  5. bc0d98d docs: fix broken rendering of IDEA plugin Marketplace card (#296) by Lukasz Lenart · 3 weeks ago

Apache Struts Website

This project is used to update the main Apache Struts website http://struts.apache.org/
See the update website documentation on how to push changes online. However as ASF is using aggressive caching, for a while one still may need to forcely reload the page (CMD+R or Shift+F5) after changes.

Site is generated by Jekyll and uses pure html either markdown format. To test website locally you can use the below command:

bundle exec jekyll serve -w --trace --host 0.0.0.0

or you can use Docker (please install it first) with one of the provided scripts:

./docker-run.fish

when running fish-shell, or:

./docker-run.sh

when running Bash or Sh.

The continuously generated website can then be accessed at http://localhost:4000

All pages are generated into the content folder.

There are two scripts used to build the image but this should be used only when Dockerfile was modified.

Some redirect rules are configured in source/.htaccess file.

Preparing a new release

When announcing a new release, update the following files together:

  1. _config.yml - bump current_version / prev_version (and the matching *_short and release_date variables).
  2. source/announce-YYYY.md - add the announcement entry for the new release in the current year's file.
  3. source/releases.md - move the version that has just been superseded into the Prior Releases table so the page reflects what is no longer the recommended download.