ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/ActiveDoc.html
(Generate patch)

Comparing COMP/SCRAM/doc/html/ActiveDoc.html (file contents):
Revision 1.2 by williamc, Mon Aug 28 08:40:54 2000 UTC vs.
Revision 1.4 by sashby, Wed May 15 14:23:32 2002 UTC

# Line 12 | Line 12
12   <font color=red>M</font>anagement
13   </center>
14   <hr>
15 < Within SCRAM is a mechanism for parsing XML like documents called ActiveDocs.
15 > Within SCRAM is a mechanism for parsing XML-like documents called ActiveDocs.
16   ActiveDocs can associate the documents Markup tags with functionality thus
17 < making an otherwise
18 < passive document actively control what SCRAM will do. This ensures that the
19 < real functionality of the system is well documented as it is the document
20 < and not a seperate system, which controls that functionality.
17 > making an otherwise passive document actively control what SCRAM will do.
18 > This ensures that the real functionality of the system is well documented as
19 > it is the document and not a seperate system, which controls that functionality.
20   <p>
21   ActiveDocs are web enabled, each being associated with a URL download and
22 < cacheing mechanism which can be called on as required.
22 > cacheing mechanism which can be called upon as required.
23   <p>
24   <h2>Common ActiveDoc Tags</h2>
25   ActiveDocs have a number of common features and a default set of tags to
# Line 32 | Line 31 | This tag is a requirement of all documen
31   indicate the type and version of the document in order that it can
32   be parsed correctly.
33   <h3>&lt;Base url=<em>baseurl</em>> &lt;/Base></h3>
34 < Used to specify common elements, such as server name, in multiple urls. Any
35 < url specified between these base tags will be merged with that specified in
34 > Used to specify common elements, such as server name, in multiple URLs. Any
35 > URL specified between these base tags will be merged with that specified in
36   the base according to the following merge rules:
37   <ul>
38          <li>A merge will take place only if the type of the base is identical
39 <                to the url type.
39 >                to the URL type.
40          <li>The base server name is taken only if not already defined
41 <        <li>The base url path is pre-pended to any specified
41 >        <li>The base URL path is pre-pended to any specified
42          <li>Variables provided in the base parameter list are only added if
43              not already defined.
44   </ul>
# Line 59 | Line 58 | tag.
58   <hr>
59   <table border=1 width=100%>
60   <td align=left>
61 < <a href=mailto:Christopher.Williams@cern.ch
62 < >Chris Williams</a>
61 > <a href=mailto:Shaun.Ashby@cern.ch
62 > >Shaun Ashby</a>
63   </td>
64   <td align=center>
65 < Last Updated Tue Aug 15 11:44:05 2000
65 > <SCRIPT LANGUAGE="JAVASCRIPT">document.write("Last Updated "+ document.lastModified );</SCRIPT>
66   </td>
67   <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
68   </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines