Index: openacs-4/packages/acs-authentication/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/www/doc/index.adp,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-authentication/www/doc/index.adp 20 Aug 2015 17:29:27 -0000 1.1.2.1 +++ openacs-4/packages/acs-authentication/www/doc/index.adp 21 Aug 2015 10:28:43 -0000 1.1.2.2 @@ -4,32 +4,17 @@ -
-
-

+
+

External -Authentication


-
-

Table of Contents

+Authentication

-
View comments -on this page at openacs.org
+ +

Release Notes

Please file bugs in the Bug Tracker.


docs\@openacs.org
Index: openacs-4/packages/acs-authentication/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/www/doc/index.html,v diff -u -N -r1.6 -r1.6.14.1 --- openacs-4/packages/acs-authentication/www/doc/index.html 4 Jun 2006 00:45:21 -0000 1.6 +++ openacs-4/packages/acs-authentication/www/doc/index.html 21 Aug 2015 10:28:43 -0000 1.6.14.1 @@ -1 +1,60 @@ -External Authentication

External Authentication


View comments on this page at openacs.org
+ + + + + +External Authentication + + + + + + +
+
+
+
+

External +Authentication

+
+
+
+ +
+

Release Notes

+ +

Please file bugs in the Bug Tracker.

+
+
docs@openacs.org
+ + + + Index: openacs-4/packages/acs-automated-testing/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/doc/index.adp,v diff -u -N -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-automated-testing/www/doc/index.adp 20 Aug 2015 17:19:48 -0000 1.2.2.1 +++ openacs-4/packages/acs-automated-testing/www/doc/index.adp 21 Aug 2015 10:28:43 -0000 1.2.2.2 @@ -4,25 +4,9 @@ -
-
-

-Automated Testing


-
-

Table of Contents

+
+

Automated Testing

Installation
Usage
Requirements
-
-
View -comments on this page at openacs.org
+
docs\@openacs.org
Index: openacs-4/packages/acs-automated-testing/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/doc/index.html,v diff -u -N -r1.6 -r1.6.24.1 --- openacs-4/packages/acs-automated-testing/www/doc/index.html 26 Feb 2004 14:40:27 -0000 1.6 +++ openacs-4/packages/acs-automated-testing/www/doc/index.html 21 Aug 2015 10:28:43 -0000 1.6.24.1 @@ -1 +1,29 @@ -Automated Testing

Automated Testing


View comments on this page at openacs.org
+ + + + + +Automated Testing + + + + +
+
+

Automated Testing

+
+
+
Installation
+
Usage
+
Requirements
+
+
+
docs@openacs.org
+ + + Index: openacs-4/packages/acs-content-repository/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/index.adp,v diff -u -N -r1.2.2.4 -r1.2.2.5 --- openacs-4/packages/acs-content-repository/www/doc/index.adp 20 Aug 2015 18:41:23 -0000 1.2.2.4 +++ openacs-4/packages/acs-content-repository/www/doc/index.adp 21 Aug 2015 10:28:43 -0000 1.2.2.5 @@ -4,7 +4,7 @@ -

ACS Content Repository

The Big Picture

Software development is a big feedback loop: a developer writes something, tests it, and then repeats until the results are satisfactory. It's important to streamline this cycle by having a development environment which makes it easy to analyze what the software is doing under the hood. -

Peeking Under the Hood

Our development environment previously consisted largely of +

Peeking Under the Hood

Our development environment previously consisted largely of Emacs, and tail -f /web/servername/log/servername-error.log. Now this has been augmented: ad_footer and ad_admin_footer now @@ -36,7 +36,7 @@ non-static pages). If an error occurs while serving a page, a stack trace is printed out.

Note that these nifty features pop up only when you are logged in as a site-wide administrator! Revealing this information to -anyone else would pose a huge security risk.

Comments

+anyone else would pose a huge security risk.

Comments

Tired of using ns_log to instrument your code, then grokking the error log to see what's wrong with your page? Use the ds_comment routine instead: @@ -65,12 +65,12 @@ Note that you may not want to enable this stuff for production systems - they probably incur a slight performance hit (although this hasn't been benchmarked). -

How It Works

+

How It Works

The security subsystem registers preauth and trace filters which store relevant connection information in shared variables (nsvs). The security subsystem also renames the AOLserver ns_db procedure and registers a wrapper which aggregates information about database queries. -
jsalz\@mit.edu

Last Modified: $Id: index.html,v 1.1.1.1 2001/04/20 20:51:09 +

Release Notes

Please file bugs in the Bug Tracker.


jsalz\@mit.edu

Last Modified: $Id: index.html,v 1.1.1.1 2001/04/20 20:51:09 donb Exp $

Index: openacs-4/packages/acs-developer-support/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/www/doc/index.html,v diff -u -N -r1.1.1.1 -r1.1.1.1.28.1 --- openacs-4/packages/acs-developer-support/www/doc/index.html 20 Apr 2001 20:51:09 -0000 1.1.1.1 +++ openacs-4/packages/acs-developer-support/www/doc/index.html 21 Aug 2015 10:28:44 -0000 1.1.1.1.28.1 @@ -4,7 +4,7 @@ -

Developer Support

+

Developer Support

part of the ArsDigita Community System, by Jon Salz @@ -20,14 +20,14 @@ -

The Big Picture

+

The Big Picture

Software development is a big feedback loop: a developer writes something, tests it, and then repeats until the results are satisfactory. It's important to streamline this cycle by having a development environment which makes it easy to analyze what the software is doing under the hood. -

Peeking Under the Hood

+

Peeking Under the Hood

Our development environment previously consisted largely of Emacs, and tail -f /web/servername/log/servername-error.log. Now this has been augmented: @@ -52,7 +52,7 @@ administrator! Revealing this information to anyone else would pose a huge security risk. -

Comments

+

Comments

Tired of using ns_log to instrument your code, then grokking the error log to see what's wrong with your page? Use the ds_comment routine instead: @@ -84,13 +84,16 @@ Note that you may not want to enable this stuff for production systems - they probably incur a slight performance hit (although this hasn't been benchmarked). -

How It Works

+

How It Works

The security subsystem registers preauth and trace filters which store relevant connection information in shared variables (nsvs). The security subsystem also renames the AOLserver ns_db procedure and registers a wrapper which aggregates information about database queries. +

Release Notes

+ +

Please file bugs in the Bug Tracker.


jsalz@mit.edu
Index: openacs-4/packages/acs-events/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/www/doc/index.adp,v diff -u -N -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-events/www/doc/index.adp 20 Aug 2015 17:19:51 -0000 1.2.2.1 +++ openacs-4/packages/acs-events/www/doc/index.adp 21 Aug 2015 10:28:44 -0000 1.2.2.2 @@ -4,8 +4,8 @@ -

ACS Events Documentation

-by wsmeeks\@arsdigita.com

Engineering Docs

Release Notes

Please file bugs in the Bug Tracker.


wsmeeks\@arsdigita.com
Index: openacs-4/packages/acs-events/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/www/doc/index.html,v diff -u -N -r1.3 -r1.3.22.1 --- openacs-4/packages/acs-events/www/doc/index.html 19 Feb 2003 16:00:28 -0000 1.3 +++ openacs-4/packages/acs-events/www/doc/index.html 21 Aug 2015 10:28:44 -0000 1.3.22.1 @@ -1,17 +1,17 @@ ACS Events Documentation -

ACS Events Documentation

+

ACS Events Documentation

by wsmeeks@arsdigita.com
-

Engineering Docs

+

Engineering Docs

-

Release Notes

+

Release Notes

Please file bugs in the Bug Tracker.

Index: openacs-4/packages/acs-lang/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/doc/index.adp,v diff -u -N -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/acs-lang/www/doc/index.adp 20 Aug 2015 19:10:06 -0000 1.1.2.3 +++ openacs-4/packages/acs-lang/www/doc/index.adp 21 Aug 2015 10:28:45 -0000 1.1.2.4 @@ -1,11 +1,10 @@ -{/doc/acs-lang {Localization}} {ACS 4 Localization} -ACS 4 Localization +{/doc/acs-lang {Localization}} {ACS Localization Documentation} +ACS Localization Documentation -This is now documented within ACS Core Documentation at: -

Release Notes

Please file bugs in the Bug Tracker.

Index: openacs-4/packages/acs-lang/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/doc/index.html,v diff -u -N -r1.2.22.2 -r1.2.22.3 --- openacs-4/packages/acs-lang/www/doc/index.html 20 Aug 2015 19:10:06 -0000 1.2.22.2 +++ openacs-4/packages/acs-lang/www/doc/index.html 21 Aug 2015 10:28:45 -0000 1.2.22.3 @@ -1,14 +1,21 @@ -ACS 4 Localization +ACS Localization Documentation -This is now documented within ACS Core Documentation at: +

ACS Localization Documentation

+ +

Engineering Documentation

+ +

Release Notes

