Index: openacs-4/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/Attic/index.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/www/index.adp 19 Sep 2001 00:54:22 -0000 1.2 +++ openacs-4/www/index.adp 2 Sep 2002 11:18:09 -0000 1.3 @@ -1,26 +1,27 @@ @system_name@ @focus@ -

Congratulations!

-
+

Congratulations!

+
- -
+

You have successfully installed the - OpenACS Community System + OpenACS Community System version @acs_version@. +

- Thank you for using our software. Please write to us at the OpenACS bboard to let us know of your experience with installing and using OpenACS. +

- You are currently logged in as @name@ (change login). @@ -30,69 +31,73 @@ address and password that you have just specified for the administrator. +

-

How to Customize Your Site

+

How to Customize Your Site

+

If you want to customize the look of your website, the easiest way to start is to edit the template that gets wrapped around every page. The master template is the file @acs_root_dir@/www/default-master.adp. An ADP file is almost like HTML, except with a few extra bells and whistles (learn more). +

-

- + +

You almost certainly also want to customize this page, your front page. To do that, edit the files @acs_root_dir@/www/index.adp and @acs_root_dir@/www/index.tcl. +

+ +

How to Add Functionality to Your Site

-

How to Add Functionality to Your Site

- +

To download application packages that you can install on your system, visit the OpenACS Software Page. To make them available to users of your site, use the Sitemap. - +

+

- To manage the packages on your system, visit the Package Manager on your own server. - +

+

- - Should you develop an OpenACS package that you want to share with the rest of the community, upload it to OpenACS Repository and we will evaluate it and publish it. - +

+

- For more administrative options, visit OpenACS-Administration pages - for packages and users, or Main site admin pages + for packages and users, or Main site admin pages for groups and sitemap. +

-

How to Learn More

+

How to Learn More

+

Your OpenACS installation comes with documentation. When you start programming, you will also find the API documentation useful. - +

+

- Should you ever get stuck, or if you just want to hang out with other OpenACS users, visit the discussion forums on openacs.org, in @@ -102,24 +107,24 @@ The home of the OpenACS community is at http://openacs.org. +

-

- If you find bugs or have feature requests, post them in our Software Development Manager (SDM). If you have bugfixes or patches yourself, post them in the SDM, too. +

- Here are the packages currently available on your system: - +

+ @@ -128,6 +133,7 @@ @home_url_name@. +
@@ -144,33 +150,31 @@ Log in
+ @form_vars@ - - + + - - +
Email:
Password:
Email:
Password:
+
Remember this login (help)
+
-

- Index: openacs-4/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/Attic/index.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/www/index.tcl 29 Aug 2001 21:22:49 -0000 1.2 +++ openacs-4/www/index.tcl 2 Sep 2002 11:18:09 -0000 1.3 @@ -52,7 +52,7 @@ set allow_persistent_login_p [ad_parameter -package_id [ad_acs_kernel_id] AllowPersistentLoginP security 1] if {[ad_parameter -package_id [ad_acs_kernel_id] PersistentLoginDefaultP security 1]} { - set remember_password "checked" + set remember_password "checked=\"checked\"" } else { set remember_password "" }
@@ -232,8 +236,7 @@
- OpenACS bboard + OpenACS bboard