Added targets for links

This commit is contained in:
moodler 2003-06-21 08:24:14 +00:00
parent a545f04cbe
commit a47240e69a

View file

@ -23,27 +23,27 @@
source code because it keeps versions of all files so that nothing is ever
lost, and usage by different people is tracked. It also provides ways to merge
code if two or more people are working on the same file. All code and all
versions are stored on a central server (in the case of Moodle, at <a href="http://www.sf.net/">Sourceforge</a>).
versions are stored on a central server (in the case of Moodle, at <a target="_parent" href="http://www.sf.net/">Sourceforge</a>).
</p>
<p>If you just want to access the current CVS version of Moodle with read-only access then
you don't need this page - just follow the simpler CVS instructions on the <a href="http://moodle.org/download">Moodle download page</a>.</p>
you don't need this page - just follow the simpler CVS instructions on the <a target="_parent" href="http://moodle.org/download">Moodle download page</a>.</p>
<p>To use <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/moodle/moodle/">Moodle's
CVS archive</a> (as a <a href="http://sourceforge.net/project/memberlist.php?group_id=30935">developer
<p>To use <a target="_parent" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/moodle/moodle/">Moodle's
CVS archive</a> (as a <a target="_parent" href="http://sourceforge.net/project/memberlist.php?group_id=30935">developer
with write access</a>), you first need to have an <a href="http://sourceforge.net/account/register.php">account
on Sourceforge</a>. For the examples on this page, let's assume your username
is <strong><font color="#990000">myusername</font></strong> and your password
is <strong><font color="#990000">mypassword</font></strong>. Take special note of the
sourceforge instructions to <a href="http://sourceforge.net/docman/display_doc.php?docid=768&group_id=1#develhomedir">create your CVS home directory</a> - something you have to
sourceforge instructions to <a target="_parent" href="http://sourceforge.net/docman/display_doc.php?docid=768&group_id=1#develhomedir">create your CVS home directory</a> - something you have to
do with every new account to "enable" it for CVS. Basically you just have to use ssh to interactively connect to cvs.sourceforge.net.</p>
<p>Once you have
a working Sourceforge account, contact <a
href="http://moodle.org/user/view.php?id=1&course=1">Martin Dougiamas</a> so he can give you write access
target="_parent" href="http://moodle.org/user/view.php?id=1&course=1">Martin Dougiamas</a> so he can give you write access
to particular Moodle directories.</p>
<p>To avoid being prompted for <strong><font color="#990000">mypassword</font></strong>
every time you run a CVS command, follow the <a href="http://sourceforge.net/account/editsshkeys.php">Sourceforge
every time you run a CVS command, follow the <a target="_parent" href="http://sourceforge.net/account/editsshkeys.php">Sourceforge
directions for using authorized keys</a>. This step is optional, but it can
make your CVS experience a lot nicer.</p>
<p>With that done, you should have all the permissions you need, so you just
@ -65,7 +65,7 @@
<p>Don't try to do run this first CVS command into an existing moodle directory
- start fresh with a new directory.</p>
<p>Note that you will be prompted for <strong><font color="#990000">mypassword</font></strong>
for each command unless you set up <a href="http://sourceforge.net/account/editsshkeys.php">authorized
for each command unless you set up <a target="_parent" href="http://sourceforge.net/account/editsshkeys.php">authorized
keys</a></p>
<p>Now, you should have a new 'moodle' directory. You can rename it and move
it around if you like. Go into it: </p>
@ -106,7 +106,7 @@ update -dP</strong> </pre>
<p>First, you need to download a completely fresh copy of Moodle using your
developer account.</p>
<blockquote>
<p> 1. Get TortoiseCVS from <a href="http://www.tortoisecvs.org/">tortoisecvs.org</a>
<p> 1. Get TortoiseCVS from <a target="_parent" href="http://www.tortoisecvs.org/">tortoisecvs.org</a>
and install it, then reboot.<br>
<br>
2. Find or create a new folder somewhere where you want Moodle to be downloaded