Skip to content

Commit

Permalink
download source changes oublished
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Oct 19, 2011
1 parent d085ac7 commit 1c623f4
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 16 deletions.
Expand Up @@ -9,33 +9,24 @@
<body>
<div class="instructions">
<h1>Get the Source of Yanel</h1>

<h2>Git</h2>
<p>The source code of Yanel is located at <a href="https://github.com/wyona/yanel">github</a>. You can get the latest version of Yanel by executing the following command in a shell on your system:</p>

<pre>git clone https://github.com/wyona/yanel.git</pre>

<p>or as a developer (read and write access)</p>

<pre>git clone git@github.com:wyona/yanel.git</pre>

<p>This will create a new directory called <code>yanel</code> which contains the latest version (of branch 'master') of the source code. If you are new to Git, take a loot at the <a href="http://git-scm.com/">official Git website</a>. To get started with the source see the <a href="../en/getting-started/index.html">Getting Started</a>&#160;guide or the <a href="https://github.com/wyona/yanel/blob/master/README.txt">README.txt</a>.</p>

<h2>Subversion (DEPRECATED)</h2>
<p>Previously to Git the source code of Yanel lived inside a <a href="http://subversion.apache.org">Subversion</a> repository, which can be <a href="http://svn.wyona.com/repos/public/yanel/trunk">found here</a>. You can still check out an archived version of Yanel by executing the following command in a shell on your system:</p>
<pre>svn co http://svn.wyona.com/repos/public/yanel/trunk yanel-trunk</pre>

<p>This will create a new directory called <code>yanel-trunk</code> which contains the latest version of the source code. If you are new to Subversion, take a loot at the <a href="http://subversion.apache.org/docs/">official Subversion documentation</a>.&#160;To get started with the source see the <a href="../en/getting-started/index.html">Getting Started</a>&#160;guide or the <!--<a href="http://anonymous:anonymous@svn.wyona.com/repos/public/yanel/trunk/README.txt">--><a href="http://svn.wyona.com/repos/public/yanel/trunk/README.txt">README.txt</a>.</p>

<p>This will create a new directory called <code>yanel-trunk</code> which contains the latest version of the source code. If you are new to Subversion, take a loot at the <a href="http://subversion.apache.org/docs/">official Subversion documentation</a>.&#160;To get started with the source see the <a href="../en/getting-started/index.html">Getting Started</a>&#160;guide or the <!--<a href="http://anonymous:anonymous@svn.wyona.com/repos/public/yanel/trunk/README.txt" mce_href="http://anonymous:anonymous@svn.wyona.com/repos/public/yanel/trunk/README.txt">--><a href="http://svn.wyona.com/repos/public/yanel/trunk/README.txt">README.txt</a>.</p>
<h2 class="instructions">Mercurial (DEPRECATED)</h2>
<p>For developers who prefer to use <a href="http://mercurial.selenic.com">Mercurial</a> instead of Subversion for their day-to-day development, we offer a Mercurial read-only mirror of Yanel's Subversion repository. See <a href="http://hg.wyona.com">hg.wyona.com</a>&#160;for access to the repository, and our <a href="../en/development/processes/vcs.html">version control workflow</a> page for more information on the mirror.</p>
<pre>hg clone http://hg.wyona.com/yanel-mercurial-mirror yanel-hg</pre>
<p>If you're new to Mercurial and have generally never worked with distributed version control systems before, then take a look at <a href="http://hginit.com">http://hginit.com</a> for a good introduction to Mercurial.</p>

