Mercurial > hg > digilib
diff source-repository.html @ 1641:16be3440305b
Creating site for 2.5-SNAPSHOT
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 22 Aug 2017 17:05:16 +0000 |
parents | 1ae8b89d3a86 |
children | 636e7342b1b6 |
line wrap: on
line diff
--- a/source-repository.html Tue Aug 22 16:38:19 2017 +0000 +++ b/source-repository.html Tue Aug 22 17:05:16 2017 +0000 @@ -26,11 +26,11 @@ <div class="container-fluid"> <div id="banner"> <div class="pull-left"> - <a href="./" id="bannerLeft"> + <a href="https://robcast.github.io/digilib/" id="bannerLeft"> <h2>digilib - a versatile image viewing environment for the internet</h2> </a> </div> - <div class="pull-right"> <a href="./" id="bannerRight"> + <div class="pull-right"> <a href="https://robcast.github.io/digilib/" id="bannerRight"> <img src="images/digilib-logo-small.png" /> </a> </div> @@ -212,11 +212,14 @@ <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> - <a href="http://maven.apache.org/" title="Built by Maven" class="builtBy"> - <img class="builtBy" alt="Built by Maven" src="http://maven.apache.org/images/logos/maven-feather.png" /> + <a href="http://maven.apache.org/" title="Built by Maven" class="builtBy"> + <img class="builtBy" alt="Built by Maven" src="maven.apache.org/images/logos/maven-feather.png" /> </a> - <a href="http://www.sourceforge.net/" title="Hosted by SourceForge" class="builtBy"> - <img class="builtBy" alt="Hosted by SourceForge" src="http://upload.wikimedia.org/wikipedia/commons/0/0b/Sourceforge_logo.png" /> + <a href="https://github.com/" title="Hosted by GitHub" class="builtBy"> + <img class="builtBy" alt="Hosted by GitHub" src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Logo.png" /> + </a> + <a href="http://www.sourceforge.net/" title="Hosted by SourceForge" class="builtBy"> + <img class="builtBy" alt="Hosted by SourceForge" src="upload.wikimedia.org/wikipedia/commons/0/0b/Sourceforge_logo.png" /> </a> </div> </div> @@ -227,22 +230,22 @@ <div class="section"> <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> -<p>This project uses <a class="externalLink" href="http://mercurial.selenic.com/wiki/">Mercurial</a> to manage its source code. Instructions on Mercurial use can be found at <a class="externalLink" href="http://hgbook.red-bean.com/read/">http://hgbook.red-bean.com/read/</a>.</p></div> +<p>This project uses <a class="externalLink" href="http://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>.</p></div> <div class="section"> <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a> <p>The following is a link to a browsable version of the source repository:</p> <div class="source"> -<pre><a class="externalLink" href="https://sourceforge.net/p/digilib/code/ci/default/tree/digilib-doc">https://sourceforge.net/p/digilib/code/ci/default/tree/digilib-doc</a></pre></div></div> +<pre><a class="externalLink" href="https://github.com/robcast/digilib/digilib-doc">https://github.com/robcast/digilib/digilib-doc</a></pre></div></div> <div class="section"> <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a> -<p>The source can be checked out anonymously from Mercurial with this command (See <a class="externalLink" href="http://www.selenic.com/mercurial/hg.1.html#clone">http://www.selenic.com/mercurial/hg.1.html#clone</a>):</p> +<p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>):</p> <div class="source"> -<pre>$ hg clone http://hg.code.sf.net/p/digilib/code/digilib-doc</pre></div></div> +<pre>$ git clone git://github.com/robcast/digilib.git</pre></div></div> <div class="section"> <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a> -<p>Only project developers can access the Mercurial tree via this method (See <a class="externalLink" href="http://www.selenic.com/mercurial/hg.1.html#clone">http://www.selenic.com/mercurial/hg.1.html#clone</a>).</p> +<p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p> <div class="source"> -<pre>$ hg clone https://hg.code.sf.net/p/digilib/code/digilib-doc</pre></div></div> +<pre>$ git clone git@github.com:robcast/digilib.git</pre></div></div> <div class="section"> <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a> <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div> @@ -255,7 +258,7 @@ <footer> <div class="container-fluid"> <div class="row span12">Copyright © 2001-2017 - <a href="http://digilib.sourceforge.net">digilib Community</a>. + <a href="https://github.com/robcast/digilib">digilib Community</a>. All Rights Reserved. </div>