Index: openacs-4/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/Attic/index.adp,v diff -u -r1.13 -r1.14 --- openacs-4/www/index.adp 22 May 2003 15:19:25 -0000 1.13 +++ openacs-4/www/index.adp 28 Jun 2003 05:18:51 -0000 1.14 @@ -6,131 +6,86 @@ <tr> <td valign="top"> - <p> - You have successfully installed the - <b><a href="http://openacs.org/">OpenACS Community System</a></b> - version @acs_version@ at @system_name@. - </p> - - <p> - Thank you for using our software. Please write to us at the <a + <p><b>Open Architecture Community System @acs_version@ </b>at + @system_name@. Thank you for using OpenACS. Please write to us at the <a href="http://openacs.org/forums/forum-view?forum_id=14013">OpenACS discussion forums</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 + us know of your experience with installing and using OpenACS. </p> + + <p><if @user_id@ gt 0> + You are currently logged in as @name@ (<if @name@ not + nil><a href="@home_url@">@name@'s + @home_url_name@</a></if>) (<a href="/register/">change login</a>). </if> <else> - Start by <b>logging in</b> in the box on the right, using the email + <b>Log in</b> in the box on the right, using the email address and password that you have just specified for the administrator. </else> </p> - - <p> - Here are the <b>packages currently available</b> on your - system: - </p> - + <p>Here are the <b>packages currently available to you</b></p> <multiple name=nodes> <if @nodes.initial_install_p@ eq "t"> <h3> System Services </h3></if><else><h3>Installed Packages</h3></else> <ul> <group column="initial_install_p"> <li><a href="@nodes.url@">@nodes.name@</a></li> </group> </ul> - </multiple> + </multiple> + + <h3>Configure This Site</h3> - <if @name@ not nil> - If you like, you can go directly to <a href="@home_url@">@name@'s - @home_url_name@</a>. - </if> - - <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 + <ul> + <li> + <b>Customize this page</b>. Edit the files + <code>@acs_root_dir@/www/index.adp</code> and + <code>@acs_root_dir@/www/index.tcl</code>. (<a + href="/doc/templates.html">More information</a>) + </li> + <li>Change the site's overall appearance by <b>editing the master template</b> that wraps every page. The master template is <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> - + title="Templating Designer's Guide">more information</a>).</li> - <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> + <li><a href="/admin/" title="Package and User + administration">Site Administration</a> + <ul> + <li>Invite <a href="/acs-admin/users/">Users</a> or create <a href="/admin/groups/">Groups</a> (<a href="doc/permissions.html">More information</a>)</li> + <li><b>Download contributed packages</b> at the <a href="http://openacs.org/software/" + title="Software Page on openacs.org">OpenACS Software Page</a>.</li> + <li><b>Install packages</b>. In addition to the Core packages, + which are already installed, OpenACS ships with many Standard + packages with additional functionality. Install these packages + with the <a href="/acs-admin/apm/" title="OpenACS Package Manager on your server">Package Manager</a>.</li> - <h2>How to Add Functionality to Your Site</h2> + <li>Use the <a href="/admin/site-map/" title="The Site Map on + your server">Site Map</a> to <b>mount and configure packages</b>. </li> + </ul> +</ul> - <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> - If you are using OpenACS to develop a website, please read our - <a href="http://openacs.org/contribute">conbribution instructions</a> to learn - how you can become involved in the OpenACS project. - If you develop your own OpenACS packages there is a good chance they will be - useful to other people in the community and after review they can be included in the OpenACS - distribution. - </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 groups and sitemap. - </p> - - <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/forums/" - title="OpenACS Discussion Forums">discussion forums</a> on openacs.org, in - particular the <a - href="http://openacs.org/forums/forum-view?forum_id=14013" - title="OpenACS discussion forum on openacs.org">OpenACS forum</a>. - The home of the <b>OpenACS community</b> is + + <h3>Learn More</h3> + <ul> + <li>OpenACS <a href="/doc/" title="Documentation Home on your + server"><b>Documentation</b></a> on this server. + <li><a href="/api-doc/" + title="API Documentation">API documentation</a>. + </li> + <li>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/bugtracker/openacs/" + title="OpenACS Developer Community">http://openacs.org</a>.</li> + <li>Visit the <a href="http://openacs.org/forums/" + title="OpenACS Discussion Forums">discussion forums</a> on + openacs.org, including the <a + href="http://openacs.org/forums/forum-view?forum_id=14013" + title="OpenACS discussion forum on openacs.org">OpenACS Q&A + forum</a>.</li> + <li>Post <b>bugs</b> and <b>feature requests</b> in the <a href="http://openacs.org/bugtracker/openacs/" title="Software Development Manager on openacs.org">Bug - Tracker</a>. If you have bugfixes or patches - yourself, post them there as well. - </p> - + Tracker</a>. + </li> + <li>Please read our <a href="http://openacs.org/contribute">conbribution instructions</a> to learn how you can become involved in the OpenACS project. + If you develop your own OpenACS packages there is a good chance they will be useful to other people in the community and after review they can be included in the OpenACS distribution.</li> + </ul> </td> <td valign="top"> @@ -185,36 +140,6 @@ </tr> <tr bgcolor="#eeeeee"> <td> - <a href="/admin/site-map/">Site map</a> - </td> - </tr> - <tr bgcolor="#eeeeee"> - <td> - <a href="/acs-admin/apm/">Package Manager</a> - </td> - </tr> - <tr bgcolor="#eeeeee"> - <td> - <a href="/acs-admin/users/">Users</a> - </td> - </tr> - <tr bgcolor="#eeeeee"> - <td> - <a href="/admin/groups/">Groups</a> - </td> - </tr> - <tr bgcolor="#eeeeee"> - <td> - <a href="/admin/">Main site admin</a> - </td> - </tr> - <tr bgcolor="#eeeeee"> - <td> - <a href="http://openacs.org/software/">Software Downloads</a> - </td> - </tr> - <tr bgcolor="#eeeeee"> - <td> <a href="http://openacs.org/">Developer Community</a> </td> </tr> Index: openacs-4/www/global/busy.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/global/busy.html,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/www/global/busy.html 28 Jun 2003 05:18:52 -0000 1.1 @@ -0,0 +1 @@ +server busy placeholder \ No newline at end of file Index: openacs-4/www/global/error.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/global/error.html,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/www/global/error.html 28 Jun 2003 05:18:52 -0000 1.1 @@ -0,0 +1 @@ +error placeholder \ No newline at end of file Index: openacs-4/www/global/file-not-found.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/global/file-not-found.html,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/www/global/file-not-found.html 28 Jun 2003 05:18:52 -0000 1.1 @@ -0,0 +1 @@ +File not found placeholder \ No newline at end of file