Mirror of Apache Struts site

Clone this repo:
  1. 4b1ce1e Merge pull request #256 from apache/fix/WW-5488-script by Lukasz Lenart · 5 days ago master
  2. c440fe7 WW-5488 Adds missing pages for script & link tags by Lukasz Lenart · 5 days ago
  3. 6fba751 Merge pull request #255 from apache/feature/release-667 by Lukasz Lenart · 5 days ago
  4. 0350ca1 Updates releases page with previous versions by Lukasz Lenart · 5 days ago
  5. b611c8c Adds an announcement about releasing ver 6.7.0 by Lukasz Lenart · 5 days 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.