public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/xsl: project.xsl
@ 2008-03-08 11:57 Xavier Neys (neysx)
  0 siblings, 0 replies; 4+ messages in thread
From: Xavier Neys (neysx) @ 2008-03-08 11:57 UTC (permalink / raw
  To: gentoo-commits

neysx       08/03/08 11:57:23

  Modified:             project.xsl
  Log:
  Added <recruitment> to ProjectXML

Revision  Changes    Path
1.27                 xml/htdocs/xsl/project.xsl

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/project.xsl?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/project.xsl?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/project.xsl?r1=1.26&r2=1.27

Index: project.xsl
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/project.xsl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- project.xsl	13 Jul 2007 20:56:13 -0000	1.26
+++ project.xsl	8 Mar 2008 11:57:22 -0000	1.27
@@ -47,7 +47,9 @@
 			</body></section>
 		</chapter>
 		</xsl:if>
+
 		<xsl:apply-templates select='extrachapter[@position="goals"]'/>
+
 		<xsl:if test="dev">
 		<chapter>
 			<title>Developers</title>
@@ -68,11 +70,14 @@
       <p>
        All developers can be reached by e-mail using <c>nickname@gentoo.org</c>.
       </p>
-      
-                        </body></section>
+      </body></section>
 		</chapter>
 		</xsl:if>
 		<xsl:apply-templates select='extrachapter[@position="devs"]'/>
+
+		<xsl:apply-templates select='recruitment'/>
+		<xsl:apply-templates select='extrachapter[@position="recruitment"]'/>
+
 		<xsl:if test="subproject|extraproject">
 		<chapter>
 			<title>Subprojects</title>
@@ -161,8 +166,40 @@
 		</xsl:if>		
 	
 		<xsl:apply-templates select='extrachapter[@position="bottom" or (not(@position) or @position="")]'/>
+
 	</guide>
 </xsl:template>
+
+<xsl:template match="recruitment">
+  <chapter id="JOBS">
+   <title>Recruitment</title>
+   <xsl:apply-templates select='job'/>
+  </chapter>
+</xsl:template>
+
+<xsl:template match="job">
+  <section>
+   <title><xsl:value-of select="summary"/></title>
+   <body>
+   <dl>
+    <dt>Job description</dt>
+    <dd><xsl:apply-templates select='details'/></dd>
+
+    <dt>Requirements</dt>
+    <dd><xsl:apply-templates select='requirements'/></dd>
+
+    <dt>Contact<xsl:if test="count(contact)>1">s</xsl:if></dt>
+    <dd>
+     <xsl:for-each select="contact">
+      <xsl:if test="position()>1">, </xsl:if>
+      <mail><xsl:value-of select="."/></mail>
+     </xsl:for-each>
+    </dd>
+   </dl>
+   </body>
+  </section>
+</xsl:template>
+
 <xsl:template match="name|description">
 <xsl:value-of select="normalize-space(text())"/>
 </xsl:template>



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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/xsl: project.xsl
@ 2008-03-09  7:25 Xavier Neys (neysx)
  0 siblings, 0 replies; 4+ messages in thread
From: Xavier Neys (neysx) @ 2008-03-09  7:25 UTC (permalink / raw
  To: gentoo-commits

neysx       08/03/09 07:25:45

  Modified:             project.xsl
  Log:
  Add genone's sentence

Revision  Changes    Path
1.29                 xml/htdocs/xsl/project.xsl

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/project.xsl?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/project.xsl?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/project.xsl?r1=1.28&r2=1.29

Index: project.xsl
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/project.xsl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- project.xsl	8 Mar 2008 17:42:19 -0000	1.28
+++ project.xsl	9 Mar 2008 07:25:44 -0000	1.29
@@ -174,6 +174,10 @@
 <xsl:template match="recruitment">
   <chapter id="JOBS">
    <title>Recruitment</title>
+   <section><body><p>
+   We are currently looking for users interested in helping the project with
+   the following jobs:
+   </p></body></section>
    <xsl:apply-templates select='job'/>
   </chapter>
 </xsl:template>



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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/xsl: project.xsl
@ 2013-06-24 19:04 Alex Legler (a3li)
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Legler (a3li) @ 2013-06-24 19:04 UTC (permalink / raw
  To: gentoo-commits

a3li        13/06/24 19:04:55

  Modified:             project.xsl
  Log:
  Direct users to the staffing needs page instead of displaying them

Revision  Changes    Path
1.30                 xml/htdocs/xsl/project.xsl

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/project.xsl?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/project.xsl?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/project.xsl?r1=1.29&r2=1.30

Index: project.xsl
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/project.xsl,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- project.xsl	9 Mar 2008 07:25:44 -0000	1.29
+++ project.xsl	24 Jun 2013 19:04:55 -0000	1.30
@@ -176,9 +176,10 @@
    <title>Recruitment</title>
    <section><body><p>
    We are currently looking for users interested in helping the project with
-   the following jobs:
+   one or more jobs.</p>
+   <p>To learn more, visit the <uri link="http://wiki.gentoo.org/wiki/Project:Gentoo/Staffing_Needs">Staffing Needs</uri> page.
    </p></body></section>
-   <xsl:apply-templates select='job'/>
+   <!--<xsl:apply-templates select='job'/>-->
   </chapter>
 </xsl:template>
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/xsl: project.xsl
@ 2013-08-08 18:51 Sven Vermeulen (swift)
  0 siblings, 0 replies; 4+ messages in thread
From: Sven Vermeulen (swift) @ 2013-08-08 18:51 UTC (permalink / raw
  To: gentoo-commits

swift       13/08/08 18:51:22

  Modified:             project.xsl
  Log:
  Allowing redirect/disclaimer information for ProjectXML (DTD already done)

Revision  Changes    Path
1.31                 xml/htdocs/xsl/project.xsl

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/project.xsl?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/project.xsl?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/project.xsl?r1=1.30&r2=1.31

Index: project.xsl
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/project.xsl,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- project.xsl	24 Jun 2013 19:04:55 -0000	1.30
+++ project.xsl	8 Aug 2013 18:51:22 -0000	1.31
@@ -8,7 +8,13 @@
 
 <xsl:template match="/project">
 <xsl:processing-instruction name="xml-stylesheet">type="text/xsl" href="/xsl/guide.xsl"</xsl:processing-instruction>
-<guide  link="index.xml" type="project">
+<guide link="index.xml" type="project">
+<xsl:if test="@redirect">
+<xsl:attribute name="redirect"><xsl:value-of select="@redirect" /></xsl:attribute>
+</xsl:if>
+<xsl:if test="@disclaimer">
+<xsl:attribute name="disclaimer"><xsl:value-of select="@disclaimer" /></xsl:attribute>
+</xsl:if>
 <title>
 <xsl:choose>
   <xsl:when test="longname"><xsl:value-of select="longname"/></xsl:when>





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-08 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-09  7:25 [gentoo-commits] gentoo commit in xml/htdocs/xsl: project.xsl Xavier Neys (neysx)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-08 18:51 Sven Vermeulen (swift)
2013-06-24 19:04 Alex Legler (a3li)
2008-03-08 11:57 Xavier Neys (neysx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox