[vlma-devel] commit: Maven site improvements. (Adrien Grand )

git version control git at videolan.org
Wed Apr 16 15:33:01 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Wed Apr 16 15:15:08 2008 +0200| [b1bdddd698434f2f809828b6759c53094eab0544]

Maven site improvements.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=b1bdddd698434f2f809828b6759c53094eab0544
---

 pom.xml                |   20 ++++++++++++++++----
 src/site/apt/index.apt |   10 ++++++++++
 src/site/site.xml      |   26 ++++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d31a1bc..2bad24a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,10 +8,10 @@
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
 
-    <name>VLMa</name>
-    <description>The VLMa is a Java application which provides a daemon and a web interface to manage several VLC streamers</description>
+    <name>VideoLAN Manager (VLMa)</name>
+    <description>VideoLAN Manager (VLMa) is a Java application which provides a daemon and a web interface to manage several VLC streamers</description>
     <inceptionYear>2006</inceptionYear>
-    <url>http://vlma.videolan.org/maven-site</url>
+    <url>http://vlma.videolan.org/</url>
     <organization>
         <name>The VideoLAN team</name>
         <url>http://www.videolan.org/</url>
@@ -28,11 +28,15 @@
         <mailingList>
             <name>VLMa users mailing list</name>
             <post>vlma [at] videolan [dot] org</post>
+            <subscribe>http://mailman.videolan.org/listinfo/vlma</subscribe>
+            <unsubscribe>http://mailman.videolan.org/listinfo/vlma</unsubscribe>
             <archive>http://mailman.videolan.org/pipermail/vlma/</archive>
         </mailingList>
         <mailingList>
             <name>VLMa developers mailing list</name>
             <post>vlma-devel [at] videolan [dot] org</post>
+            <subscribe>http://mailman.videolan.org/listinfo/vlma-devel</subscribe>
+            <unsubscribe>http://mailman.videolan.org/listinfo/vlma-devel</unsubscribe>
             <archive>http://mailman.videolan.org/pipermail/vlma-devel/</archive>
         </mailingList>
     </mailingLists>
@@ -78,7 +82,7 @@
     <distributionManagement>
         <site>
             <id>VLMa</id>
-            <url>scpexe://videolan@ganesh.videolan.org/var/www/local/vlma.videolan.org/maven-site</url>
+            <url>scpexe://videolan@ganesh.videolan.org/var/www/local/vlma.videolan.org/</url>
         </site>
     </distributionManagement>
 
@@ -92,6 +96,14 @@
                     <target>1.5</target>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>2.0-beta-6</version>
+                <configuration>
+                    <locales>en</locales>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
new file mode 100644
index 0000000..32b3601
--- /dev/null
+++ b/src/site/apt/index.apt
@@ -0,0 +1,10 @@
+                                --------------------------------
+                                        VideoLAN Manager
+                                --------------------------------
+
+What is VideoLAN Manager?
+
+    VideoLAN Manager (VLMa) is a Java application which aims at providing an 
+    easy way to manager several servers runing a VLC to stream over a multicast
+    network.
+
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..2cbd818
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF8"?>
+
+<project name="VideoLAN manager">
+
+    <skin>
+        <groupId>org.videolan.maven.skins</groupId>
+        <artifactId>maven-videolan-skin</artifactId>
+        <version>1.0</version>
+    </skin>
+
+    <bannerLeft>
+        <name>VideoLAN Manager</name>
+        <src>http://vlma.videolan.org/VLMa.png</src>
+        <href>http://vlma.videolan.org</href>
+    </bannerLeft>
+
+    <body>
+        <menu name="Main">
+            <item name="Overview" href="index.html"/>
+        </menu>
+        <menu ref="parent" />
+        <menu ref="modules" />
+        <menu ref="reports"/>
+    </body>
+
+</project>



More information about the vlma-devel mailing list