You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2020/05/30 10:34:34 UTC

[velocity-site] branch master updated: [site] Finish sources reorg

This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-site.git


The following commit(s) were added to refs/heads/master by this push:
     new bd836ed  [site] Finish sources reorg
bd836ed is described below

commit bd836ed17ba229b69b7f95469085c40023e24977
Author: Claude Brisson <cl...@renegat.net>
AuthorDate: Sat May 30 12:34:28 2020 +0200

    [site] Finish sources reorg
---
 src/content/.htaccess                              | 26 ++++++++++++++++++++++
 {cms/trunk => src}/lib/path.pm                     |  0
 {cms/trunk => src}/lib/view.pm                     |  0
 {cms/trunk => src}/stylesheets/changes.xsl         |  0
 {cms/trunk => src}/stylesheets/commiters.xsl       |  0
 {cms/trunk => src}/stylesheets/emeriti.xsl         |  0
 {cms/trunk => src}/stylesheets/pmc.xsl             |  0
 {cms/trunk => src}/stylesheets/project_news.xsl    |  0
 {cms/trunk => src}/stylesheets/recent_news.xsl     |  0
 .../trunk => src}/stylesheets/releases_history.xsl |  0
 {cms/trunk => src}/stylesheets/rss_news.xsl        |  0
 {cms/trunk => src}/templates/single_narrative.html |  0
 {cms/trunk => src}/templates/skeleton.html         |  0
 13 files changed, 26 insertions(+)

diff --git a/src/content/.htaccess b/src/content/.htaccess
new file mode 100644
index 0000000..3896f1a
--- /dev/null
+++ b/src/content/.htaccess
@@ -0,0 +1,26 @@
+Options +FollowSymLinks
+RewriteEngine on
+
+Redirect 301 /anakia/devel/ /anakia/
+Redirect 301 /devel/ /
+Redirect 301 /dvsl/devel/ /dvsl/
+Redirect 301 /engine/1.7/changes-report.html /engine/1.7/changes.html
+Redirect 301 /engine/1.7/jar-dependencies.html /engine/1.7/dependencies.html
+Redirect 301 /engine/1.7/javadoc /engine/1.7/apidocs
+Redirect 301 /engine/1.7/vtl-reference-guide.html /engine/1.7/vtl-reference.html
+Redirect 301 /engine/devel/changes-report.html /engine/devel/changes.html
+Redirect 301 /engine/devel/jar-dependencies.html /engine/devel/dependencies.html
+Redirect 301 /engine/devel/javadoc /engine/devel/apidocs
+Redirect 301 /engine/devel/vtl-reference-guide.html /engine/devel/vtl-reference.html
+Redirect 301 /engine/releases/velocity-1.7/ /engine/1.7/
+Redirect 301 /team-list.html /who-we-are.html
+Redirect 301 /texen/devel/ /texen/
+Redirect 301 /tools/releases/2.0/ /tools/2.0/
+Redirect 301 /tools/2.0/javadoc /tools/2.0/apidocs
+Redirect 301 /tools/2.0/view.servlet.html /tools/2.0/view-servlet.html
+Redirect 301 /tools/devel/javadoc /tools/devel/apidocs
+Redirect 301 /tools/devel/view.servlet.html /tools/devel/view-servlet.html
+
+<FilesMatch "\.rss$">
+  ForceType application/rss+xml
+</FilesMatch>
diff --git a/cms/trunk/lib/path.pm b/src/lib/path.pm
similarity index 100%
rename from cms/trunk/lib/path.pm
rename to src/lib/path.pm
diff --git a/cms/trunk/lib/view.pm b/src/lib/view.pm
similarity index 100%
rename from cms/trunk/lib/view.pm
rename to src/lib/view.pm
diff --git a/cms/trunk/stylesheets/changes.xsl b/src/stylesheets/changes.xsl
similarity index 100%
rename from cms/trunk/stylesheets/changes.xsl
rename to src/stylesheets/changes.xsl
diff --git a/cms/trunk/stylesheets/commiters.xsl b/src/stylesheets/commiters.xsl
similarity index 100%
rename from cms/trunk/stylesheets/commiters.xsl
rename to src/stylesheets/commiters.xsl
diff --git a/cms/trunk/stylesheets/emeriti.xsl b/src/stylesheets/emeriti.xsl
similarity index 100%
rename from cms/trunk/stylesheets/emeriti.xsl
rename to src/stylesheets/emeriti.xsl
diff --git a/cms/trunk/stylesheets/pmc.xsl b/src/stylesheets/pmc.xsl
similarity index 100%
rename from cms/trunk/stylesheets/pmc.xsl
rename to src/stylesheets/pmc.xsl
diff --git a/cms/trunk/stylesheets/project_news.xsl b/src/stylesheets/project_news.xsl
similarity index 100%
rename from cms/trunk/stylesheets/project_news.xsl
rename to src/stylesheets/project_news.xsl
diff --git a/cms/trunk/stylesheets/recent_news.xsl b/src/stylesheets/recent_news.xsl
similarity index 100%
rename from cms/trunk/stylesheets/recent_news.xsl
rename to src/stylesheets/recent_news.xsl
diff --git a/cms/trunk/stylesheets/releases_history.xsl b/src/stylesheets/releases_history.xsl
similarity index 100%
rename from cms/trunk/stylesheets/releases_history.xsl
rename to src/stylesheets/releases_history.xsl
diff --git a/cms/trunk/stylesheets/rss_news.xsl b/src/stylesheets/rss_news.xsl
similarity index 100%
rename from cms/trunk/stylesheets/rss_news.xsl
rename to src/stylesheets/rss_news.xsl
diff --git a/cms/trunk/templates/single_narrative.html b/src/templates/single_narrative.html
similarity index 100%
rename from cms/trunk/templates/single_narrative.html
rename to src/templates/single_narrative.html
diff --git a/cms/trunk/templates/skeleton.html b/src/templates/skeleton.html
similarity index 100%
rename from cms/trunk/templates/skeleton.html
rename to src/templates/skeleton.html