Check-in Number:
|
4773 | |
Date: |
2004-Oct-25 17:05:07 (local)
2004-Oct-25 15:05:07 (UTC) |
User: | rse |
Branch: | |
Comment: |
add OSSP quos |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/pkg/tool/index.wml -> 1.41
*** /dev/null Fri Nov 1 03:23:10 2024
--- - Fri Nov 1 03:23:11 2024
***************
*** 0 ****
--- 1,64 ----
+
+ #use wml::ossp area=pkg:tool subarea=NONE
+
+ <title>Packages: Tools</title>
+
+ <h1>Index of 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 that can be
+ independently used.
+
+ <p>
+ <pkg_list>
+ <pkg_item name="shtool" longname="GNU shtool" type="tool"
+ desc="Portable Shell Tool"
+ done=100 stable="2.0.1" unstable=none>
+ <pkg_item name="lmtp2nntp" longname="OSSP lmtp2nntp" type="tool"
+ desc="Real-Time Mail to News Gateway"
+ done=100 stable="1.3.0" unstable=none>
+ <pkg_item name="shiela" longname="OSSP shiela" type="tool"
+ desc="CVS Access Control and Logging"
+ done=100 stable="1.1.4" unstable="none">
+ <pkg_item name="eperl" longname="OSSP eperl" type="tool"
+ desc="Embedded Perl Language"
+ done=100 stable="2.2.14" unstable="none">
+ <pkg_item name="petidomo" longname="OSSP petidomo" type="tool" derived=yes
+ desc="Mailing List Manager"
+ done=95 stable="none" unstable="4.0b1">
+ <pkg_item name="xenia" longname="OSSP xenia" type="tool"
+ desc="CVS Browsing Server"
+ done=20 stable="none" unstable="none">
+ <pkg_item name="rc" longname="OSSP rc" type="tool"
+ desc="Run-Command Processor"
+ done=95 stable="none" unstable="0.7.1">
+ <pkg_item name="dsotool" longname="OSSP dsotool" type="tool"
+ desc="Dynamic Shared Objects (DSO)"
+ done=20 stable="none" unstable="none">
+ <pkg_item name="devtool" longname="OSSP devtool" type="tool"
+ desc="Development Tool"
+ done=20 stable="none" unstable="none">
+ <pkg_item name="smake" longname="OSSP smake" type="tool"
+ desc="Skeleton Makefile Generator"
+ done=90 stable="none" unstable="none">
+ <pkg_item name="eo" longname="OSSP eo" type="tool"
+ desc="Embedded Objects"
+ done=50 stable="none" unstable="none">
+ <pkg_item name="sugar" longname="OSSP sugar" type="tool"
+ desc="Sugar Markup Language Processor"
+ done=20 stable="none" unstable="none">
+ <pkg_item name="iselect" longname="OSSP iselect" type="tool"
+ desc="Interactive Terminal Selection"
+ done=100 stable="1.3.0" unstable="none">
+ <pkg_item name="mct" longname="OSSP mct" type="tool"
+ desc="Multiple Choice Test Engine"
+ done=90 stable="none" unstable="none">
+ <pkg_item name="snmpdx" longname="OSSP snmpdx" type="tool"
+ desc="SNMP Daemon Extension"
+ done=80 stable="none" unstable="0.2.8">
+ <pkg_item name="quos" longname="OSSP quos" type="tool"
+ desc="Query On Steroids"
+ done=80 stable="none" unstable="0.2.0">
+ </pkg_list>
+
|
|
ossp-web/pkg/tool/quos/index.wml -> 1.1
*** /dev/null Fri Nov 1 03:23:10 2024
--- - Fri Nov 1 03:23:11 2024
***************
*** 0 ****
--- 1,36 ----
+
+ #use wml::ossp area=pkg:tool subarea=snmpdx
+
+ <title>OSSP quos</title>
+
+ <h1>Query On Steroids</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP quos is a Web user interface for querying a RDBMS.
+ ...FIXME...
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Herbert Schmid" mail="hms@dev.de.cw.net">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="0.2.0" unstable_date="xx-Oct-2004"
+ genesis="October 2004" done=10>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ cvs=$(CVS_ROOT_URL)/pkg/tool/quos/
+ url=$(FTP_ROOT_URL)/pkg/tool/quos/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/quos/
+ files=""
+ stable="none" unstable="">
+
+ <h2>Donation</h2>
+
+ <pkg_donation name="quos" return="$(BASE_URL)/pkg/tool/quos/">
+
|
|