Skip to content

Commit

Permalink
Complete news archive; add site-search and project supporters pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Oct 8, 2013
1 parent 20170ab commit 37c815f
Show file tree
Hide file tree
Showing 101 changed files with 1,312 additions and 81 deletions.
1 change: 1 addition & 0 deletions _config.yml
@@ -1,4 +1,5 @@
safe: true
encoding: UTF-8
baseurl: /
permalink: news/:year/:month/:day/:title
paginate: 6
Expand Down
12 changes: 12 additions & 0 deletions _includes/aboutrightcol.html
@@ -0,0 +1,12 @@
<div class="rightboxgray">
<img src="images/mailview_small.jpg" width="224" height="155" alt="Mail view" /><br />
<img src="images/mailview_mirror.png" class="pngimage" width="224" height="58" alt="" />
<p class="adboxtext" style="margin-top:-38px">
Roundcube provides a streamlined user interface. The default skin includes icons
designed by Stephen Horlander and Kevin Gerich for Mozilla.org.
</p>
<p style="margin-top:10px">
<a href="screens" title="See more screen shots"><img src="images/button_screenshots.png" width="150" height="43" alt="Screenshots" /></a>
</div>


2 changes: 1 addition & 1 deletion _includes/donaterightcol.html
Expand Up @@ -7,7 +7,7 @@ <h2>Donations are welcome!</h2>

<p class="adboxtext">Please also support the following platforms which provide good service to Roundcube as well as to other open source projects:</p>

<p><a href="http://sourceforge.net/projects/roundcubemail"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=139281&amp;type=12" alt="Get Roundcube Webmail at SourceForge.net." border="0" height="30" width="120" /></a></p>
<p><a href="http://sourceforge.net/projects/roundcubemail"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=139281&type=12" alt="Get Roundcube Webmail at SourceForge.net." border="0" height="30" width="120" /></a></p>

<p class="ohlohbadge">
<script type="text/javascript" src="http://www.ohloh.net/projects/240/widgets/project_thin_badge"></script>
Expand Down
11 changes: 6 additions & 5 deletions _includes/nav.html
@@ -1,8 +1,9 @@
<div id="mainnav">
{% for p in site.pages %}
{% if p.navtitle %}
<a href="{{ p.url }}"{% if page.url contains p.url %} class="active"{% endif %}>{{ p.navtitle }}</a></li>
{% endif %}
{% endfor %}
<a href="/about/"{% if page.url contains 'about/' %} class="active"{% endif %}>About</a></li>
<a href="/news/"{% if page.url contains 'news/' %} class="active"{% endif %}>News</a></li>
<a href="/screens/"{% if page.url contains 'screens/' %} class="active"{% endif %}>Screenshots</a></li>
<a href="/download/"{% if page.url contains 'download/' %} class="active"{% endif %}>Download</a></li>
<a href="/support/"{% if page.url contains 'support/' %} class="active"{% endif %}>Support</a></li>
<a href="/contribute/"{% if page.url contains 'contribute/' %} class="active"{% endif %}>Contribute</a></li>
</div>

2 changes: 1 addition & 1 deletion _includes/newsitem.html
@@ -1,5 +1,5 @@
<div class="newsitem">
<span class="newsdate">{{ post.date | date_to_long_string }}</span>
<h2><a href="{{ post.url }}" class="newslink">{{ post.title }}</a></h2>
<p class="newstext">{{ post.excerpt }} <a href="{{ post.url }}" class="readmore">Read more...</a></p>
<div class="newstext">{{ post.excerpt }} <a href="{{ post.url }}" class="readmore">Read more...</a></div>
</div>
22 changes: 22 additions & 0 deletions _includes/newslist.html
@@ -0,0 +1,22 @@
<h1>{{ page.title }}</h1>

<div class="bodytext" style="min-height:125ex">

{% for post in posts limit:10 %}
{% include newsitem.html %}
{% endfor %}

<p class="pagination">&#8672; <a href="/news/">Back to News Overview</a></p>

</div>

<div id="rightcol">
<div class="rightbox">
<div class="rightboxtop"></div>
<div class="rightboxcontent">
{% include roundcubeinbox.html %}

</div>
<div class="rightboxbottom"></div>
</div>
</div>
24 changes: 24 additions & 0 deletions _includes/roundcubeinbox.html
@@ -1,2 +1,26 @@
<h2 class="inboxtitle">Latest posts from the <a href="http://roundcubeinbox.wordpress.com">Roundcube&nbsp;Inbox</a> blog</h2>

