Ignore:
Timestamp:
08/22/14 12:01:57 (10 years ago)
Author:
Twan Goosen
Message:

Added REST service information to the help page. Moved the documentation into a separate 'doc' directory in the project.
Refs #614

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/HelpPage.html

    r5593 r5594  
    88        <wicket:extend>
    99            <div id="help">
    10                 <h1>Definitions</h1>
    11                 <h3>Collection types</h3>
     10                <h1>Glossary</h1>
     11                <h2>Collection types</h2>
    1212                <dl>
    1313                    <dt>extensional</dt>
     
    1717                            <dt>resources</dt>
    1818                            <dd>
    19                                 The members that make up the virtual collection by means of a persistent reference.
     19                                The members that make up an extensional virtual collection by means of a persistent reference.
    2020                                These members may be of type <em>metadata</em> for referencing metadata, or <em>resource</em> for directly referencing a resource.
    2121                            </dd>
     
    4747                </dl>
    4848
    49                 <h3>General collection properties</h3>
     49                <h2>General collection properties</h2>
    5050                <dl>                   
    5151                    <dt>purpose</dt>
     
    106106                </dl>
    107107
     108                <h2>REST service</h2>
     109                <p>
     110                    The Virtual Collection Registry REST service is accessible
     111                    at <a wicket:id="restLink"><wicket:container wicket:id="restUrl">[url]</wicket:container></a> (base URL).
     112                </p>
     113                <p>
     114                    Documentation can be found <a href="Protocol.txt">here</a>.
     115                    You can also consult the <a wicket:id="wadlLink">WADL</a> file.
     116                </p>
    108117            </div>
    109118        </wicket:extend>
Note: See TracChangeset for help on using the changeset viewer.