1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/committees/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY hello.rvt SYSTEM "examples-sgml/hello.rvt" >
<!ENTITY hello1.rvt SYSTEM "examples-sgml/hello1.rvt" >
<!ENTITY color-table.tcl SYSTEM "examples-sgml/color-table.tcl" >
<!ENTITY vars.html SYSTEM "examples-sgml/vars.html" >
<!ENTITY vars.rvt SYSTEM "examples-sgml/vars.rvt" >
<!ENTITY upload.html SYSTEM "examples-sgml/upload.html" >
<!ENTITY upload.rvt SYSTEM "examples-sgml/upload.rvt" >
<!ENTITY download.tcl SYSTEM "examples-sgml/download.tcl" >
<!ENTITY rivet_web_service.tcl SYSTEM "examples-sgml/rivet_web_service.tcl" >
<!ENTITY intro.xml SYSTEM "xml/intro.xml" >
<!ENTITY install.xml SYSTEM "xml/install.xml" >
<!ENTITY directives.xml SYSTEM "xml/directives.xml" >
<!ENTITY commands.xml SYSTEM "xml/commands.xml" >
<!ENTITY examples.xml SYSTEM "xml/examples.xml" >
<!ENTITY packages.xml SYSTEM "xml/packages.xml" >
<!ENTITY dio.xml SYSTEM "xml/dio.xml" >
<!ENTITY diodisplay.xml SYSTEM "xml/diodisplay.xml" >
<!ENTITY session.xml SYSTEM "xml/session.xml" >
<!ENTITY form.xml SYSTEM "xml/form.xml" >
<!ENTITY calendar.xml SYSTEM "xml/calendar.xml" >
<!ENTITY help.xml SYSTEM "xml/help.xml" >
<!ENTITY internals.xml SYSTEM "xml/internals.xml" >
<!ENTITY upgrade.xml SYSTEM "xml/upgrade.xml" >
<!ENTITY request.xml SYSTEM "xml/request.xml" >
<!ENTITY entities.xml SYSTEM "xml/entities.xml" >
<!ENTITY asciiglyphs.xml SYSTEM "xml/asciiglyphs.xml" >
<!ENTITY formbroker.xml SYSTEM "xml/formbroker.xml" >
]>
<!--
Copyright 2002-2016 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You
may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.
-->
<!-- $Id: rivet.xml 1770196 2016-11-17 14:15:29Z mxmanghi $ -->
<article>
<articleinfo>
<title>Apache Rivet</title>
<copyright>
<year>2002-2016</year>
<holder>Apache Software Foundation</holder>
</copyright>
<author>
<firstname>The Rivet Team</firstname>
<affiliation>
<orgname>The Apache Software Foundation</orgname>
<address>
<email>rivet-dev@tcl.apache.org</email>
</address>
</affiliation>
</author>
</articleinfo>
<para>
Document revision: $Revision: 1770196 $, last modified <?dbtimestamp format="Y-m-d X" ?>$ by $Author: mxmanghi $.
</para>
<!-- Introduction -->
&intro.xml;
<!-- Installation -->
&install.xml;
<!-- Configuration -->
&request.xml;
<!-- Directives -->
&directives.xml;
<!-- Commands -->
&commands.xml;
<!-- examples-sgml -->
&examples.xml;
<!-- Packages -->
&packages.xml;
<!-- Database I/O -->
&dio.xml;
<!-- Database I/O Display -->
&diodisplay.xml;
<!-- Sessions -->
&session.xml;
<!-- Form -->
&form.xml;
<!-- Calendar -->
&calendar.xml;
<!-- AsciiGlyphs -->
&asciiglyphs.xml;
<!-- Entities -->
&entities.xml;
<!-- FormBroker -->
&formbroker.xml;
<!-- Help -->
&help.xml;
<!-- Internals -->
&internals.xml;
<!-- Upgrade -->
&upgrade.xml;
</article>
|