+ +

Please file bugs in the Bug Tracker.

+ Index: openacs-4/packages/acs-mail-lite/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/www/doc/index.adp,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-mail-lite/www/doc/index.adp 20 Aug 2015 17:47:46 -0000 1.1.2.1 +++ openacs-4/packages/acs-mail-lite/www/doc/index.adp 21 Aug 2015 10:28:45 -0000 1.1.2.2 @@ -4,7 +4,7 @@ -

User Documentation for ACS Mail Lite

+

User Documentation for ACS Mail Lite

Acs Mail Lite handles sending of email via sendmail or smtp and includes a bounce management system for invalid email accounts.

When called to send a mail, the mail will either get sent @@ -62,4 +62,5 @@ for each of them (e.g. changeing "bounce" to "bounce_service1") and create a new user that runs the aolserver process for each of them. You do not want to have service1 deal with bounces for service2. +

Release Notes

Please file bugs in the Bug Tracker.

Index: openacs-4/packages/acs-mail-lite/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/www/doc/Attic/index.html,v diff -u -N -r1.2 -r1.2.18.1 --- openacs-4/packages/acs-mail-lite/www/doc/index.html 7 May 2004 17:29:41 -0000 1.2 +++ openacs-4/packages/acs-mail-lite/www/doc/index.html 21 Aug 2015 10:28:45 -0000 1.2.18.1 @@ -1,7 +1,7 @@ User Documentation for ACS Mail Lite -

User Documentation for ACS Mail Lite

+

User Documentation for ACS Mail Lite

Acs Mail Lite handles sending of email via sendmail or smtp and includes a bounce management system for invalid email @@ -70,5 +70,9 @@ In case of multiple services on one system, create a bounce email for each of them (e.g. changeing "bounce" to "bounce_service1") and create a new user that runs the aolserver process for each of them. You do not want to have service1 deal with bounces for service2. +

Release Notes

+ +

Please file bugs in the Bug Tracker.

+ Index: openacs-4/packages/acs-messaging/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/www/doc/index.adp,v diff -u -N -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-messaging/www/doc/index.adp 20 Aug 2015 17:19:51 -0000 1.2.2.1 +++ openacs-4/packages/acs-messaging/www/doc/index.adp 21 Aug 2015 10:28:45 -0000 1.2.2.2 @@ -1,12 +1,12 @@ -{/doc/acs-messaging {Messaging}} {ACS Messaging Docs} -ACS Messaging Docs +{/doc/acs-messaging {Messaging}} {ACS Messaging Documentation} +ACS Messaging Documentation -

ACS Messaging Docs


Anukul -Kapoor
-Last modified: Sat Sep 30 17:45:40 EDT 2000 +

ACS Messaging Documentation

Engineering Documentation

Release Notes

Please file bugs in the Bug Tracker.


Anukul +Kapoor
Last modified: Fri Aug 21 11:50:15 CEST 2015 + Index: openacs-4/packages/acs-messaging/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/www/doc/index.html,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-messaging/www/doc/index.html 27 Oct 2014 16:39:42 -0000 1.2 +++ openacs-4/packages/acs-messaging/www/doc/index.html 21 Aug 2015 10:28:45 -0000 1.2.2.1 @@ -1,22 +1,27 @@ - ACS Messaging Docs + ACS Messaging Documentation - -

ACS Messaging Docs

+ +

ACS Messaging Documentation

+

Engineering Documentation

+ +

Release Notes

+ +

Please file bugs in the Bug Tracker.

+ +
Anukul Kapoor
- -Last modified: Sat Sep 30 17:45:40 EDT 2000 - +Last modified: Fri Aug 21 11:50:15 CEST 2015 Index: openacs-4/packages/acs-reference/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-reference/www/doc/index.adp,v diff -u -N -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-reference/www/doc/index.adp 20 Aug 2015 17:19:51 -0000 1.2.2.1 +++ openacs-4/packages/acs-reference/www/doc/index.adp 21 Aug 2015 10:28:46 -0000 1.2.2.2 @@ -4,8 +4,8 @@ -

ACS Reference Documentation

