Author: nick
Date: Mon Feb 29 18:21:01 2016
New Revision: 1732930

URL: http://svn.apache.org/viewvc?rev=1732930&view=rev
Log:
Add support for <helpwanted/> in the forrest markup, which pulls in the tasks 
from the Apache Help Wanted app

Modified:
    poi/site/publish/guidelines.html
    poi/site/src/documentation/content/xdocs/dtd/document-v13.mod
    poi/site/src/documentation/content/xdocs/guidelines.xml
    poi/site/src/documentation/skins/poi-site/xslt/html/document2html.xsl

Modified: poi/site/publish/guidelines.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/guidelines.html?rev=1732930&r1=1732929&r2=1732930&view=diff
==============================================================================
--- poi/site/publish/guidelines.html (original)
+++ poi/site/publish/guidelines.html Mon Feb 29 18:21:01 2016
@@ -422,6 +422,9 @@ if (VERSION > 3) {
 <h3>I just want to get involved, but don't know where to start?</h3>
 </div>
    
+<div description="the Apache POI Project" project="poi" type="helpwanted" 
style="width: 80%;"></div>
+<script type="text/javascript" 
src="https://helpwanted.apache.org/widget.js";></script>
+   
 <ul>
      
 <li>Read the rest of the website, understand what POI is and what it does,

Modified: poi/site/src/documentation/content/xdocs/dtd/document-v13.mod
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/dtd/document-v13.mod?rev=1732930&r1=1732929&r2=1732930&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/dtd/document-v13.mod (original)
+++ poi/site/src/documentation/content/xdocs/dtd/document-v13.mod Mon Feb 29 
18:21:01 2016
@@ -50,7 +50,7 @@ CHANGE HISTORY:
 <!ENTITY % markup "strong|em|code|sub|sup">
 <!ENTITY % special-inline "br|img|icon|acronym">
 <!ENTITY % links "link|jump|fork">
-<!ENTITY % paragraphs "p|source|note|warning|fixme">
+<!ENTITY % paragraphs "p|source|note|warning|fixme|helpwanted">
 <!ENTITY % tables "table">
 <!ENTITY % lists "ol|ul|dl">
 <!ENTITY % special-blocks "figure|anchor">
@@ -261,6 +261,8 @@ CHANGE HISTORY:
   author CDATA #REQUIRED
   %common.att; 
 >
+<!-- Help Wanted import snippet -->
+<!ELEMENT helpwanted (%content.mix;)*>
 <!-- ==================================================== -->
 <!-- Tables -->
 <!-- ==================================================== -->

Modified: poi/site/src/documentation/content/xdocs/guidelines.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/guidelines.xml?rev=1732930&r1=1732929&r2=1732930&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/guidelines.xml (original)
+++ poi/site/src/documentation/content/xdocs/guidelines.xml Mon Feb 29 18:21:01 
2016
@@ -141,6 +141,7 @@
 
  <anchor id="GetInvolved"/>
  <section><title>I just want to get involved, but don't know where to 
start?</title>
+   <helpwanted/>
    <ul>
      <li>Read the rest of the website, understand what POI is and what it does,
          the project vision, etc.</li>

Modified: poi/site/src/documentation/skins/poi-site/xslt/html/document2html.xsl
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/skins/poi-site/xslt/html/document2html.xsl?rev=1732930&r1=1732929&r2=1732930&view=diff
==============================================================================
--- poi/site/src/documentation/skins/poi-site/xslt/html/document2html.xsl 
(original)
+++ poi/site/src/documentation/skins/poi-site/xslt/html/document2html.xsl Mon 
Feb 29 18:21:01 2016
@@ -278,6 +278,12 @@ and tabs (tab2menu.xsl) to generate the
     <xsl:apply-imports/>
  </xsl:template>
 
+ <xsl:template match="helpwanted">
+    <div style="width: 80%;" type="helpwanted" project="poi" 
+         description="the Apache POI Project"></div>
+    <script src="https://helpwanted.apache.org/widget.js"; 
type="text/javascript"></script>
+ </xsl:template>
+
   <!-- Generates the PDF link -->
   <xsl:template name="pdflink">
     <xsl:if test="not($config/disable-pdf-link) or $disable-pdf-link = 
'false'">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to