Repository: maven-indexer Updated Branches: refs/heads/master 90714fef2 -> 0017b4069
added FAQ on how to open with Luke Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/0017b406 Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/0017b406 Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/0017b406 Branch: refs/heads/master Commit: 0017b4069f0e5bebbfae931e6aa93242c55dd5d8 Parents: 90714fe Author: Hervé Boutemy <[email protected]> Authored: Sat Aug 30 00:04:44 2014 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Sat Aug 30 00:04:44 2014 +0200 ---------------------------------------------------------------------- src/site/fml/faq.fml | 37 +++++++++++++++++++++++++++++++++++++ src/site/site.xml | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/0017b406/src/site/fml/faq.fml ---------------------------------------------------------------------- diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml new file mode 100644 index 0000000..71cfce7 --- /dev/null +++ b/src/site/fml/faq.fml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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. +--> + +<faqs xmlns="http://maven.apache.org/FML/1.0.1" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd" + id="FAQ" title="Frequently Asked Questions"> + <part id="General"> + <faq id="How to open the index with Luke"> + <question>How to open the index with Luke?</question> + <answer> + <p> + The <code>.gz</code> index has to be unpacked, with <code>java -jar indexer-cli.jar -u -t full</code>. Then + you can open the result with <a href="http://code.google.com/p/luke/">Luke</a>. + </p> + </answer> + </faq> + </part> +</faqs> http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/0017b406/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index e67be18..ac3b759 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -57,7 +57,7 @@ under the License. <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="JavaDocs" href="apidocs/index.html"/> - <!--item name="FAQ" href="faq.html"/--> + <item name="FAQ" href="faq.html"/> <item name="stackoverflow" href="http://stackoverflow.com/questions/tagged/maven-indexer"/> <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 --> <item name="License" href="http://www.apache.org/licenses/"/>
