From dde4afdd1122352c3c922e73208634c5379ec1ba 2016-10-24 20:40:04 From: Bradley M. Kuhn Date: 2016-10-24 20:40:04 Subject: [PATCH] Rename members directory -> projects directory. As part of the transition to have the canonical URL for member projects be "projects" instead of "members", rename the directories. The following rewrite rule will be needed in Apache configuration now: RewriteRule ^/?members?/index.html$ supporter/ [L, R] RewriteRule ^/?members?/(.+)$ projects/$1 [L, R] RewriteRule ^/?members?/?$ supporter/ [L, R] --- diff --git a/www/conservancy/static/members/apply/ConservancyFSATemplate.pdf b/www/conservancy/static/projects/apply/ConservancyFSATemplate.pdf similarity index 100% rename from www/conservancy/static/members/apply/ConservancyFSATemplate.pdf rename to www/conservancy/static/projects/apply/ConservancyFSATemplate.pdf diff --git a/www/conservancy/static/members/apply/conservancy-fsa-template.odt b/www/conservancy/static/projects/apply/conservancy-fsa-template.odt similarity index 100% rename from www/conservancy/static/members/apply/conservancy-fsa-template.odt rename to www/conservancy/static/projects/apply/conservancy-fsa-template.odt diff --git a/www/conservancy/static/members/apply/conservancy-fsa-template.tex b/www/conservancy/static/projects/apply/conservancy-fsa-template.tex similarity index 100% rename from www/conservancy/static/members/apply/conservancy-fsa-template.tex rename to www/conservancy/static/projects/apply/conservancy-fsa-template.tex diff --git a/www/conservancy/static/members/apply/index.html b/www/conservancy/static/projects/apply/index.html similarity index 100% rename from www/conservancy/static/members/apply/index.html rename to www/conservancy/static/projects/apply/index.html diff --git a/www/conservancy/static/members/current/index.html b/www/conservancy/static/projects/current/index.html similarity index 100% rename from www/conservancy/static/members/current/index.html rename to www/conservancy/static/projects/current/index.html diff --git a/www/conservancy/static/members/index.html b/www/conservancy/static/projects/index.html similarity index 100% rename from www/conservancy/static/members/index.html rename to www/conservancy/static/projects/index.html diff --git a/www/conservancy/static/members/services/index.html b/www/conservancy/static/projects/services/index.html similarity index 100% rename from www/conservancy/static/members/services/index.html rename to www/conservancy/static/projects/services/index.html