[Checkins] SVN: z3c.jbot/trunk/ Moved to GitHub.

Stephen Richter cvs-admin at zope.org
Sat Mar 2 02:12:03 UTC 2013


Log message for revision 129996:
  Moved to GitHub.

Changed:
  D   z3c.jbot/trunk/CHANGES.txt
  D   z3c.jbot/trunk/COPYRIGHT.txt
  D   z3c.jbot/trunk/LICENSE.txt
  A   z3c.jbot/trunk/MOVED_TO_GITHUB
  D   z3c.jbot/trunk/README.txt
  D   z3c.jbot/trunk/bootstrap.py
  D   z3c.jbot/trunk/buildout.cfg
  D   z3c.jbot/trunk/setup.py
  D   z3c.jbot/trunk/z3c/

-=-
Deleted: z3c.jbot/trunk/CHANGES.txt
===================================================================
--- z3c.jbot/trunk/CHANGES.txt	2013-03-02 02:11:50 UTC (rev 129995)
+++ z3c.jbot/trunk/CHANGES.txt	2013-03-02 02:12:03 UTC (rev 129996)
@@ -1,100 +0,0 @@
-Changes
-=======
-
-0.7.1 (2012-01-09)
-------------------
-
-- Fixed an issue where multiple registrations against the same layer
-  would cause only one registration (decided randomly) to have effect.
-
-  The lookup code now uses the specification resolution order to query
-  for override registrations in order of specialization.
-  [malthe]
-
-0.7 (2012-01-05)
-----------------
-
-- Fixed issue where templates being patched by ``five.pt`` would not
-  get properly jbotted.
-
-- Use ``five.pt`` if available. [malthe]
-
-- Fixed an issue where tests would fail on Zope 2.10. [malthe]
-
-0.6.3 (2010-09-07)
-------------------
-
-- Fixed compatibility with Plone 3.x. [malthe]
-
-0.6.2 (2010-02-17)
-------------------
-
-- Downgrade log messages to debug level. In normal operation they don't contain
-  any valuable information. [hannosch]
-
-- Prefer zope.site over zope.app.component if it is available. [hannosch]
-
-0.6.1 (2010-02-09)
-------------------
-
-- Fix bungled release [optilude]
-
-0.6.0 (2010-02-09)
-------------------
-
-- Zope 2.12 compatibility. [malthe]
-
-- Added support for automatic configuration. [malthe]
-
-- Fixed layer specialization ordering. [malthe]
-
-0.5.3 (2009-10-31)
-------------------
-
-- ZCML-directive is now called ``jbot``. [malthe]
-
-0.5.2 (2009-10-23)
-------------------
-
-- Fixed issue where an exception would be raised if a view was not an
-  acquirer, while the context was. [gweis]
-
-0.5.1 (2009-10-19)
-------------------
-
-- Acquisition-wrap template instance, if applicable. This fixes an
-  issue on Zope 2.10 where legacy code would break.
-
-0.5 (2009-10-16)
-----------------
-
-- Added support for CMF skin objects.
-
-0.4 (2009-10-15)
-----------------
-
-- Added Chameleon-support.
-
-- Reimplemented override logic; the total usage cost is now reduced to
-  an insignificant amount. Meanwhile, only templates that are defined
-  as class-attributes (e.g. on views, viewlets and portlets) can be
-  overriden.
-
-0.3 (2009-09-26)
-----------------
-
-- Improved test coverage.
-
-- Refactored code, improving performance.
-
-- Fixed issue with multiple layers.
-
-0.2 (2008-07-14)
-----------------
-
-- Added layer support.
-
-0.1 (2007-11-27)
-----------------
-
-- Initial public release.

Deleted: z3c.jbot/trunk/COPYRIGHT.txt
===================================================================
--- z3c.jbot/trunk/COPYRIGHT.txt	2013-03-02 02:11:50 UTC (rev 129995)
+++ z3c.jbot/trunk/COPYRIGHT.txt	2013-03-02 02:12:03 UTC (rev 129996)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: z3c.jbot/trunk/LICENSE.txt
===================================================================
--- z3c.jbot/trunk/LICENSE.txt	2013-03-02 02:11:50 UTC (rev 129995)
+++ z3c.jbot/trunk/LICENSE.txt	2013-03-02 02:12:03 UTC (rev 129996)
@@ -1,44 +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.

Added: z3c.jbot/trunk/MOVED_TO_GITHUB
===================================================================
--- z3c.jbot/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ z3c.jbot/trunk/MOVED_TO_GITHUB	2013-03-02 02:12:03 UTC (rev 129996)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/z3c.jbot
\ No newline at end of file

