Author: fanningpj
Date: Wed Oct 30 17:02:45 2024
New Revision: 1921693
URL: http://svn.apache.org/viewvc?rev=1921693&view=rev
Log:
remove helpwanted
Modified:
poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
poi/site/src/documentation/content/xdocs/devel/guidelines.xml
poi/site/src/documentation/content/xdocs/index.xml
poi/site/src/documentation/resources/stylesheets/snipplets2document.xsl
Modified:
poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml?rev=1921693&r1=1921692&r2=1921693&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
(original)
+++ poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
Wed Oct 30 17:02:45 2024
@@ -51,7 +51,7 @@
<li><a href="https://clojure.org/">Clojure</a> 1.5.1+</li>
</ul>
<p>If you use POI in a different language (Kotlin, JRuby, ...) and would
like to share a <em>Hello POI!</em> example,
- please <a
href="https://helpwanted.apache.org/task.html?856abd21">share</a> it.</p>
+ please share it.</p>
<p>Please <a href="site:mailinglists">let us know</a> if you use POI in
an environment not listed here</p>
</section>
Modified: poi/site/src/documentation/content/xdocs/devel/guidelines.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/devel/guidelines.xml?rev=1921693&r1=1921692&r2=1921693&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/devel/guidelines.xml (original)
+++ poi/site/src/documentation/content/xdocs/devel/guidelines.xml Wed Oct 30
17:02:45 2024
@@ -72,18 +72,14 @@
<anchor id="WhereHelpNeeded"/>
<section><title>Where is help needed on the project?</title>
- <p id="helpwanted"/>
- <p>Please note - only some of the areas where help is needed have been
listed
- in the <a href="https://helpwanted.apache.org/">Apache "Help Wanted!"
tool</a>,
- many others remain only in Bugzilla or listed as TODOs in the code. Please
see
- the section below for more on these.</p>
+ <p>There are a lot of open issues in Bugzilla and TODOs in the code. Please
see
+ the section below for more on these. Get in touch using our mailing lists
if you want
+ to volunteer.</p>
</section>
<anchor id="GetInvolved"/>
<section><title>I just want to get involved, but don't know where to
start?</title>
<ul>
- <li>View the <a href="#WhereHelpNeeded">Apache "Help Wanted" tasks</a>
listed
- above, in case any of those are ones you can help with.</li>
<li>Read the rest of the website, understand what POI is and what it does,
the project vision, etc.</li>
<li>Use POI a bit, look for gaps in the documentation and examples.</li>
Modified: poi/site/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/index.xml?rev=1921693&r1=1921692&r2=1921693&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/index.xml Wed Oct 30 17:02:45 2024
@@ -207,7 +207,6 @@
<a href="site:mailinglists">mailing lists</a>, and we'll be happy to
help you get started on the project!
</p>
- <p id="helpwanted"/>
<p>
Please read our <a href="site:guidelines">Contribution Guidelines</a>.
When your contribution is ready submit a patch to our
Modified:
poi/site/src/documentation/resources/stylesheets/snipplets2document.xsl
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/resources/stylesheets/snipplets2document.xsl?rev=1921693&r1=1921692&r2=1921693&view=diff
==============================================================================
--- poi/site/src/documentation/resources/stylesheets/snipplets2document.xsl
(original)
+++ poi/site/src/documentation/resources/stylesheets/snipplets2document.xsl Wed
Oct 30 17:02:45 2024
@@ -24,16 +24,6 @@
exclude-result-prefixes="ext math"
>
- <xsl:template match="p[@id='helpwanted']">
- <div style="width: 80%;" type="helpwanted" project="poi"
description="the Apache POI Project">
- <!-- TODO Link to the POI-specific tasks -->
- <em>To view the <a href="https://helpwanted.apache.org/">"Help
Wanted"
- </a> tasks, an internet connection is required.
- </em>
- </div>
- <script src="https://helpwanted.apache.org/widget.js"
type="text/javascript"></script>
- </xsl:template>
-
<!-- the obligatory copy-everything -->
<xsl:template match="node() | @*">
<xsl:copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]