Index: openacs-4/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/Attic/index.adp,v diff -u -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 @@ <master> <property name="title">@system_name@</property> <property name="focus">@focus@</property> -<h2>Congratulations!</h2> -<hr> +<h1>Congratulations!</h1> +<hr /> <table cellspacing="4" cellpadding="4" border="0"> <tr> <td valign="top"> + <p> You have successfully installed the - <A HREF="http://openacs.org/"><b>OpenACS Community System</b></A> + <b><a href="http://openacs.org/">OpenACS Community System</a></b> version @acs_version@. + </p> <p> - Thank you for using our software. Please write to us at the <a href="http://openacs.org/bboard/q-and-a?topic_id=11">OpenACS bboard</a> to let us know of your experience with installing and using OpenACS. + </p> <p> - <if @user_id@ gt 0> You are currently logged in as @name@ (<a href="/register/">change login</a>). @@ -30,69 +31,73 @@ address and password that you have just specified for the administrator. </else> + </p> - <h3>How to Customize Your Site</h3> + <h2>How to Customize Your Site</h2> + <p> If you want to <b>customize the look</b> 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 <code>@acs_root_dir@/www/default-master.adp</code>. An ADP file is almost like HTML, except with a few extra bells and whistles (<a href="/doc/acs-templating/designer-guide.html" title="Templating Designer's Guide">learn more</a>). + </p> - <p> - + + <p> You almost certainly also want to <b>customize this page</b>, your front page. To do that, edit the files <code>@acs_root_dir@/www/index.adp</code> and <code>@acs_root_dir@/www/index.tcl</code>. + </p> + + <h2>How to Add Functionality to Your Site</h2> - <h3>How to Add Functionality to Your Site</h3> - + <p> To <b>download application packages</b> that you can install on your system, visit the <a href="http://openacs.org/software/" title="Software Page on openacs.org">OpenACS Software Page</a>. To make them available to users of your site, use the <a href="/admin/site-map/" title="The Site Map on your server">Sitemap</a>. - + </p> + <p> - To <b>manage the packages on your system</b>, visit the <a href="/acs-admin/apm/" title="OpenACS Package Manager on your server">Package Manager</a> on your own server. - + </p> + <p> - - Should you develop an OpenACS package that you want to share with the rest of the community, upload it to <a href="http://openacs.org/new-file-storage/" title="OpenACS New File Storage on openacs.org">OpenACS Repository</a> and we will evaluate it and publish it. - + </p> + <p> - For more administrative options, visit <a href="/acs-admin/" - title="Package and User administration">OpenACS-Administration pages</a> - for packages and users, or <a href="/admin/" - title="Sitemap and Groups administration">Main site admin pages</a> + for packages and users, or <a href="/admin/" title="Sitemap and Groups administration">Main site admin pages</a> for groups and sitemap. + </p> - <h3>How to Learn More</h3> + <h2>How to Learn More</h2> + <p> Your OpenACS installation comes with <a href="/doc/" title="Documentation Home on your server"><b>documentation</b></a>. When you start programming, you will also find the <a href="/api-doc/" title="API Documentation">API documentation</a> useful. - + </p> + <p> - Should you ever <b>get stuck</b>, or if you just want to <b>hang out</b> with other OpenACS users, visit the <a href="http://openacs.org/bboard/" title="OpenACS Discussion Forums">discussion forums</a> on openacs.org, in @@ -102,24 +107,24 @@ The home of the <b>OpenACS community</b> is at <a href="http://openacs.org/" title="OpenACS Developer Community">http://openacs.org</a>. + </p> - <p> - If you <b>find bugs</b> or have <b>feature requests</b>, post them in our <a href="http://openacs.org/sdm/" title="Software Development Manager on openacs.org">Software Development Manager</a> (SDM). If you have bugfixes or patches yourself, post them in the SDM, too. + </p> <p> - Here are the <b>packages currently available</b> on your system: - + </p> + <ul> <multiple name=nodes> - <li><a href=@nodes.url@>@nodes.name@</a></li> + <li><a href="@nodes.url@">@nodes.name@</a></li> </multiple> </ul> @@ -128,6 +133,7 @@ @home_url_name@</a>. </if> + </td> <td valign="top"> @@ -144,33 +150,31 @@ Log in </th> </tr> - <FORM method="post" action="register/user-login" name="login"> <tr bgcolor="#eeeeee"> <td> + <form method="post" action="register/user-login" name="login"> @form_vars@ <table> - <tr><td>Email:</td><td><INPUT type=text name=email value=@email@></tr> - <tr><td>Password:</td><td><input type=password name=password></td></tr> + <tr><td>Email:</td><td><input type="text" name="email" value="@email@" /></td></tr> + <tr><td>Password:</td><td><input type="password" name="password" /></td></tr> <if @allow_persistent_login_p@ eq 1> - <tr><td colspan=2><input type=checkbox name=persistent_cookie_p value=1 @remember_password@> + <tr><td colspan="2"><input type="checkbox" name="persistent_cookie_p" value="1" @remember_password@ /> Remember this login (<a href="register/explain-persistent-cookies">help</a>)</td></tr> </if> - <tr><td colspan=2 align=center><INPUT TYPE=submit value="Log in"></td></tr> + <tr><td colspan="2" align="center"><input type="submit" value="Log in" /></td></tr> </table> + </form> </td> </tr> - </FORM> </table> </td> </tr> </table> </else> - <p> - <table bgcolor="#cccccc" cellpadding="0" cellspacing="0" border="0" align="right"> <tr> <td> @@ -232,8 +236,7 @@ </tr> <tr bgcolor="#eeeeee"> <td> - <a - href="http://openacs.org/bboard/q-and-a?topic_id=11">OpenACS bboard</a> + <a href="http://openacs.org/bboard/q-and-a?topic_id=11">OpenACS bboard</a> </td> </tr> <tr bgcolor="#eeeeee"> Index: openacs-4/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/Attic/index.tcl,v diff -u -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 "" }