You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/05/11 18:39:39 UTC

svn commit: r1678776 - /directory/site/trunk/content/sources.mdtext

Author: elecharny
Date: Mon May 11 16:39:38 2015
New Revision: 1678776

URL: http://svn.apache.org/r1678776
Log:
Fixed the source documentation to provide only http scheme instead of https

Modified:
    directory/site/trunk/content/sources.mdtext

Modified: directory/site/trunk/content/sources.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/sources.mdtext?rev=1678776&r1=1678775&r2=1678776&view=diff
==============================================================================
--- directory/site/trunk/content/sources.mdtext (original)
+++ directory/site/trunk/content/sources.mdtext Mon May 11 16:39:38 2015
@@ -18,7 +18,7 @@ Notice: Licensed to the Apache Software
 
 # Sources
 
-Sources for the Apache Directory projects are currently managed through [Subversion](http://subversion.tigris.org|subversion.tigris.org), except for Fortress Core which is [git base](https://git-wip-us.apache.org/). For each project you can find a detailed description how to checkout and build the source on the project documentation. This page is just a short overview.
+Sources for the Apache Directory projects are currently managed through [Subversion](http://subversion.tigris.org|subversion.tigris.org), except for Fortress Core which is [git base](http://git-wip-us.apache.org/). For each project you can find a detailed description how to checkout and build the source on the project documentation. This page is just a short overview.
 
 ![Subversion](images/subversion_logo.png)
 
@@ -28,12 +28,12 @@ If you just want to browse the source co
 
 ## Web access to Git
 
-If you just want to browse the source code, you can use the [web interface to Git](https://git-wip-us.apache.org/repos/asf?p=directory-fortress-core.git). This is current at all times.
+If you just want to browse the source code, you can use the [web interface to Git](http://git-wip-us.apache.org/repos/asf?p=directory-fortress-core.git). This is current at all times.
 
 
 ## Normal Subversion/Git Access
 
-Anyone can check code out of Subversion. You only need to specify a username and password in order to update the Subversion repository, and only Directory committers have the permissions to do that. We run Subversion and Git over standard HTTPS, so hopefully you won't have problems with intervening firewalls.
+Anyone can check code out of Subversion. You only need to specify a username and password in order to update the Subversion repository, and only Directory committers have the permissions to do that. We run Subversion and Git over standard HTTP/HTTPS, so hopefully you won't have problems with intervening firewalls.
 
 ### Check out from Subversion or Git
 
@@ -43,7 +43,7 @@ Again, anyone can do this. Use a command
 
 or for Fortress :
 
-    git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git fortress
+    git clone http://git-wip-us.apache.org/repos/asf/directory-fortress-core.git fortress
 
 to check out the current version of the server, for instance.
 
@@ -57,10 +57,10 @@ The following table displays the URL of
 | [Apache LDAP API](http://directory.apache.org/api/developer-guide.html) | [http://svn.apache.org/repos/asf/directory/shared/trunk/](http://svn.apache.org/repos/asf/directory/shared/trunk/) |
 | [Apache Mavibot](http://directory.apache.org/mavibot/developer-guide.html) | [http://svn.apache.org/repos/asf/directory/mavibot/trunk/](http://svn.apache.org/repos/asf/directory/mavibot/trunk/) |
 | [Apache eSCIMo](http://directory.apache.org/escimo/developer-guide.html) | [http://svn.apache.org/repos/asf/directory/escimo/trunk/](http://svn.apache.org/repos/asf/directory/escimo/trunk/) |
-| Apache Fortress Core | [https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git](https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git) |
-| Apache Fortress Realm | [https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git](https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git) |
-| Apache Fortress EnMasse (REST API) | [https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git](https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git) |
-| Apache Fortress Commander (Web UI) | [https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git ](https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git ) |
+| Apache Fortress Core | [http://git-wip-us.apache.org/repos/asf/directory-fortress-core.git](http://git-wip-us.apache.org/repos/asf/directory-fortress-core.git) |
+| Apache Fortress Realm | [http://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git](http://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git) |
+| Apache Fortress EnMasse (REST API) | [http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git](http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git) |
+| Apache Fortress Commander (Web UI) | [http://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git ](http://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git ) |
 | Apache Directory Site | [http://svn.apache.org/repos/asf/directory/site/trunk/](http://svn.apache.org/repos/asf/directory/site/trunk/) |
 
 ### Commit Changes to Subversion