Vincent Férotin created COUCHDB-2057:
----------------------------------------
Summary: Fix broken internal links to mailing lists in webstite
frontpage
Key: COUCHDB-2057
URL: https://issues.apache.org/jira/browse/COUCHDB-2057
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Components: Website
Reporter: Vincent Férotin
Hi, CouchDB team.
The CouchDB website front page has some broken internal links to various
mailing-lists. For example, in footer quicklinks, link to above mailing-lists
section misses some ending "s". There are other links which are similary
broken.
Here some patch to be applied on revision "1567146" to the Subversion
repository: https://svn.apache.org/repos/asf/couchdb/site/ using "svn diff"
{code}
Index: index.html
===================================================================
--- index.html (révision 1567147)
+++ index.html (copie de travail)
@@ -113,11 +113,11 @@
<p>CouchDB is an open source project. And that means everything, from this
website to the core of the database itself, has been contributed by passionate,
helpful individuals (such as yourself) who liked what they saw and wanted to
make something better of it. So if you like what <em>you</em> see, and want to
make something better of it, <em>we’d</em> like to see your
contributions. It doesn’t matter how familiar you are with CouchDB, or
whether you know how to program Erlang. There are plenty of ways to be helpful!
Just ask!
- <p>Our community is our most valuable asset, and it could always do with a
bit more love and attention. One of the first things you should do is actually
use CouchDB, and get to know it, read about it, evangelise it, and engage with
the wider community. Arrange a <a
href="http://wiki.apache.org/couchdb/CouchDB_meetups">meetup</a>, give a talk,
<a href="http://wiki.apache.org/couchdb/People_on_the_Couch">publicize your
use</a> and let people know how you <a
href="http://wiki.apache.org/couchdb/CouchDB_in_the_wild">use CouchDB in the
wild</a>. You could also get stuck in on the <a href="#mailing-list">user
mailing list</a> or <a href="irc://irc.freenode.net/couchdb">IRC channel</a>,
helping new users with their problems. Or come join us on the <a
href="#mailing-list">developer mailing list</a> and lets us know how else you
think you can help. There’s bound to be someone to point you in the right
direction.
+ <p>Our community is our most valuable asset, and it could always do with a
bit more love and attention. One of the first things you should do is actually
use CouchDB, and get to know it, read about it, evangelise it, and engage with
the wider community. Arrange a <a
href="http://wiki.apache.org/couchdb/CouchDB_meetups">meetup</a>, give a talk,
<a href="http://wiki.apache.org/couchdb/People_on_the_Couch">publicize your
use</a> and let people know how you <a
href="http://wiki.apache.org/couchdb/CouchDB_in_the_wild">use CouchDB in the
wild</a>. You could also get stuck in on the <a href="#user-mailing-list">user
mailing list</a> or <a href="irc://irc.freenode.net/couchdb">IRC channel</a>,
helping new users with their problems. Or come join us on the <a
href="#developer-mailing-list">developer mailing list</a> and lets us know how
else you think you can help. There’s bound to be someone to point you in
the right direction.
- <p>Why don’t you check out <a
href="http://s.apache.org/Bni">JIRA</a> and help us triage some of those
issues? Or maybe you’d like to help us keep the <a
href="http://wiki.apache.org/couchdb/">wiki</a> up-to-date? If you’re
looking for something a little more technical, you could help us with our
documentation, QA, packaging, mobile, or release efforts, perhaps? Just drop by
on the <a href="#mailing-list">developer mailing list</a> and let us know what
you want to do. There's enough room for any sort of contribution!</p>
+ <p>Why don’t you check out <a
href="http://s.apache.org/Bni">JIRA</a> and help us triage some of those
issues? Or maybe you’d like to help us keep the <a
href="http://wiki.apache.org/couchdb/">wiki</a> up-to-date? If you’re
looking for something a little more technical, you could help us with our
documentation, QA, packaging, mobile, or release efforts, perhaps? Just drop by
on the <a href="#developer-mailing-list">developer mailing list</a> and let us
know what you want to do. There's enough room for any sort of contribution!</p>
- <p>Do you want to contribute code? Great! There's lots of stuff to work
on. Don't know Erlang? Join the <a href="#mailing-list">Erlang list</a>, and
learn you some Erlang in a friendly environment! You can use JIRA to find <a
href="http://s.apache.org/couchdb-easy-issues2">easy</a>, <a
href="http://s.apache.org/couchdb-medium-issues2">medium</a>, and <a
href="http://s.apache.org/couchdb-hard-issues2">hard</a> issues to work on. Or,
if you’d prefer, just open a new issue, and attach your patch. Don't want
to use JIRA? <a href="https://github.com/apache/couchdb">Fork us on GitHub</a>
and send a pull request. Why don't you check out the <a
href="http://wiki.apache.org/couchdb/ContributorWorkflow">contributor
workflow</a> guide?
+ <p>Do you want to contribute code? Great! There's lots of stuff to work
on. Don't know Erlang? Join the <a href="#erlang-mailing-list">Erlang list</a>,
and learn you some Erlang in a friendly environment! You can use JIRA to find
<a href="http://s.apache.org/couchdb-easy-issues2">easy</a>, <a
href="http://s.apache.org/couchdb-medium-issues2">medium</a>, and <a
href="http://s.apache.org/couchdb-hard-issues2">hard</a> issues to work on. Or,
if you’d prefer, just open a new issue, and attach your patch. Don't want
to use JIRA? <a href="https://github.com/apache/couchdb">Fork us on GitHub</a>
and send a pull request. Why don't you check out the <a
href="http://wiki.apache.org/couchdb/ContributorWorkflow">contributor
workflow</a> guide?
</div>
@@ -371,7 +371,7 @@
<ul class="list quick-links">
<li class="corner"></li>
<li><a
href="http://wiki.apache.org/couchdb/">Wiki<span></span></a></li>
- <li><a href="#mailing-list">Mailing Lists<span></span></a></li>
+ <li><a href="#mailing-lists">Mailing
Lists<span></span></a></li>
<li><a
href="https://issues.apache.org/jira/browse/CouchDB">Issue
Tracker<span></span></a></li>
<li><a href="http://wiki.apache.org/couchdb/SourceCode">Source
Code<span></span></a></li>
</ul>
{code}
Hope this help :-)
Best,
Vincent
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)