Author: jvanzyl
Date: Thu Jul 20 17:54:59 2006
New Revision: 424150
URL: http://svn.apache.org/viewvc?rev=424150&view=rev
Log:
o adding a little FAQ
Added:
maven/plugins/trunk/maven-doap-plugin/src/site/fml/
maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml (with props)
Added: maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml?rev=424150&view=auto
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml (added)
+++ maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml Thu Jul 20
17:54:59 2006
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<faqs id="FAQ" title="Frequently Asked Questions">
+ <part id="General">
+ <faq id="question1">
+ <question>What is DOAP?</question>
+ <answer>
+ <p>
+ DOAP stands for "Description of a Project" and you can find out
everything there is to
+ know about DOAP {{{http://usefulinc.com/doap}here}}.
+ </p>
+ </answer>
+ </faq>
+ </part>
+</faqs>
\ No newline at end of file
Propchange: maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"