[Checkins] SVN: Sandbox/darrylcousins/ Meant to have subdirectory

Darryl Cousins darryl at darrylcousins.net.nz
Fri Jul 6 16:52:34 EDT 2007


Log message for revision 77529:
  Meant to have subdirectory

Changed:
  D   Sandbox/darrylcousins/AUTHOR.txt
  D   Sandbox/darrylcousins/CHANGES.txt
  D   Sandbox/darrylcousins/LICENSE.txt
  D   Sandbox/darrylcousins/README.txt
  D   Sandbox/darrylcousins/bootstrap.py
  D   Sandbox/darrylcousins/buildout.cfg
  D   Sandbox/darrylcousins/mars.adapter/
  D   Sandbox/darrylcousins/mars.contentprovider/
  D   Sandbox/darrylcousins/mars.layer/
  D   Sandbox/darrylcousins/mars.macro/
  D   Sandbox/darrylcousins/mars.resource/
  D   Sandbox/darrylcousins/mars.template/
  D   Sandbox/darrylcousins/mars.view/
  D   Sandbox/darrylcousins/mars.viewlet/
  D   Sandbox/darrylcousins/setup.py
  D   Sandbox/darrylcousins/setup.z3c.py
  D   Sandbox/darrylcousins/src/

-=-
Deleted: Sandbox/darrylcousins/AUTHOR.txt
===================================================================
--- Sandbox/darrylcousins/AUTHOR.txt	2007-07-06 20:49:02 UTC (rev 77528)
+++ Sandbox/darrylcousins/AUTHOR.txt	2007-07-06 20:52:33 UTC (rev 77529)
@@ -1,5 +0,0 @@
-Darryl Cousins (darrl.cousins <at> tfws.org.nz)
-
-Authors of the original z3c.formdemo package:
-Stephan Richter (stephan.richter <at> gmail.com)
-Roger Ineichen (roger <at> projekt01.ch)

Deleted: Sandbox/darrylcousins/CHANGES.txt
===================================================================
--- Sandbox/darrylcousins/CHANGES.txt	2007-07-06 20:49:02 UTC (rev 77528)
+++ Sandbox/darrylcousins/CHANGES.txt	2007-07-06 20:52:33 UTC (rev 77529)
@@ -1,8 +0,0 @@
-=======
-CHANGES
-=======
-
-Version 1.0.0 (7/8/2007)
--------------------------
-
-- Initial Release

Deleted: Sandbox/darrylcousins/LICENSE.txt
===================================================================
--- Sandbox/darrylcousins/LICENSE.txt	2007-07-06 20:49:02 UTC (rev 77528)
+++ Sandbox/darrylcousins/LICENSE.txt	2007-07-06 20:52:33 UTC (rev 77529)
@@ -1,54 +0,0 @@
-Zope Public License (ZPL) Version 2.1
--------------------------------------
-
-A copyright notice accompanies this license document that
-identifies the copyright holders.
-
-This license has been certified as open source. It has also
-been designated as GPL compatible by the Free Software
-Foundation (FSF).
-
-Redistribution and use in source and binary forms, with or
-without modification, are permitted provided that the
-following conditions are met:
-
-1. Redistributions in source code must retain the
-   accompanying copyright notice, this list of conditions,
-   and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the accompanying
-   copyright notice, this list of conditions, and the
-   following disclaimer in the documentation and/or other
-   materials provided with the distribution.
-
-3. Names of the copyright holders must not be used to
-   endorse or promote products derived from this software
-   without prior written permission from the copyright
-   holders.
-
-4. The right to distribute this software or to use it for
-   any purpose does not give you the right to use
-   Servicemarks (sm) or Trademarks (tm) of the copyright
-   holders. Use of them is covered by separate agreement
-   with the copyright holders.
-
-5. If any files are modified, you must cause the modified
-   files to carry prominent notices stating that you changed
-   the files and the date of any change.
-
-Disclaimer
-
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS''
-  AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
-  NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
-  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
-  NO EVENT SHALL THE COPYRIGHT HOLDERS BE
-  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-  DAMAGE.

