Mercurial > hg > digilib
comparison 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 |
comparison
equal
deleted
inserted
replaced
1640:1ae8b89d3a86 | 1641:16be3440305b |
---|---|
24 | 24 |
25 | 25 |
26 <div class="container-fluid"> | 26 <div class="container-fluid"> |
27 <div id="banner"> | 27 <div id="banner"> |
28 <div class="pull-left"> | 28 <div class="pull-left"> |
29 <a href="./" id="bannerLeft"> | 29 <a href="https://robcast.github.io/digilib/" id="bannerLeft"> |
30 <h2>digilib - a versatile image viewing environment for the internet</h2> | 30 <h2>digilib - a versatile image viewing environment for the internet</h2> |
31 </a> | 31 </a> |
32 </div> | 32 </div> |
33 <div class="pull-right"> <a href="./" id="bannerRight"> | 33 <div class="pull-right"> <a href="https://robcast.github.io/digilib/" id="bannerRight"> |
34 <img src="images/digilib-logo-small.png" /> | 34 <img src="images/digilib-logo-small.png" /> |
35 </a> | 35 </a> |
36 </div> | 36 </div> |
37 <div class="clear"><hr/></div> | 37 <div class="clear"><hr/></div> |
38 </div> | 38 </div> |
210 | 210 |
211 <div id="poweredBy"> | 211 <div id="poweredBy"> |
212 <div class="clear"></div> | 212 <div class="clear"></div> |
213 <div class="clear"></div> | 213 <div class="clear"></div> |
214 <div class="clear"></div> | 214 <div class="clear"></div> |
215 <a href="http://maven.apache.org/" title="Built by Maven" class="builtBy"> | 215 <a href="http://maven.apache.org/" title="Built by Maven" class="builtBy"> |
216 <img class="builtBy" alt="Built by Maven" src="http://maven.apache.org/images/logos/maven-feather.png" /> | 216 <img class="builtBy" alt="Built by Maven" src="maven.apache.org/images/logos/maven-feather.png" /> |
217 </a> | 217 </a> |
218 <a href="http://www.sourceforge.net/" title="Hosted by SourceForge" class="builtBy"> | 218 <a href="https://github.com/" title="Hosted by GitHub" class="builtBy"> |
219 <img class="builtBy" alt="Hosted by SourceForge" src="http://upload.wikimedia.org/wikipedia/commons/0/0b/Sourceforge_logo.png" /> | 219 <img class="builtBy" alt="Hosted by GitHub" src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Logo.png" /> |
220 </a> | |
221 <a href="http://www.sourceforge.net/" title="Hosted by SourceForge" class="builtBy"> | |
222 <img class="builtBy" alt="Hosted by SourceForge" src="upload.wikimedia.org/wikipedia/commons/0/0b/Sourceforge_logo.png" /> | |
220 </a> | 223 </a> |
221 </div> | 224 </div> |
222 </div> | 225 </div> |
223 </div> | 226 </div> |
224 | 227 |
225 | 228 |
226 <div id="bodyColumn" class="span9" > | 229 <div id="bodyColumn" class="span9" > |
227 | 230 |
228 <div class="section"> | 231 <div class="section"> |
229 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> | 232 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> |
230 <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> | 233 <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> |
231 <div class="section"> | 234 <div class="section"> |
232 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a> | 235 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a> |
233 <p>The following is a link to a browsable version of the source repository:</p> | 236 <p>The following is a link to a browsable version of the source repository:</p> |
234 <div class="source"> | 237 <div class="source"> |
235 <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> | 238 <pre><a class="externalLink" href="https://github.com/robcast/digilib/digilib-doc">https://github.com/robcast/digilib/digilib-doc</a></pre></div></div> |
236 <div class="section"> | 239 <div class="section"> |
237 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a> | 240 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a> |
238 <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> | 241 <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> |
239 <div class="source"> | 242 <div class="source"> |
240 <pre>$ hg clone http://hg.code.sf.net/p/digilib/code/digilib-doc</pre></div></div> | 243 <pre>$ git clone git://github.com/robcast/digilib.git</pre></div></div> |
241 <div class="section"> | 244 <div class="section"> |
242 <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a> | 245 <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a> |
243 <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> | 246 <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> |
244 <div class="source"> | 247 <div class="source"> |
245 <pre>$ hg clone https://hg.code.sf.net/p/digilib/code/digilib-doc</pre></div></div> | 248 <pre>$ git clone git@github.com:robcast/digilib.git</pre></div></div> |
246 <div class="section"> | 249 <div class="section"> |
247 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a> | 250 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a> |
248 <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div> | 251 <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div> |
249 </div> | 252 </div> |
250 </div> | 253 </div> |
253 <hr/> | 256 <hr/> |
254 | 257 |
255 <footer> | 258 <footer> |
256 <div class="container-fluid"> | 259 <div class="container-fluid"> |
257 <div class="row span12">Copyright © 2001-2017 | 260 <div class="row span12">Copyright © 2001-2017 |
258 <a href="http://digilib.sourceforge.net">digilib Community</a>. | 261 <a href="https://github.com/robcast/digilib">digilib Community</a>. |
259 All Rights Reserved. | 262 All Rights Reserved. |
260 | 263 |
261 </div> | 264 </div> |
262 | 265 |
263 | 266 |