gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r9047: change package-list.html


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9047: change package-list.html
Date: Tue, 7 Mar 2023 16:02:40 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9047
revision-id: carlhansen@gnu.org-20230307210233-cffeof4kpfuvr3p0
parent: carlhansen@gnu.org-20230307210004-t9xvwbkbsk4odhqx
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Tue 2023-03-07 13:02:33 -0800
message:
  change package-list.html
modified:
  util/templates/package-list.html.m4 
packagelist.html.m4-20130412204301-x472oq5mm1fc6mrc-1
  util/templates/package.html.templ 
package.html.templ-20130412204301-x472oq5mm1fc6mrc-2
=== modified file 'util/templates/package-list.html.m4'
--- a/util/templates/package-list.html.m4       2022-04-08 23:21:17 +0000
+++ b/util/templates/package-list.html.m4       2023-03-07 21:02:33 +0000
@@ -38,7 +38,7 @@
 <style>
 td { vertical-align: top;}
 </style>
-<title>GNU SRC Package List - GNU Project - Free Software Foundation</title>
+<title>GNU SRC Release Collection Package List - GNU Project - Free Software 
Foundation</title>
 <!--#include virtual="/server/gnun/initial-translations-list.html" -->
 <!--#include virtual="/server/banner.html" -->
 
@@ -85,8 +85,8 @@
   <p> It's all free (in the sense of freedom) software; the world is replete 
with wonderful
   things. You can help.
 
-<p>In this table the "GSRC Name" of a
-  package is a filesystem name,  one that you would use to install the
+<p>In this table the "dir/name" of a
+  package is the filesystem name,  one that you would use to install the
   package via GSRC,  e.g. <pre>make -C pkg/gnu/hello</pre>  The "Name"
   of the package is its canonical name as might be used in text to
   communicate among humans.</p>
@@ -96,10 +96,8 @@
 
 <table style="table-layout: fixed; width: 100%">
   <tr>
-    <th width="15%">GSRC Name</th>
-    <th width="10%">Name</th>
-    <th width="70%">Description</th>
-    <th width="5%">Version</th>
+    <th width="15%">Name   dir/name  Version</th>
+    <th width="85%">Description</th>
   </tr>
 PACKAGE_LIST
 </table>

=== modified file 'util/templates/package.html.templ'
--- a/util/templates/package.html.templ 2016-06-21 04:51:03 +0000
+++ b/util/templates/package.html.templ 2023-03-07 21:02:33 +0000
@@ -1,6 +1,11 @@
   <tr>
-    <td width="15%" style="word-wrap: break-word" 
id="{{Garname}}">{{Directory}}/{{Garname}}</td>
-    <td width="10%" style="word-wrap: break-word"><a 
href="{{Home_URL}}">{{Name}}</a></td>
-    <td width="70%">{{Blurb = "" ? Description : Blurb}}</td>
-    <td width="5%">{{Version}}</td>
+    <td width="100%" style="word-wrap: break-word">
+  <a href="{{Home_URL}}">  <b>{{Name}}</b></a>
+ {{Directory}}/{{Garname}}
+    {{Version}} 
+</td>
+
+<td>
+    {{Blurb = "" ? Description : Blurb}}
+</td>
   </tr>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]