Forum OpenACS Q&A: Re: Development Tutorial Available

Collapse
Posted by Char Wang on
Hi Joel, I am trying to create a package by following your document.
I am now at the "Write the Requirements and Design Specs" section, but I can't find the file "package-documentation-template.xml".
According to your documentation, it should be in the directory "/web/openacs-dev/packages/acs-core-docs/xml/docs/xml/", but there is no such directory.
It must because I am not using the same version of OpenACS as you did, so I tried to download the newest version from this site, yet it isn't exist either.
Could you give me some hint that where can I find that file? Or, if you are feeling fine, could you mail it to me?
I'll be very appreciate for that :)
Collapse
Posted by Joel Aufrecht on
Oops. Use this example xml file for now and I'll fix the docs shortly.
Collapse
Posted by Randy O'Meara on
This is excellent, Joel.

In addition to the doc xml template, the doc Makefile is missing too.

Randy

Collapse
Posted by Randy O'Meara on
correction:

Figure 8.2. Database Creation Script
...
  function samplenote__new
  ...
        PERFORM acs_permission__grant_permission(
          v_samplenote_id,
          >>>>p_owner_id,<<<<
          ''admin''
    );
  ...
...

<blockquote>>>>p_owner_id<<<< should be p_creation_user?
</blockquote>

Randy