aboutsummaryrefslogtreecommitdiff
path: root/website/extra
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-04-10 00:23:36 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-04-10 00:23:49 +0200
commit22e9c25db63426c542ae0a655f29b69180bd92f7 (patch)
treec8ff156f9a986f6e60747230ebd679edf5d88544 /website/extra
parent57fb2b9773d96777ba343e28e5e2ae4d6fa96f42 (diff)
downloadlombok-22e9c25db63426c542ae0a655f29b69180bd92f7.tar.gz
lombok-22e9c25db63426c542ae0a655f29b69180bd92f7.tar.bz2
lombok-22e9c25db63426c542ae0a655f29b69180bd92f7.zip
[website] Added a section on contributing to lombok, with documentation on how lombok’s execution path works. See pull request #71
Diffstat (limited to 'website/extra')
-rw-r--r--website/extra/htaccess10
1 files changed, 8 insertions, 2 deletions
diff --git a/website/extra/htaccess b/website/extra/htaccess
index db3393af..2d5b6b2a 100644
--- a/website/extra/htaccess
+++ b/website/extra/htaccess
@@ -22,8 +22,6 @@ RewriteRule ^all-versions$ /all-versions.html [L,END]
RewriteRule ^all-versions(\.html)?$ /all-versions [NC,R=301]
RewriteRule ^disable-checked-exceptions$ /disable-checked-exceptions.html [L,END]
RewriteRule ^disable-checked-exceptions(\.html)?$ /disable-checked-exceptions [NC,R=301]
-RewriteRule ^contributing$ /contributing.html [L,END]
-RewriteRule ^contributing(\.html)?$ /contributing [NC,R=301]
RewriteRule ^supporters$ /supporters.html [L,END]
RewriteRule ^supporters(.html)?$ /supporters [NC,R=301]
RewriteRule ^order-license-info$ /order-license-info.html [L,END]
@@ -31,6 +29,14 @@ RewriteRule ^order-?license-?info(.html)?$ /order-license-info [NC,R=301]
RewriteRule ^order-license$ /order-license.html [L,END]
RewriteRule ^order-?license(.html)?$ /order-license [NC,R=301]
+RewriteRule ^contributing/index$ /contributing/index.html [L,END]
+RewriteRule ^contributing(\.html)?$ /contributing/index [NC,R=301]
+RewriteRule ^contributing/index(\.html)?$ /contributing/index [NC,R=301]
+RewriteRule ^contributing/contributing$ /contributing/contributing.html [L,END]
+RewriteRule ^contributing/contributing(\.html)?$ /contributing/contributing [NC,R=301]
+RewriteRule ^contributing/lombok-execution-path$ /contributing/lombok-execution-path.html [L,END]
+RewriteRule ^contributing/lombok-execution-path(\.html)?$ /contributing/lombok-execution-path [NC,R=301]
+
<#list setupPages as pg>
RewriteRule ^setup/${pg?no_esc}$ /setup/${pg?no_esc}.html [L,END]
RewriteRule ^setup/${pg?no_esc}(\.html)?$ /setup/${pg?no_esc} [NC,R=301]