Index: openacs-4/packages/download/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/download/www/doc/index.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/download/www/doc/index.adp 20 Aug 2015 18:49:01 -0000 1.1 +++ openacs-4/packages/download/www/doc/index.adp 21 Aug 2015 10:30:06 -0000 1.2 @@ -4,5 +4,5 @@ -

Download Package Documentation

ACS Documentation

jbank\@arsdigita.com
+

Download Package Documentation

ACS Documentation

jbank\@arsdigita.com
Index: openacs-4/packages/download/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/download/www/doc/index.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/download/www/doc/index.html 20 Apr 2001 20:51:10 -0000 1.1 +++ openacs-4/packages/download/www/doc/index.html 21 Aug 2015 10:30:06 -0000 1.2 @@ -4,7 +4,7 @@ -

Download Package Documentation

+

Download Package Documentation

ACS Documentation Index: openacs-4/packages/edit-this-page/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/www/doc/index.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/edit-this-page/www/doc/index.adp 20 Aug 2015 18:49:01 -0000 1.1 +++ openacs-4/packages/edit-this-page/www/doc/index.adp 21 Aug 2015 10:30:06 -0000 1.2 @@ -4,7 +4,7 @@ -

ETP Documentation


+

ETP Documentation


Installation instructions
ETP applications - Describes the default behavior of the ETP package, and how it can be extended and customized.
Content Types - How to specialize the Index: openacs-4/packages/edit-this-page/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/www/doc/index.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/edit-this-page/www/doc/index.html 4 Apr 2003 16:00:05 -0000 1.3 +++ openacs-4/packages/edit-this-page/www/doc/index.html 21 Aug 2015 10:30:06 -0000 1.4 @@ -2,7 +2,7 @@ -

ETP Documentation

+

ETP Documentation



Index: openacs-4/packages/lars-blogger/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/doc/index.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lars-blogger/www/doc/index.adp 20 Aug 2015 18:49:02 -0000 1.1 +++ openacs-4/packages/lars-blogger/www/doc/index.adp 21 Aug 2015 10:30:07 -0000 1.2 @@ -4,11 +4,11 @@ -

Weblogger Documentation

-By Lars Pind and Simon Carstensen

Download

The blogger now lives in the OpenACS cvs repository.

Getting started

Install the package on your system, mount a new instance +

Weblogger Documentation

+By Lars Pind and Simon Carstensen

Download

The blogger now lives in the OpenACS cvs repository.

Getting started

Install the package on your system, mount a new instance somewhere on the site map, make sure you have create permission on the instance, and then visit the URL where you mounted it. Now you -can add your first blog entry.

Syndicating a blog (putting it on your front page)

If you want to include a blog as part of another page, that's +can add your first blog entry.

Syndicating a blog (putting it on your front page)

If you want to include a blog as part of another page, that's pretty simple.

If you're including in an ADP, say:

 <include src="/packages/lars-blogger/www/blog" url="/blog">
 

... for the non-cached version, and ...

@@ -22,7 +22,7 @@
 

... for the cached version.

All of these are shown with an argument 'url' here, but they all take a package_id argument instead, if you prefer that and know what the package_id is. If nothing's supplied, the current package -is used, which is generally not what you want.

Technical Info

The package fully supports multiple instances. You can mount +is used, which is generally not what you want.

Technical Info

The package fully supports multiple instances. You can mount several instances in your site map, and they'll stay properly isolated from each other. Alternatively you can let multiple users post to one instance by granting create permissions. Mounting @@ -34,37 +34,37 @@ ADP-ified HTML, so don't give people access to post a blog (i.e. grant create permissions on the instance) unless you trust them. This also means that if you've added custom ADP tags, those are -also available to you in your blog.

Permissions

    +also available to you in your blog.

    Permissions

    • 'read' means people can read entries.
    • 'create' means people can create entries and edit/publish/draft/delete their own entries.
    • 'write' means people can edit/draft/publish/delete all entries in the package instance.
    • 'admin' means people can define categories, etc.
    • -

    weblogs.com update ping

    There are a couple parameters governing this feature. You can +

weblogs.com update ping

There are a couple parameters governing this feature. You can turn it on or off on a per-package basis. And you can specify which URL you want to export to weblogs.com, in case it's not the one the package instance is mounted at. This can be useful if you're including the blog on other pages, for example your site's front -page. Thanks to Jerry Asher for the code to do this.

RSS Feed

The RSS feed is version 1.0 only, and uses the rss-support +page. Thanks to Jerry Asher for the code to do this.

RSS Feed

The RSS feed is version 1.0 only, and uses the rss-support package. You should be able to simply visit the admin page of your new blogger instance and click the "Setup RSS" link, and you'll have an RSS feed.

Then you'll need to set the parameters and say that your rss_file_name is at /where-your-blogger-instnace-sists/rss/rss.xml. If you leave this blank, we won't advertise your RSS feed URL anywhere.

You can also supply your own channel image through the -parameters.

XML-RPC APIs

The Blogger and MetaWeblog APIs are supported. An RSD link is placed on +parameters.

XML-RPC APIs

The Blogger and MetaWeblog APIs are supported. An RSD link is placed on your Blog's front page, allowing XML-RPC client tools to automatically discover which API's they can use. See the XML-RPC package documentation for more details. Disable the XML-RPC server to disallow access to your blog via -XML-RPC.

Posting From News Aggregator via URL

Some news aggregators can blog items you read via simply sending +XML-RPC.

Posting From News Aggregator via URL

Some news aggregators can blog items you read via simply sending you to the proper URL. Here's what you need to specify in FeedDemon to make Blog-this-item work there:

 URL-of-your-blog/entry-edit?title=$ITEM_TITLE$&title_url=$ITEM_LINK$&content=$ITEM_DESCRIPTION$
