Index: openacs.org-dev/packages/acs-core-docs/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/acs-core-docs/www/index.adp,v diff -u -r1.2 -r1.3 --- openacs.org-dev/packages/acs-core-docs/www/index.adp 17 Jul 2002 21:22:00 -0000 1.2 +++ openacs.org-dev/packages/acs-core-docs/www/index.adp 7 Oct 2002 17:21:59 -0000 1.3 @@ -1,108 +1,7 @@ - -<% -# + -# -#OpenACS Documentation -# -# - -# -%> -
- - - - -
- - -

The Open Architecture Community System

-
- - - - - - - - - - - - -
Basic OpenACS -Installed Packages
-
For Everyone
-        - OpenACS 4.5 beta Release Notes
-        - Older Release Notes
-
-For OpenACS-admins
-	- Unix Installation Guide
-        - Windows Installation Guide
-        - ACS Repository
-
-For Developers
-	- Kernel Documentation
-	- Developers Guide
-	- Engineering Standards
-        - API Browser for this OpenACS instance
-	- Other Developer Resources
-
-Primers and References
-        - AOLserver Documentation 
-	  (the Tcl Developer's Guide in particular.)
-        - Tcl for Web Nerds
-        - SQL for Web Nerds
-
-
-<% 
-# This block of ADP code ensures that the Installer can still serve this
-# page even without a working templating system.
-
-set found_p 0
-
-if {[db_table_exists apm_package_types]} {
-    db_foreach get_installed_pkgs "select package_key, pretty_name from apm_package_types" {
-        set found_p 1
-	set index_page [lindex [glob -nocomplain \
-				  "[acs_package_root_dir $package_key]/www/doc/index.*"] 0]
-  	
-        if { [file exists $index_page] } {
-	    if {![empty_string_p $pretty_name]} {
-	       adp_puts "- $pretty_name\n"
-	    } else {
-	       adp_puts "- $package_key\n"
-	    }
-     }
-  }
-}
-
-
-
-if {!$found_p} {
-    adp_puts "- No installed packages.\n"
-}
-
-%>
-
-
- - -

-This software is mostly Copyright 1995-2000 ArsDigita Corporation
-and licensed under the -GNU General Public License, version 2 (June 1991)
-

-Questions or comments about the documentation? -
-Please visit the -OpenACS bboards -or shoot email at vinod@kurup.com or rmello at fslc.usu.edu. -

-
-<% -# -# -%> \ No newline at end of file +