[Checkins] SVN: z3c.formjsdemo/tags/0.3.0/ creating tag for 0.3.0 release

Paul Carduner paulcarduner at gmail.com
Wed Oct 3 23:41:48 EDT 2007


Log message for revision 80574:
  creating tag for 0.3.0 release

Changed:
  A   z3c.formjsdemo/tags/0.3.0/
  D   z3c.formjsdemo/tags/0.3.0/CHANGES.txt
  A   z3c.formjsdemo/tags/0.3.0/CHANGES.txt
  D   z3c.formjsdemo/tags/0.3.0/buildout.cfg
  A   z3c.formjsdemo/tags/0.3.0/buildout.cfg
  D   z3c.formjsdemo/tags/0.3.0/setup.py
  A   z3c.formjsdemo/tags/0.3.0/setup.py

-=-
Copied: z3c.formjsdemo/tags/0.3.0 (from rev 80570, z3c.formjsdemo/trunk)

Deleted: z3c.formjsdemo/tags/0.3.0/CHANGES.txt
===================================================================
--- z3c.formjsdemo/trunk/CHANGES.txt	2007-10-04 02:47:30 UTC (rev 80570)
+++ z3c.formjsdemo/tags/0.3.0/CHANGES.txt	2007-10-04 03:41:48 UTC (rev 80574)
@@ -1,35 +0,0 @@
-=======
-CHANGES
-=======
-
-Version 0.3.0 (??/??/????)
---------------------------
-
-- Feature: Client event demo that shows how server side events can be
-  propagated to the client.
-
-- Feature: Tree Editor demo shows solution to having inline forms
-  submitted via ajax.
-
-- Feature: Widget Switching demo.  Shows off ajax switching between
-  display and input widgets.
-
-Version 0.2.0 (7/18/2007)
--------------------------
-
-- Feature: The new chatroom demo implements a simple chat client in HTML and
-  Javascript using the ``z3c.formjs`` package.
-
-- Feature: Validation demo showing off on the fly ajax field validation.
-
-- Restructure: Code updated to keep up with the changes in the API of
-  ``z3c.formjs``.
-
-Version 0.1.0 (6/29/2007)
--------------------------
-
-- Initial Release
-
-  * Javascript field event demo.
-
-  * Javascript implementation of the calculator.

Copied: z3c.formjsdemo/tags/0.3.0/CHANGES.txt (from rev 80573, z3c.formjsdemo/trunk/CHANGES.txt)
===================================================================
--- z3c.formjsdemo/tags/0.3.0/CHANGES.txt	                        (rev 0)
+++ z3c.formjsdemo/tags/0.3.0/CHANGES.txt	2007-10-04 03:41:48 UTC (rev 80574)
@@ -0,0 +1,32 @@
+=======
+CHANGES
+=======
+
+Version 0.3.0 (10/03/2007)
+--------------------------
+
+- Feature: Tree Editor demo shows solution to having inline forms
+  submitted via ajax and shows off server to client event propagation.
+
+- Feature: Widget Switching demo.  Shows off ajax switching between
+  display and input widgets.
+
+Version 0.2.0 (7/18/2007)
+-------------------------
+
+- Feature: The new chatroom demo implements a simple chat client in HTML and
+  Javascript using the ``z3c.formjs`` package.
+
+- Feature: Validation demo showing off on the fly ajax field validation.
+
+- Restructure: Code updated to keep up with the changes in the API of
+  ``z3c.formjs``.
+
+Version 0.1.0 (6/29/2007)
+-------------------------
+
+- Initial Release
+
+  * Javascript field event demo.
+
+  * Javascript implementation of the calculator.

