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>
|
|