summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2008-07-09 20:56:15 +0200
committerLoui Chang <louipc.ist@gmail.com>2008-07-22 19:51:13 +0200
commit6bae84f34a571da9da0f7c2237be3cc544ecb365 (patch)
treea96218598f02e9aa7d2066fe9267f21745db9e86 /web/html/index.php
parent1a1a6eb36e17315f08eee0e44a83fe4bdf0887f5 (diff)
downloadaur-6bae84f34a571da9da0f7c2237be3cc544ecb365.tar.gz
aur-6bae84f34a571da9da0f7c2237be3cc544ecb365.tar.xz
Change some of the index page notices.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/web/html/index.php b/web/html/index.php
index ce5e0091..f5e10eeb 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -46,8 +46,8 @@ print __( 'Contributed PKGBUILDs <b>must</b> conform to the %hArch Packaging Sta
</p>
<p>
<?php print __("Remember to vote for your favourite packages!"); ?>
-<br>
-<?php print __("The most popular packages will be provided as binary packages in [community]."); ?>
+<br />
+<?php echo __('Some packages may be provided as binaries in [community].'); ?>
</p>
</td>
</tr>
@@ -69,7 +69,12 @@ general_stats_table($dbh);
</td>
</tr>
</table>
-<br /><span class='important'><?php print __("DISCLAIMER"); ?></span>
+
+<div class="important"><?php
+echo __('DISCLAIMER') . ':<br />';
+echo __('Unsupported PKGBUILDs are user produced content. Any use of files is at your own risk.');
+?></div>
+
</div>
</div>