diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-11 19:37:10 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-11 19:37:10 +0000 |
commit | 740a32bde45aa64faf905eaec13283eb53ee62ec (patch) | |
tree | 72da2e7fbf9b1a9d0c8469201e7a50d4464aab63 | |
parent | 786234f6f2ea42a981c3a7d01d153e58faa2af4a (diff) | |
download | ioquake3-aero-740a32bde45aa64faf905eaec13283eb53ee62ec.tar.gz ioquake3-aero-740a32bde45aa64faf905eaec13283eb53ee62ec.zip |
Add SVN link to top bar.
git-svn-id: svn://svn.icculus.org/quake3/trunk@327 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/include/mailinglists.php | 2 | ||||
-rw-r--r-- | web/index.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/web/include/mailinglists.php b/web/include/mailinglists.php index 4253a34..59de0de 100644 --- a/web/include/mailinglists.php +++ b/web/include/mailinglists.php @@ -19,7 +19,7 @@ For more help, send a blank email to All of the above information plus more will be sent to you. </p> <h3 class="shell">quake3-commits@icculus.org</h3> -<p>There is also a read-only mailing list which tracks changes to the +<p>There is also this read-only mailing list which tracks changes to the <acronym title="Subversion">SVN</acronym> tree. You'll be sent an email each time someone commits a change. This is not normally a high-volume list, but it certainly can be at times. The instructions for this list are identical to the instructions diff --git a/web/index.php b/web/index.php index 9bbd0cb..b0d2267 100644 --- a/web/index.php +++ b/web/index.php @@ -25,6 +25,7 @@ foreach ($navlist as $file => $alias) { echo "</li>\n"; } ?> + <li><a href="http://svn.icculus.org/quake3/trunk">Subvesion Web</a></li> </ul> <div id="content"> <?php include_safe("$page.php"); ?> |