OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 08-Aug-2006 11:18:17
Branch: HEAD Handle: 2006080810181601
Modified files:
openpkg-registry registry-ui.pl registry.pm
Log:
use end tags conforming to XHTML 1.0 Strict
Summary:
Revision Changes Path
1.92 +9 -9 openpkg-registry/registry-ui.pl
1.7 +9 -9 openpkg-registry/registry.pm
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-ui.pl
============================================================================
$ cvs diff -u -r1.91 -r1.92 registry-ui.pl
--- openpkg-registry/registry-ui.pl 7 Aug 2006 18:48:16 -0000 1.91
+++ openpkg-registry/registry-ui.pl 8 Aug 2006 09:18:16 -0000 1.92
@@ -1158,7 +1158,7 @@
$fullname = $rv->{$username}->{fullname};
$html .= "<h2>Login successful</h2>\n";
- $html .= "Welcome,<br>\n" . (($fullname ne "") ? $fullname :
$username) . "<br>\n";
+ $html .= "Welcome,<br/>\n" . (($fullname ne "") ? $fullname :
$username) . "<br/>\n";
}
else {
$html .= "<h2>Login failed</h2>\n";
@@ -1172,7 +1172,7 @@
die "ERROR:$0: DataBase error: ".$dbh->errstr."\n";
}
if ($rv->[0] == 0) {
- $html .= q{<p>
+ $html .= q{<p/>
Please note you can create a user token and use it as a
replacement for
your (email) login when running <code>openpkg
register</code>. This is
useful for writing scripts and documentation without
revealing your
@@ -2149,13 +2149,13 @@
$html .= "<tr>";
$html .= "<td colspan=\"9\">";
- $html .= "Legend:<br>\n";
- $html .= "<b>id</b> = the actual token to be used for <code>openpkg
register</code> command<br>\n";
- $html .= "<b>description</b> = assume this information is visible to
the public<br>\n";
- $html .= "<b>user</b> = token enabled for <code>--user=</code>
replacement<br>\n";
- $html .= "<b>link</b> = token enabled for <code>--link=</code>
usage<br>\n";
- $html .= "<b>assoc</b> = token enabled for automatic association
(practically requires user or link)<br>\n";
- $html .= "<b>numbers</b> = show token and feature use count
statistic<br>\n";
+ $html .= "Legend:<br/>\n";
+ $html .= "<b>id</b> = the actual token to be used for <code>openpkg
register</code> command<br/>\n";
+ $html .= "<b>description</b> = assume this information is visible to
the public<br/>\n";
+ $html .= "<b>user</b> = token enabled for <code>--user=</code>
replacement<br/>\n";
+ $html .= "<b>link</b> = token enabled for <code>--link=</code>
usage<br/>\n";
+ $html .= "<b>assoc</b> = token enabled for automatic association
(practically requires user or link)<br/>\n";
+ $html .= "<b>numbers</b> = show token and feature use count
statistic<br/>\n";
$html .= "</td>";
$html .= "</tr>\n";
$cgi->delete(-name=>'username');
@@ .
patch -p0 <<'@@ .'
Index: openpkg-registry/registry.pm
============================================================================
$ cvs diff -u -r1.6 -r1.7 registry.pm
--- openpkg-registry/registry.pm 7 Aug 2006 18:48:17 -0000 1.6
+++ openpkg-registry/registry.pm 8 Aug 2006 09:18:17 -0000 1.7
@@ -130,25 +130,25 @@
default "main"; /* "", main, dropxml, login, association, logout
*/
main q{
<h3>Welcome to the OpenPKG Registry main entrance.</h3>
- The registry collects information about instances and
packages.<br>
- <b>NOTICE:</b> Version 0.6 introduced uploading package
information by default.<br>
- Read details in the manpage
<code>openpkg man register</code><br>
+ The registry collects information about, instances and
packages.<br/>
+ <b>NOTICE:</b> Version 0.6 introduced uploading package
information by default.<br/>
+ Read details in the manpage
<code>openpkg man register</code><br/>
Find more information in the manpage under
<code>--data</code> option and <code>OPENPKG_PREP</code> file.
<p/>
Use the following software to get the <code>openpkg
register</code> command.
<p/>
<ul>
- <li>OpenPKG CURRENT<br>
+ <li>OpenPKG CURRENT<br/>
<i>embedded in bootstrap</i></li>
- <li>OpenPKG 2-STABLE<br>
+ <li>OpenPKG 2-STABLE<br/>
<i>embedded in bootstrap</i></li>
- <li>OpenPKG 2-STABLE-20060622 SNAPSHOT<br>
+ <li>OpenPKG 2-STABLE-20060622 SNAPSHOT<br/>
<i>embedded in bootstrap</i></li>
- <li>OpenPKG 2.5 RELEASE<br>
+ <li>OpenPKG 2.5 RELEASE<br/>
<i>embedded in bootstrap</i></li>
- <li>OpenPKG 2.4, 2.3, 2.2, 2.1, 2.0 RELEASE<br>
+ <li>OpenPKG 2.4, 2.3, 2.2, 2.1, 2.0 RELEASE<br/>
<a
href="http://www.openpkg.org/download/">Download</a> and install the CURRENT
openpkg-registry package.</li>
- <li>OpenPKG 1.x<br>
+ <li>OpenPKG 1.x<br/>
<i>unsupported</i></li>
</ul>
};
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]