From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JevZX-0003A1-28 for garchives@archives.gentoo.org; Thu, 27 Mar 2008 17:07:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B08BE00AC; Thu, 27 Mar 2008 17:07:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E7483E01E2 for ; Thu, 27 Mar 2008 17:07:25 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2FCE467766 for ; Thu, 27 Mar 2008 17:07:25 +0000 (UTC) Received: from neysx by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JevZT-0003j9-Lf for gentoo-commits@lists.gentoo.org; Thu, 27 Mar 2008 17:07:23 +0000 From: "Xavier Neys (neysx)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, neysx@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/metastructure: projectxml.xml X-VCS-Repository: gentoo X-VCS-Files: projectxml.xml X-VCS-Directories: xml/htdocs/proj/en/metastructure X-VCS-Committer: neysx X-VCS-Committer-Name: Xavier Neys Content-Type: text/plain; charset=utf8 Message-Id: Sender: Xavier Neys Date: Thu, 27 Mar 2008 17:07:23 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e23d9a0d-1727-4edb-b736-207fd11655d0 X-Archives-Hash: 5c3663bbbc9e0e7eb7ac6382598da9b7 neysx 08/03/27 17:07:23 Modified: projectxml.xml Log: Document tags. Thanks to yoswink for the patch. Revision Changes Path 1.13 xml/htdocs/proj/en/metastructure/projectxml.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/met= astructure/projectxml.xml?rev=3D1.13&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/met= astructure/projectxml.xml?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/met= astructure/projectxml.xml?r1=3D1.12&r2=3D1.13 Index: projectxml.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/projectxml= .xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- projectxml.xml 1 Nov 2007 17:57:59 -0000 1.12 +++ projectxml.xml 27 Mar 2008 17:07:23 -0000 1.13 @@ -1,12 +1,12 @@ - + =20 - + Gentoo ProjectXML Guide =20 - Jos=C3=A9 Luis Rivero + yoswink =20 @@ -18,8 +18,8 @@ =20 -1.1 -2007-08-28 +1.2 +2008-03-27 =20 Introduction @@ -214,6 +214,46 @@
+Including a recruitment section + + +

+ProjectXML allows to include a section which shows the open project jobs= or +opportunities to collaborate. All you have to do is to include the +<recruitment> tag just after the </goals>. For +every position you should include a <job> tag. Inside, we f= ind +<summary>, <details>, <requirements><= /c> and +one or more <contact> tags. Let's see an example of using t= his: +

+ +
+<recruitment>
+  <job>
+    <summary>First Open Position</summary>
+    <details>
+      Just an <e>example</e>> of how to write details about =
this
+      first open position
+    </details>
+    <requirements>
+      Needed <b>skills</b> to work in the open position
+    </requirements>
+    <contact>nick1</contact>
+    <contact>nick2</contact>
+  </job>
+</recruitment>
+
+ + +

+All posted jobs from projects listed on our project page will appear= on our +Gentoo Linux = Staffing +Needs page. +

+ + +
+
Adding extra content =20 @@ -225,9 +265,10 @@ =20

The following sections can be target of adding extra content: goals -, devs, resources, subprojects and tasks. Al= l -you need is to set the attribute position to the extrachapter<= /c> -tag. The next example show how to add info to developers section: +,devs, resources, subprojects, tasks and +recruitment. All you need is to set the attribute position= to the +extrachapter tag. The next example show how to add info to develo= pers +section:

=20 --=20 gentoo-commits@lists.gentoo.org mailing list