<div class="newsitem">
<span class="newsdate">March 11, 2013</span>
<h3><a href="http://roundcubeinbox.wordpress.com/2013/03/11/the-kolab-story/" class="newslink">The Kolab story</a></h3>
<p class="newstext">Today I’d like to share a success story of a picture perfect project collaboration as it only happens in the open source world without any commercial, political or geographical borders. It all started back in 2009 ...
&nbsp;<em><a href="http://roundcubeinbox.wordpress.com/2013/03/11/the-kolab-story/">read&nbsp;more</a></em></p>
</div>
<div class="newsitem">
<span class="newsdate">May 09, 2012</span>
<h3><a href="http://roundcubeinbox.wordpress.com/2012/05/09/migrating-our-subversion-repository-to-github/" class="newslink">Migrating our subversion repository to github</a></h3>
<p class="newstext">We recently moved our svn repository to git hosted at github. Now I'd like to share my experience doing that migration and explain the steps we took to do so.
&nbsp;<em><a href="http://roundcubeinbox.wordpress.com/2012/05/09/migrating-our-subversion-repository-to-github/">read&nbsp;more</a></em></p>
</div>
<div class="newsitem">
<span class="newsdate">September 28, 2011</span>
<h3><a href="http://roundcubeinbox.wordpress.com/2011/09/28/the-new-face-of-roundcube/" class="newslink">Say hello to the new face of Roundcube</a></h3>
<p class="newstext">We're very happy to give you a first preview of the all new skin for Roundcube webmail. It was created by FLINT, the very talented graphic designer who already designed our website. He worked hundreds of hours for free ...
&nbsp; <em><a href="http://roundcubeinbox.wordpress.com/2011/09/28/the-new-face-of-roundcube/">read&nbsp;more</a></em></p>
</div>
<div class="newsitem">
<span class="newsdate">December 17, 2010</span>
<h3><a href="http://roundcubeinbox.wordpress.com/2010/12/17/roundcube-sensational-dec-2010/" class="newslink">“Roundcube = Sensational” – December 2010</a></h3>
<p class="newstext">So nice... we really appreciate messages like that.&nbsp;
<em><a href="http://roundcubeinbox.wordpress.com/2010/12/17/roundcube-sensational-dec-2010/">read&nbsp;more</a></em></p>
</div>
13 changes: 13 additions & 0 deletions _posts/2005-05-31-project-started.md
@@ -0,0 +1,13 @@
---
layout: article
# name: project-started
title: Project started
date: 2005-05-31 20:30:32Z
categories: []
# permalink: /news/2005/05/project-started/
---
Finally the project is opened at sourceforge.net. I'm still working on the
project's website in order to provide more detailed informations about RoundCube Webmail.
Anyhow, any help is appreciated because there's still a lot of work to be done!
Thanks for your interest and come back soon...

10 changes: 10 additions & 0 deletions _posts/2005-06-17-screenshots-added.md
@@ -0,0 +1,10 @@
---
layout: article
# name: screenshots-added
title: Screenshots added
date: 2005-06-17 15:48:11Z
categories: []
# permalink: /news/2005/06/screenshots-added/
---
Just added some screenshots showing the first alpha version in action. The webmail comes up with full featured multipart-message support as well as image blocking and an integrated address book.

10 changes: 10 additions & 0 deletions _posts/2005-07-21-roundcube-webmail-01-alpha-released.md
@@ -0,0 +1,10 @@
---
layout: article
# name: roundcube-webmail-01-alpha-released
title: RoundCube Webmail 0.1-alpha released
date: 2005-07-21 18:31:21Z
categories: []
# permalink: /news/2005/07/roundcube-webmail-01-alpha-released/
---
The initial release is out now. It's just a development version and probably pretty buggy. Please report bugs to the bugtracking system at sourceforge.net.

10 changes: 10 additions & 0 deletions _posts/2005-08-11-roundcube-webmail-01-20050811-released.md
@@ -0,0 +1,10 @@
---
layout: article
# name: roundcube-webmail-01-20050811-released
title: RoundCube Webmail 0.1-20050811 released
date: 2005-08-11 22:10:42Z
categories: []
# permalink: /news/2005/08/roundcube-webmail-01-20050811-released/
---
This nightly build comes up with a few new features such as folder management and selection/navigation functions.

10 changes: 10 additions & 0 deletions _posts/2005-08-21-roundcube-webmail-01-20050820-released.md
@@ -0,0 +1,10 @@
---
layout: article
# name: roundcube-webmail-01-20050820-released
title: RoundCube Webmail 0.1-20050820 released
date: 2005-08-21 12:00:46Z
categories: []
# permalink: /news/2005/08/roundcube-webmail-01-20050820-released/
---
The latest nightly build with minor bugfixes and improvements of configuration and performance.

