You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/07/08 14:37:43 UTC

svn commit: r554361 - in /maven/plugins/trunk/maven-verifier-plugin/src/site/fml: ./ faq.fml

Author: dennisl
Date: Sun Jul  8 05:37:43 2007
New Revision: 554361

URL: http://svn.apache.org/viewvc?view=rev&rev=554361
Log:
o Add a small FAQ to be docck compliant.

Added:
    maven/plugins/trunk/maven-verifier-plugin/src/site/fml/
    maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml   (with props)

Added: maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml?view=auto&rev=554361
==============================================================================
--- maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml (added)
+++ maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml Sun Jul  8 05:37:43 2007
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+
+<!--
+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 id="FAQ" title="Frequently Asked Questions">
+  <part id="General">
+    <faq id="Can it verify other things like URLs">
+      <question>Can it verify other things like URLs?</question>
+      <answer>
+        <p>
+        No.
+        </p>
+      </answer>
+    </faq>
+  </part>
+</faqs>
\ No newline at end of file

Propchange: maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml
------------------------------------------------------------------------------
    svn:eol-style = native