Check-in Number:
|
2107 | |
Date: |
2002-Apr-26 17:39:34 (local)
2002-Apr-26 15:39:34 (UTC) |
User: | rse |
Branch: | |
Comment: |
add OSSP mct |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/SHARE/ossp_navbar.wml 1.4 -> 1.5
--- ossp_navbar.wml 2002/03/16 19:18:58 1.4
+++ ossp_navbar.wml 2002/04/26 15:39:34 1.5
@@ -240,6 +240,7 @@
<navbar:button txt="OSSP eo" url=pkg/tool/eo/ id=pkg:tool:eo>
<navbar:button txt="OSSP sugar" url=pkg/tool/sugar/ id=pkg:tool:sugar>
<navbar:button txt="OSSP iselect" url=pkg/tool/iselect/ id=pkg:tool:iselect>
+ <navbar:button txt="OSSP mct" url=pkg/tool/mct/ id=pkg:tool:mct>
</nb:stage3>
<nb:stage3 pkg:lib>
# Packages, Libraries
|
|
ossp-web/pkg/tool/index.wml 1.11 -> 1.12
--- index.wml 2002/03/14 16:34:47 1.11
+++ index.wml 2002/04/26 15:39:34 1.12
@@ -46,5 +46,8 @@
<pkg_item name="iselect" longname="OSSP iselect" type="tool"
desc="Interactive Terminal Selection"
done=100 stable="1.2.0" unstable="none">
+ <pkg_item name="mct" longname="OSSP mct" type="tool"
+ desc="Multiple Choice Test Engine"
+ done=90 stable="none" unstable="none">
</pkg_list>
|
|
ossp-web/pkg/tool/mct/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 03:34:10 2024
--- - Fri Nov 1 03:34:12 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/tool/mct/index.wml -> 1.1
*** /dev/null Fri Nov 1 03:34:10 2024
--- - Fri Nov 1 03:34:12 2024
***************
*** 0 ****
--- 1,30 ----
+
+ #use wml::ossp area=pkg:tool subarea=mct
+
+ <title>OSSP mct</title>
+
+ <h1>Multiple Choice Test Engine</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP mct is ...
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=20>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/tool/mct/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/mct/
+ files="mct-*.tar.gz"
+ stable="none" unstable="none">
+
|
|