Engineering Docs

    +

    ACS Reference Documentation

    Engineering Documentation

    Current docs are always at:
    jongriffin.com -


    jon\@jongriffin.com
    +

    Release Notes

    Please file bugs in the Bug Tracker.


    jon\@jongriffin.com
    Index: openacs-4/packages/acs-reference/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-reference/www/doc/index.html,v diff -u -N -r1.4 -r1.4.14.1 --- openacs-4/packages/acs-reference/www/doc/index.html 6 Aug 2006 20:40:20 -0000 1.4 +++ openacs-4/packages/acs-reference/www/doc/index.html 21 Aug 2015 10:28:46 -0000 1.4.14.1 @@ -3,16 +3,20 @@ ACS Reference Documentation -

    ACS Reference Documentation

    +

    ACS Reference Documentation


    -

    Engineering Docs

    +

    Engineering Documentation

    Current docs are always at:
    jongriffin.com

    +

    Release Notes

    + +

    Please file bugs in the Bug Tracker.

    +
    jon@jongriffin.com
    Index: openacs-4/packages/acs-service-contract/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/www/doc/index.adp,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-service-contract/www/doc/index.adp 27 Oct 2014 16:39:44 -0000 1.2 +++ openacs-4/packages/acs-service-contract/www/doc/index.adp 21 Aug 2015 10:28:46 -0000 1.2.2.1 @@ -65,6 +65,6 @@ implmentation.

Dispatching

  • (tcl) acs_sc::invoke (contract, operation, [arguments, impl]): calls an operation

Examples

Included in the service contract package are examples for oracle and postgresql of a trivial contract.

Also the search contract functions as a non-trivial core -contract used by openacs4.

Further Reading

Abstract Factory Pattern - GOF

Component Systems - Clemens Syzperski

WSDL Spec

Credits

Most content was provided by Neophytos Demetriou. Most of the +contract used by openacs4.

Further Reading

Abstract Factory Pattern - GOF

Component Systems - Clemens Syzperski

WSDL Spec

Release Notes

Please file bugs in the Bug Tracker.

Credits

Most content was provided by Neophytos Demetriou. Most of the errors were provided by Kapil Thangavelu.

Index: openacs-4/packages/acs-service-contract/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/www/doc/index.html,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-service-contract/www/doc/index.html 27 Oct 2014 16:39:44 -0000 1.3 +++ openacs-4/packages/acs-service-contract/www/doc/index.html 21 Aug 2015 10:28:46 -0000 1.3.2.1 @@ -96,7 +96,14 @@

Included in the service contract package are examples for oracle and postgresql of a trivial contract.

Also the search contract functions as a non-trivial core contract used by openacs4.

Further Reading

-

Abstract Factory Pattern - GOF

Component Systems - Clemens Syzperski

WSDL Spec

Credits

+

Abstract Factory Pattern - GOF

Component Systems - +Clemens Syzperski

WSDL Spec

+ +

Release Notes

+ +

Please file bugs in the Bug Tracker.

+ +

Credits

Most content was provided by Neophytos Demetriou. Most of the errors were provided by Kapil Thangavelu.

Index: openacs-4/packages/acs-subsite/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/doc/index.adp,v diff -u -N -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-subsite/www/doc/index.adp 20 Aug 2015 17:19:52 -0000 1.2.2.1 +++ openacs-4/packages/acs-subsite/www/doc/index.adp 21 Aug 2015 10:28:46 -0000 1.2.2.2 @@ -4,9 +4,9 @@ -

ACS Subsite Documentation

+

ACS Subsite Documentation

ACS subsite docs -

Document overview

+

Document overview

-
Overall requirementsOverview of the requirements that motivated the design of @@ -26,7 +26,7 @@ Subsite imagesShows all (hopefully) images available from the subsite package

Michael +

Release Notes

Please file bugs in the Bug Tracker.


Michael Bryzek

$Id: index.html,v 1.3 2015/06/15 11:14:18 gustafn Exp $ Index: openacs-4/packages/acs-subsite/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/doc/index.html,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-subsite/www/doc/index.html 15 Jun 2015 11:14:18 -0000 1.3 +++ openacs-4/packages/acs-subsite/www/doc/index.html 21 Aug 2015 10:28:47 -0000 1.3.2.1 @@ -5,12 +5,12 @@ -

ACS Subsite Documentation

+

ACS Subsite Documentation

ACS subsite docs
-

Document overview

+

Document overview

@@ -41,6 +41,10 @@
+

Release Notes

+ +

Please file bugs in the Bug Tracker.

+


Michael Bryzek
Index: openacs-4/packages/acs-templating/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/index.adp,v diff -u -N -r1.2.2.2 -r1.2.2.3 --- openacs-4/packages/acs-templating/www/doc/index.adp 20 Aug 2015 17:29:28 -0000 1.2.2.2 +++ openacs-4/packages/acs-templating/www/doc/index.adp 21 Aug 2015 10:28:47 -0000 1.2.2.3 @@ -4,9 +4,9 @@ -

Templating System

+

Templating System

Templating System -

Document overview

+

Document overview

@@ -29,15 +29,14 @@   +API, TclDoc     -
RequirementsWhat the template system should do for you.
API for programming the Tcl part of a page
-API, TclDoc API Viewer -   Object and API ReferenceObject and API Reference
MigrationBringing legacy tcl pages to use the template system.
DemonstrationSamples of the various mechanisms, with both Tcl and ADP parts.

Christian +

Release Notes

Please file bugs in the Bug Tracker.


Christian Brechbühler
Last modified: $Id: index.html,v 1.6.2.1 2015/08/20 17:19:52 gustafn Exp $ Index: openacs-4/packages/acs-templating/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/index.html,v diff -u -N -r1.6.2.1 -r1.6.2.2 --- openacs-4/packages/acs-templating/www/doc/index.html 20 Aug 2015 17:19:52 -0000 1.6.2.1 +++ openacs-4/packages/acs-templating/www/doc/index.html 21 Aug 2015 10:28:47 -0000 1.6.2.2 @@ -5,12 +5,12 @@ -

Templating System

+

Templating System

Templating System
-

Document overview

+

Document overview

@@ -51,7 +51,7 @@ - + @@ -65,6 +65,11 @@
API, TclDoc API Viewer    API, TclDoc     Object and API Reference
+

Release Notes

+ +

Please file bugs in the Bug Tracker.

+ +
Christian Brechbühler
Index: openacs-4/packages/attachments/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/doc/index.adp,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/attachments/www/doc/index.adp 20 Aug 2015 17:29:28 -0000 1.1.2.2 +++ openacs-4/packages/attachments/www/doc/index.adp 21 Aug 2015 10:28:47 -0000 1.1.2.3 @@ -24,8 +24,7 @@ -

-1Attachments

+

1 Attachments

1.1 Basics

1.1.1 What does attachments do?

@@ -93,5 +92,5 @@ to add an attachment to their posting.

1.2.4 Viewing attached files

You can use the "attachments::get_attachments" proc to see the -list of attachments to a given object.

+list of attachments to a given object.

Release Notes

Please file bugs in the Bug Tracker.

Index: openacs-4/packages/attachments/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/doc/index.html,v diff -u -N -r1.2.14.1 -r1.2.14.2 --- openacs-4/packages/attachments/www/doc/index.html 20 Aug 2015 17:29:28 -0000 1.2.14.1 +++ openacs-4/packages/attachments/www/doc/index.html 21 Aug 2015 10:28:47 -0000 1.2.14.2 @@ -26,7 +26,7 @@
-

1Attachments

+

1 Attachments

1.1 Basics

1.1.1 What does attachments do?

@@ -91,5 +91,11 @@ posting.

1.2.4 Viewing attached files

You can use the "attachments::get_attachments" proc to see the -list of attachments to a given object.

+ list of attachments to a given object.

+ +

Release Notes

+ +

Please file bugs in the Bug Tracker.

+ + Index: openacs-4/packages/categories/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/doc/index.adp,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/categories/www/doc/index.adp 20 Aug 2015 17:32:41 -0000 1.1.2.1 +++ openacs-4/packages/categories/www/doc/index.adp 21 Aug 2015 10:28:47 -0000 1.1.2.2 @@ -4,26 +4,11 @@ -
-
-

-Categories


-

Design Document

Object Names and IdHandler Service Contract

-
View -comments on this page at openacs.org
+

Release Notes

Please file bugs in the Bug Tracker.


docs\@openacs.org
Index: openacs-4/packages/categories/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/doc/index.html,v diff -u -N -r1.4 -r1.4.18.1 --- openacs-4/packages/categories/www/doc/index.html 19 Feb 2004 14:59:45 -0000 1.4 +++ openacs-4/packages/categories/www/doc/index.html 21 Aug 2015 10:28:47 -0000 1.4.18.1 @@ -1 +1,44 @@ -Categories

Categories


Table of Contents

Installation
Requirements

Design Document

Object Names and IdHandler Service Contract

View comments on this page at openacs.org
+ + + + + +Categories + + + + + + +
+
+
+
+

Categories

+
+
+
+ +

Design Document

+

Object Names and IdHandler +Service Contract

+
+

Release Notes

+ +

Please file bugs in the Bug Tracker.

