svn commit: r43339 - head/en_US.ISO8859-1/htdocs/news/status

Gabor Pali pgj at FreeBSD.org
Mon Dec 16 23:29:17 UTC 2013


Author: pgj
Date: Mon Dec 16 23:29:16 2013
New Revision: 43339
URL: http://svnweb.freebsd.org/changeset/doc/43339

Log:
  - Kick off the compilation of the 2013Q4 status report with an entry on CBSD
  
  Submitted by:	Oleg Ginzburg <olevole at olevole.ru>

Added:
  head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml   (contents, props changed)
Modified:
  head/en_US.ISO8859-1/htdocs/news/status/Makefile

Modified: head/en_US.ISO8859-1/htdocs/news/status/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/Makefile	Mon Dec 16 19:32:02 2013	(r43338)
+++ head/en_US.ISO8859-1/htdocs/news/status/Makefile	Mon Dec 16 23:29:16 2013	(r43339)
@@ -63,6 +63,7 @@ XMLDOCS+=	report-2013-04-2013-06
 XMLDOCS+=	report-2013-05-devsummit
 XMLDOCS+=	report-2013-07-2013-09
 XMLDOCS+=	report-2013-09-devsummit
+XMLDOCS+=	report-2013-10-2013-12
 
 XSLT.DEFAULT=	report.xsl
 

Added: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml	Mon Dec 16 23:29:16 2013	(r43339)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status Report//EN" "http://www.FreeBSD.org/XML/share/xml/statusreport.dtd" >
+<!-- $FreeBSD$ -->
+<report>
+  <date>
+    <month>October-December</month>
+
+    <year>2013</year>
+  </date>
+
+  <section>
+    <title>Introduction</title>
+
+    <p>This report covers &os;-related projects between October and
+      December 2013.  This is the fourth of four reports planned for
+      2013.</p>
+
+    <!-- XXX: Add introduction -->
+
+    <!-- XXX: Keep updating the number of entries -->
+    <p>Thanks to all the reporters for the excellent work!  This report
+      contains 1 entry and we hope you enjoy reading it.</p>
+
+    <p>The deadline for submissions covering between January and
+      March 2014 is April 7th, 2014.</p>
+  </section>
+
+  <category>
+    <name>proj</name>
+
+    <description>Projects</description>
+  </category>
+
+  <project cat='proj'>
+    <title>CBSD</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Oleg</given>
+	  <common>Ginzburg</common>
+	</name>
+	<email>olevole at olevole.ru</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="http://www.bsdstore.ru"/>
+      <url href="https://github.com/olevole/cbsd"/>
+    </links>
+
+    <body>
+      <p>CBSD is another &os; jail management solution, aimed at
+	combining various features, such as <tt>racct(8)</tt>,
+	<tt>vnet</tt>, <tt>zfs(8)</tt>, <tt>carp(4)</tt>,
+	<tt>hastd(8)</tt>, into a single tool.  This provides a more
+	comprehensive way for building application servers using
+	pre-installed jails with a typical set of software, and requires
+	a minimal effort to configure.</p>
+    </body>
+
+    <help>
+      <task>Proper English translation of the website and the
+	documentation.</task>
+    </help>
+  </project>
+</report>


More information about the svn-doc-head mailing list