10 changes: 10 additions & 0 deletions _posts/2005-09-30-mailing-lists-available.md
@@ -0,0 +1,10 @@
---
layout: article
# name: mailing-lists-available
title: Mailing lists available
date: 2005-09-30 22:46:28Z
categories: []
# permalink: /news/2005/09/mailing-lists-available/
---
For those who worried that the project was given up: relax! I was travelling for one month and that's why there were no releases and no answers. But now the development team is growing and we set up two mailing lists. Get more details at [roundcube.net/?p=mailinglists](http://roundcube.net/?p=mailinglists)

12 changes: 12 additions & 0 deletions _posts/2005-10-07-roundcube-webmail-01-20051007-released.md
@@ -0,0 +1,12 @@
---
layout: article
# name: roundcube-webmail-01-20051007-released
title: RoundCube Webmail 0.1-20051007 released
date: 2005-10-07 15:40:52Z
categories: []
# permalink: /news/2005/10/roundcube-webmail-01-20051007-released/
---
This new release comes up with support for SQLite and PostgreSQL as well as translations in French, Italian, Spanish, Danish and Dutch. Thanks to all the translators for their work!

It's recommended for all RoundCube users to update to this version.

10 changes: 10 additions & 0 deletions _posts/2005-10-21-roundcube-webmail-01-20051021-released.md
@@ -0,0 +1,10 @@
---
layout: article
# name: roundcube-webmail-01-20051021-released
title: RoundCube Webmail 0.1-20051021 released
date: 2005-10-21 13:16:20Z
categories: []
# permalink: /news/2005/10/roundcube-webmail-01-20051021-released/
---
This latest nightly release comes up with improved support for the Courier IMAP server and fixes problems with SSL connections. It also includes minor bug fixes and some visual enhancements.

10 changes: 10 additions & 0 deletions _posts/2005-12-23-demo-site-is-back-again.md
@@ -0,0 +1,10 @@
---
layout: article
# name: demo-site-is-back-again
title: Demo site is back again
date: 2005-12-23 14:46:47Z
categories: []
# permalink: /news/2005/12/demo-site-is-back-again/
---
After detecting excessive sending of mails on the demo site, we shut it down because it has been used to spread spam mails. Now it's updated to the latest CVS version and sending mails is deactivated. You can compose and submit messages but they won't be delivered to the recipients but copied to the Sent folder as usually.

12 changes: 12 additions & 0 deletions _posts/2005-12-23-new-mailing-lists.md
@@ -0,0 +1,12 @@
---
layout: article
# name: new-mailing-lists
title: New mailing lists
date: 2005-12-23 13:55:55Z
categories: []
# permalink: /news/2005/12/new-mailing-lists/
---
Because our development mailing list was filled up with support requests and configuration questions, we decided to add a separate list for RoundCube USERS and keep the dev-list for discussions about ongoing development. If you have questions about the installation, configuration and use of RoundCube Webmail, please subscribe and post to users@lists.roundcube.net

Also there's a complete archive with all posts to the dev-list available now: [lists.roundcube.net](http://lists.roundcube.net)

10 changes: 10 additions & 0 deletions _posts/2006-02-19-roundcube-webmail-01-beta-released.md
@@ -0,0 +1,10 @@
---
layout: article
# name: roundcube-webmail-01-beta-released
title: RoundCube Webmail 0.1 Beta released
date: 2006-02-19 20:11:59Z
categories: []
# permalink: /news/2006/02/roundcube-webmail-01-beta-released/
---
After a long period of development, we're proud to announce the first official Beta release of our webmail client. Many bugfixes and some new features have found their way into this version. For a detailed list of improvements, please refer to the Changelog. Have fun!

12 changes: 12 additions & 0 deletions _posts/2006-02-22-patches-for-01-beta-.md
@@ -0,0 +1,12 @@
---
layout: article
title: "Patches for 0.1-beta"
date: 2006-02-22 20:53:56Z
categories: []
---
The recently published beta-release came up with two ugly bugs. One prevented from saving the language selection in the user preferences and the other completely omitted mail headers when having no smtp server configured.

