libreccm-legacy/ccm-atoz/src/overview.html

68 lines
1.7 KiB
HTML
Executable File

<!--
README: This HTML page is the overview documentation comment for the
entire Core; javadoc copies everything inside the &lt;body&gt; into
the front page of the HTML documentation it produces.
-->
<body>
<h1>Purpose</h1>
<p>
The ccm-atoz package enables a site to present all it's content
in alphabetical order as an additional service to it's users. Usually
the theme provides a link to the page as part of its static elements.
</p>
<h1>Status</h1>
<p>
Application is supported by the default internal theme, as well as by
the APLAWS standard theme.
</p>
<p>
Currently only English is available for public site and administration UI.
</p>
<h1>Recommendations</h1>
<p>&nbsp;</p>
<h1>Additional Application Details</h1>
<p>The content to present is retrieved from the storage by 'providers'.
A generic provider for content items is part of the package, additional
specialized providers may provide specific kind of content.
</p>
<h1>Usage</h1>
<p>
By default the application presents the A-Z list at ~/ccm/atoz/.
</p>
<p>
An administration interface is provided at ~/ccm/atoz/admin/. Here
you can configure the content to be listed by selecting an appropriate
content provider.
</p>
<p>
Currently available providers are:
</p>
<ul>
<li>Item Provider</li>
<li>Catgegory Provider</li>
</ul>
<p>
Extension packages make available:
</p>
<ul>
<li>ESD Toolkit Domain Provider</li>
<li>SiteProxy Provider</li>
</ul>
<p>
Last modified: $Date: 2012/03/26 $
</p>
</body>
</html>