[silva.app.document][Sylvain Viollon] Tag 3.0.1.

[email protected] Mon, 26 Aug 2013 18:35:17 +0200
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    Sylvain Viollon
date:      Mon Aug 26 18:34:25 2013 +0200
revision:  98:1788cb647088 in silva.app.document
branch:    
details:   https://hg.infrae.com/silva.app.document?cmd=changeset;node=1788cb647088
modified:  README.txt docs/HISTORY.txt setup.py
added:     
removed:   
log:       Tag 3.0.1.

Subject: [silva.app.document][Sylvain Viollon] Added tag silva.app.document-3.0.1 for changeset 1788cb647088


author:    Sylvain Viollon
date:      Mon Aug 26 18:34:36 2013 +0200
revision:  99:b4177ba310cb in silva.app.document
branch:    
details:   https://hg.infrae.com/silva.app.document?cmd=changeset;node=b4177ba310cb
modified:  .hgtags
added:     
removed:   
log:       Added tag silva.app.document-3.0.1 for changeset 1788cb647088

Subject: [silva.app.document][Sylvain Viollon] Bump version.


author:    Sylvain Viollon
date:      Mon Aug 26 18:35:13 2013 +0200
revision:  100:e5b47083e166 in silva.app.document
branch:    
details:   https://hg.infrae.com/silva.app.document?cmd=changeset;node=e5b47083e166
modified:  docs/HISTORY.txt setup.py
added:     
removed:   
log:       Bump version.


diffstat:

 .hgtags          |   1 +
 README.txt       |   8 +++++---
 docs/HISTORY.txt |  17 ++++++++++++++++-
 setup.py         |   2 +-
 4 files changed, 23 insertions(+), 5 deletions(-)

diffs (74 lines):

diff -r 45bf73cbbcb3 -r e5b47083e166 .hgtags
--- a/.hgtags	Wed Jul 10 16:58:55 2013 +0200
+++ b/.hgtags	Mon Aug 26 18:35:13 2013 +0200
@@ -1,3 +1,4 @@
 a1898454d344fd19ad04334fa3d46e0e1597b00c silva.app.document-3.0b1
 6c7c085b8f3466009b60b1e3eef35ec68d5e6cd7 silva.app.document-3.0c1
 7eca3484de82357a07b31f0950a30d894cb205ed silva.app.document-3.0
+1788cb64708823b43d1fbb19a5ca7d37833fce92 silva.app.document-3.0.1
diff -r 45bf73cbbcb3 -r e5b47083e166 README.txt
--- a/README.txt	Wed Jul 10 16:58:55 2013 +0200
+++ b/README.txt	Mon Aug 26 18:35:13 2013 +0200
@@ -2,9 +2,9 @@
 silva.app.document
 ==================
 
-A document content for Silva 3.0. It is based on
-``silva.core.editor``, and replace the old ``SilvaDocument`` based on
-`Kupu`_.
+The default document content type for `Silva`_ 3.0. It is based on
+``silva.core.editor`` that uses `CKEditor`_, and replace the old
+``SilvaDocument`` extension who was based on `Kupu`_.
 
 This document type can be extend by other Silva extensions.
 
@@ -15,4 +15,6 @@
 https://hg.infrae.com/silva.app.document/.
 
 
+.. _CKEditor: http://ckeditor.com/
+.. _Silva: http://silvacms.org/
 .. _Kupu: http://infrae.com/products/kupu_editor
diff -r 45bf73cbbcb3 -r e5b47083e166 docs/HISTORY.txt
--- a/docs/HISTORY.txt	Wed Jul 10 16:58:55 2013 +0200
+++ b/docs/HISTORY.txt	Mon Aug 26 18:35:13 2013 +0200
@@ -2,11 +2,26 @@
 Changes
 =======
 
-3.0.1 (unreleased)
+3.0.2 (unreleased)
 ------------------
 
 * ...
 
+3.0.1 (2013/08/26)
+------------------
+
+* Extends ``IDocumentDetails`` API:
+
+  - Add methods to access the URL of the first image contained in the
+    document, or its thumbnail.
+
+  - Add an option to retrieve the text of the document with downgraded
+    titles (meaning ``h1`` becomes ``h2``, ``h2`` becomes ``h3`` and so on).
+
+  - Add an option to limit the size of the introduction to a given
+    words (in addition to the possiblity to a given number of characters).
+
+
 3.0 (2013/03/06)
 ----------------
 
diff -r 45bf73cbbcb3 -r e5b47083e166 setup.py
--- a/setup.py	Wed Jul 10 16:58:55 2013 +0200
+++ b/setup.py	Mon Aug 26 18:35:13 2013 +0200
@@ -4,7 +4,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '3.0.1dev'
+version = '3.0.2dev'
 
 tests_require = [
     'Products.Silva [test]',