You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2016/09/18 11:52:39 UTC

svn commit: r1761319 - in /jspwiki/site/trunk: content/community/mailing_lists.mdtext content/development/source_and_guide.mdtext templates/sidenav.mdtext

Author: metskem
Date: Sun Sep 18 11:52:39 2016
New Revision: 1761319

URL: http://svn.apache.org/viewvc?rev=1761319&view=rev
Log:
first site updates to reflect svn2git migration

Modified:
    jspwiki/site/trunk/content/community/mailing_lists.mdtext
    jspwiki/site/trunk/content/development/source_and_guide.mdtext
    jspwiki/site/trunk/templates/sidenav.mdtext

Modified: jspwiki/site/trunk/content/community/mailing_lists.mdtext
URL: http://svn.apache.org/viewvc/jspwiki/site/trunk/content/community/mailing_lists.mdtext?rev=1761319&r1=1761318&r2=1761319&view=diff
==============================================================================
--- jspwiki/site/trunk/content/community/mailing_lists.mdtext (original)
+++ jspwiki/site/trunk/content/community/mailing_lists.mdtext Sun Sep 18 11:52:39 2016
@@ -24,7 +24,7 @@ class="external">mod_mbox</a>.
 ## JSPWiki-commits
 
 If you subscribe to this list you will get emailed when (a committer) commits 
-new or changed files to the SVN repository. The jspwiki-commits list is hosted 
+new or changed files to the Git repository. The jspwiki-commits list is hosted
 at Apache, join it by sending an email to 
 <co...@jspwiki.apache.org>. Again, the list archives are also browseable
 through either <a class="external" 

Modified: jspwiki/site/trunk/content/development/source_and_guide.mdtext
URL: http://svn.apache.org/viewvc/jspwiki/site/trunk/content/development/source_and_guide.mdtext?rev=1761319&r1=1761318&r2=1761319&view=diff
==============================================================================
--- jspwiki/site/trunk/content/development/source_and_guide.mdtext (original)
+++ jspwiki/site/trunk/content/development/source_and_guide.mdtext Sun Sep 18 11:52:39 2016
@@ -2,17 +2,13 @@ Title: Getting and Building JSPWiki Sour
 
 ## Getting JSPWiki Source Code
 
-JSPWiki [source code][] is maintained using Apache Subversion.
+JSPWiki [source code][] is maintained using Git.
 
 Checkout the code using:
 
-    svn co http://svn.apache.org/repos/asf/jspwiki/trunk jspwiki
-    
-There is also a European mirror, so you can alternatively use:
-
-    svn co http://svn.eu.apache.org/repos/asf/jspwiki/trunk jspwiki
-    
-Change http to https if you are a developer intending to make commits
+    git clone http://git-wip-us.apache.org/repos/asf/jspwiki.git jspwiki
+
+Change http to https if you are a developer intending to git push.
 
 See the [Edit Website][] page for the website sources.
 
@@ -20,14 +16,14 @@ See the [Edit Website][] page for the we
 
 Apache JSPWiki is a <a href="http://maven.apache.org">Maven</a>-based project and 
 builds using the same commands as other Maven projects.  The JSPWiki team maintains 
-a <a href="http://svn.apache.org/viewvc/jspwiki/trunk/mvn_cheat-sheet.md?view=co">cheat sheet</a> 
+a <a href="https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=blob_plain;f=mvn_cheat-sheet.md">cheat sheet</a>
 of common Maven tasks for this project. Current release is 2.10.2 and can be reached through 
 the [downloads] page, with development going into 2.10.3.
 
 ### Coding standards:
 
-  * Use the <a href="http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/dev/jspwiki-eclipse-codestyle.xml?view=co&content-type=text%2Fplain">Eclipse</a> 
-and <a href="http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/dev/jspwiki-checkstyle.xml?view=co&revision=1486481&content-type=text%2Fplain">Checkstyle</a> 
+  * Use the <a href="https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=blob_plain;f=jspwiki-war/src/main/config/dev/jspwiki-eclipse-codestyle.xml">Eclipse</a>
+and <a href="https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=blob_plain;f=jspwiki-war/src/main/config/dev/jspwiki-checkstyle.xml">Checkstyle</a>
 formatters (both automatically incorporated when you run mvn eclipse:eclipse on the project.)
   * Remove trailing whitespace and whitespace on empty lines
 
@@ -48,6 +44,6 @@ planned release version as this is used
 [Edit Website]: edit_website.html
 [Release Page]: ../pmc/how_to_release.html
 [downloads]: ../general/downloads.html
-[source code]: http://svn.apache.org/viewvc/jspwiki/
+[source code]: https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary
 [versioning proposal]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=VersioningProposal
-[ChangeLog]: http://svn.apache.org/viewvc/jspwiki/trunk/ChangeLog?view=co
\ No newline at end of file
+[ChangeLog]: https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=blob_plain;f=ChangeLog;hb=HEAD
\ No newline at end of file

Modified: jspwiki/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/jspwiki/site/trunk/templates/sidenav.mdtext?rev=1761319&r1=1761318&r2=1761319&view=diff
==============================================================================
--- jspwiki/site/trunk/templates/sidenav.mdtext (original)
+++ jspwiki/site/trunk/templates/sidenav.mdtext Sun Sep 18 11:52:39 2016
@@ -21,13 +21,13 @@
 
 **Development**
 
-  * <a href="http://svn.apache.org/viewvc/jspwiki/" class="external">Browse Sources</a>
+  * <a href="https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary" class="external">Browse Sources</a>
   * [JavaDoc](/apidocs/index.html)
   * [Get and Build Source](/development/source_and_guide.html)
   * <a href="https://builds.apache.org/job/JSPWiki/" class="external">Jenkins CI</a>
   * <a href="https://analysis.apache.org/dashboard/index/139724" class="external">Sonar Analysis</a>
   * [Edit Website](/development/edit_website.html)
-  * <a href="http://svn.apache.org/viewvc/jspwiki/trunk/ChangeLog?view=co" class="external">Change Log</a>
+  * <a href="https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=blob;f=ChangeLog" class="external">Change Log</a>
 
 **PMC**