[User Preference Language defaults to English](http://sourceforge.net/tracker/index.php?func=detail&aid=1435989&group_id=139281&atid=742847)

[Sending mails as Nobody/Attachments are not sent](http://sourceforge.net/tracker/index.php?func=detail&aid=1434778&group_id=139281&atid=742847)

13 changes: 13 additions & 0 deletions _posts/2006-03-05-roundcube-on-cpanel-and-mac-os-x.md
@@ -0,0 +1,13 @@
---
layout: article
title: RoundCube on cPanel and Mac OS X
date: 2006-03-05 15:11:57Z
categories: []
permalink: /news/2006/03/15/roundcube-on-cpanel-and-mac-os-x
---
Two more installation guides for RoundCube have been submitted. The first describes how to integrate RC on a cPanel system with a patch for taking over a [current session][1]. The second guide is useful for all who want to [install][2] or [upgrade][3] RC on Mac OS X.

[1]: http://www.hostgeekz.com/guides/cPanel/64/Install_RoundCube_on_cPanel.htm
[2]: http://switch.richard5.net/2006/01/06/installing-the-roundcube-webmail-on-the-mac-mini-server/
[3]: http://switch.richard5.net/2006/02/09/upgraded-my-roundcube-installation/

10 changes: 10 additions & 0 deletions _posts/2006-03-23-roundcube-forum-is-online.md
@@ -0,0 +1,10 @@
---
layout: article
# name: roundcube-forum-is-online
title: RoundCube forum is online
date: 2006-03-23 08:38:00Z
categories: []
# permalink: /news/2006/03/roundcube-forum-is-online/
---
According to many requests we finally managed to set up a web-based forum for the RoundCube webmail project. Many thanks to Brett Patterson for managing this. The forum board can be found at [roundcubeforum.net](http://roundcubeforum.net)

10 changes: 10 additions & 0 deletions _posts/2006-05-18-tracker-temporarily-unavailable.md
@@ -0,0 +1,10 @@
---
layout: article
# name: tracker-temporarily-unavailable
title: Tracker temporarily unavailable
date: 2006-05-18 21:20:16Z
categories: []
# permalink: /news/2006/05/tracker-temporarily-unavailable/
---
Due to system changes we removed the tracker for Bugs and Feature Requests from the site. The data will be moved to a new system hosted outside of SourceForge. Please revisit our website in a couple of days.

10 changes: 10 additions & 0 deletions _posts/2006-05-30-new-development-platform.md
@@ -0,0 +1,10 @@
---
layout: article
# name: new-development-platform
title: New development platform
date: 2006-05-30 17:43:50Z
categories: []
# permalink: /news/2006/05/new-development-platform/
---
The big change was carried out successfully and we're back in business :-) The CVS repository and the tracker at SourceForge are finally closed. If you'd like to report a bug, please use our new Tracker at [trac.roundcube.net.](http://trac.roundcube.net.) Also the annoying delays of the public CVS are past times. Anonymous checkouts from the new SVN repository can be done at any time and you'll surely get the freshest data. Last but not least, we also have a Wiki available for all sorts of information about RoundCube. Check it out!

12 changes: 12 additions & 0 deletions _posts/2006-08-06-roundcube-webmail-01-beta2-released.md
@@ -0,0 +1,12 @@
---
layout: article
# name: roundcube-webmail-01-beta2-released
title: RoundCube Webmail 0.1-Beta2 released
date: 2006-08-06 17:55:12Z
categories: []
# permalink: /news/2006/08/roundcube-webmail-01-beta2-released/
---
After a long period of development and some major changes in the project organization, we finally released version 0.1-beta2. New features like message search, spellchecking, saving messages as draft and folder renaming are introduced with this release.

It's recommended to replace your current copy of RoundCube (don't forget to backup) with this new release. The database structure did not change, what should make it even easier to upgrade.

10 changes: 10 additions & 0 deletions _posts/2006-08-14-new-patch-for-cpanel-installations.md
@@ -0,0 +1,10 @@
---
layout: article
# name: new-patch-for-cpanel-installations
title: New patch for cPanel installations
date: 2006-08-14 12:00:07Z
categories: []
# permalink: /news/2006/08/new-patch-for-cpanel-installations/
---
There's a new patch available to install RoundCube 0.1-beta2 on a cPanel host. The installation guide can be found here: [www.hostgeekz.com/guides/cPanel/64/Install_RoundCube_on_cPanel.htm](http://www.hostgeekz.com/guides/cPanel/64/Install_RoundCube_on_cPanel.htm)

12 changes: 12 additions & 0 deletions _posts/2006-08-23-no-more-e-mails-please.md
@@ -0,0 +1,12 @@
---
layout: article
# name: no-more-e-mails-please
title: No more e-mails, please!
date: 2006-08-23 22:41:24Z
categories: []
# permalink: /news/2006/08/no-more-e-mails-please/
---
Still amazed by the enormous interest in this project, I'm no longer able to process support requests, bug reports and questions about release dates sent to me by e-mail. I'm really sorry about that but it's simply impossible to answer them all! Please refer to the forum or to the users mailing list for support. We also have a tracking system for bugs and feature requests. The direct e-mail (roundcube at gmail) is reserved for project management and development issues.

Thanks for your understanding.

10 changes: 10 additions & 0 deletions _posts/2006-12-22-security-update-for-01-beta2.md
@@ -0,0 +1,10 @@
---
layout: article
# name: security-update-for-01-beta2
title: Security Update for 0.1-beta2
date: 2006-12-22 22:54:28Z
categories: []
# permalink: /news/2006/12/security-update-for-01-beta2/
---
We have just updated the 0.1-beta2 release of RoundCube. The new version includes several security fixes and we recommend to replace any existing installation with it. Check the download section for roundcubemail-0.1beta2.1.tar.gz

12 changes: 12 additions & 0 deletions _posts/2007-01-15-patch-for-incorrect-html-message-display.md
@@ -0,0 +1,12 @@
---
layout: article
# name: patch-for-incorrect-html-message-display
title: Patch for incorrect HTML message display
date: 2007-01-15 09:05:19Z
categories: []
# permalink: /news/2007/01/patch-for-incorrect-html-message-display/
---
With the latest security update for 0.1-beta2 we unfortunately introduced a bug when parsing HTML messages. Some users reported weird replacements. There's a patch available to fix this issue and we've updated the release file as well. Check the patches section at our SourceForge page or find the updated package at the download page.

Patch download: [sourceforge.net](http://sourceforge.net/tracker/download.php?group_id=139281&atid=742849&file_id=211332&aid=1635666)

12 changes: 12 additions & 0 deletions _posts/2007-02-22-install-roundcube-with-iis6-and-hmailserver.md
@@ -0,0 +1,12 @@
---
layout: article
# name: install-roundcube-with-iis6-and-hmailserver
title: Install RoundCube with IIS6 and hMailServer
date: 2007-02-22 16:12:53Z
categories: []
# permalink: /news/2007/02/install-roundcube-with-iis6-and-hmailserver/
---
Just found this tutorial on installing RoundCube on a Windows Server 2003 using hMailServer (IMAP/POP3) with IIS 6 via MySQL: [www.hmailserver.com/forum/viewtopic.php?t=5591](http://www.hmailserver.com/forum/viewtopic.php?t=5591)

Found through [del.icio.us/Liquidrums](http://del.icio.us/Liquidrums)

10 changes: 10 additions & 0 deletions _posts/2007-05-14-call-for-translation.md
@@ -0,0 +1,10 @@
---
layout: article
# name: call-for-translation
title: Call for translation
date: 2007-05-14 08:07:44Z
categories: []
# permalink: /news/2007/05/call-for-translation/
---
The next release (0.1-rc1) is scheduled for 18/05/2007. To complete the new features and improvements, all translators are requested to update the localization files. Please use the online translator at [translator.roundcube.net](http://translator.roundcube.net) and submit the updated files to the dev-mailing list.

14 changes: 14 additions & 0 deletions _posts/2007-05-18-roundcube-webmail-01-rc1-released--.md
@@ -0,0 +1,14 @@
---
layout: article
# name: roundcube-webmail-01-rc1-released--
title: ! 'RoundCube Webmail 0.1-RC1 released '
date: 2007-05-18 14:28:34Z
categories: []
# permalink: /news/2007/05/roundcube-webmail-01-rc1-released--/
---
The Release Candidate number one has just been released. It includes a better and less memory consuming message parser and a neat integration of LDAP address directories. Also session authentication has changed to get rid of the annoying session-timeouts.

It's recommended to replace your current copy of RoundCube (don't forget to backup) with this new release. Please note that the database structure changed and you need to run the upgrade queries. Please follow the UPGRADING instructions.

Enjoy!

10 changes: 10 additions & 0 deletions _posts/2007-07-03-roundcube-01-rc1-pure-gpl.md
@@ -0,0 +1,10 @@
---
layout: article
# name: roundcube-01-rc1-pure-gpl
title: RoundCube 0.1-rc1 pure GPL
date: 2007-07-03 15:48:45Z
categories: []
# permalink: /news/2007/07/roundcube-01-rc1-pure-gpl/
---
We have now released the 0.1-rc1 package without any third party libraries. The package only contains the core source files which are all licensed under the Gnu GPL. This release is intended to be included in package repositories and server distributions that can handle dependencies. The complete list of dependencies can be found in the INSTALL file within the package.

0 comments on commit 37c815f

Please sign in to comment.