[Checkins] SVN: hurry.resource/trunk/CHANGES.txt add a warning about hurry.resource being superseded by Fanstatic

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Jan 12 05:48:28 EST 2011


Log message for revision 119525:
  add a warning about hurry.resource being superseded by Fanstatic

Changed:
  U   hurry.resource/trunk/CHANGES.txt

-=-
Modified: hurry.resource/trunk/CHANGES.txt
===================================================================
--- hurry.resource/trunk/CHANGES.txt	2011-01-12 10:47:53 UTC (rev 119524)
+++ hurry.resource/trunk/CHANGES.txt	2011-01-12 10:48:28 UTC (rev 119525)
@@ -1,12 +1,10 @@
 CHANGES
 *******
 
-0.11 (unreleased)
-=================
+.. Important::
+   hurry.resource has been superseded by the
+   `Fanstatic <http://fanstatic.org>`_ project!
 
-- Nothing changed yet.
-
-
 0.10 (2010-07-24)
 =================
 
@@ -14,12 +12,12 @@
   dependency. Don't expose it into the ``__init__.py`` therefore, as
   that needs to be independent of WebOb. To use the middleware import
   it directly from ``hurry.resource.wsgi``.
-  
+
 * The ``Library`` factory now has to be called with a rootpath
   argument as the second argument. This is a path to the actual
   resource directory that the library represents, relative to the
   directory of the package. This is needed to make `` hurry.resource``
-  useful for frameworks not based on ``zope.configuration``. 
+  useful for frameworks not based on ``zope.configuration``.
 
   This breaks backwards compatibility with previous versions of
   ``hurry.resource``; all code that uses ``Library`` should be
@@ -37,7 +35,7 @@
   applications. If the application supplies a ``NeededInclusions``
   object in ``environ`` with the key ``hurry.resource.needed``, the
   middleware will pick up on this and insert the needed inclusions.
-  
+
   The WebOb library is needed to make this work and depending on
   ``hurry.resource [wsgi]`` will pull in the required dependency.
 
@@ -106,7 +104,7 @@
 
 * Added support for rendering resources into two fragments, one to
   be included at the top of the HTML page in the ``<head>`` section,
-  the other to be included just before the ``</body>`` section. In 
+  the other to be included just before the ``</body>`` section. In
   some circumstances doing this can `speed up page load time`_.
 
   .. _`speed up page load time`: http://developer.yahoo.net/blog/archives/2007/07/high_performanc_5.html



More information about the checkins mailing list