-

Road Map

    +

    Road Map

    • Full-text-search-index blog entries so the archives are more useful.
    • Use new categories package for categorization
    • Use content repository.
    • Ability to modify templates for each instance and user individually through the UI.
    • WYISIYG editor
    • Improved RSS 2.0 feed stuff
    • Improved Configuration Settings.
    • Technorati
    • Blogroll.
    • Integrate with bookshelf, photo-album in a portal
    • Make it safe to use in a not-so-protected environment, e.g., disable <% ... %> ADP notation.
    • Better documentation.
    • Moderation-feature: Entries posted by non-admins must go through a workflow-administered approval process.
    • Nicer interface (MovableType/TypePad has a nice interface)
    • -

    Version History

      +

    Version History

    • 1.0 Added support for categories, cleaned up permissions handling, styled with stylesheets, trackback support.
    • @@ -107,7 +107,7 @@ 0.2d Allow and show comments on blog. (March 23, 2002)
    • 0.1d Initial version. (February 18, 2002)
    • -

    License

    +

License

Released under the GPL.
lars\@pinds.com
Index: openacs-4/packages/lars-blogger/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/doc/index.html,v diff -u -r1.7 -r1.8 --- openacs-4/packages/lars-blogger/www/doc/index.html 13 Dec 2003 17:14:55 -0000 1.7 +++ openacs-4/packages/lars-blogger/www/doc/index.html 21 Aug 2015 10:30:07 -0000 1.8 @@ -3,18 +3,18 @@ Weblogger Documentation -

Weblogger Documentation

+

Weblogger Documentation

By Lars Pind and Simon Carstensen
-

Download

+

Download

The blogger now lives in the OpenACS cvs repository.

-

Getting started

+

Getting started

Install the package on your system, mount a new instance somewhere @@ -23,7 +23,7 @@ it. Now you can add your first blog entry.

-

Syndicating a blog (putting it on your front page)

+

Syndicating a blog (putting it on your front page)

If you want to include a blog as part of another page, that's pretty @@ -76,7 +76,7 @@

-

Technical Info

+

Technical Info

The package fully supports multiple instances. You can mount @@ -96,7 +96,7 @@ that if you've added custom ADP tags, those are also available to you in your blog.

-

Permissions

+

Permissions

  • 'read' means people can read entries.
  • @@ -105,7 +105,7 @@
  • 'admin' means people can define categories, etc.
-

weblogs.com update ping

+

weblogs.com update ping

There are a couple parameters governing this feature. You can turn it @@ -116,7 +116,7 @@ Jerry Asher for the code to do this.

-

RSS Feed

+

RSS Feed

The RSS feed is version 1.0 only, and uses the rss-support @@ -137,7 +137,7 @@ parameters.

-

XML-RPC APIs

+

XML-RPC APIs

The Blogger and MetaWeblog APIs are supported. An -

Posting From News Aggregator via URL

+

Posting From News Aggregator via URL

Some news aggregators can blog items you read via simply sending you @@ -161,7 +161,7 @@ URL-of-your-blog/entry-edit?title=$ITEM_TITLE$&title_url=$ITEM_LINK$&content=$ITEM_DESCRIPTION$ -

Road Map

+

Road Map

  • @@ -196,7 +196,7 @@
-

Version History

+

Version History

  • @@ -277,7 +277,7 @@
-

License

+

License

Released under the
GPL. Index: openacs-4/packages/photo-album/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/doc/index.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/photo-album/www/doc/index.adp 20 Aug 2015 18:49:01 -0000 1.1 +++ openacs-4/packages/photo-album/www/doc/index.adp 21 Aug 2015 10:30:07 -0000 1.2 @@ -6,7 +6,9 @@
-

Photo Album

Tom Baginski

bags\@arsdigita.com

+

Photo Album

+Tom Baginski +

bags\@arsdigita.com

Table of Contents
1. Introduction
2. Release Notes for Photo Album Index: openacs-4/packages/photo-album/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/doc/index.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/photo-album/www/doc/index.html 10 Jun 2003 10:07:46 -0000 1.1 +++ openacs-4/packages/photo-album/www/doc/index.html 21 Aug 2015 10:30:07 -0000 1.2 @@ -26,13 +26,7 @@ >

Photo Album

Photo Album

-

Trackback Package Documentation for OpenACS

Background

This is an implementation of the trackback +

Trackback Package Documentation for OpenACS

Background

This is an implementation of the trackback specification for use in OpenACS.

Trackback is a method of notifying a web site that you have linked to it. It is most commonly used to link between weblogs. It allows writers to comment on posts on other web sites from their @@ -30,7 +30,7 @@ # \@param url url of object to trackback (relative to page root) # \@param object_id entry_id of entry # \@param title title of entry -

TODO

Pending cleanup of general comments to remove dependence on +

TODO

Pending cleanup of general comments to remove dependence on acs_messaging, trackback_ping should be a subtype of a general_comment object type.

Index: openacs-4/packages/trackback/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/trackback/www/doc/index.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/trackback/www/doc/index.html 8 Oct 2003 13:32:10 -0000 1.1 +++ openacs-4/packages/trackback/www/doc/index.html 21 Aug 2015 10:30:07 -0000 1.2 @@ -2,8 +2,8 @@ Trackback Package Documentation for OpenACS -

Trackback Package Documentation for OpenACS

-

Background

+

Trackback Package Documentation for OpenACS

+

Background

This is an implementation of the trackback specification for use in OpenACS.

@@ -31,7 +31,7 @@

-

TODO

+

TODO

Pending cleanup of general comments to remove dependence on acs_messaging, trackback_ping should be a subtype of a general_comment object type.

\ No newline at end of file