[Plexus-svn] SF.net SVN: plexus:[873] trunk/plexus-graph/src/site
Status: Alpha
Brought to you by:
rconner
From: <rc...@us...> - 2010-09-10 22:22:02
|
Revision: 873 http://plexus.svn.sourceforge.net/plexus/?rev=873&view=rev Author: rconner Date: 2010-09-10 22:21:56 +0000 (Fri, 10 Sep 2010) Log Message: ----------- Initial empty site. Added Paths: ----------- trunk/plexus-graph/src/site/apt/index.apt trunk/plexus-graph/src/site/fml/faq.fml Added: trunk/plexus-graph/src/site/apt/index.apt =================================================================== --- trunk/plexus-graph/src/site/apt/index.apt (rev 0) +++ trunk/plexus-graph/src/site/apt/index.apt 2010-09-10 22:21:56 UTC (rev 873) @@ -0,0 +1,16 @@ + ----- + The Site + ----- + The Maven Team + ----- + +Maven Site for your project + + Congratulations! If you are looking at this page then you have successfully generated a + template site employing the site archetype and you have run: + ++-----+ + +mvn site + ++-----+ Property changes on: trunk/plexus-graph/src/site/apt/index.apt ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Date Revision Id Added: svn:eol-style + native Added: trunk/plexus-graph/src/site/fml/faq.fml =================================================================== --- trunk/plexus-graph/src/site/fml/faq.fml (rev 0) +++ trunk/plexus-graph/src/site/fml/faq.fml 2010-09-10 22:21:56 UTC (rev 873) @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<faqs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/FML/1.0" + xsi:schemaLocation="http://maven.apache.org/FML/1.0 http://maven.apache.org/xsd/fml-1.0.xsd" + id="General FAQ"> + <part id="General"> + <faq id="where"> + <question>Where did Maven come from?</question> + <answer> + <p> + Maven was created by a group of software developers who were tired + of wasting their time fiddling around with builds and wanted to get + down to brass tacks and actually develop software! + </p> + </answer> + </faq> + <faq id="why"> + <question>Why is Maven so wildly popular?</question> + <answer> + <p> + Maven saves you so much time in your software development efforts that + you will have time to learn a second language, relax ten hours a + day, and train for that marathon you've always wanted to run! + </p> + </answer> + </faq> + </part> +</faqs> Property changes on: trunk/plexus-graph/src/site/fml/faq.fml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:keywords + Date Revision Id Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |