Index: openacs-4/packages/acs-core-docs/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/index.adp,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-core-docs/www/index.adp 12 Feb 2003 09:58:06 -0000 1.9 +++ openacs-4/packages/acs-core-docs/www/index.adp 27 May 2003 18:13:44 -0000 1.10 @@ -18,47 +18,37 @@ - +
- - + + - AOLserver Documentation + (the Tcl Developer's Guide in particular.) + - Tcl for Web Nerds + - SQL for Web Nerds +
Basic OpenACS +Basic OpenACS Package DocumentationPackage Documentation
-For Everyone - - - For OpenACS-admins - +
Getting Started
+        - OpenACS 4.6.3 Release Notes
+	- Required Software
+	- Unix Installation Guide
+        - Windows Installation Guide
+	- Mac OS X Installation Guide
+	- Upgrading
+	- Developer Tutorial
+        - API Browser for this OpenACS instance
 
-  For Developers
-  
+Full Table of Contents
 
 Primers and References
-  
 
-
- +
 <% 
 # This block of ADP code ensures that the Installer can still serve this
 # page even without a working templating system.
@@ -69,50 +59,47 @@
     db_foreach get_installed_pkgs "select package_key, pretty_name from apm_package_types order by upper(pretty_name) " {
         if { ! $found_p } { 
            set found_p 1
-           adp_puts "Installed Packages\n\n
    \n" + adp_puts "Installed Packages\n\n" } 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" + adp_puts "- $pretty_name\n" } else { - adp_puts "
  • $package_key
  • \n" + adp_puts "- $package_key\n" } } else { if {![empty_string_p $pretty_name]} { - adp_puts "
  • $pretty_name
  • \n" + adp_puts "- $pretty_name\n" } else { - adp_puts "
  • $package_key
  • \n" + adp_puts "- $package_key\n" } } } } if {!$found_p} { - adp_puts "(no installed packages)

    \n" -} else { - adp_puts "

\n" + adp_puts "- No installed packages.\n" } set packages [core_docs_uninstalled_packages] if { ! [empty_string_p $packages] } { - adp_puts "\nUninstalled packages\n\n
    \n" + adp_puts "\nUninstalled packages\n\n" foreach {key name} $packages { set index_page [lindex [glob -nocomplain \ "[acs_package_root_dir $key]/www/doc/index.*"] 0] if { [file exists $index_page] } { - adp_puts "
  • $name
  • \n" + adp_puts "- $name\n" } else { - adp_puts "
  • $name
  • \n" + adp_puts "- $name\n" } } - adp_puts "
\n" } %> - +
@@ -126,9 +113,8 @@ Questions or comments about the documentation?
Please visit the -OpenACS forums -or shoot email at vinod@kurup.com or rmello at fslc.usu.edu. +OpenACS forums or send email to docs@openacs.org.

- \ No newline at end of file +