You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gb...@apache.org on 2013/07/05 20:20:06 UTC

svn commit: r1500091 - /subversion/site/publish/docs/community-guide/general.part.html

Author: gbg
Date: Fri Jul  5 18:20:06 2013
New Revision: 1500091

URL: http://svn.apache.org/r1500091
Log:
Add information about the hackathons.

*  publish/docs/community-guide/general.part.html
   (participating): Add reference to 2013, 2012 and 2011 hackathon
   event in Berlin.

Modified:
    subversion/site/publish/docs/community-guide/general.part.html

Modified: subversion/site/publish/docs/community-guide/general.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/general.part.html?rev=1500091&r1=1500090&r2=1500091&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/general.part.html (original)
+++ subversion/site/publish/docs/community-guide/general.part.html Fri Jul  5 18:20:06 2013
@@ -47,6 +47,15 @@ Subversion repository.  To participate:<
        various release branches.</p></li> 
 </ul>
 
+<p>The Subversion Community also meets in Berlin for a Hackathon once
+a year: 
+<a href="http://www.elegosoft.com/en/company/news/news-in-detail.html?tx_ttnews[tt_news]=144"
+>2013</a>,
+<a href="http://www.elegosoft.com/en/company/news/news-in-detail.html?tx_ttnews[pointer]=1&amp;tx_ttnews[tt_news]=128"
+> 2012</a> and 
+<a href="http://www.elegosoft.com/en/company/news/news-in-detail.html?tx_ttnews[tt_news]=114"
+>2011</a>.</p>
+
 <p>There are many ways to join the project, either by writing code, or
 by testing and/or helping to manage the bug database.  If you'd like
 to contribute, then look at:</p>



Re: svn commit: r1500091 - /subversion/site/publish/docs/community-guide/general.part.html

Posted by Greg Stein <gs...@gmail.com>.
On Fri, Jul 5, 2013 at 2:20 PM,  <gb...@apache.org> wrote:
>...
> +++ subversion/site/publish/docs/community-guide/general.part.html Fri Jul  5 18:20:06 2013
> @@ -47,6 +47,15 @@ Subversion repository.  To participate:<
>         various release branches.</p></li>
>  </ul>
>
> +<p>The Subversion Community also meets in Berlin for a Hackathon once
> +a year:
> +<a href="http://www.elegosoft.com/en/company/news/news-in-detail.html?tx_ttnews[tt_news]=144"

Please remember to use rel="nofollow" for links to commercial sites.

(fixed in r1500234)

Thanks,
-g