+
+
docs@openacs.org
+ + + Index: openacs-4/packages/file-storage/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/doc/index.adp,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/file-storage/www/doc/index.adp 20 Aug 2015 17:47:47 -0000 1.1.2.1 +++ openacs-4/packages/file-storage/www/doc/index.adp 21 Aug 2015 10:28:48 -0000 1.1.2.2 @@ -4,7 +4,7 @@ -

File-Storage Documentation

Release Notes

Please file bugs in the Bug Tracker.


kevin\@arsdigita.com
Index: openacs-4/packages/file-storage/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/doc/index.html,v diff -u -N -r1.1.1.1 -r1.1.1.1.26.1 --- openacs-4/packages/file-storage/www/doc/index.html 20 Apr 2001 20:51:10 -0000 1.1.1.1 +++ openacs-4/packages/file-storage/www/doc/index.html 21 Aug 2015 10:28:48 -0000 1.1.1.1.26.1 @@ -5,13 +5,16 @@ -

File-Storage Documentation

+

File-Storage Documentation

+

Release Notes

+ +

Please file bugs in the Bug Tracker.


kevin@arsdigita.com
Index: openacs-4/packages/news/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/index.adp,v diff -u -N -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/news/www/doc/index.adp 20 Aug 2015 18:41:24 -0000 1.1.2.3 +++ openacs-4/packages/news/www/doc/index.adp 21 Aug 2015 10:28:48 -0000 1.1.2.4 @@ -4,21 +4,21 @@ -

News

Document overview

+

News

Document overview

- + -
RequirementsVision of a News application.Requirements Vision of a News application.
DesignDetails on implementation

Release Notes

+

Release Notes

The current release is 4.0.1. It is available from ACS package repository. -

Permissions

+

Permissions

If you install the package as site-wide admin, you have full permission for any function in news. If you are the site-wide admin and want somebody else to do the news administrator, assign him/her the privilege 'news_admin' in /permissions/. If you are not the site-wide admin, you must ask the latter to do so. -

Reporting bug

+

Reporting bug

Please file bugs in the Bucktracker.
Stefan Deusch

Index: openacs-4/packages/news/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/index.html,v diff -u -N -r1.3.22.1 -r1.3.22.2 --- openacs-4/packages/news/www/doc/index.html 20 Aug 2015 18:23:34 -0000 1.3.22.1 +++ openacs-4/packages/news/www/doc/index.html 21 Aug 2015 10:28:48 -0000 1.3.22.2 @@ -5,16 +5,15 @@ -

News

+

News


-

-Document overview

+

Document overview

- + @@ -25,19 +24,19 @@
RequirementsRequirements  Vision of a News application.
-

Release Notes

+

Release Notes

The current release is 4.0.1. It is available from ACS package repository. -

Permissions

If you install the package as site-wide admin, you have +

Permissions

If you install the package as site-wide admin, you have full permission for any function in news. If you are the site-wide admin and want somebody else to do the news administrator, assign him/her the privilege 'news_admin' in /permissions/. If you are not the site-wide admin, you must ask the latter to do so. -

Reporting bug

+

Reporting bug

Please file bugs in the Bucktracker. Index: openacs-4/packages/notifications/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/doc/index.adp,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/notifications/www/doc/index.adp 27 Oct 2014 16:41:51 -0000 1.4 +++ openacs-4/packages/notifications/www/doc/index.adp 21 Aug 2015 10:28:48 -0000 1.4.2.1 @@ -186,5 +186,7 @@
  • Notifications tutorial
  • How do I use notifications?
  • +

    Release Notes

    +

    Please file bugs in the Bug Tracker.

    © 2002 OpenForce, Inc.

    Index: openacs-4/packages/oacs-dav/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/www/doc/index.adp,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/oacs-dav/www/doc/index.adp 20 Aug 2015 17:47:49 -0000 1.1.2.1 +++ openacs-4/packages/oacs-dav/www/doc/index.adp 21 Aug 2015 10:28:48 -0000 1.1.2.2 @@ -4,18 +4,18 @@ -

    OpenACS WebDAV Support

    Introduction

    This package implements a WebDAV interface to the OpenACS +

    OpenACS WebDAV Support

    Introduction

    This package implements a WebDAV interface to the OpenACS Content Repository. In addition to generic access to content items, there is a service-contract interface so packages can define custom handlers for WebDAV methods for objects that belong to that -package.

    Installation

    Install through the APM. If you install file-storage, WebDAV +package.

    Installation

    Install through the APM. If you install file-storage, WebDAV support is installed automatically. In addtion you should check the tDAV specific configuration parameters to the AOLserver configuration file. The default parameters work fine, they will create webdav URLs like yoursite/dav/*

    You can visit the /webdav-support/ page to control webdav access on a per-folder basis. Packages that support WebDAV will add folders to this list and an administrator can then activate or -deactivate the folders.

    How it Works

    OpenACS WebDAV Support requires the tDAV AOLserver module to +deactivate the folders.

    How it Works

    OpenACS WebDAV Support requires the tDAV AOLserver module to implement most of the WebDAV protocol. OpenACS WebDAV Support just provides and interface between tDAV and the Content Repository

    Each content_type that requires a custom handler much implement the dav service contract. Each content type should @@ -33,7 +33,7 @@ named the same as the package key.

    Each package instance that will allow WebDAV access should register a package_id and folder_id for the root content_folder that corresponds with the URI of the package's mount point using -oacs_dav::register_folder.

    Dispatching Requests

    A preauth filter is registered for all WebDAV methods. This +oacs_dav::register_folder.

    Dispatching Requests

    A preauth filter is registered for all WebDAV methods. This calls oacs_dav::authorize which will set oacs_dav::conn user_id to the OpenACS user_id or 0 is the request is not authenticated. This filter also calls oacs_dav::setup_conn sets up the basic @@ -60,5 +60,5 @@ file_storage_objects instead of generic content_revisions.

    The service contract implementation for each operation must return the response data in the format required by tDAV. The documentation for the tdav::respond::* procedures named for each -method describe what is required.

    +method describe what is required.

    Release Notes

    Please file bugs in the Bug Tracker.

    Index: openacs-4/packages/oacs-dav/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/www/doc/index.html,v diff -u -N -r1.3 -r1.3.10.1 --- openacs-4/packages/oacs-dav/www/doc/index.html 8 Aug 2006 21:27:07 -0000 1.3 +++ openacs-4/packages/oacs-dav/www/doc/index.html 21 Aug 2015 10:28:48 -0000 1.3.10.1 @@ -4,23 +4,23 @@ -

    OpenACS WebDAV Support

    -

    Introduction

    +

    OpenACS WebDAV Support

    +

    Introduction

    This package implements a WebDAV interface to the OpenACS Content Repository. In addition to generic access to content items, there is a service-contract interface so packages can define custom handlers for WebDAV methods for objects that belong to that package.

    -

    Installation

    Install through the APM. If you install +

    Installation

    Install through the APM. If you install file-storage, WebDAV support is installed automatically. In addtion you should check the tDAV specific configuration parameters to the AOLserver configuration file. The default parameters work fine, they will create webdav URLs like yoursite/dav/*

    You can visit the /webdav-support/ page to control webdav access on a per-folder basis. Packages that support WebDAV will add folders to this list and an administrator can then activate or deactivate the folders.

    -

    How - it Works

    OpenACS WebDAV Support requires the tDAV +

    How + it Works

    OpenACS WebDAV Support requires the tDAV AOLserver module to implement most of the WebDAV protocol. OpenACS WebDAV Support just provides and interface between tDAV and the Content Repository @@ -42,7 +42,7 @@ register a package_id and folder_id for the root content_folder that corresponds with the URI of the package's mount point using oacs_dav::register_folder.

    -

    Dispatching Requests

    +

    Dispatching Requests

    A preauth filter is registered for all WebDAV methods. This calls oacs_dav::authorize which will set oacs_dav::conn user_id to the OpenACS user_id or 0 is the request is not authenticated. This @@ -78,4 +78,7 @@ for the tdav::respond::* procedures named for each method describe what is required.

    +

    Release Notes

    +

    Please file bugs in the Bug Tracker.

    + Index: openacs-4/packages/ref-countries/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-countries/www/doc/index.adp,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/ref-countries/www/doc/index.adp 20 Aug 2015 18:23:34 -0000 1.1.2.1 +++ openacs-4/packages/ref-countries/www/doc/index.adp 21 Aug 2015 10:28:48 -0000 1.1.2.2 @@ -6,5 +6,5 @@

    Reference Country Documentation


    This package provides standard country codes as defined in ISO-3166-1 -

    +

    Release Notes

    Please file bugs in the Bug Tracker.

    Index: openacs-4/packages/ref-countries/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-countries/www/doc/index.html,v diff -u -N -r1.4 -r1.4.8.1 --- openacs-4/packages/ref-countries/www/doc/index.html 13 May 2010 09:24:19 -0000 1.4 +++ openacs-4/packages/ref-countries/www/doc/index.html 21 Aug 2015 10:28:48 -0000 1.4.8.1 @@ -12,7 +12,10 @@ ISO-3166-1 -

    +

    +

    Release Notes

    + +

    Please file bugs in the Bug Tracker.

    Index: openacs-4/packages/rss-support/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/www/doc/index.adp,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/rss-support/www/doc/index.adp 20 Aug 2015 17:47:49 -0000 1.1.2.1 +++ openacs-4/packages/rss-support/www/doc/index.adp 21 Aug 2015 10:28:49 -0000 1.1.2.2 @@ -4,7 +4,7 @@ -

    RSS Support

    +

    RSS Support

    by Andrew Grumet, Jerry Asher and Dave Bauer
      @@ -13,7 +13,7 @@
    • Exception handling
    • Testing
    • Port to Oracle
    • -

    +

    Release Notes

    Please file bugs in the Bug Tracker.


    aegrumet\@alum.mit.edu, jerry\@theashergroup.com, dave\@thedesignexperience.org
    Index: openacs-4/packages/rss-support/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/www/doc/index.html,v diff -u -N -r1.8 -r1.8.28.1 --- openacs-4/packages/rss-support/www/doc/index.html 12 Dec 2001 02:58:23 -0000 1.8 +++ openacs-4/packages/rss-support/www/doc/index.html 21 Aug 2015 10:28:49 -0000 1.8.28.1 @@ -3,7 +3,7 @@ RSS Support -

    RSS Support

    +

    RSS Support

    by Andrew Grumet, Jerry Asher and Dave Bauer @@ -23,7 +23,9 @@

    +

    Release Notes

    +

    Please file bugs in the Bug Tracker.


    Index: openacs-4/packages/search/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/search/www/doc/index.adp,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/search/www/doc/index.adp 20 Aug 2015 18:41:24 -0000 1.1.2.2 +++ openacs-4/packages/search/www/doc/index.adp 21 Aug 2015 10:28:49 -0000 1.1.2.3 @@ -5,7 +5,7 @@

    Search

    OpenACS documentation
    Vinod -Kurup
    Last modified: Thu Aug 20 20:34:33 CEST 2015 +searchable

    Release Notes

    Please file bugs in the Bug Tracker.

    Vinod +Kurup
    Last modified: Fri Aug 21 12:14:30 CEST 2015 Index: openacs-4/packages/search/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/search/www/doc/index.html,v diff -u -N -r1.1.28.1 -r1.1.28.2 --- openacs-4/packages/search/www/doc/index.html 20 Aug 2015 18:41:24 -0000 1.1.28.1 +++ openacs-4/packages/search/www/doc/index.html 21 Aug 2015 10:28:49 -0000 1.1.28.2 @@ -11,9 +11,15 @@ -
    +
    +

    Release Notes

    + +

    Please file bugs in the Bug + Tracker.

    +
    Vinod Kurup
    -Last modified: Thu Aug 20 20:34:33 CEST 2015 +Last modified: Fri Aug 21 12:14:30 CEST 2015 Index: openacs-4/packages/tsearch2-driver/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tsearch2-driver/www/doc/index.adp,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/tsearch2-driver/www/doc/index.adp 20 Aug 2015 18:23:34 -0000 1.1.2.1 +++ openacs-4/packages/tsearch2-driver/www/doc/index.adp 21 Aug 2015 10:28:49 -0000 1.1.2.2 @@ -99,5 +99,5 @@ are possible by adding admin configurable parameters. The current service contract definitions are not flexible enough to work well with every possible search driver, so some features may require -making some improvements to the search package also.

    Dave Bauer dave\@thedesignexperience.org 2004-06-05

    +making some improvements to the search package also.

    Release Notes

    Please file bugs in the Bug Tracker.

    Dave Bauer dave\@thedesignexperience.org 2004-06-05

    Index: openacs-4/packages/tsearch2-driver/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tsearch2-driver/www/doc/index.html,v diff -u -N -r1.6 -r1.6.12.1 --- openacs-4/packages/tsearch2-driver/www/doc/index.html 25 Jul 2006 11:59:20 -0000 1.6 +++ openacs-4/packages/tsearch2-driver/www/doc/index.html 21 Aug 2015 10:28:49 -0000 1.6.12.1 @@ -278,4 +278,8 @@ flexible enough to work well with every possible search driver, so some features may require making some improvements to the search package also.

    +

    Release Notes

    + +

    Please file bugs in the Bug Tracker.

    +

    Dave Bauer dave@thedesignexperience.org 2004-06-05