Deleted: Sandbox/darrylcousins/README.txt
===================================================================
--- Sandbox/darrylcousins/README.txt	2007-07-06 20:49:02 UTC (rev 77528)
+++ Sandbox/darrylcousins/README.txt	2007-07-06 20:52:33 UTC (rev 77529)
@@ -1,42 +0,0 @@
-=====================================================
-Demo Applications for ``z3c.form`` and ``z3c.formui``
-=====================================================
-
-This package is a ``mars`` implementation which seeks to duplicate the original
-z3c.formdemo demo applications.
-
-Original README from z3c.formdemo
----------------------------------
-
-This package contains several small demo applications for the ``z3c.form`` and
-``z3c.formui`` packages.
-
-* TABLE- versus DIV-based layout of all widgets.
-
-* A simple Hello World message application demonstrating the easiest way to
-  write add, edit and display forms.
-
-* A simple calculator showing the flexibility of the new action declaration
-  framework by declaring different classes of buttons.
-
-* A linear wizard shows off the sub-form capabilities of z3c.form. It also
-  demonstrates how one can overcome the short-coming of an object widget.
-
-* A simple table/spreadsheet that allows adding and editing as simple content
-  object. This demo also shows the usage of forms and ``zc.table`` at the same
-  time.
-
-Running the Demo out of the box
--------------------------------
-
-You can also run the demo directly without manually installing Zope 3::
-
-  $ svn co svn://svn.zope.org/repos/main/Sandbox/darrylcousins/mars.formdemo
-  $ cd mars.formdemo
-  $ python bootstrap.py
-  $ ./bin/buildout
-  $ ./bin/demo fg
-
-Then access the demo site using:
-
-  http://localhost:8080/

Deleted: Sandbox/darrylcousins/bootstrap.py
===================================================================
--- Sandbox/darrylcousins/bootstrap.py	2007-07-06 20:49:02 UTC (rev 77528)
+++ Sandbox/darrylcousins/bootstrap.py	2007-07-06 20:52:33 UTC (rev 77529)
@@ -1,52 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Corporation 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.
-#
-##############################################################################
-"""Bootstrap a buildout-based project
-
-Simply run this script in a directory containing a buildout.cfg.
-The script accepts buildout command-line options, so you can
-use the -c option to specify an alternate configuration file.
-
-$Id$
-"""
-
-import os, shutil, sys, tempfile, urllib2
-
-tmpeggs = tempfile.mkdtemp()
-
-ez = {}
-exec urllib2.urlopen('http://peak.telecommunity.com/dist/ez_setup.py'
-                     ).read() in ez
-ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
-
-import pkg_resources
-
-cmd = 'from setuptools.command.easy_install import main; main()'
-if sys.platform == 'win32':
-    cmd = '"%s"' % cmd # work around spawn lamosity on windows
-
-ws = pkg_resources.working_set
-assert os.spawnle(
-    os.P_WAIT, sys.executable, sys.executable,
-    '-c', cmd, '-mqNxd', tmpeggs, 'zc.buildout',
-    dict(os.environ,
-         PYTHONPATH=
-         ws.find(pkg_resources.Requirement.parse('setuptools')).location
-         ),
-    ) == 0
-
-ws.add_entry(tmpeggs)
-ws.require('zc.buildout')
-import zc.buildout.buildout
-zc.buildout.buildout.main(sys.argv[1:] + ['bootstrap'])
-shutil.rmtree(tmpeggs)

Deleted: Sandbox/darrylcousins/buildout.cfg
===================================================================
--- Sandbox/darrylcousins/buildout.cfg	2007-07-06 20:49:02 UTC (rev 77528)
+++ Sandbox/darrylcousins/buildout.cfg	2007-07-06 20:52:33 UTC (rev 77529)
@@ -1,39 +0,0 @@
-[buildout]
-develop = . mars.layer mars.template mars.macro mars.view mars.contentprovider mars.viewlet mars.resource mars.adapter
-parts = demo test
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = mars.formdemo [app, test]
-       mars.layer
-       mars.template
-       mars.macro
-       mars.view
-       mars.viewlet
-       mars.contentprovider
-       mars.resource
-       mars.adapter
-
-[zope3]
-location = .
-
-[form-demo-app]
-recipe = zc.zope3recipes:app
-site.zcml = <include package="mars.formdemo" file="application.zcml" />
-eggs = mars.formdemo [app]
-       mars.layer
-       mars.template
-       mars.macro
-       mars.view
-       mars.viewlet
-       mars.contentprovider
-       mars.resource
-       mars.adapter
-
-[demo]
-recipe = zc.zope3recipes:instance
-application = form-demo-app
-zope.conf = ${database:zconfig}
-
-[database]
-recipe = zc.recipe.filestorage

Deleted: Sandbox/darrylcousins/setup.py
===================================================================
--- Sandbox/darrylcousins/setup.py	2007-07-06 20:49:02 UTC (rev 77528)
+++ Sandbox/darrylcousins/setup.py	2007-07-06 20:52:33 UTC (rev 77529)
@@ -1,97 +0,0 @@
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(
-    name='mars.formdemo',
-    version='0.1',
-    author='Darryl Cousins',
-    author_email='darryl.cousins at tfws.org.nz',
-    url='http://www.tfws.org.nz/mars',
-    description="""\
-Martian is a library that allows the embedding of configuration
-information in Python code. Martian can then grok the system and
-do the appropriate configuration registrations.
-
-This package uses martian to reproduce and imitiate z3c.formdemo
-as a experiment in using mars packages to configure zope apps""",
-    long_description=(
-        read('src/mars/formdemo/README.txt')
-        ),
-    packages=find_packages('src'),
-    package_dir = {'': 'src'},
-    include_package_data = True,
-    zip_safe=False,
-    license='ZPL',
-    dependency_links = ['http://download.zope.org/distribution'],
-    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',
-               'zope.app.intid',
-                'z3c.formdemo',
-               ],
-        test = ['z3c.etestbrowser',
-                'zope.app.zcmlfiles',
-                'zope.app.testing'],
-        ),
-    install_requires = [
-        'setuptools',
-        'simplejson',
-        'grok',
-        'martian',
-        'lxml',
-        'pytz',
-        'ZODB3',
-        'z3c.csvvocabulary',
-        'z3c.form',
-        'z3c.formui',
-        'z3c.layer',
-        'z3c.pagelet',
-        'z3c.template',
-        'z3c.viewlet',
-        'z3c.zrtresource',
-        'z3c.formdemo',
-        'zc.resourcelibrary',
-        'zc.table',
-        'zope.annotation',
-                      'zope.contentprovider',
-                      'zope.app.catalog',
-                      'zope.app.folder',
-        'zope.app.container',
-        'zope.app.pagetemplate',
-        'zope.app.session',
-        'zope.component',
-        'zope.interface',
-        'zope.location',
-        'zope.pagetemplate',
-        'zope.publisher',
-        'zope.rdb',
-        'zope.schema',
-        'zope.traversing',
-        'zope.viewlet',
-        ],
-)
-        #              'zope.app.pagetemplate',
-        #              'zope.app.testing',
-        #              'zope.configuration',
-        #              'zope.dottedname',
-        #              'zope.event',
-        #              'zope.formlib',
-        #              'zope.lifecycleevent',
-        #              'zope.security',
-        #              'zope.testing',
-
-

Deleted: Sandbox/darrylcousins/setup.z3c.py
===================================================================
--- Sandbox/darrylcousins/setup.z3c.py	2007-07-06 20:49:02 UTC (rev 77528)
+++ Sandbox/darrylcousins/setup.z3c.py	2007-07-06 20:52:33 UTC (rev 77529)
@@ -1,98 +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.formdemo',
-    version='1.3.0b1',
-    author = "Stephan Richter, Roger Ineichen and the Zope Community",
-    author_email = "zope3-dev at zope.org",
-    description = "A set of demo applications for z3c.form and z3c.formui",
-    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.formdemo',
-    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',
-               ],
-        test = ['z3c.etestbrowser',
-                'zope.app.testing'],
-        ),
-    install_requires = [
-        'setuptools',
-        'z3c.csvvocabulary',
-        'z3c.form',
-        'z3c.formui',
-        'z3c.layer',
-        'z3c.pagelet',
-        'z3c.template',
-        'z3c.viewlet',
-        'z3c.zrtresource',
-        'zc.resourcelibrary',
-        'zc.table',
-        'zope.annotation',
-        'zope.app.container',
-        'zope.app.pagetemplate',
-        'zope.app.session',
-        'zope.component',
-        'zope.interface',
-        'zope.location',
-        'zope.pagetemplate',
-        'zope.publisher',
-        'zope.rdb',
-        'zope.schema',
-        'zope.traversing',
-        'zope.viewlet',
-        ],
-    dependency_links = ['http://download.zope.org/distribution'],
-    zip_safe = False,
-    )



More information about the Checkins mailing list