github URL in documentation; title updated.

This commit is contained in:
Lars Immisch 2012-03-07 15:57:33 +01:00
parent af63734d44
commit 687af591b8
2 changed files with 13 additions and 17 deletions

View File

@ -5,7 +5,7 @@
<!ENTITY cs "<application>CapiSuite</application>">
]>
<book lang="de">
<title>CapiSuite 0.5.cvs</title>
<title>CapiSuite 0.5.git</title>
<subtitle><ulink url="http://www.capisuite.de"/></subtitle>
@ -383,9 +383,11 @@ make install</screen>
ausgegeben wird. Hier finden Sie Optionen zum ändern des Installationsverzeichnisses.</para>
</sect3>
<sect3 id="install_CVS"><title>Installation aus dem Subversion-Repository</title>
<sect3 id="install_GIT"><title>Installation aus dem Subversion-Repository</title>
<para>Wenn Sie ganz innovativ sein und immer die neuesten Features testen wollen,
können Sie sich die aktuellen Sorucen von &cs; aus dem Repository holen.</para>
können Sie sich die aktuellen Sorucen von &cs;von github holen:</para>
<para><screen>git clone https://github.com/larsimmisch/capisuite.git</screen></para>
<para><emphasis>Dies wird nicht empfohlen, wenn Sie nicht die neuesten Features testen
oder bei der Entwicklung von &cs; helfen wollen! Die Entwicklungsversionen können OK sein,
@ -403,10 +405,6 @@ make install</screen>
können, finden Sie im Download-Bereich auf der &cs;-Homepage unter
<ulink url="http://www.capisuite.de"/>.</para>
<para>Wenn Sie die Sourcen in ein Verzeichnis ausgecheckt haben, machen Sie bitte ein
<screen>make -f Makefile.cvs</screen>
</para>
<para>Jetzt können Sie ganz normal mit der Installation weiter machen wie im
<xref linkend="install_source"/> beschrieben.</para>
</sect3>

View File

@ -5,7 +5,7 @@
<!ENTITY cs "<application>CapiSuite</application>">
]>
<book lang="en">
<title>CapiSuite 0.5.cvs</title>
<title>CapiSuite 0.5.git</title>
<subtitle><ulink url="http://www.capisuite.de"/></subtitle>
@ -350,10 +350,16 @@ make install</screen>
for options to customize the installation directories.</para>
</sect3>
<sect3 id="install_CVS"><title>Installation from Subversion</title>
<sect3 id="install_GIT"><title>Installation from Git</title>
<para>If you want to live on the bleeding edge and always test the newest features,
you may also checkout the current sources of &cs; from the repository.</para>
<para>If you want to live on the bleeding edge and always test the
newest features, you can also checkout the current sources of &cs;
from github:</para>
<para><screen>git clone https://github.com/larsimmisch/capisuite.git</screen></para>
<para><emphasis>This is not recommended unless you want to test the newest features or
want to help in developing &cs;! The development sources may do anything,
may not work or not even compile. Do this on your own risk!</emphasis></para>
@ -365,14 +371,6 @@ make install</screen>
<para>If you want to build the documentation out of the sources, you'll also need
Doxygen and correctly installed Docbook/XML tools.</para>
<para>For instructions on where to find the repository and how to checkout
the sources, please refer to the download section on the &cs; homepage
on <ulink url="http://www.capisuite.de"/>.</para>
<para>After you checked out the sources to some directory, please do
<screen>make -f Makefile.cvs</screen>
</para>
<para>Now, you can continue with the normal installation process as described in
<xref linkend="install_source"/>.</para>
</sect3>