[mirrorbrain-commits] r8149 - /trunk/docs/changes.rst

From: <poeml_at_mirrorbrain.org>
Date: Sun, 19 Sep 2010 17:57:17 -0000
Author: poeml
Date: Sun Sep 19 19:57:17 2010
New Revision: 8149

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8149&view=rev
Log:
docs/changes: release notes for 2.13.2

Modified:
    trunk/docs/changes.rst

Modified: trunk/docs/changes.rst
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/changes.rst?rev=8149&r1=8148&r2=8149&view=diff
==============================================================================
--- trunk/docs/changes.rst (original)
+++ trunk/docs/changes.rst Sun Sep 19 19:57:17 2010
_at_@ -2,6 +2,62 @@
 
 Release Notes/Change History
 ============================
+
+
+Release 2.13.2 (to be done)
+------------------------------------
+
+This release adds worthwhile new features to the mirror list generator that
+you will enjoy:
+
+* :program:`mod_mirrorbrain`:
+
+  - The content of the mirror lists (details pages) are now wrapped into a
+    XHTML/HTML ``DIV`` container with ``id="mirrorbrain-details"``. This
+    improves the possibilities for styling in conjunction with a stylesheet
+    linked in via the ``MirrorBrainMirrorlistStyleSheet`` directive (`issue
+    63`_).
+
+  - Further individual design can now be achieved by specifying the XHTML/HTML
+    header and footer which are placed around the page body instead of the
+    built-in XHTML (`issue 63`_). This is configured with two new Apache
+    configuration directives.
+
+    This is documented here: :ref:`styling_details_pages`.
+
+  - Hashes can now be requested without a filename being included in the
+    response, to simplify parsing (`issue 68`_). This is done by sending the
+    query string ``only_hash``. This works with different ways to request a
+    hash::
+
+      http://host.example.com/foo.md5?only_hash 
+      http://host.example.com/foo?md5&only_hash
+
+    Instead of ``99eaed37390ba0571f8d285829ff63fc  du.list``, the server will
+    just return ``99eaed37390ba0571f8d285829ff63fc``.
+
+  - When sending out a hash to a client (as requested by appending e.g.
+    ``.md5``), there is now a *double* space between hash and filename -- just
+    like as the familiar tools like :program:`md5sum` and :program:`sha1sum` do
+    it. This should avoid confusion and extra effort in parsing.
+
+  - The mirror list's content type header now comes with UTF-8 as character
+    set, instead of ISO-8859-1, which should make more sense.
+
+* :program:`mb export --format=mirmon`:
+
+  - Exporting a mirror list for `mirmon
+    <http://people.cs.uu.nl/henkp/mirmon/>`_ has been adjusted to the default
+    in mirmon-2.3 of its option ``list_style=plain``. The other format
+    (``list_style=apache``) can also be generated, if mb export is used with
+    ``--format=mirmon-apache``. This fixes `issue 62`_.
+
+    The documentation :ref:`export_mirmon` has been updated to reflect this.
+
+
+.. _`issue 62`: http://mirrorbrain.org/issues/issue62
+.. _`issue 63`: http://mirrorbrain.org/issues/issue63
+.. _`issue 68`: http://mirrorbrain.org/issues/issue68
 
 
 Release 2.13.1 (r8136, Sep 18, 2010)




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Sun Sep 19 2010 - 17:57:19 GMT

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT