[Mulgara-svn] r1627 - in trunk/src/jar: content-mbox/java/org/mulgara/content/mbox content-rdfxml/java/org/mulgara/content/rdfxml content-rlog/java/org/mulgara/content/rlog driver/java/org/mulgara/server/driver dtd/java/org/mulgara/xml krule/java/org/mulgara/krule query/java/org/mulgara/query querylang/java/org/mulgara/itql rdql/java/org/mulgara/rdql resolver/java/org/mulgara/resolver resolver/java/org/mulgara/resolver/jrdf resolver-distributed/java/org/mulgara/resolver/distributed resolver-file/java/org/mulgara/resolver/file resolver-filesystem/java/org/mulgara/resolver/filesystem resolver-http/java/org/mulgara/resolver/http resolver-lucene/java/org/mulgara/resolver/lucene resolver-memory/java/org/mulgara/resolver/memory resolver-nodetype/java/org/mulgara/resolver/nodetype resolver-null/java/org/mulgara/resolver/nullres resolver-prefix/java/org/mulgara/resolver/prefix resolver-relational/java/org/mulgara/resolver/relational resolver-spi/java/org/mulgara/content resolver-spi/java/org/mulgara/resolver/spi resolver-test/java/org/mulgara/resolver/test resolver-url/java/org/mulgara/resolver/url resolver-view/java/org/mulgara/resolver/view resolver-xsd/java/org/mulgara/resolver/xsd server/java/org/mulgara/server server-http/java/org/mulgara/server/http server-local/java/org/mulgara/server/local server-rmi/java/org/mulgara/server/rmi util/java/org/mulgara/util
pag at mulgara.org
pag at mulgara.org
Thu Mar 26 19:24:33 UTC 2009
Author: pag
Date: 2009-03-26 12:24:31 -0700 (Thu, 26 Mar 2009)
New Revision: 1627
Modified:
trunk/src/jar/content-mbox/java/org/mulgara/content/mbox/package.html
trunk/src/jar/content-rdfxml/java/org/mulgara/content/rdfxml/package.html
trunk/src/jar/content-rlog/java/org/mulgara/content/rlog/package.html
trunk/src/jar/driver/java/org/mulgara/server/driver/package.html
trunk/src/jar/dtd/java/org/mulgara/xml/package.html
trunk/src/jar/krule/java/org/mulgara/krule/package.html
trunk/src/jar/query/java/org/mulgara/query/package.html
trunk/src/jar/querylang/java/org/mulgara/itql/package.html
trunk/src/jar/rdql/java/org/mulgara/rdql/package.html
trunk/src/jar/resolver-distributed/java/org/mulgara/resolver/distributed/package.html
trunk/src/jar/resolver-file/java/org/mulgara/resolver/file/package.html
trunk/src/jar/resolver-filesystem/java/org/mulgara/resolver/filesystem/package.html
trunk/src/jar/resolver-http/java/org/mulgara/resolver/http/package.html
trunk/src/jar/resolver-lucene/java/org/mulgara/resolver/lucene/package.html
trunk/src/jar/resolver-memory/java/org/mulgara/resolver/memory/package.html
trunk/src/jar/resolver-nodetype/java/org/mulgara/resolver/nodetype/package.html
trunk/src/jar/resolver-null/java/org/mulgara/resolver/nullres/package.html
trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/package.html
trunk/src/jar/resolver-relational/java/org/mulgara/resolver/relational/package.html
trunk/src/jar/resolver-spi/java/org/mulgara/content/package.html
trunk/src/jar/resolver-spi/java/org/mulgara/resolver/spi/package.html
trunk/src/jar/resolver-test/java/org/mulgara/resolver/test/package.html
trunk/src/jar/resolver-url/java/org/mulgara/resolver/url/package.html
trunk/src/jar/resolver-view/java/org/mulgara/resolver/view/package.html
trunk/src/jar/resolver-xsd/java/org/mulgara/resolver/xsd/package.html
trunk/src/jar/resolver/java/org/mulgara/resolver/jrdf/package.html
trunk/src/jar/resolver/java/org/mulgara/resolver/package.html
trunk/src/jar/server-http/java/org/mulgara/server/http/package.html
trunk/src/jar/server-local/java/org/mulgara/server/local/package.html
trunk/src/jar/server-rmi/java/org/mulgara/server/rmi/package.html
trunk/src/jar/server/java/org/mulgara/server/package.html
trunk/src/jar/util/java/org/mulgara/util/package.html
Log:
Modified the 'abstract' element to 'h1', as 'abstract' is unrecognized and causes Javadoc to crash (see the javadoc bug report 5082928 at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5082928)
Modified: trunk/src/jar/content-mbox/java/org/mulgara/content/mbox/package.html
===================================================================
--- trunk/src/jar/content-mbox/java/org/mulgara/content/mbox/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/content-mbox/java/org/mulgara/content/mbox/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>MBox Resolver</title>
</head>
<body>
-<abstract>
+<h1>
MBox Resolver.
-</abstract>
+</h1>
<p>
This package is a service provider for resolution from RFC822 compliant MBox files
located via a {@link java.net.URL}.
Modified: trunk/src/jar/content-rdfxml/java/org/mulgara/content/rdfxml/package.html
===================================================================
--- trunk/src/jar/content-rdfxml/java/org/mulgara/content/rdfxml/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/content-rdfxml/java/org/mulgara/content/rdfxml/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>RDF/XML Content Handler</title>
</head>
<body>
-<abstract>
+<h1>
RDF/XML Content Handler.
-</abstract>
+</h1>
<p>
This package is a service provider for parsing RDF/XML documents.
</p>
Modified: trunk/src/jar/content-rlog/java/org/mulgara/content/rlog/package.html
===================================================================
--- trunk/src/jar/content-rlog/java/org/mulgara/content/rlog/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/content-rlog/java/org/mulgara/content/rlog/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>RLog Content Handler</title>
</head>
<body>
-<abstract>
+<h1>
RLog content handler.
-</abstract>
+</h1>
<p>
This package is a service provider for parsing RLog documents. It uses the JavaCC parser, and generates triples usable by the Krule engine.
</p>
Modified: trunk/src/jar/driver/java/org/mulgara/server/driver/package.html
===================================================================
--- trunk/src/jar/driver/java/org/mulgara/server/driver/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/driver/java/org/mulgara/server/driver/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Database driver</title>
</head>
<body>
-<abstract>
+<h1>
Database driver.
-</abstract>
+</h1>
<p>
This is the client interface to query the web. It's analogous to a JDBC
driver. It's intended to be packaged as a resource adapter in the J2EE
Modified: trunk/src/jar/dtd/java/org/mulgara/xml/package.html
===================================================================
--- trunk/src/jar/dtd/java/org/mulgara/xml/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/dtd/java/org/mulgara/xml/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>XML utilities</title>
</head>
<body>
-<abstract>
+<h1>
XML utilities.
-</abstract>
+</h1>
<p>
This package allows DTDs to be stored as resources in the classpath.
The DTDs are currently hardcoded in, and include XHTML and Log4J.
Modified: trunk/src/jar/krule/java/org/mulgara/krule/package.html
===================================================================
--- trunk/src/jar/krule/java/org/mulgara/krule/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/krule/java/org/mulgara/krule/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,7 +3,7 @@
<title>KRule</title>
</head>
<body>
- <abstract>Mulgara Rules Module.</abstract>
+ <h1>Mulgara Rules Module.</h1>
<p>This package provides supporting structures for the Mulgara Rules Engine.</p>
</body>
</html>
Modified: trunk/src/jar/query/java/org/mulgara/query/package.html
===================================================================
--- trunk/src/jar/query/java/org/mulgara/query/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/query/java/org/mulgara/query/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>iTQL query</title>
</head>
<body>
-<abstract>
+<h1>
iTQL query.
-</abstract>
+</h1>
<p>
This package defines queries, answers, models and constraints, independently
of coordinate system.
Modified: trunk/src/jar/querylang/java/org/mulgara/itql/package.html
===================================================================
--- trunk/src/jar/querylang/java/org/mulgara/itql/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/querylang/java/org/mulgara/itql/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Interactive TQL</title>
</head>
<body>
-<abstract>
+<h1>
Interactive TQL syntax.
-</abstract>
+</h1>
<p>
A command line interface to the Mulgara Metadata Store using interactive TQL syntax.
</p>
Modified: trunk/src/jar/rdql/java/org/mulgara/rdql/package.html
===================================================================
--- trunk/src/jar/rdql/java/org/mulgara/rdql/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/rdql/java/org/mulgara/rdql/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>RDQL</title>
</head>
<body>
-<abstract>
+<h1>
RDQL query syntax.
-</abstract>
+</h1>
<p>
A command line interface to the Kowari Metadata Store using
<a href="ihttp://www.w3.org/Submission/2004/SUBM-RDQL-20040109/">RDQL</a>
Modified: trunk/src/jar/resolver/java/org/mulgara/resolver/jrdf/package.html
===================================================================
--- trunk/src/jar/resolver/java/org/mulgara/resolver/jrdf/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver/java/org/mulgara/resolver/jrdf/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>JRDF implementation</title>
</head>
<body>
-<abstract>
+<h1>
JRDF implementation.
-</abstract>
+</h1>
<p>
This package implements the {@link org.jrdf.graph.Graph} interface, backed by
a Mulgara database.
Modified: trunk/src/jar/resolver/java/org/mulgara/resolver/package.html
===================================================================
--- trunk/src/jar/resolver/java/org/mulgara/resolver/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver/java/org/mulgara/resolver/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Query Resolution</title>
</head>
<body>
-<abstract>
+<h1>
Query resolution.
-</abstract>
+</h1>
<p>
This package transforms a {@link org.mulgara.query.Query} object, eliminating
{@link org.mulgara.query.Constraint}s from it using
Modified: trunk/src/jar/resolver-distributed/java/org/mulgara/resolver/distributed/package.html
===================================================================
--- trunk/src/jar/resolver-distributed/java/org/mulgara/resolver/distributed/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-distributed/java/org/mulgara/resolver/distributed/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Distributed Resolver</title>
</head>
<body>
-<abstract>
+<h1>
Distributed Resolver.
-</abstract>
+</h1>
<p>
This package is an internal resolver which delegates resolution to a remote Mulgara server.
</p>
Modified: trunk/src/jar/resolver-file/java/org/mulgara/resolver/file/package.html
===================================================================
--- trunk/src/jar/resolver-file/java/org/mulgara/resolver/file/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-file/java/org/mulgara/resolver/file/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>File Resolver</title>
</head>
<body>
-<abstract>
+<h1>
File Resolver.
-</abstract>
+</h1>
<p>
This package is a service provider for resolution from external files.
</p>
Modified: trunk/src/jar/resolver-filesystem/java/org/mulgara/resolver/filesystem/package.html
===================================================================
--- trunk/src/jar/resolver-filesystem/java/org/mulgara/resolver/filesystem/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-filesystem/java/org/mulgara/resolver/filesystem/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>File System Resolver</title>
</head>
<body>
-<abstract>
+<h1>
File System Resolver.
-</abstract>
+</h1>
<p>
Represents a resolver which will contain statements about accepted file systems that can be queried against to find out information about files within the systems. Each system included or excluded from the model will be of the file protocol only. Anything other than file will be rejected.
</p>
Modified: trunk/src/jar/resolver-http/java/org/mulgara/resolver/http/package.html
===================================================================
--- trunk/src/jar/resolver-http/java/org/mulgara/resolver/http/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-http/java/org/mulgara/resolver/http/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Http Resolver</title>
</head>
<body>
-<abstract>
+<h1>
Http Resolver.
-</abstract>
+</h1>
<p>
This package is a service provider for resolution from external http URLs.
</p>
Modified: trunk/src/jar/resolver-lucene/java/org/mulgara/resolver/lucene/package.html
===================================================================
--- trunk/src/jar/resolver-lucene/java/org/mulgara/resolver/lucene/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-lucene/java/org/mulgara/resolver/lucene/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Lucene Resolver</title>
</head>
<body>
-<abstract>
+<h1>
Lucene Resolver.
-</abstract>
+</h1>
<p>
This package is a service provider for resolution from lucene index stores.
</p>
Modified: trunk/src/jar/resolver-memory/java/org/mulgara/resolver/memory/package.html
===================================================================
--- trunk/src/jar/resolver-memory/java/org/mulgara/resolver/memory/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-memory/java/org/mulgara/resolver/memory/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Memory Resolver</title>
</head>
<body>
-<abstract>
+<h1>
Memory Resolver.
-</abstract>
+</h1>
<p>
This package is a service provider for model storage within the Java heap.
It's appropriate for lightweight applications and unit tests. It doesn't use
Modified: trunk/src/jar/resolver-nodetype/java/org/mulgara/resolver/nodetype/package.html
===================================================================
--- trunk/src/jar/resolver-nodetype/java/org/mulgara/resolver/nodetype/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-nodetype/java/org/mulgara/resolver/nodetype/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Node Type Resolver</title>
</head>
<body>
-<abstract>
+<h1>
Node Type Resolver.
-</abstract>
+</h1>
<p>
This package is an internal resolver for determining the types of nodes returned from other resolvers.
</p>
Modified: trunk/src/jar/resolver-null/java/org/mulgara/resolver/nullres/package.html
===================================================================
--- trunk/src/jar/resolver-null/java/org/mulgara/resolver/nullres/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-null/java/org/mulgara/resolver/nullres/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Null Resolver</title>
</head>
<body>
-<abstract>
+<h1>
Null Resolver.
-</abstract>
+</h1>
<p>
This package is a basic resolver that discards written data, and always resolves to an empty set.
</p>
Modified: trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/package.html
===================================================================
--- trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,7 +3,7 @@
<title>Prefix Resolver</title>
</head>
<body>
- <abstract>Prefix Resolver.</abstract>
+ <h1>Prefix Resolver.</h1>
<p>This package is an internal resolver for extracting all elements with a specified prefix from RDF. In particular, this is useful for sequence elements from RDF. These elements are referred to with predicates of the form <code>rdf:_<i>n</i></code>, where <i>n</i> is the number of the element in the sequence.</p>
<p>This resolver searches the string pool for all nodes starting with a prefix, and returns the results. The remainders of <code>rdf:_</code> strings are guaranteed to be numbers, simply because there are no other options defined in the rdf namespace.</p>
</body>
Modified: trunk/src/jar/resolver-relational/java/org/mulgara/resolver/relational/package.html
===================================================================
--- trunk/src/jar/resolver-relational/java/org/mulgara/resolver/relational/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-relational/java/org/mulgara/resolver/relational/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Relational Resolver</title>
</head>
<body>
-<abstract>
+<h1>
Relational Resolver.
-</abstract>
+</h1>
<p>
A Real-time relational resolver.
</p>
Modified: trunk/src/jar/resolver-spi/java/org/mulgara/content/package.html
===================================================================
--- trunk/src/jar/resolver-spi/java/org/mulgara/content/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-spi/java/org/mulgara/content/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Content Handler SPI</title>
</head>
<body>
-<abstract>
+<h1>
Content Handler SPI.
-</abstract>
+</h1>
<p>
This package is a service provider interface for plugins that parse a particular
document format.
Modified: trunk/src/jar/resolver-spi/java/org/mulgara/resolver/spi/package.html
===================================================================
--- trunk/src/jar/resolver-spi/java/org/mulgara/resolver/spi/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-spi/java/org/mulgara/resolver/spi/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Resolver SPI</title>
</head>
<body>
-<abstract>
+<h1>
Resolver SPI.
-</abstract>
+</h1>
<p>
This package is a service provider interface for plugin libraries that manage
a particular type of statement store.
Modified: trunk/src/jar/resolver-test/java/org/mulgara/resolver/test/package.html
===================================================================
--- trunk/src/jar/resolver-test/java/org/mulgara/resolver/test/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-test/java/org/mulgara/resolver/test/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Test Resolver</title>
</head>
<body>
-<abstract>
+<h1>
Resolver to support unittests.
-</abstract>
+</h1>
<p>
This package was written to assist the testing of join ordering and
query rewriting logic. It provides no functionality useful from clients,
Modified: trunk/src/jar/resolver-url/java/org/mulgara/resolver/url/package.html
===================================================================
--- trunk/src/jar/resolver-url/java/org/mulgara/resolver/url/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-url/java/org/mulgara/resolver/url/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>URL Resolver</title>
</head>
<body>
-<abstract>
+<h1>
URL Resolver.
-</abstract>
+</h1>
<p>
This package is a service provider for resolution from static RDF documents
located via a {@link java.net.URL}.
Modified: trunk/src/jar/resolver-view/java/org/mulgara/resolver/view/package.html
===================================================================
--- trunk/src/jar/resolver-view/java/org/mulgara/resolver/view/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-view/java/org/mulgara/resolver/view/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>View Resolver</title>
</head>
<body>
-<abstract>
+<h1>
View Resolver.
-</abstract>
+</h1>
<p>
Implements model rewriting to support views. Uses hack to obtain DatabaseSession
to re-resolve query with expanded from clause. This will need to be reimplemented
Modified: trunk/src/jar/resolver-xsd/java/org/mulgara/resolver/xsd/package.html
===================================================================
--- trunk/src/jar/resolver-xsd/java/org/mulgara/resolver/xsd/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/resolver-xsd/java/org/mulgara/resolver/xsd/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>XSD Resolver</title>
</head>
<body>
-<abstract>
+<h1>
XML Schema datatype Resolver.
-</abstract>
+</h1>
<p>
This package is a service provider for XML Schema datatype resolution. XML
Schema is represented as a model containing an infinite number of statements
Modified: trunk/src/jar/server/java/org/mulgara/server/package.html
===================================================================
--- trunk/src/jar/server/java/org/mulgara/server/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/server/java/org/mulgara/server/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Mulgara server</title>
</head>
<body>
-<abstract>
+<h1>
Mulgara server.
-</abstract>
+</h1>
<p>
Mulgara server over some network protocol.
</p>
Modified: trunk/src/jar/server-http/java/org/mulgara/server/http/package.html
===================================================================
--- trunk/src/jar/server-http/java/org/mulgara/server/http/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/server-http/java/org/mulgara/server/http/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>HTTP driver</title>
</head>
<body>
-<abstract>
+<h1>
HTTP driver.
-</abstract>
+</h1>
<p>
Transport of {@link org.mulgara.server.Session} methods via HTTP.
</p>
Modified: trunk/src/jar/server-local/java/org/mulgara/server/local/package.html
===================================================================
--- trunk/src/jar/server-local/java/org/mulgara/server/local/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/server-local/java/org/mulgara/server/local/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Local driver</title>
</head>
<body>
-<abstract>
+<h1>
Local driver.
-</abstract>
+</h1>
<p>
Allow RDF files stored on the web to be downloaded to a local server and
queries as if they were a remote server.
Modified: trunk/src/jar/server-rmi/java/org/mulgara/server/rmi/package.html
===================================================================
--- trunk/src/jar/server-rmi/java/org/mulgara/server/rmi/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/server-rmi/java/org/mulgara/server/rmi/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>JRMP transport</title>
</head>
<body>
-<abstract>
+<h1>
JRMP server.
-</abstract>
+</h1>
<p>
Java RMI protocol transport.
</p>
Modified: trunk/src/jar/util/java/org/mulgara/util/package.html
===================================================================
--- trunk/src/jar/util/java/org/mulgara/util/package.html 2009-03-24 18:42:49 UTC (rev 1626)
+++ trunk/src/jar/util/java/org/mulgara/util/package.html 2009-03-26 19:24:31 UTC (rev 1627)
@@ -3,9 +3,9 @@
<title>Miscellaneous utilities</title>
</head>
<body>
-<abstract>
+<h1>
Miscellaneous utilties.
-</abstract>
+</h1>
<p>
These are general-use classes which aren't specific to the Mulgara application.
</p>
More information about the Mulgara-svn
mailing list