]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Tue, 1 Aug 2006 12:11:44 +0000 (12:11 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Tue, 1 Aug 2006 12:11:44 +0000 (12:11 +0000)
Purpose of commit: cleanup

Commit summary:
---------------

2006-08-01  Thorsten Kukuk  <kukuk@thkukuk.de>

        * doc/index.html: Cleanup to look prettier.

ChangeLog
doc/index.html

index 339257d427dbabc0bfba348f543ff40f130c679a..c98edf6b21802ea98069f7d503f9822fc08c7d79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * doc/man/pam_fail_delay.3.xml: Fix some Bugs and enhance
        rationale about when this function should be used and when not.
 
+       * doc/index.html: Cleanup to look prettier.
+
 2006-08-01  Thorsten Kukuk  <kukuk@thkukuk.de>
 
        * libpam/Makefile.am: Bump patchlevel of libpam.
index 9e607b957f319de993eda2317448c3c7b9bb3d44..9afc8b795a7da6816cb985c06a2de16faa2c5107 100644 (file)
@@ -1,18 +1,21 @@
-
-<HTML>
-<HEAD>
-<TITLE>Linux-PAM - Pluggable Authentication Modules for Linux</TITLE>
-</HEAD>
-<BODY>
-
-<p>
-Here is the documentation for Linux-PAM. As you will see it is
-currently not complete. However, in order of decreasing length:
-
-<ul>
-<li> <a href="Linux-PAM_SAG.html">The System Administrators' Guide</a>
-<li> <a href="Linux-PAM_MWG.html">The Module Writers' Guide</a>
-<li> <a href="Linux-PAM_ADG.html">The Application developers' Guide</a>
-</ul>
-
-</BODY>
+<html>
+  <head>
+    <title>The Linux-PAM Administration and Developer Guides</title>
+  </head>
+  <body>
+    <center>
+      <h1>The Linux-PAM Guides</h1>
+    </center>
+    <hr>
+    <p>
+      Here is the documentation for Linux-PAM. As you will see it is
+      currently not complete.
+    <p>
+    <ul>
+      <li> <a href="Linux-PAM_SAG.html">The System Administrators' Guide</a>
+      <li> <a href="Linux-PAM_MWG.html">The Module Writers' Guide</a>
+      <li> <a href="Linux-PAM_ADG.html">The Application Developers' Guide</a>
+    </ul>
+    <hr>
+  </body>
+</html>
\ No newline at end of file