Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml 25 Jan 2004 12:53:42 -0000 1.1.2.1 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml 2 Feb 2004 18:07:48 -0000 1.1.2.2 @@ -16,9 +16,46 @@ How Do I? - How do I change the front page of a new site? + How do I edit the front page of a new site through a web interface? + The easiest way is to install the Edit-This-Page package. + + + Log in to the web site as an administrator. + + + Click on Admin > Install Software > Install from OpenACS Repository / Install new application + + + Choose Edit This Page and install + + + Follow the instructions within Edit This Page (the link will only work after Edit This Page is installed). + + + + + How do I let anybody who registers post to a weblog? + Go to /admin/permissions and grant Create to Registered Users + + + How do I replace the front page of a new site with the front page of an application on that site + Suppose you install a new site and install Weblogger, and you want all visitors to see weblogger automatically. + + + On the front page, click the Admin button. + + + On the administration page, click Parameters link. + + + Change the parameter IndexRedirectUrl to be the URI of the desired application. For a default weblogger installation, this would be weblogger/. Note the trailing slash. + + + + + How do I put custom functionality on front page of a new site? Every page within an OpenACS site is part of a subsite More information). The home page of the entire site is the front page is a special, default instance of a subsite, served from /var/lib/aolserver/service0/www. If an index page is not found there, the default index page for all subsites is used. To customize the code on the front page, copy the default index page from the Subsite package to the Main site and edit it: - + cp /var/lib/aolserver/service0/packages/acs-subsite/www/index* /var/lib/aolserver/service0/www