Author: benm
Date: 2005-04-19 15:43:43 -0400 (Tue, 19 Apr 2005)
New Revision: 43288

Modified:
   trunk/release/website/get_rpm_install
   trunk/release/website/mk-index.sh
Log:
fixups

Modified: trunk/release/website/get_rpm_install
===================================================================
--- trunk/release/website/get_rpm_install       2005-04-19 19:14:58 UTC (rev 
43287)
+++ trunk/release/website/get_rpm_install       2005-04-19 19:43:43 UTC (rev 
43288)
@@ -27,7 +27,7 @@
     fedora-*)
        cat <<EOF
 <p>
-Another way to install updates on your operating system is to use "yum". 
Putting the
+Another way to install updates on your operating system is to use 
<tt>yum</tt>. Putting the
 <a href="mono.repo">mono.repo</a> file in <tt>/etc/yum.repos.d</tt> will allow 
you to
 install mono and related packages.
 </p>

Modified: trunk/release/website/mk-index.sh
===================================================================
--- trunk/release/website/mk-index.sh   2005-04-19 19:14:58 UTC (rev 43287)
+++ trunk/release/website/mk-index.sh   2005-04-19 19:43:43 UTC (rev 43288)
@@ -53,12 +53,13 @@
                        # rpms are compressed anyways -- doing any compression 
is a waste of time
                        zip -j -0 $DISTRO/$zipname.zip [EMAIL PROTECTED]
                        
-                       echo "<p>All these files in a <a 
href='$zipname.zip'>.zip file</a></p>" >> $OUT
+                       echo "<p><a href='$zipname.zip'><img 
src='/zip-icon.png' />All of these files in a ZIP file</a></p>" >> $OUT
                        echo "<ul>" >> $OUT
                        
                        for i in [EMAIL PROTECTED]; do
                                NAME=$(rpm -qp --queryformat '%{NAME}' $i 
2>/dev/null)
-                               echo "<li><a href='../$i'>$NAME</a></li>" >> 
$OUT
+                               DESC=$(rpm -qp --queryformat '%{SUMMARY}' $i 
2>/dev/null)
+                               echo "<li><a href='../$i'>$NAME</a> -- 
$DESC</li>" >> $OUT
                        done
                        
                        echo "</ul>" >> $OUT

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to