[vmkit-commits] [vmkit] r180276 - add the mailing lists

Peter Senna Tschudin peter.senna at gmail.com
Thu Apr 25 09:46:02 PDT 2013


Author: peter.senna
Date: Thu Apr 25 11:44:31 2013
New Revision: 180276

URL: http://llvm.org/viewvc/llvm-project?rev=180276&view=rev
Log:
add the mailing lists
(cherry picked from commit fef0b132ae49fa76a2247191d43ceaa4b3c01f69)

Added:
    vmkit/trunk/www/mailings.php
Removed:
    vmkit/trunk/www/involved.php
Modified:
    vmkit/trunk/www/common.php

Modified: vmkit/trunk/www/common.php
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/common.php?rev=180276&r1=180275&r2=180276&view=diff
==============================================================================
--- vmkit/trunk/www/common.php (original)
+++ vmkit/trunk/www/common.php Thu Apr 25 11:44:31 2013
@@ -58,7 +58,7 @@
 				<?php 
 			     section($dir, "overview",     $active, "index.php",        "Overview");
 			     section($dir, "start",        $active, "start.php",        "Get Started");
-			     section($dir, "involved",     $active, "involved.php",     "Get Involved");
+			     section($dir, "mailings",     $active, "mailings.php",     "Mailing Lists");
 			     section($dir, "publi",        $active, "publis/Publications.php", "Publications");
 
 					 if(basename($_SERVER["SCRIPT_FILENAME"]) == "ls.php") {

Removed: vmkit/trunk/www/involved.php
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/involved.php?rev=180275&view=auto
==============================================================================
--- vmkit/trunk/www/involved.php (original)
+++ vmkit/trunk/www/involved.php (removed)
@@ -1,15 +0,0 @@
-<?php
-include("root.php");
-include($ROOT."common.php");
-preambule("Get Involved", "involved");
-?>
-
-<p>
-First, you can participate to the mailing lists that are hosted by inria:<br>
-<a href="https://gforge.inria.fr/projects/vmkit2/">VMKit2 administration page</a>
-
-<p>
-Then, you can also participate to the development, just send a mail to the mailing list</a>
-
-<?php epilogue() ?>
-

Added: vmkit/trunk/www/mailings.php
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/mailings.php?rev=180276&view=auto
==============================================================================
--- vmkit/trunk/www/mailings.php (added)
+++ vmkit/trunk/www/mailings.php Thu Apr 25 11:44:31 2013
@@ -0,0 +1,22 @@
+<?php
+include("root.php");
+include($ROOT."common.php");
+preambule("Mailing Lists", "mailings");
+?>
+
+<p>
+VMKit2 has two mailing lists, both hosted by Inria:
+<ul>
+	<li>The <a href="https://lists.gforge.inria.fr/mailman/listinfo/vmkit2-development">
+				development mailing list</a> for all the users.
+	<li>The <a href="https://lists.gforge.inria.fr/mailman/listinfo/vmkit2-commits">
+				commit mailing list</a> to see all the commits.
+</ul>
+
+<p>
+If you want to participate to the project, you can either send a mail to the development mailing
+list or directly try to register in the project from the 
+<a href="https://gforge.inria.fr/projects/vmkit2/">VMKit2 administration page</a>.
+
+<?php epilogue() ?>
+





More information about the vmkit-commits mailing list