From 4b2d7f3fe08a8caab222f1a7de061bc5ea6e69de Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Mon, 2 May 2005 18:47:19 +0000 Subject: [PATCH] use non-relative URL for image to make it work in sub directories; remove non-existing stuff from sandbox page git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@165659 13f79535-47bb-0310-9956-ffa450edef68 --- docs/benchmarks.html | 2 +- docs/contributions.html | 2 +- docs/demo.html | 2 +- docs/demo2.html | 2 +- docs/demo3.html | 2 +- docs/demo4.html | 2 +- docs/fileformats.html | 2 +- docs/gettingstarted.html | 2 +- docs/index.html | 2 +- docs/lucene-sandbox/index.html | 26 ++------------------------ docs/mailinglists.html | 2 +- docs/queryparsersyntax.html | 2 +- docs/resources.html | 2 +- docs/systemproperties.html | 2 +- docs/whoweare.html | 2 +- xdocs/stylesheets/site.vsl | 2 +- 16 files changed, 17 insertions(+), 39 deletions(-) diff --git a/docs/benchmarks.html b/docs/benchmarks.html index 5b1bfd69b58..99c82c1868f 100644 --- a/docs/benchmarks.html +++ b/docs/benchmarks.html @@ -42,7 +42,7 @@ limitations under the License. - + Apache Lucene diff --git a/docs/contributions.html b/docs/contributions.html index 7ea5e1a3876..b04b88c3b61 100644 --- a/docs/contributions.html +++ b/docs/contributions.html @@ -46,7 +46,7 @@ limitations under the License. - + Apache Lucene diff --git a/docs/demo.html b/docs/demo.html index 48bbb4c6f80..f823d78c99a 100644 --- a/docs/demo.html +++ b/docs/demo.html @@ -42,7 +42,7 @@ limitations under the License. - + Apache Lucene diff --git a/docs/demo2.html b/docs/demo2.html index 290675d451c..9f421d5dbc1 100644 --- a/docs/demo2.html +++ b/docs/demo2.html @@ -42,7 +42,7 @@ limitations under the License. - + Apache Lucene diff --git a/docs/demo3.html b/docs/demo3.html index 557fd18724e..4ad6f4407fb 100644 --- a/docs/demo3.html +++ b/docs/demo3.html @@ -42,7 +42,7 @@ limitations under the License. - + Apache Lucene diff --git a/docs/demo4.html b/docs/demo4.html index 3c797b12101..78cd336f792 100644 --- a/docs/demo4.html +++ b/docs/demo4.html @@ -42,7 +42,7 @@ limitations under the License. - + Apache Lucene diff --git a/docs/fileformats.html b/docs/fileformats.html index 620c91dbaf8..0390b647081 100644 --- a/docs/fileformats.html +++ b/docs/fileformats.html @@ -40,7 +40,7 @@ limitations under the License. - + Apache Lucene diff --git a/docs/gettingstarted.html b/docs/gettingstarted.html index 05fcc97cd20..151859efedd 100644 --- a/docs/gettingstarted.html +++ b/docs/gettingstarted.html @@ -42,7 +42,7 @@ limitations under the License. - + Apache Lucene diff --git a/docs/index.html b/docs/index.html index 2cd34f95ed0..d35bc276d9f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,7 +48,7 @@ limitations under the License. - + Apache Lucene diff --git a/docs/lucene-sandbox/index.html b/docs/lucene-sandbox/index.html index 875b611f23b..fcf9c5feac9 100644 --- a/docs/lucene-sandbox/index.html +++ b/docs/lucene-sandbox/index.html @@ -42,7 +42,7 @@ limitations under the License. - + Apache Lucene @@ -217,28 +217,6 @@ limitations under the License.
- - - - -
- - SAX/DOM XML Indexing demo - -
-
-

- This contribution is some sample code that demonstrates adding simple XML documents into the index. It creates - a new Document object for each file, and then populates the Document with a Field for each XML element, recursively. - There are examples included for both SAX and DOM. -

-

- - - for the XML Indexing Demo. -

-
-

@@ -336,7 +314,7 @@ limitations under the License.

- + for miscellaneous classes.

diff --git a/docs/mailinglists.html b/docs/mailinglists.html index 76e32e213b9..36f4cafbfa4 100644 --- a/docs/mailinglists.html +++ b/docs/mailinglists.html @@ -40,7 +40,7 @@ limitations under the License.
- + Apache Lucene diff --git a/docs/queryparsersyntax.html b/docs/queryparsersyntax.html index 19bf099203f..e435b0fa7b4 100644 --- a/docs/queryparsersyntax.html +++ b/docs/queryparsersyntax.html @@ -44,7 +44,7 @@ limitations under the License.
- + Apache Lucene diff --git a/docs/resources.html b/docs/resources.html index 4435ecaede0..076b6cb061d 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -42,7 +42,7 @@ limitations under the License.
- + Apache Lucene diff --git a/docs/systemproperties.html b/docs/systemproperties.html index 3cfa05d4adf..11035510b8a 100644 --- a/docs/systemproperties.html +++ b/docs/systemproperties.html @@ -42,7 +42,7 @@ limitations under the License.
- + Apache Lucene diff --git a/docs/whoweare.html b/docs/whoweare.html index af15f74a8c0..69345163ef1 100644 --- a/docs/whoweare.html +++ b/docs/whoweare.html @@ -44,7 +44,7 @@ limitations under the License.
- + Apache Lucene diff --git a/xdocs/stylesheets/site.vsl b/xdocs/stylesheets/site.vsl index ba57c844322..4a4d25ce104 100644 --- a/xdocs/stylesheets/site.vsl +++ b/xdocs/stylesheets/site.vsl @@ -217,7 +217,7 @@ limitations under the License. #macro (getProjectImage) #if ($project.getChild("logo")) - + #set ( $logoString = $project.getChild("logo").getAttributeValue("href") )