URLs, styling and minor changes

This commit is contained in:
fpeters 2004-08-06 22:28:45 +00:00
parent 8b4fe5dee1
commit bfec512813
5 changed files with 31 additions and 12 deletions

15
INSTALL
View File

@ -10,15 +10,15 @@ Basic usage is::
make
make install
It will most likely bail out because of missing libraries. You need libxml2
(configuration file support), neon (HTTP client support) and lasso (Liberty
Alliance support).
It will most likely bail out because of missing libraries. You need libxml2_
(XML support, used for configuration file), neon_ (HTTP support, used for SOAP
requests), OpenSSL_ (OCSP support) and Lasso_ (Liberty Alliance support).
======= ============================= ==========================
Library URL Debian package name
======= ============================= ==========================
libxml2 http://xmlsoft.org/ libxml2-dev
neon http://www.webdav.org/neon/ libneon24-dev (may change)
neon http://www.webdav.org/neon/ libneon-dev
lasso http://lasso.entrouvert.org/ liblasso-dev
openssl http://www.openssl.org/ libssl-dev
======= ============================= ==========================
@ -33,7 +33,7 @@ to use that way::
Library URL Debian package name
========== ============================= =================================
postgresql http://www.postgresql.org postgresql-dev
mysql http://www.mysql.org libmysqlclient11-dev (may change)
mysql http://www.mysql.org libmysqlclient-dev
========== ============================= =================================
It may also be useful to set the path to the configuration files; default is
@ -89,3 +89,8 @@ MySQL
Support not yet implemented.
.. _libxml2: http://www.xmlsoft.org/
.. _neon: http://www.webdav.org/neon/
.. _lasso: http://lasso.entrouvert.org/
.. _openssl: http://www.openssl.org/

View File

@ -1,4 +1,4 @@
Makefile
Makefile.in
manual.html
idpc-manual.html

View File

@ -1,9 +1,9 @@
docdir = $(prefix)/share/doc/idpc
doc_DATA = manual.html default.css
doc_DATA = idpc-manual.html default.css
manual.html: manual.txt
rest2html manual.txt > manual.html
idpc-manual.html: manual.txt ../INSTALL
rest2html manual.txt > idpc-manual.html
EXTRA_DIST = manual.txt default.css

View File

@ -26,8 +26,8 @@ div#table-of-contents {
float: right;
border: 1px solid black;
margin: 1em;
width: 17em;
background: #eee;
max-width: 33%;
}
div#table-of-contents ul {
@ -47,3 +47,12 @@ th.docinfo-name {
padding-right: 0.5em;
}
dd {
margin-bottom: 1ex;
}
table.table td {
padding: 0 0.5ex;
}

View File

@ -14,7 +14,7 @@ IdPC Manual
Introduction
============
IdPC is an implementation of a Liberty Alliance Identity Provider in the form
IdPC is an implementation of a `Liberty Alliance`_ Identity Provider in the form
of several CGI C programs.
It supports the following IDFF-1.2 core profiles:
@ -125,5 +125,10 @@ Copyright and License
=====================
IdPC (both code and documentation) is copyright © 2004 Entr'ouvert and released
under the GNU General Public License.
under the `GNU General Public License`_.
.. _Liberty Alliance: http://www.projectliberty.org
.. _GNU General Public License: http://www.gnu.org/copyleft/gpl.html