Author: nextgens Date: 2008-05-09 06:37:11 +0000 (Fri, 09 May 2008) New Revision: 19865
Modified: trunk/website/pages/en/news.php Log: website: add a diggit and a reddit button Modified: trunk/website/pages/en/news.php =================================================================== --- trunk/website/pages/en/news.php 2008-05-09 05:23:32 UTC (rev 19864) +++ trunk/website/pages/en/news.php 2008-05-09 06:37:11 UTC (rev 19865) @@ -21,8 +21,16 @@ <p>This release would not have been possible without the efforts of numerous volunteers, and Matthew Toseland, Freenet's full time developer. Matthew's work is funded through donations via our website (as well as a few larger sponsors from time to time). We ask that anyone who can help us to ensure Matthew's continued employment visit our donations page and make a contribution at:</p> -<p><a href="/donate.html">http://freenetproject.org/donate.html</a></p> +<p><a href="/donate.html">http://freenetproject.org/donate.html</a> +<script type="text/javascript"> +digg_url = 'http://digg.com/software/Freenet_project_releases_Freenet_0_7_the_darknet'; +</script> +<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> +<script>reddit_url='http://freenetproject.org/?0.7final'</script> +<script type="text/javascript" src="http://reddit.com/button.js?t=1"></script> +</p> + <p><b>4th April, 2008 - Freenet Receives Donation Funding Ongoing Development Work</b></p> <p> Google's <a href="http://code.google.com/opensource/">Open Source Team</a> has @@ -47,4 +55,4 @@ software developer, Matthew Toseland, so that we can continue to improve Freenet's performance, usability and security, which has already advanced significantly in 0.7. -</p> \ No newline at end of file +</p>