Deleted: z3c.formjsdemo/tags/0.3.0/buildout.cfg
===================================================================
--- z3c.formjsdemo/trunk/buildout.cfg	2007-10-04 02:47:30 UTC (rev 80570)
+++ z3c.formjsdemo/tags/0.3.0/buildout.cfg	2007-10-04 03:41:48 UTC (rev 80574)
@@ -1,78 +0,0 @@
-[buildout]
-develop = . z3c.formjs 
-parts = demo
-
-[zope3]
-location = .
-
-[formjs-demo-app]
-recipe = zc.zope3recipes:app
-site.zcml = <configure
-                xmlns="http://namespaces.zope.org/zope"
-                xmlns:browser="http://namespaces.zope.org/browser"
-                i18n_domain="demo">
-            <include package="zope.app.component" file="meta.zcml" />
-            <include package="zope.app.component.browser" file="meta.zcml" />
-            <include package="zope.app.form.browser" file="meta.zcml" />
-            <include package="zope.app.pagetemplate" file="meta.zcml" />
-            <include package="zope.app.publication" file="meta.zcml" />
-            <include package="zope.app.publisher" file="meta.zcml" />
-            <include package="zope.app.security" file="meta.zcml" />
-            <include package="zope.app.securitypolicy" file="meta.zcml" />
-            <include package="zope.viewlet" file="meta.zcml" />
-            <include package="z3c.form" file="meta.zcml" />
-            <include package="z3c.macro" file="meta.zcml" />
-            <include package="z3c.pagelet" file="meta.zcml" />
-            <include package="z3c.template" file="meta.zcml" />
-            <include package="z3c.zrtresource" file="meta.zcml" />
-
-            <browser:menu id="zmi_views" title="Views" />
-            <browser:menu id="zmi_actions" title="Actions" />
-
-            <include package="zope.app.appsetup" />
-            <include package="zope.app.component" />
-            <include package="zope.app.container" />
-            <include package="zope.app.error" />
-            <include package="zope.app.i18n" />
-            <include package="zope.app.publication" />
-            <include package="zope.app.security" />
-            <include package="zope.app.securitypolicy" />
-            <include package="zope.app.session" />
-            <include package="zope.app.twisted" />
-            <include package="zope.app.wsgi" />
-            <include package="zope.annotation" />
-            <include package="zope.component" />
-            <include package="zope.contentprovider" />
-            <include package="zope.location" />
-            <include package="zope.publisher" />
-            <include package="zope.traversing" />
-            <include package="zope.traversing.browser" />
-            <include package="zope.viewlet" />
-
-            <include package="jquery.layer" />
-            <include package="z3c.form" />
-            <include package="z3c.formui" />
-            <include package="z3c.formjs" />
-            <include package="z3c.formjsdemo" />
-            <include package="z3c.layer.pagelet" />
-            <include package="z3c.macro" />
-            <include package="z3c.pagelet" />
-
-            <browser:defaultView name="index.html" />
-            <browser:defaultSkin name="Z3CFormJSDemo" />
-
-            <securityPolicy
-            component="zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
-
-            <role id="zope.Anonymous" title="Everybody" />
-            <grantAll role="zope.Anonymous" />
-            </configure>
-eggs = z3c.formjsdemo [app]
-
-[demo]
-recipe = zc.zope3recipes:instance
-application = formjs-demo-app
-zope.conf = ${database:zconfig}
-
-[database]
-recipe = zc.recipe.filestorage

Copied: z3c.formjsdemo/tags/0.3.0/buildout.cfg (from rev 80573, z3c.formjsdemo/trunk/buildout.cfg)
===================================================================
--- z3c.formjsdemo/tags/0.3.0/buildout.cfg	                        (rev 0)
+++ z3c.formjsdemo/tags/0.3.0/buildout.cfg	2007-10-04 03:41:48 UTC (rev 80574)
@@ -0,0 +1,78 @@
+[buildout]
+develop = .
+parts = demo
+
+[zope3]
+location = .
+
+[formjs-demo-app]
+recipe = zc.zope3recipes:app
+site.zcml = <configure
+                xmlns="http://namespaces.zope.org/zope"
+                xmlns:browser="http://namespaces.zope.org/browser"
+                i18n_domain="demo">
+            <include package="zope.app.component" file="meta.zcml" />
+            <include package="zope.app.component.browser" file="meta.zcml" />
+            <include package="zope.app.form.browser" file="meta.zcml" />
+            <include package="zope.app.pagetemplate" file="meta.zcml" />
+            <include package="zope.app.publication" file="meta.zcml" />
+            <include package="zope.app.publisher" file="meta.zcml" />
+            <include package="zope.app.security" file="meta.zcml" />
+            <include package="zope.app.securitypolicy" file="meta.zcml" />
+            <include package="zope.viewlet" file="meta.zcml" />
+            <include package="z3c.form" file="meta.zcml" />
+            <include package="z3c.macro" file="meta.zcml" />
+            <include package="z3c.pagelet" file="meta.zcml" />
+            <include package="z3c.template" file="meta.zcml" />
+            <include package="z3c.zrtresource" file="meta.zcml" />
+
+            <browser:menu id="zmi_views" title="Views" />
+            <browser:menu id="zmi_actions" title="Actions" />
+
+            <include package="zope.app.appsetup" />
+            <include package="zope.app.component" />
+            <include package="zope.app.container" />
+            <include package="zope.app.error" />
+            <include package="zope.app.i18n" />
+            <include package="zope.app.publication" />
+            <include package="zope.app.security" />
+            <include package="zope.app.securitypolicy" />
+            <include package="zope.app.session" />
+            <include package="zope.app.twisted" />
+            <include package="zope.app.wsgi" />
+            <include package="zope.annotation" />
+            <include package="zope.component" />
+            <include package="zope.contentprovider" />
+            <include package="zope.location" />
+            <include package="zope.publisher" />
+            <include package="zope.traversing" />
+            <include package="zope.traversing.browser" />
+            <include package="zope.viewlet" />
+
+            <include package="jquery.layer" />
+            <include package="z3c.form" />
+            <include package="z3c.formui" />
+            <include package="z3c.formjs" />
+            <include package="z3c.formjsdemo" />
+            <include package="z3c.layer.pagelet" />
+            <include package="z3c.macro" />
+            <include package="z3c.pagelet" />
+
+            <browser:defaultView name="index.html" />
+            <browser:defaultSkin name="Z3CFormJSDemo" />
+
+            <securityPolicy
+            component="zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
+
+            <role id="zope.Anonymous" title="Everybody" />
+            <grantAll role="zope.Anonymous" />
+            </configure>
+eggs = z3c.formjsdemo [app]
+
+[demo]
+recipe = zc.zope3recipes:instance
+application = formjs-demo-app
+zope.conf = ${database:zconfig}
+
+[database]
+recipe = zc.recipe.filestorage

Deleted: z3c.formjsdemo/tags/0.3.0/setup.py
===================================================================
--- z3c.formjsdemo/trunk/setup.py	2007-10-04 02:47:30 UTC (rev 80570)
+++ z3c.formjsdemo/tags/0.3.0/setup.py	2007-10-04 03:41:48 UTC (rev 80574)
@@ -1,85 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Foundation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Setup
-
-$Id$
-"""
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup (
-    name='z3c.formjsdemo',
-    version='0.2.0',
-    author = "Paul Carduner and the Zope Community",
-    author_email = "zope3-dev at zope.org",
-    description = "A set of demo applications for ``z3c.formjs``",
-    long_description=(
-        read('README.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
-        ),
-    license = "ZPL 2.1",
-    keywords = "zope3 form widget",
-    classifiers = [
-        'Development Status :: 4 - Beta',
-        'Environment :: Web Environment',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: Zope Public License',
-        'Programming Language :: Python',
-        'Natural Language :: English',
-        'Operating System :: OS Independent',
-        'Topic :: Internet :: WWW/HTTP',
-        'Framework :: Zope3'],
-    url = 'http://svn.zope.org/z3c.formjsdemo',
-    packages = find_packages('src'),
-    include_package_data = True,
-    package_dir = {'':'src'},
-    namespace_packages = ['z3c'],
-    extras_require = dict(
-        app = ['zope.app.appsetup',
-               'zope.app.authentication',
-               'zope.app.component',
-               'zope.app.container',
-               'zope.app.error',
-               'zope.app.form',
-               'zope.app.publisher',
-               'zope.app.publication',
-               'zope.app.security',
-               'zope.app.securitypolicy',
-               'zope.app.twisted',
-               'zope.app.wsgi',
-               'zope.contentprovider',
-               ],
-        ),
-    install_requires = [
-        'jquery.javascript',
-        'jquery.layer',
-        'setuptools',
-        'z3c.form',
-        'z3c.formdemo',
-        'z3c.formjs',
-        'z3c.formui',
-        'z3c.layer',
-        'z3c.pagelet',
-        'z3c.template',
-        'z3c.viewlet',
-        'z3c.zrtresource',
-        'zope.viewlet',
-        ],
-    dependency_links = ['http://download.zope.org/distribution'],
-    zip_safe = False,
-    )

Copied: z3c.formjsdemo/tags/0.3.0/setup.py (from rev 80573, z3c.formjsdemo/trunk/setup.py)
===================================================================
--- z3c.formjsdemo/tags/0.3.0/setup.py	                        (rev 0)
+++ z3c.formjsdemo/tags/0.3.0/setup.py	2007-10-04 03:41:48 UTC (rev 80574)
@@ -0,0 +1,85 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Setup
+
+$Id$
+"""
+import os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+setup (
+    name='z3c.formjsdemo',
+    version='0.3.0dev',
+    author = "Paul Carduner and the Zope Community",
+    author_email = "zope3-dev at zope.org",
+    description = "A set of demo applications for ``z3c.formjs``",
+    long_description=(
+        read('README.txt')
+        + '\n\n' +
+        read('CHANGES.txt')
+        ),
+    license = "ZPL 2.1",
+    keywords = "zope3 form widget",
+    classifiers = [
+        'Development Status :: 4 - Beta',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Zope Public License',
+        'Programming Language :: Python',
+        'Natural Language :: English',
+        'Operating System :: OS Independent',
+        'Topic :: Internet :: WWW/HTTP',
+        'Framework :: Zope3'],
+    url = 'http://svn.zope.org/z3c.formjsdemo',
+    packages = find_packages('src'),
+    include_package_data = True,
+    package_dir = {'':'src'},
+    namespace_packages = ['z3c'],
+    extras_require = dict(
+        app = ['zope.app.appsetup',
+               'zope.app.authentication',
+               'zope.app.component',
+               'zope.app.container',
+               'zope.app.error',
+               'zope.app.form',
+               'zope.app.publisher',
+               'zope.app.publication',
+               'zope.app.security',
+               'zope.app.securitypolicy',
+               'zope.app.twisted',
+               'zope.app.wsgi',
+               'zope.contentprovider',
+               ],
+        ),
+    install_requires = [
+        'jquery.javascript',
+        'jquery.layer',
+        'setuptools',
+        'z3c.form',
+        'z3c.formdemo',
+        'z3c.formjs',
+        'z3c.formui',
+        'z3c.layer',
+        'z3c.pagelet',
+        'z3c.template',
+        'z3c.viewlet',
+        'z3c.zrtresource',
+        'zope.viewlet',
+        ],
+    dependency_links = ['http://download.zope.org/distribution'],
+    zip_safe = False,
+    )



More information about the Checkins mailing list