diff options
author | pjmattal <pjmattal> | 2005-04-24 18:57:27 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-04-24 18:57:27 +0000 |
commit | 82848581f4f266228c084d71e3249ec7b91bbd99 (patch) | |
tree | 88dc2ac378af9da9ffbf0cd2f018b6498d5dc3a1 | |
parent | bee72b2f2dfb3513fa1b419c2451e2f460bc0f7a (diff) | |
download | aurweb-82848581f4f266228c084d71e3249ec7b91bbd99.tar.xz |
added a link to the Wiki's list of user repositories from the main page
-rw-r--r-- | web/html/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/index.php b/web/html/index.php index e1167f0..bf545e1 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -80,6 +80,7 @@ print " <td align='left' valign='top'>"; ?> <p>Welcome to the AUR! If you're a newcomer, you may want to read the <a href="guidelines.html">Guidelines</a>.</p> <p>If you have feedback about the AUR, please leave it in <a href="http://bugs.archlinux.org/index.php?tasks=all&project=2">Flyspray</a>.</p> +<p>Though we can't vouch for their contents, we provide a <a href="http://wiki2.archlinux.org/index.php/Unofficial%20Repositories">list of user repositories</a> for your convenience.</p> <?php #print __("This is where the intro text will go."); #print __("For now, it's just a place holder."); |