- Kick off the compilation of the 2013Q4 status report with an entry on CBSD
Submitted by: Oleg Ginzburg <olevole@olevole.ru>
This commit is contained in:
parent
26323e0f3f
commit
e2a090fdae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43339
2 changed files with 68 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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@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>
|
Loading…
Reference in a new issue