Author: cbrisson
Date: Wed May 18 21:12:58 2016
New Revision: 1744448

URL: http://svn.apache.org/viewvc?rev=1744448&view=rev
Log:
[site] little tweaks in menu ; sources repository page

Added:
    velocity/site/cms/trunk/content/engine/1.7/source-repository.mdtext
    velocity/site/cms/trunk/content/engine/devel/source-repository.mdtext
Modified:
    velocity/site/cms/trunk/content/README
    velocity/site/cms/trunk/content/engine/1.7/left.nav
    velocity/site/cms/trunk/content/engine/devel/left.nav
    velocity/site/cms/trunk/content/site-building.mdtext

Modified: velocity/site/cms/trunk/content/README
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/README?rev=1744448&r1=1744447&r2=1744448&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/README (original)
+++ velocity/site/cms/trunk/content/README Wed May 18 21:12:58 2016
@@ -35,3 +35,8 @@ To be able to handle some specific dynam
 
 The perl subroutine will be called *after* the markdown has been processed 
into html. The process is recursive: the result of a post-processing tag can 
contains other tags.
 
+TODO
+----
+
+Integration of several Maven reports: dependency-convergence - subversion 
changelog - dev-activity - file-activity...
+

Modified: velocity/site/cms/trunk/content/engine/1.7/left.nav
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/1.7/left.nav?rev=1744448&r1=1744447&r2=1744448&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/1.7/left.nav (original)
+++ velocity/site/cms/trunk/content/engine/1.7/left.nav Wed May 18 21:12:58 2016
@@ -16,8 +16,12 @@
 * [Changes](changes.html)
 * [Upgrading](upgrading.html)
 * [Dependencies](dependencies.html)
-* [Source Code](http://svn.apache.org/viewvc/velocity/engine/trunk/)
-* [Building from Sources](build.html)
+* [Sources](source-repository.html)
+* [Building](build.html)
+* [Issues](https://issues.apache.org/jira/browse/VELOCITY)
+* [RoadMap](http://wiki.apache.org/velocity/RoadMap)
+* [Coding Standards](http://wiki.apache.org/velocity/CodeStandards)
+* [Doc Guidelines](http://wiki.apache.org/velocity/DocumentationGuidelines)
 ## Community
 * [Wiki](http://wiki.apache.org/velocity/)
 * [News](/news.html)
@@ -25,12 +29,7 @@
 * [IDE/Editor Plugins](http://wiki.apache.org/velocity/VelocityEditors)
 * [Articles and 
Books](http://wiki.apache.org/velocity/PublishedArticlesAndBooks)
 * [Mailing Lists](/contact.html)
-## Velocity Development
-* [Issues](https://issues.apache.org/jira/browse/VELOCITY)
-* [Road Map](http://wiki.apache.org/velocity/RoadMap)
-* [Coding Standards](http://wiki.apache.org/velocity/CodeStandards)
-* [Doc Guidelines](http://wiki.apache.org/velocity/DocumentationGuidelines)
-## Translations
+## Translations (outdated)
 * [Site (Japanese)](http://www.jajakarta.org/velocity/)
 * [User's Guide (Finnish)](translations/user-guide_fi.html)
 * [User's Guide (French)](translations/user-guide_fr.html)

Added: velocity/site/cms/trunk/content/engine/1.7/source-repository.mdtext
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/1.7/source-repository.mdtext?rev=1744448&view=auto
==============================================================================
--- velocity/site/cms/trunk/content/engine/1.7/source-repository.mdtext (added)
+++ velocity/site/cms/trunk/content/engine/1.7/source-repository.mdtext Wed May 
18 21:12:58 2016
@@ -0,0 +1,44 @@
+## Overview
+
+This project uses [Subversion](http://subversion.tigris.org) to manage its 
source code. Instructions on Subversion use can be found at 
[http://svnbook.red-bean.com/](http://svnbook.red-bean.com/).
+
+## Web Access
+
+The following is a link to the online source repository.
+
+[http://svn.apache.org/viewvc/velocity/engine/trunk](http://svn.apache.org/viewvc/velocity/engine/trunk)
+{.frame}
+
+## Anonymous access
+
+The source can be checked out anonymously from SVN with this command:
+
+    $ svn checkout http://svn.apache.org/repos/asf/velocity/engine/trunk 
velocity
+
+## Developer access
+
+Everyone can access the Subversion repository via HTTP, but Committers must 
checkout the Subversion repository via HTTPS.
+
+    $ svn checkout https://svn.apache.org/repos/asf/velocity/engine/trunk 
velocity
+
+To commit changes to the repository, execute the following command to commit 
your changes (svn will prompt you for your password)
+
+    $ svn commit --username your-username -m "A message"
+
+## Access from behind a firewall
+
+For those users who are stuck behind a corporate firewall which is blocking 
HTTP access to the Subversion repository, you can try to access it via the 
developer connection:
+
+    $ svn checkout https://svn.apache.org/repos/asf/velocity/engine/trunk 
velocity
+
+## Access through a proxy
+
+The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your "servers" configuration file to indicate which proxy to use. 
The file's location depends on your operating system. On Linux or Unix it is 
located in the directory "~/.subversion". On Windows it is in 
"%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)
+
+There are comments in the file explaining what to do. If you don't have that 
file, get the latest Subversion client and run any command; this will cause the 
configuration directory and template files to be created.
+
+Example: Edit the 'servers' file and add something like:
+
+    [global]
+    http-proxy-host = your.proxy.name
+    http-proxy-port = 3128

Modified: velocity/site/cms/trunk/content/engine/devel/left.nav
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/left.nav?rev=1744448&r1=1744447&r2=1744448&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/left.nav (original)
+++ velocity/site/cms/trunk/content/engine/devel/left.nav Wed May 18 21:12:58 
2016
@@ -16,8 +16,12 @@
 * [Changes](changes.html)
 * [Upgrading](upgrading.html)
 * [Dependencies](dependencies.html)
-* [Source Code](http://svn.apache.org/viewvc/velocity/engine/trunk/)
-* [Building from Sources](build.html)
+* [Sources](source-repository.html)
+* [Building](build.html)
+* [Issues](https://issues.apache.org/jira/browse/VELOCITY)
+* [Road Map](http://wiki.apache.org/velocity/RoadMap)
+* [Coding Standards](http://wiki.apache.org/velocity/CodeStandards)
+* [Doc Guidelines](http://wiki.apache.org/velocity/DocumentationGuidelines)
 ## Community
 * [Wiki](http://wiki.apache.org/velocity/)
 * [News](/news.html)
@@ -25,12 +29,7 @@
 * [IDE/Editor Plugins](http://wiki.apache.org/velocity/VelocityEditors)
 * [Articles and 
Books](http://wiki.apache.org/velocity/PublishedArticlesAndBooks)
 * [Mailing Lists](/contact.html)
-## Velocity Development
-* [Issues](https://issues.apache.org/jira/browse/VELOCITY)
-* [Road Map](http://wiki.apache.org/velocity/RoadMap)
-* [Coding Standards](http://wiki.apache.org/velocity/CodeStandards)
-* [Doc Guidelines](http://wiki.apache.org/velocity/DocumentationGuidelines)
-## Translations
+## Translations (outdated)
 * [Site (Japanese)](http://www.jajakarta.org/velocity/)
 * [User's Guide (Finnish)](translations/user-guide_fi.html)
 * [User's Guide (French)](translations/user-guide_fr.html)

Added: velocity/site/cms/trunk/content/engine/devel/source-repository.mdtext
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/source-repository.mdtext?rev=1744448&view=auto
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/source-repository.mdtext 
(added)
+++ velocity/site/cms/trunk/content/engine/devel/source-repository.mdtext Wed 
May 18 21:12:58 2016
@@ -0,0 +1,44 @@
+## Overview
+
+This project uses [Subversion](http://subversion.tigris.org) to manage its 
source code. Instructions on Subversion use can be found at 
[http://svnbook.red-bean.com/](http://svnbook.red-bean.com/).
+
+## Web Access
+
+The following is a link to the online source repository.
+
+[http://svn.apache.org/viewvc/velocity/engine/trunk](http://svn.apache.org/viewvc/velocity/engine/trunk)
+{.frame}
+
+## Anonymous access
+
+The source can be checked out anonymously from SVN with this command:
+
+    $ svn checkout http://svn.apache.org/repos/asf/velocity/engine/trunk 
velocity
+
+## Developer access
+
+Everyone can access the Subversion repository via HTTP, but Committers must 
checkout the Subversion repository via HTTPS.
+
+    $ svn checkout https://svn.apache.org/repos/asf/velocity/engine/trunk 
velocity
+
+To commit changes to the repository, execute the following command to commit 
your changes (svn will prompt you for your password)
+
+    $ svn commit --username your-username -m "A message"
+
+## Access from behind a firewall
+
+For those users who are stuck behind a corporate firewall which is blocking 
HTTP access to the Subversion repository, you can try to access it via the 
developer connection:
+
+    $ svn checkout https://svn.apache.org/repos/asf/velocity/engine/trunk 
velocity
+
+## Access through a proxy
+
+The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your "servers" configuration file to indicate which proxy to use. 
The file's location depends on your operating system. On Linux or Unix it is 
located in the directory "~/.subversion". On Windows it is in 
"%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)
+
+There are comments in the file explaining what to do. If you don't have that 
file, get the latest Subversion client and run any command; this will cause the 
configuration directory and template files to be created.
+
+Example: Edit the 'servers' file and add something like:
+
+    [global]
+    http-proxy-host = your.proxy.name
+    http-proxy-port = 3128

Modified: velocity/site/cms/trunk/content/site-building.mdtext
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/site-building.mdtext?rev=1744448&r1=1744447&r2=1744448&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/site-building.mdtext (original)
+++ velocity/site/cms/trunk/content/site-building.mdtext Wed May 18 21:12:58 
2016
@@ -49,4 +49,6 @@ To be able to handle some specific dynam
 
 The perl subroutine will be called *after* the markdown has been processed 
into html. The process is recursive: the result of a post-processing tag can 
contains other tags.
 
+## TODO
 
+Integration of several Maven reports: dependency-convergence - subversion 
changelog - dev-activity - file-activity...


Reply via email to