Forum OpenACS Development: Re: Re: XOwiki Code Metrics

Collapse
Posted by Malte Sussdorff on
Yikes... When you edit the page (without changing the code for the includes) and hit submit, all changes are lost as there is an error due to the fact that the adp includes are not on a seperate line anymore. Grr... lost all my content again....

For those who do not want to run into the same problems, copy paste the code from below in HTML mode. After that you can start editing the page.

{{adp /www/templates/info-file {package_key contacts}}}

{{adp /www/templates/bug-tracker {package_key contacts}}}

{{adp /www/templates/metrics {package_key contacts}}}

Collapse
Posted by gustaf neumann on
sorry for that. i made the parsing of the adp entries more flexible, one can write now e.g.
{{adp portlets/categories {
    name {Table of Contents}
    open_page de:iMac}
}}
The closing parens should still end a line. get the updated version from cvs...