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.23 -r1.23.10.1 --- openacs-4/packages/acs-core-docs/www/index.adp 20 Apr 2004 21:12:38 -0000 1.23 +++ openacs-4/packages/acs-core-docs/www/index.adp 22 Jan 2010 11:58:16 -0000 1.23.10.1 @@ -3,41 +3,36 @@
-OpenACS Core Documentation +

OpenACS Core Documentation

-Primers and References +

Primers and References

-Documentation Improvement Project +

Documentation Improvement Project

-Archive -
-

API Browser <% # This block of ADP code ensures that the Installer can still serve this # page even without a working templating system. @@ -48,8 +43,7 @@ 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 "\n

Installed Packages\n

    \n" - adp_puts "\n
  • Core Documentation\n" + adp_puts "\n

    Installed Packages

    \n
      \n" } set index_page [lindex [glob -nocomplain \ "[acs_package_root_dir $package_key]/www/doc/index.*"] 0] @@ -72,14 +66,13 @@ if {!$found_p} { - adp_puts "\n
    • Core Documentation\n" adp_puts "
    • No installed packages.\n" } adp_puts "
    " set packages [core_docs_uninstalled_packages] if { ! [empty_string_p $packages] } { - adp_puts "\n

    Uninstalled packages\n

      " + adp_puts "\n

      Uninstalled packages

      \n
        " foreach {key name} $packages { set index_page [lindex [glob -nocomplain \ "[acs_package_root_dir $key]/www/doc/index.*"] 0] @@ -96,14 +89,13 @@
-This software is licensed under the -GNU General Public License, version 2 (June 1991) +

This software is licensed under the +GNU General Public License, version 2 (June 1991)

Questions or comments about the documentation?
Please visit the OpenACS forums or send email to docs@openacs.org.

-