OSSP CVS Repository

ossp - Check-in [1885]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 1885
Date: 2002-Feb-15 21:06:27 (local)
2002-Feb-15 20:06:27 (UTC)
User:rse
Branch:
Comment: even more content
Tickets:
Inspections:
Files:
ossp-web/pkg/lib/adns/index.wml      1.1 -> 1.2     13 inserted, 2 deleted
ossp-web/pkg/lib/cfg/index.wml      1.1 -> 1.2     5 inserted, 2 deleted
ossp-web/pkg/lib/hook/index.wml      1.1 -> 1.2     4 inserted, 2 deleted
ossp-web/pkg/lib/mux/index.wml      1.1 -> 1.2     6 inserted, 2 deleted
ossp-web/pkg/lib/path/index.wml      1.1 -> 1.2     7 inserted, 2 deleted
ossp-web/pkg/lib/pcbe/index.wml      1.1 -> 1.2     6 inserted, 2 deleted
ossp-web/pkg/lib/pcre/index.wml      1.1 -> 1.2     14 inserted, 1 deleted
ossp-web/pkg/lib/popt/index.wml      1.1 -> 1.2     20 inserted, 1 deleted
ossp-web/pkg/lib/proc/index.wml      1.1 -> 1.2     7 inserted, 2 deleted
ossp-web/pkg/lib/res/index.wml      1.1 -> 1.2     6 inserted, 2 deleted
ossp-web/pkg/lib/sio/index.wml      1.1 -> 1.2     4 inserted, 2 deleted

ossp-web/pkg/lib/adns/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:40     1.1
+++ index.wml    2002/02/15 20:06:27     1.2
@@ -3,13 +3,24 @@
 
 <title>OSSP adns</title>
 
-<h1>...</h1>
+<h1>Asynchronous DNS Resolving</h1>
 
 <h2>Abstract</h2>
 
+OSSP adns is a derivative of Ian Jackson's <a
+href="http://www.chiark.greenend.org.uk/~ian/adns/">ADNS</a> library.  It
+provides an asynchronous Domain Name System (DNS) client library for resolving
+arbitrary DNS records.
+
+<p>
+Notice: OSSP adns is fully compatible with the original ADNS library. It just
+made into an OSSP library for easier integration within the OSSP project. It
+is not intended to replace or to compete with the original ADNS library in any
+way.
+
 <h2>Authors</h2>
 
-<pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+<pkg_author name="Ian Jackson" mail="ian@davenant.greenend.org.uk">
 
 <h2>Status</h2>
 


ossp-web/pkg/lib/cfg/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:41     1.1
+++ index.wml    2002/02/15 20:06:28     1.2
@@ -3,10 +3,13 @@
 
 <title>OSSP cfg</title>
 
-<h1>...</h1>
+<h1>Configuration Parsing</h1>
 
 <h2>Abstract</h2>
 
+OSSP cfg provides parsing of C-style configuration files
+with an unlimited recursion depth.
+
 <h2>Authors</h2>
 
 <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
@@ -16,7 +19,7 @@
 <pkg_status
     stable="none"    stable_date="none"
     unstable="none"  unstable_date="none"
-        done=100>
+        done=15>
 
 <h2>Source</h2>
 


ossp-web/pkg/lib/hook/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:42     1.1
+++ index.wml    2002/02/15 20:06:28     1.2
@@ -3,10 +3,12 @@
 
 <title>OSSP hook</title>
 
-<h1>...</h1>
+<h1>API Hooks</h1>
 
 <h2>Abstract</h2>
 
+OSSP hook provides Application Programming Interface (API) hooks.
+
 <h2>Authors</h2>
 
 <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
@@ -16,7 +18,7 @@
 <pkg_status
     stable="none"    stable_date="none"
     unstable="none"  unstable_date="none"
-        done=100>
+        done=50>
 
 <h2>Source</h2>
 


ossp-web/pkg/lib/mux/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:44     1.1
+++ index.wml    2002/02/15 20:06:29     1.2
@@ -3,10 +3,14 @@
 
 <title>OSSP mux</title>
 
-<h1>...</h1>
+<h1>Multiplexing Protocol</h1>
 
 <h2>Abstract</h2>
 
+OSSP mux is a protocol and companion communication library for efficient
+multiplexing multiple logical socket connections over a single physical socket
+connection.
+
 <h2>Authors</h2>
 
 <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
@@ -16,7 +20,7 @@
 <pkg_status
     stable="none"    stable_date="none"
     unstable="none"  unstable_date="none"
-        done=100>
+        done=15>
 
 <h2>Source</h2>
 


ossp-web/pkg/lib/path/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:44     1.1
+++ index.wml    2002/02/15 20:06:29     1.2
@@ -3,10 +3,15 @@
 
 <title>OSSP path</title>
 
-<h1>...</h1>
+<h1>Filesystem Path Manipulations</h1>
 
 <h2>Abstract</h2>
 
+OSSP path is a set of utility functions for manipulating Unix filesystem
+paths. It provides functions for converting from absolute to relative paths
+(and vice versa), resolve logical to physical paths, and reducing a path to
+its base or directory name.
+
 <h2>Authors</h2>
 
 <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
@@ -16,7 +21,7 @@
 <pkg_status
     stable="none"    stable_date="none"
     unstable="none"  unstable_date="none"
-        done=100>
+        done=70>
 
 <h2>Source</h2>
 


ossp-web/pkg/lib/pcbe/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:45     1.1
+++ index.wml    2002/02/15 20:06:30     1.2
@@ -3,10 +3,14 @@
 
 <title>OSSP pcbe</title>
 