<h2>Developer Access to Subversion (DEPRECATED)</h2>
<p>If you have commits rights to the repository, you check it out using your username and password over SSL.</p>
<pre>svn co --username USERNAME https://svn.wyona.com/repos/public/yanel/trunk yanel-trunk</pre>
<p>Please note that as this time, the Git repository remains the official, central repository containing the master copy of Yanel and write access has been disabled for the Subversion repository.</p>
</div>
</body>
</html>
</html>
@@ -1,11 +1,12 @@
yarep_vfs-meta-file-version<string>:1.0
yarep_size<long>:1570
yarep_checkinDate<date>:2011-02-23T10\:15\:33\:561+0100
yarep_lastModified<long>:1319030477000
yarep_checkinDate<date>:2011-10-19T15\:21\:18\:062+0200
yarep_lastModifed<long>:1270814083000
yarep_type<string>:resource
yarep_checkoutUserID<string>:lenya
yarep_mimeType<string>:application/xhtml+xml
yarep_checkoutUserID<string>:alice
annotations<string>:Source, , Code, Download
yarep_checkoutDate<date>:2011-02-23T10\:15\:29\:252+0100
yarep_checkoutDate<date>:2011-10-19T15\:21\:15\:870+0200
yarep_isCheckedOut<boolean>:false
live-revision<string>:1298452532762
yarep_mimeType<string>:application/xhtml+xml
live-revision<string>:1319030477963
@@ -0,0 +1,32 @@
<?xml version="1.0"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Get the Source</title>
</head>
<body>
<div class="instructions">
<h1>Get the Source of Yanel</h1>
<h2>Git</h2>
<p>The source code of Yanel is located at <a href="https://github.com/wyona/yanel">github</a>. You can get the latest version of Yanel by executing the following command in a shell on your system:</p>
<pre>git clone https://github.com/wyona/yanel.git</pre>
<p>or as a developer (read and write access)</p>
<pre>git clone git@github.com:wyona/yanel.git</pre>
<p>This will create a new directory called <code>yanel</code> which contains the latest version (of branch 'master') of the source code. If you are new to Git, take a loot at the <a href="http://git-scm.com/">official Git website</a>. To get started with the source see the <a href="../en/getting-started/index.html">Getting Started</a>&#160;guide or the <a href="https://github.com/wyona/yanel/blob/master/README.txt">README.txt</a>.</p>
<h2>Subversion (DEPRECATED)</h2>
<p>Previously to Git the source code of Yanel lived inside a <a href="http://subversion.apache.org">Subversion</a> repository, which can be <a href="http://svn.wyona.com/repos/public/yanel/trunk">found here</a>. You can still check out an archived version of Yanel by executing the following command in a shell on your system:</p>
<pre>svn co http://svn.wyona.com/repos/public/yanel/trunk yanel-trunk</pre>
<p>This will create a new directory called <code>yanel-trunk</code> which contains the latest version of the source code. If you are new to Subversion, take a loot at the <a href="http://subversion.apache.org/docs/">official Subversion documentation</a>.&#160;To get started with the source see the <a href="../en/getting-started/index.html">Getting Started</a>&#160;guide or the <!--<a href="http://anonymous:anonymous@svn.wyona.com/repos/public/yanel/trunk/README.txt" mce_href="http://anonymous:anonymous@svn.wyona.com/repos/public/yanel/trunk/README.txt">--><a href="http://svn.wyona.com/repos/public/yanel/trunk/README.txt">README.txt</a>.</p>
<h2 class="instructions">Mercurial (DEPRECATED)</h2>
<p>For developers who prefer to use <a href="http://mercurial.selenic.com">Mercurial</a> instead of Subversion for their day-to-day development, we offer a Mercurial read-only mirror of Yanel's Subversion repository. See <a href="http://hg.wyona.com">hg.wyona.com</a>&#160;for access to the repository, and our <a href="../en/development/processes/vcs.html">version control workflow</a> page for more information on the mirror.</p>
<pre>hg clone http://hg.wyona.com/yanel-mercurial-mirror yanel-hg</pre>
<p>If you're new to Mercurial and have generally never worked with distributed version control systems before, then take a look at <a href="http://hginit.com">http://hginit.com</a> for a good introduction to Mercurial.</p>
<h2>Developer Access to Subversion (DEPRECATED)</h2>
<p>If you have commits rights to the repository, you check it out using your username and password over SSL.</p>
<pre>svn co --username USERNAME https://svn.wyona.com/repos/public/yanel/trunk yanel-trunk</pre>
<p>Please note that as this time, the Git repository remains the official, central repository containing the master copy of Yanel and write access has been disabled for the Subversion repository.</p>
</div>
</body>
</html>
@@ -0,0 +1,17 @@
yarep_vfs-meta-file-version<string>:1.0
yarep_lastModifed<long>:1270814083000
yarep_type<string>:resource
workflow-date<date>:2011-10-19T15\:21\:27\:608+0200
yarep_checkoutDate<date>:2011-10-19T15\:21\:15\:870+0200
yarep_isCheckedOut<boolean>:false
live-revision<string>:1298452532762
yarep_size<long>:1570
workflow-state<string>:approved
yarep_lastModified<long>:1319030477000
yarep_checkinDate<date>:2011-02-23T10\:15\:33\:561+0100
yarep_revisionCreator<string>:alice
yarep_mimeType<string>:application/xhtml+xml
annotations<string>:Source, , Code, Download
yarep_checkoutUserID<string>:alice
yarep_revisionCreationDate<date>:2011-10-19T15\:21\:17\:985+0200
yarep_revisionComment<string>:Updated with tinyMCE

0 comments on commit 1c623f4

Please sign in to comment.