mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Fix subtitles in news
This commit is contained in:
parent
692574aba3
commit
41534145c3
18 changed files with 28 additions and 28 deletions
|
@ -5,7 +5,7 @@ title: Radicale 0.1 Released
|
||||||
|
|
||||||
First Radicale release! Here is the changelog:
|
First Radicale release! Here is the changelog:
|
||||||
|
|
||||||
###0.1 - Crazy Vegetables
|
### 0.1 - Crazy Vegetables
|
||||||
|
|
||||||
* First release
|
* First release
|
||||||
* Lightning/Sunbird 0.9 compatibility
|
* Lightning/Sunbird 0.9 compatibility
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Radicale 0.2 Released
|
||||||
|
|
||||||
Radicale 0.2 is out! Here is what’s new:
|
Radicale 0.2 is out! Here is what’s new:
|
||||||
|
|
||||||
###0.2 - Snowflakes
|
### 0.2 - Snowflakes
|
||||||
|
|
||||||
* Sunbird pre-1.0 support
|
* Sunbird pre-1.0 support
|
||||||
* SSL connection
|
* SSL connection
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: page
|
||||||
title: May News
|
title: May News
|
||||||
---
|
---
|
||||||
|
|
||||||
###News from contributors
|
### News from contributors
|
||||||
|
|
||||||
Jonas Smedegaard packaged Radicale for Debian last week. Two packages, called
|
Jonas Smedegaard packaged Radicale for Debian last week. Two packages, called
|
||||||
``radicale`` for the daemon and ``python-radicale`` for the module, have been
|
``radicale`` for the daemon and ``python-radicale`` for the module, have been
|
||||||
|
@ -12,7 +12,7 @@ added to Sid, the unstable branch of Debian. Thank you, Jonas!
|
||||||
Sven Guckes corrected some of the strange-English-sentences present on this
|
Sven Guckes corrected some of the strange-English-sentences present on this
|
||||||
website. Thank you, Sven!
|
website. Thank you, Sven!
|
||||||
|
|
||||||
###News from software
|
### News from software
|
||||||
|
|
||||||
A simple ``VERSION`` has been added in the library: you can now play with
|
A simple ``VERSION`` has been added in the library: you can now play with
|
||||||
``radicale.VERSION`` and ``$radicale --version``.
|
``radicale.VERSION`` and ``$radicale --version``.
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Radicale 0.3 Released
|
||||||
|
|
||||||
Radicale 0.3 is out! Here is what’s new:
|
Radicale 0.3 is out! Here is what’s new:
|
||||||
|
|
||||||
###0.3 - Dancing Flowers
|
### 0.3 - Dancing Flowers
|
||||||
|
|
||||||
* Evolution support
|
* Evolution support
|
||||||
* Version management
|
* Version management
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Radicale 0.4 Released
|
||||||
|
|
||||||
Radicale 0.4 is out! Here is what's new:
|
Radicale 0.4 is out! Here is what's new:
|
||||||
|
|
||||||
###0.4 - Hot Days Back
|
### 0.4 - Hot Days Back
|
||||||
|
|
||||||
* Personal calendars
|
* Personal calendars
|
||||||
* HEAD requests
|
* HEAD requests
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Radicale 0.5 Released
|
||||||
|
|
||||||
Radicale 0.5 is out! Here is what's new:
|
Radicale 0.5 is out! Here is what's new:
|
||||||
|
|
||||||
###0.5 - Historical Artifacts
|
### 0.5 - Historical Artifacts
|
||||||
|
|
||||||
* Calendar depth
|
* Calendar depth
|
||||||
* iPhone support
|
* iPhone support
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Two Features and One New Roadmap
|
||||||
Two features have just reached the master branch, and the roadmap has been
|
Two features have just reached the master branch, and the roadmap has been
|
||||||
refreshed.
|
refreshed.
|
||||||
|
|
||||||
###LDAP Authentication
|
### LDAP Authentication
|
||||||
|
|
||||||
Thanks to Corentin, the LDAP authentication is now included in Radicale. The
|
Thanks to Corentin, the LDAP authentication is now included in Radicale. The
|
||||||
support is experimental and may suffer unstable connexions and security
|
support is experimental and may suffer unstable connexions and security
|
||||||
|
@ -17,7 +17,7 @@ No SSL support is included yet, but this may be quite easy to add. By the way,
|
||||||
serious authentication methods will rely on a "real" HTTP server, as soon as
|
serious authentication methods will rely on a "real" HTTP server, as soon as
|
||||||
Radicale supports WSGI.
|
Radicale supports WSGI.
|
||||||
|
|
||||||
###Journal Entries
|
### Journal Entries
|
||||||
|
|
||||||
Mehmet asked for the journal entries (aka. notes or memos) support, that's
|
Mehmet asked for the journal entries (aka. notes or memos) support, that's
|
||||||
done! This also was an occasion to clean some code in the iCal parser, and to
|
done! This also was an occasion to clean some code in the iCal parser, and to
|
||||||
|
@ -25,7 +25,7 @@ add a much better management of multi-lines entries. People experiencing crazy
|
||||||
`X-RADICALE-NAME` entries can now clean their files, Radicale won't pollute
|
`X-RADICALE-NAME` entries can now clean their files, Radicale won't pollute
|
||||||
them again.
|
them again.
|
||||||
|
|
||||||
###New Roadmap
|
### New Roadmap
|
||||||
|
|
||||||
Except from htpasswd and LDAP, most of the authentication backends (database,
|
Except from htpasswd and LDAP, most of the authentication backends (database,
|
||||||
SASL, PAM, user groups) are not really easy to include in Radicale. The easiest
|
SASL, PAM, user groups) are not really easy to include in Radicale. The easiest
|
||||||
|
@ -43,7 +43,7 @@ After that, 0.8 may add CalDAV rights and filters, while 1.0 will draw
|
||||||
thousands of rainbows and pink unicorns (WebDAV sync, CardDAV, Freebusy). A lot
|
thousands of rainbows and pink unicorns (WebDAV sync, CardDAV, Freebusy). A lot
|
||||||
of funky work is waiting for you, hackers!
|
of funky work is waiting for you, hackers!
|
||||||
|
|
||||||
###Bugs
|
### Bugs
|
||||||
|
|
||||||
Many bugs have also been fixed, most of them due to the owner-less calendars
|
Many bugs have also been fixed, most of them due to the owner-less calendars
|
||||||
support. Radicale 0.6 may be out in a few weeks, you should spend some time
|
support. Radicale 0.6 may be out in a few weeks, you should spend some time
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Radicale 0.6 Released
|
||||||
|
|
||||||
Time for a new release with **a lot** of new exciting features!
|
Time for a new release with **a lot** of new exciting features!
|
||||||
|
|
||||||
###0.6 - Sapling
|
### 0.6 - Sapling
|
||||||
|
|
||||||
* WSGI support
|
* WSGI support
|
||||||
* IPv6 support
|
* IPv6 support
|
||||||
|
|
|
@ -7,7 +7,7 @@ As previously imagined, a new 0.6.1 version has been released, mainly fixing
|
||||||
obvious bugs.
|
obvious bugs.
|
||||||
|
|
||||||
|
|
||||||
###0.6.1 - Growing Up
|
### 0.6.1 - Growing Up
|
||||||
|
|
||||||
* Example files included in the tarball
|
* Example files included in the tarball
|
||||||
* htpasswd support fixed
|
* htpasswd support fixed
|
||||||
|
@ -23,7 +23,7 @@ get more 0.6.x versions, making this branch a kind of "stable" branch with no
|
||||||
big changes.
|
big changes.
|
||||||
|
|
||||||
|
|
||||||
###GitHub, Mailing List, New Website
|
### GitHub, Mailing List, New Website
|
||||||
|
|
||||||
A lot of small changes occurred during the last weeks.
|
A lot of small changes occurred during the last weeks.
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ you'll soon write us some kind words. For example, you can tell us what you
|
||||||
think of our new website!
|
think of our new website!
|
||||||
|
|
||||||
|
|
||||||
###Future Features
|
### Future Features
|
||||||
|
|
||||||
In the next weeks, new exciting features are coming in the master branch! Some
|
In the next weeks, new exciting features are coming in the master branch! Some
|
||||||
of them are almost ready:
|
of them are almost ready:
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Radicale 0.6.2
|
||||||
|
|
||||||
0.6.2 is out with minor bugfixes.
|
0.6.2 is out with minor bugfixes.
|
||||||
|
|
||||||
###0.6.2 - Seeds
|
### 0.6.2 - Seeds
|
||||||
|
|
||||||
* iPhone and iPad support fixed
|
* iPhone and iPad support fixed
|
||||||
* Backslashes replaced by slashes in PROPFIND answers on Windows
|
* Backslashes replaced by slashes in PROPFIND answers on Windows
|
||||||
|
|
|
@ -7,14 +7,14 @@ Radicale version 0.6.3 has been released, with bugfixes that could be
|
||||||
interesting for you!
|
interesting for you!
|
||||||
|
|
||||||
|
|
||||||
###0.6.3 - Red Roses
|
### 0.6.3 - Red Roses
|
||||||
|
|
||||||
* MOVE requests fixed
|
* MOVE requests fixed
|
||||||
* Faster REPORT answers
|
* Faster REPORT answers
|
||||||
* Executable script moved into the package
|
* Executable script moved into the package
|
||||||
|
|
||||||
|
|
||||||
###What's New Since 0.6.2?
|
### What's New Since 0.6.2?
|
||||||
|
|
||||||
The MOVE requests were suffering a little bug that is fixed now. These requests
|
The MOVE requests were suffering a little bug that is fixed now. These requests
|
||||||
are only sent by Apple clients, Mac users will be happy.
|
are only sent by Apple clients, Mac users will be happy.
|
||||||
|
@ -34,7 +34,7 @@ has therefore been removed. As a consequence, you can now launch Radicale with
|
||||||
the simple ``python -m radicale`` command, without relying on an executable.
|
the simple ``python -m radicale`` command, without relying on an executable.
|
||||||
|
|
||||||
|
|
||||||
###Time for a Stable Release!
|
### Time for a Stable Release!
|
||||||
|
|
||||||
The next release may be a stable release, symbolically called 1.0. Guess what's
|
The next release may be a stable release, symbolically called 1.0. Guess what's
|
||||||
missing? Tests, of course!
|
missing? Tests, of course!
|
||||||
|
@ -49,7 +49,7 @@ Repeating events, PAM and Courier authentication methods have already been
|
||||||
added in master. You'll find them in the 1.0 release!
|
added in master. You'll find them in the 1.0 release!
|
||||||
|
|
||||||
|
|
||||||
###What's Next?
|
### What's Next?
|
||||||
|
|
||||||
Being stable is one thing, being cool is another one. If you want some cool new
|
Being stable is one thing, being cool is another one. If you want some cool new
|
||||||
features, you may be interested in:
|
features, you may be interested in:
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Radicale 0.6.4, News from Calypso
|
||||||
New year, new release. Radicale 0.6.4 has a really short changelog:
|
New year, new release. Radicale 0.6.4 has a really short changelog:
|
||||||
|
|
||||||
|
|
||||||
###0.6.4 - Tulips
|
### 0.6.4 - Tulips
|
||||||
|
|
||||||
* Fix the installation with Python 3.1
|
* Fix the installation with Python 3.1
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ The bug was in fact caused by a
|
||||||
now.
|
now.
|
||||||
|
|
||||||
|
|
||||||
###Calypso
|
### Calypso
|
||||||
|
|
||||||
After a lot of changes in Radicale, Keith Packard has decided to launch a fork
|
After a lot of changes in Radicale, Keith Packard has decided to launch a fork
|
||||||
called [Calypso](http://keithp.com/blogs/calypso/), with nice features such
|
called [Calypso](http://keithp.com/blogs/calypso/), with nice features such
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Radicale 0.7
|
||||||
Radicale 0.7 is out, at least!
|
Radicale 0.7 is out, at least!
|
||||||
|
|
||||||
|
|
||||||
###0.7 - Eternal Sunshine
|
### 0.7 - Eternal Sunshine
|
||||||
|
|
||||||
* Repeating events
|
* Repeating events
|
||||||
* Collection deletion
|
* Collection deletion
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Radicale 0.7.1
|
||||||
Radicale 0.7.1 is out!
|
Radicale 0.7.1 is out!
|
||||||
|
|
||||||
|
|
||||||
###0.7.1 - Waterfalls
|
### 0.7.1 - Waterfalls
|
||||||
|
|
||||||
* Many address books fixes
|
* Many address books fixes
|
||||||
* New IMAP ACL (by Daniel Aleksandersen)
|
* New IMAP ACL (by Daniel Aleksandersen)
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Radicale 0.8
|
||||||
Radicale 0.8 is out!
|
Radicale 0.8 is out!
|
||||||
|
|
||||||
|
|
||||||
###0.8 - Rainbow
|
### 0.8 - Rainbow
|
||||||
|
|
||||||
* New authentication and rights management modules (by Matthias Jordan)
|
* New authentication and rights management modules (by Matthias Jordan)
|
||||||
* Experimental database storage
|
* Experimental database storage
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Radicale 0.10
|
||||||
Radicale 0.10 is out!
|
Radicale 0.10 is out!
|
||||||
|
|
||||||
|
|
||||||
###0.10 - Lovely Endless Grass
|
### 0.10 - Lovely Endless Grass
|
||||||
|
|
||||||
* Support well-known URLs (by Mathieu Dupuy)
|
* Support well-known URLs (by Mathieu Dupuy)
|
||||||
* Fix collection discovery (by Markus Unterwaditzer)
|
* Fix collection discovery (by Markus Unterwaditzer)
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Radicale 1.0, what's next?
|
||||||
|
|
||||||
Radicale 1.0 is out!
|
Radicale 1.0 is out!
|
||||||
|
|
||||||
###1.0 - Sunflower
|
### 1.0 - Sunflower
|
||||||
|
|
||||||
* Enhanced performances (by Mathieu Dupuy)
|
* Enhanced performances (by Mathieu Dupuy)
|
||||||
* Add MD5-APR1 and BCRYPT for htpasswd-based authentication (by Jan-Philip Gehrcke)
|
* Add MD5-APR1 and BCRYPT for htpasswd-based authentication (by Jan-Philip Gehrcke)
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Radicale 1.1
|
||||||
Radicale 1.1 is out!
|
Radicale 1.1 is out!
|
||||||
|
|
||||||
|
|
||||||
###1.1 - Law of Nature
|
### 1.1 - Law of Nature
|
||||||
|
|
||||||
One feature in this release is **not backward compatible**:
|
One feature in this release is **not backward compatible**:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue