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 -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/attachments/www/doc/index.adp 5 Jul 2016 16:52:02 -0000 1.1.2.6 +++ openacs-4/packages/attachments/www/doc/index.adp 5 Aug 2016 14:11:57 -0000 1.1.2.7 @@ -32,17 +32,17 @@ 1.1.1 What does attachments do?

-attachments is a service package that allows you to -attach one or more file-storage files to any acs_object. -attachments is mounted below a package that uses it, and +attachments is a service package that allows you to +attach one or more file-storage files to any acs_object. +attachments is mounted below a package that uses it, and the application provides links into the attachments package's UI.

1.1.2 At a high level, how does attachments work?

Before you can use the attachments package, each instance of -your package must be mapped to a file-storage root -folder.

+your package must be mapped to a file-storage root +folder.

The root folder is a "super folder" for all the files in that specific instance of file-storage, and it is created automatically when the file-storage package is instanciated.

@@ -56,7 +56,7 @@ 1.2.1 Mount attachments under your package

The first step is to mount the attachments package -under your package. In the site-map, you +under your package. In the site-map, you should create a new site-node (sub-folder) under your package called "attach".

"attach" is the standard URL, however URL this can be @@ -77,8 +77,8 @@ package_id of the instance of your package.

Two utility procs to help you do this:

-fs::get_root_folder and -attachments::map_root_folder +fs::get_root_folder and +attachments::map_root_folder

1.2.3 Attaching files to