-<h1>...</h1>
+<h1>Perl Style Boolean Expressions</h1>
 
 <h2>Abstract</h2>
 
+OSSP pcbe provides a Perl style boolean expression parser and evaluator.
+It is a companion library to <a href="../pcre/">OSSP pcre</a>. With OSSP
+pcre one can provide support for arbitrary complex boolean condition.
+
 <h2>Authors</h2>
 
 <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
@@ -16,7 +20,7 @@
 <pkg_status
     stable="none"    stable_date="none"
     unstable="none"  unstable_date="none"
-        done=100>
+        done=15>
 
 <h2>Source</h2>
 


ossp-web/pkg/lib/pcre/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:45     1.1
+++ index.wml    2002/02/15 20:06:30     1.2
@@ -3,12 +3,25 @@
 
 <title>OSSP pcre</title>
 
-<h1>...</h1>
+<h1>Perl Compatible Regular Expressions</h1>
 
 <h2>Abstract</h2>
 
+OSSP pcre is a derivative of Philip Hazel's <a
+href="http://www.pcre.org/">PCRE</a> library for matching text via
+Perl-compatible regular expressions. OSSP pcre additionally contains the
+function pcre_match(3) which provides a very convinience way to apply a
+regular expression, including caching support.
+
+<p>
+Notice: OSSP pcre is fully compatible with the original PCRE library.  It is
+just a super-set of it and made into an OSSP library for easier integration
+within the OSSP project. It is not intended to replace or to compete with the
+original PCRE library in any way.
+
 <h2>Authors</h2>
 
+<pkg_author name="Philip Hazel" mail="ph10@cam.ac.uk">
 <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
 
 <h2>Status</h2>


ossp-web/pkg/lib/popt/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:46     1.1
+++ index.wml    2002/02/15 20:06:31     1.2
@@ -3,12 +3,31 @@
 
 <title>OSSP popt</title>
 
-<h1>...</h1>
+<h1>Option Parsing</h1>
 
 <h2>Abstract</h2>
 
+OSSP popt is a derivative of <a href="http://www.redhat.com/">RedHat</a>'s <a
+href="ftp.rpm.org:/pub/rpm/dist/rpm-4.0.x">POPT</a> library as found in the <a
+href="http://www.rpm.org/">RedHat Package Manager</a> (RPM). It provides
+support for parsing short (<tt>-f</tt>) and long (<tt>--foo</tt>) command line
+options.  Unlike similar libraries, it does not utilize global variables, thus
+enabling multiple passes in parsing argument vectors (like <tt>argv</tt>); it
+can parse an arbitrary array of <tt>argv</tt>-style elements, allowing parsing
+of command-line options from any source; it provides a standard method of
+option aliasing; it can execute external option filters; and, finally, it can
+automatically generate help and usage messages for the application.
+
+<p>
+Notice: OSSP popt is not compatible with the original POPT library, because it
+uses a different API namespace. Functionality wise it is the same, although
+the source code was stripped down to its minimum. It made into an OSSP library
+for easier integration within the OSSP project. It is not intended to replace
+or to compete with the original POPT library in any way.
+
 <h2>Authors</h2>
 
+<pkg_author name="Erik W. Troan" mail="ewt@redhat.com">
 <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
 
 <h2>Status</h2>


ossp-web/pkg/lib/proc/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:46     1.1
+++ index.wml    2002/02/15 20:06:31     1.2
@@ -3,7 +3,12 @@
 
 <title>OSSP proc</title>
 
-<h1>...</h1>
+<h1>Process Management</h1>
+
+OSSP proc is a set of utility functions of managing Unix processes. It
+provides support for making real daemon processes, resolving the current
+working directory, set the process title, manipulating the process
+environment, etc.
 
 <h2>Abstract</h2>
 
@@ -16,7 +21,7 @@
 <pkg_status
     stable="none"    stable_date="none"
     unstable="none"  unstable_date="none"
-        done=100>
+        done=30>
 
 <h2>Source</h2>
 


ossp-web/pkg/lib/res/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:47     1.1
+++ index.wml    2002/02/15 20:06:32     1.2
@@ -3,10 +3,14 @@
 
 <title>OSSP res</title>
 
-<h1>...</h1>
+<h1>Resource Pools</h1>
 
 <h2>Abstract</h2>
 
+OSSP res is a resource management library based on the principle of stacked
+resource pools. It is intended for efficient and robust resource management
+inside long-runnin server applications.
+
 <h2>Authors</h2>
 
 <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
@@ -16,7 +20,7 @@
 <pkg_status
     stable="none"    stable_date="none"
     unstable="none"  unstable_date="none"
-        done=100>
+        done=15>
 
 <h2>Source</h2>
 


ossp-web/pkg/lib/sio/index.wml 1.1 -> 1.2

--- index.wml    2002/02/15 11:56:48     1.1
+++ index.wml    2002/02/15 20:06:32     1.2
@@ -3,10 +3,12 @@
 
 <title>OSSP sio</title>
 
-<h1>...</h1>
+<h1>Stream I/O</h1>
 
 <h2>Abstract</h2>
 
+OSSP sio is an I/O abstraction library for layered stream communication.
+
 <h2>Authors</h2>
 
 <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
@@ -16,7 +18,7 @@
 <pkg_status
     stable="none"    stable_date="none"
     unstable="none"  unstable_date="none"
-        done=100>
+        done=15>
 
 <h2>Source</h2>
 

CVSTrac 2.0.1