Check-in Number:
|
1853 | |
Date: |
2002-Feb-14 11:00:55 (local)
2002-Feb-14 10:00:55 (UTC) |
User: | rse |
Branch: | |
Comment: |
add more content to packages section |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/pkg/boot/index.wml 1.1 -> 1.2
--- index.wml 2002/02/13 16:35:05 1.1
+++ index.wml 2002/02/14 10:00:55 1.2
@@ -3,5 +3,8 @@
<title>Packages: Bootstrap</title>
-<h1>Packages: Bootstrap</h1>
-
+The bootstrap packages will be the necessary tools and libraries for
+bootstrapping the OSSP developer and end-user build environments.
+Currently this package cathegory still does not exists. It will be
+created later by integrating packages from the <a href="../tool/">Tools</a> and
+<a href="../lib/">Libraries</a> cathegories.
|
|
ossp-web/pkg/index.wml 1.1 -> 1.2
--- index.wml 2002/02/13 16:35:05 1.1
+++ index.wml 2002/02/14 10:00:55 1.2
@@ -3,3 +3,47 @@
<title>Packages</title>
+OSSP consists of a large set of packages (or components). They are split
+into the following cathegories:
+
+<h2>Tools</h2>
+
+The tools OSSP provides are either developed for internal use in the
+OSSP project environment or for the build process of the other OSSP
+components. They are all small stand-alone applications and can be used
+fully separately.
+[<a href="tool/">more</a>]
+
+<h2>Bootstrap</h2>
+
+The bootstrap packages will be the necessary tools and libraries for
+bootstrapping the OSSP developer and end-user build environments.
+Currently this package cathegory still does not exists. It will be
+created later by integrating packages from the <i>Tools</i> and
+<i>Libraries</i> cathegories.
+[<a href="boot/">more</a>]
+
+<h2>Libraries</h2>
+
+The libraries OSSP provides are the passive components used in the
+OSSP platform. They are all stand-alone and fully reusable libraries
+and can be used fully separately. On these packages currently the main
+development effort is put, because they are the base of the whole OSSP
+platform.
+[<a href="lib/">more</a>]
+
+<h2>Kernel</h2>
+
+The kernel packages will form the microkernel part of the OSSP platform.
+It will use the <i>Libraries</i> packages to provide the run-time
+environment for the <i>Modules</i> packages.
+[<a href="kern/">more</a>]
+
+<h2>Modules</h2>
+
+The modules OSSP will be the active components used in the OSSP
+platform. They use the <i>Libraries</i> and the OSSP <i>Kernel</i>
+packages to provide the actual OSSP server functionality. They
+can be used only within the OSSP platform.
+[<a href="mod/">more</a>]
+
|
|
ossp-web/pkg/kern/index.wml 1.1 -> 1.2
--- index.wml 2002/02/13 16:35:06 1.1
+++ index.wml 2002/02/14 10:00:56 1.2
@@ -3,5 +3,8 @@
<title>Packages: Kernel</title>
-<h1>Packages: Kernel</h1>
+The kernel packages will form the microkernel part of the OSSP platform. It
+will use the <a href="../lib/">Libraries</a> packages to provide the run-time
+environment for the <a href="../mod/">Modules</a> packages.
+
|
|
ossp-web/pkg/lib/index.wml 1.1 -> 1.2
--- index.wml 2002/02/13 16:35:06 1.1
+++ index.wml 2002/02/14 10:00:56 1.2
@@ -3,5 +3,40 @@
<title>Packages: Libraries</title>
-j dkjsölkjdflksjfdlhsdfhs
+The libraries OSSP provides are the passive components used in the
+OSSP platform. They are all stand-alone and fully reusable libraries
+and can be used fully separately. On these packages currently the main
+development effort is put, because they are the base of the whole OSSP
+platform.
+
+<ul>
+ <li><a href="pth/"><b>GNU pth</b></a><br>
+ Portable Threads
+ <li><a href="str/"><b>OSSP str</b></a><br>
+ String Manipulations
+ <li><a href="sa/"><b>OSSP sa</b></a><br>
+ Socket Abstraction
+ <li><a href="ex/"><b>OSSP ex</b></a><br>
+ Exception Handling
+ <li><a href="l2/"><b>OSSP l2</b></a><br>
+ Flexible Logging
+ <li><a href="var/"><b>OSSP var</b></a><br>
+ Variable Expansion
+ <li><a href="val/"><b>OSSP val</b></a><br>
+ Value Access
+ <li><a href="act"/><b>OSSP act</b></a><br>
+ Abstract Container Types
+ <li><a href="cache"/><b>OSSP cache</b></a><br>
+ User-Space Cache
+ <li><a href="mm"/><b>OSSP mm</b></a><br>
+ Shared Memory Allocation
+ <li><a href="xds/"><b>OSSP xds</b></a><br>
+ Extensible Data Serialization
+ <li><a href="path"/><b>OSSP path</b></a><br>
+ Filesystem Path Manipulations
+ <li><a href="pcre"/><b>OSSP pcre</b></a><br>
+ Perl Compatible Regular Expressions (derived)
+ <li><a href="popt"/><b>OSSP popt</b></a><br>
+ Option Parsing (derived)
+</ul>
|
|
ossp-web/pkg/mod/index.wml 1.1 -> 1.2
--- index.wml 2002/02/13 16:35:07 1.1
+++ index.wml 2002/02/14 10:00:57 1.2
@@ -3,5 +3,8 @@
<title>Packages: Modules</title>
-<h1>Packages: Modules</h1>
+The modules OSSP will be the active components used in the OSSP
+platform. They use the <a href="../lib/">Libraries</a> and the OSSP <a
+href="../kern/">Kernel</a> packages to provide the actual OSSP server
+functionality. They can be used only within the OSSP platform.
|
|
ossp-web/pkg/tool/index.wml 1.1 -> 1.2
--- index.wml 2002/02/13 16:35:08 1.1
+++ index.wml 2002/02/14 10:00:57 1.2
@@ -3,5 +3,38 @@
<title>Packages: Tools</title>
-<h1>Packages: Tools</h1>
+The tools OSSP provides are either developed for internal use in the
+OSSP project environment or for the build process of the other OSSP
+components. They are all small stand-alone applications and can be used
+fully separately.
+
+<p>
+The following packages exists in this cathegory:
+
+<ul>
+ <li><a href="shtool/"><b>GNU shtool</b></a><br>
+ Portable Shell Tool
+ <li><a href="lmtp2nntp/"><b>OSSP lmtp2nntp</b></a><br>
+ Real-Time Mail to News Gateway
+ <li><a href="petidomo/"><b>OSSP petidomo</b></a><br>
+ Mailing List Manager
+ <li><a href="shiela/"><b>OSSP shiela</b></a><br>
+ CVS Repository Access Control and Logging Facility
+ <li><a href="xenia/"><b>OSSP xenia</b></a><br>
+ CVS Repository Browsing Server
+ <li><a href="rc/"><b>OSSP rc</b></a><br>
+ Run-Command Facility
+ <li><a href="dsotool/"><b>OSSP dsotool</b></a><br>
+ Dynamic Shared Object (DSO) Facility
+ <li><a href="devtool/"><b>OSSP devtool</b></a><br>
+ Development Tool
+ <li><a href="smake/"><b>OSSP smake</b></a><br>
+ Skeletin Makefile Generator
+ <li><a href="eo/"><b>OSSP eo</b></a><br>
+ Embedded Object Tool
+ <li><a href="sugar/"><b>OSSP sugar</b></a><br>
+ Sugar Markup Language Processor
+ <li><a href="iselect/"><b>OSSP iselect</b></a><br>
+ Interactive Terminal Selection
+</ul>
|
|