[z3-checkins] r27282 - in z3/hurry.query/trunk: . src/hurry src/hurry/file src/hurry/workflow

faassen at codespeak.net faassen at codespeak.net
Tue May 16 18:46:04 CEST 2006


Author: faassen
Date: Tue May 16 18:46:03 2006
New Revision: 27282

Added:
   z3/hurry.query/trunk/hurry.query-configure.zcml
      - copied, changed from r27281, z3/hurry.query/trunk/hurry-configure.zcml
Removed:
   z3/hurry.query/trunk/hurry-configure.zcml
   z3/hurry.query/trunk/src/hurry/configure.zcml
   z3/hurry.query/trunk/src/hurry/file/
   z3/hurry.query/trunk/src/hurry/workflow/
Modified:
   z3/hurry.query/trunk/CHANGES.txt
   z3/hurry.query/trunk/CREDITS.txt
   z3/hurry.query/trunk/INSTALL.txt
   z3/hurry.query/trunk/LICENSE.txt
   z3/hurry.query/trunk/README.txt
Log:
First pruning away of everything non-hurry.query.


Modified: z3/hurry.query/trunk/CHANGES.txt
==============================================================================
--- z3/hurry.query/trunk/CHANGES.txt	(original)
+++ z3/hurry.query/trunk/CHANGES.txt	Tue May 16 18:46:03 2006
@@ -1,6 +1,11 @@
 hurry changes
 =============
 
+0.8.1 (under development)
+-------------------------
+
+Separate hurry.query from the rest.
+
 0.8 (2006-05-01)
 ----------------
 

Modified: z3/hurry.query/trunk/CREDITS.txt
==============================================================================
--- z3/hurry.query/trunk/CREDITS.txt	(original)
+++ z3/hurry.query/trunk/CREDITS.txt	Tue May 16 18:46:03 2006
@@ -2,7 +2,8 @@
 -------
 
 Martijn Faassen - initial and main developer
+Stephan Richter - additional hurry.query index support
 Jan-Wijbrand Kolman - suggestions and feedback
 
-The hurry library for Zope 3 was originally developed at Infrae
+The hurry.query library for Zope 3 was originally developed at Infrae
 (http://www.infrae.com).

Modified: z3/hurry.query/trunk/INSTALL.txt
==============================================================================
--- z3/hurry.query/trunk/INSTALL.txt	(original)
+++ z3/hurry.query/trunk/INSTALL.txt	Tue May 16 18:46:03 2006
@@ -1,11 +1,11 @@
 Installation
 ------------
 
-Hurry needs Zope 3.1 or Zope 3.2. 
+hurry.query needs Zope 3.1 or Zope 3.2. 
 
-Make sure hurry's src directory is on the Python path somehow, and
-then copy hurry-configure.zcml into your Zope's `etc/package-includes`
-directory.
+Make sure hurry.query's src directory is on the Python path somehow,
+and then copy hurry.query-configure.zcml into your Zope's
+`etc/package-includes` directory.
 
 hurry.query also has support for zc.catalog SetIndexes in
 hurry.query.set. If you want to use this extension, you need to

Modified: z3/hurry.query/trunk/LICENSE.txt
==============================================================================
--- z3/hurry.query/trunk/LICENSE.txt	(original)
+++ z3/hurry.query/trunk/LICENSE.txt	Tue May 16 18:46:03 2006
@@ -1,4 +1,4 @@
-Copyright (c) 2005 Infrae. All rights reserved.
+Copyright (c) 2005-2006 Infrae. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are

Modified: z3/hurry.query/trunk/README.txt
==============================================================================
--- z3/hurry.query/trunk/README.txt	(original)
+++ z3/hurry.query/trunk/README.txt	Tue May 16 18:46:03 2006
@@ -1,17 +1,4 @@
-Packages that could be generic and eventually might, in changed form,
-end up in the Zope 3 core or Zope 3 ECM, but that we (at Infrae) built
-in isolation for now, as we're in a hurry to use them.
-
-It includes:
-
 hurry.query - higher level query system built on top of the Zope 3
               catalog. Some inspiration came from Dieter Maurer's
               AdvancedQuery. See src/hurry/query/query.txt for
               documentation.
-
-hurry.workflow - a simple but quite nifty workflow system. See
-             src/hurry/workflow/workflow.txt for documentation.
-
-hurry.file - advanced file widget which tries its best to behave like
-             other widgets. See the doctest in
-             src/hurry/file/browser/file.txt for some documentation.

Deleted: /z3/hurry.query/trunk/hurry-configure.zcml
==============================================================================
--- /z3/hurry.query/trunk/hurry-configure.zcml	Tue May 16 18:46:03 2006
+++ (empty file)
@@ -1,3 +0,0 @@
-<!-- install this into your Zope 3 instance's etc/package-includes 
-     directory -->
-<include package="hurry"/>

Copied: z3/hurry.query/trunk/hurry.query-configure.zcml (from r27281, z3/hurry.query/trunk/hurry-configure.zcml)
==============================================================================
--- z3/hurry.query/trunk/hurry-configure.zcml	(original)
+++ z3/hurry.query/trunk/hurry.query-configure.zcml	Tue May 16 18:46:03 2006
@@ -1,3 +1,3 @@
 <!-- install this into your Zope 3 instance's etc/package-includes 
      directory -->
-<include package="hurry"/>
+<include package="hurry.query"/>

Deleted: /z3/hurry.query/trunk/src/hurry/configure.zcml
==============================================================================
--- /z3/hurry.query/trunk/src/hurry/configure.zcml	Tue May 16 18:46:03 2006
+++ (empty file)
@@ -1,11 +0,0 @@
-<configure
-  xmlns="http://namespaces.zope.org/zope"
-  >
-  
-  <include package=".workflow"/>
-
-  <include package=".file"/>
-
-  <include package=".query" />
-
-</configure>


More information about the z3-checkins mailing list