Deleted: z3c.jbot/trunk/README.txt
===================================================================
--- z3c.jbot/trunk/README.txt	2013-03-02 02:11:50 UTC (rev 129995)
+++ z3c.jbot/trunk/README.txt	2013-03-02 02:12:03 UTC (rev 129996)
@@ -1,55 +0,0 @@
-Overview
-========
-
-The ``z3c.jbot`` (or "Just a bunch of templates") package allows easy
-customization of existing templates and images. It works on Zope 2 and
-Zope 3.
-
-The Chameleon rendering engine is supported [#]_.
-
-Use of this package adds a small (2-3 ms per request on Plone) to the
-total application response time.
-
-.. [#] To enable Chameleon on Zope 2, use the ``five.pt`` package (CMF-apps like Plone should use ``cmf.pt`` which adds full support).
-
-Usage
------
-
-To override a particular file, first determine its *canonical
-filename*. It's defined as the path relative to the package within
-which the file is located; directory separators are replaced with
-dots.
-
-Example:
-
-  Suppose you want to override: /plone/app/layout/viewlets/logo.pt
-
-  You would use the filename:   plone.app.layout.viewlets.logo.pt
-
-Simply drop the file in a directory and register that directory for
-use with jbot using a ZCML-directive::
-
-  <include package="z3c.jbot" file="meta.zcml" />
-
-  <browser:jbot
-      directory="<path>"
-      layer="<layer>" />
-
-Templates in views, viewlets and portlets
------------------------------------------
-
-Any template that is defined as a class-attribute can be overriden
-using jbot, e.g. those used in views, viewlets and portlets. The
-template overrides may be registered for any request layer or only a
-specific layer.
-
-CMF objects
------------
-
-Any skin-object (e.g. images, templates) on the file system (directory
-views) can be overridden.
-
-Author
-------
-
-Malthe Borch <mborch at gmail.com>

Deleted: z3c.jbot/trunk/bootstrap.py
===================================================================
--- z3c.jbot/trunk/bootstrap.py	2013-03-02 02:11:50 UTC (rev 129995)
+++ z3c.jbot/trunk/bootstrap.py	2013-03-02 02:12:03 UTC (rev 129996)
@@ -1,56 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 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.
-#
-##############################################################################
-"""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: bootstrap.py 77225 2007-06-29 09:20:13Z dobe $
-"""
-
-import os, shutil, sys, tempfile, urllib2
-
-tmpeggs = tempfile.mkdtemp()
-
-try:
-    import pkg_resources
-except ImportError:
-    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: z3c.jbot/trunk/buildout.cfg
===================================================================
--- z3c.jbot/trunk/buildout.cfg	2013-03-02 02:11:50 UTC (rev 129995)
+++ z3c.jbot/trunk/buildout.cfg	2013-03-02 02:12:03 UTC (rev 129996)
@@ -1,9 +0,0 @@
-[buildout]
-develop = .
-parts = test
-
-[test]
-recipe = zc.recipe.testrunner
-eggs =
-    z3c.jbot
-    Zope2

Deleted: z3c.jbot/trunk/setup.py
===================================================================
--- z3c.jbot/trunk/setup.py	2013-03-02 02:11:50 UTC (rev 129995)
+++ z3c.jbot/trunk/setup.py	2013-03-02 02:12:03 UTC (rev 129996)
@@ -1,36 +0,0 @@
-from setuptools import setup, find_packages
-
-version = '0.7.1'
-
-setup(name='z3c.jbot',
-      version=version,
-      description="Drop-in template overrides.",
-      long_description="\n".join(
-          (open("README.txt").read(), open("CHANGES.txt").read())),
-      classifiers=[
-        "Framework :: Zope2",
-        "Framework :: Zope3",
-        "Programming Language :: Python",
-        ],
-      keywords='page template override',
-      author='Malthe Borch',
-      author_email='mborch at gmail.com',
-      url='',
-      license='ZPL',
-      packages=find_packages(exclude=['ez_setup']),
-      namespace_packages=['z3c'],
-      include_package_data=True,
-      zip_safe=False,
-      install_requires=[
-          'setuptools',
-          'zope.pagetemplate',
-          'zope.component',
-          'zope.configuration',
-          'zope.security',
-          'zope.publisher',
-      ],
-      entry_points="""
-      [z3c.autoinclude.plugin]
-      target = plone
-      """,
-      )



More information about the checkins mailing list