[Checkins] SVN: cmf.pt/trunk/ Moved to GitHub.

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


Log message for revision 129982:
  Moved to GitHub.

Changed:
  D   cmf.pt/trunk/AUTHOR.txt
  D   cmf.pt/trunk/CHANGES.txt
  A   cmf.pt/trunk/MOVED_TO_GITHUB
  D   cmf.pt/trunk/README.txt
  D   cmf.pt/trunk/setup.py
  D   cmf.pt/trunk/src/

-=-
Deleted: cmf.pt/trunk/AUTHOR.txt
===================================================================
--- cmf.pt/trunk/AUTHOR.txt	2013-03-01 23:55:09 UTC (rev 129981)
+++ cmf.pt/trunk/AUTHOR.txt	2013-03-02 02:09:26 UTC (rev 129982)
@@ -1 +0,0 @@
-Malthe Borch <mborch at gmail.com>

Deleted: cmf.pt/trunk/CHANGES.txt
===================================================================
--- cmf.pt/trunk/CHANGES.txt	2013-03-01 23:55:09 UTC (rev 129981)
+++ cmf.pt/trunk/CHANGES.txt	2013-03-02 02:09:26 UTC (rev 129982)
@@ -1,46 +0,0 @@
-Changelog
-=========
-
-In next release...
-
-
-1.0 - 2010-05-12
-----------------
-
-- Correct binding of templates. This fixes problems handling args when
-  renderingn templates. [malthe]
-
-0.6 - 2009-10-25
-----------------
-
-- Added a ``z3c.autoinclude.plugin`` entry point to avoid the need for a ZCML
-  slug in Plone.
-  [hannosch]
-
-0.5 - 2009-07-24
-----------------
-
-- Extend the ignore_re list of CMFCore.DirectoryView to ignore our cache
-  files named `.<original extension>.py`. [hannosch]
-
-0.4 - 2009-05-18
-----------------
-
-- Avoid a deprecation warning for Globals.InitializeClass. [hannosch]
-
-0.3 - 2009-02-13
-----------------
-
-- Added ``_exec`` method to the file-system based skin template class, largely
-  carried over from `Products.PageTemplates`. [malthe]
-
-0.2 - 2008-12-17
-----------------
-
-- The ``func_code`` attribute of file-system page templates should simulate a
-  function taking no arguments. [malthe]
-
-0.1 - 2008-11-29
-----------------
-
-- Initial release. [malthe]

Added: cmf.pt/trunk/MOVED_TO_GITHUB
===================================================================
--- cmf.pt/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ cmf.pt/trunk/MOVED_TO_GITHUB	2013-03-02 02:09:26 UTC (rev 129982)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/cmf.pt
\ No newline at end of file

Deleted: cmf.pt/trunk/README.txt
===================================================================
--- cmf.pt/trunk/README.txt	2013-03-01 23:55:09 UTC (rev 129981)
+++ cmf.pt/trunk/README.txt	2013-03-02 02:09:26 UTC (rev 129982)
@@ -1,16 +0,0 @@
-Overview
-========
-
-The cmf.pt package allows using the Chameleon template engine with the
-Zope 2 CMF.
-
-Usage
------
-
-To enable Chameleon, simply include the ZCML configuration::
-
-  <include package="cmf.pt" />
-
-For general information about Chameleon, see
-http://chameleon.repoze.org/.
-

Deleted: cmf.pt/trunk/setup.py
===================================================================
--- cmf.pt/trunk/setup.py	2013-03-01 23:55:09 UTC (rev 129981)
+++ cmf.pt/trunk/setup.py	2013-03-02 02:09:26 UTC (rev 129982)
@@ -1,35 +0,0 @@
-from setuptools import setup, find_packages
-
-version = '1.1dev'
-
-setup(name='cmf.pt',
-      version=version,
-      description="Bridge to use Chameleon with Zope 2 and CMF.",
-      long_description=open("README.txt").read() + open("CHANGES.txt").read(),
-      classifiers=[
-        "Framework :: Plone",
-        "Framework :: Zope2",
-        "Programming Language :: Python",
-        "Topic :: Text Processing :: Markup :: HTML",
-        "Topic :: Text Processing :: Markup :: XML",
-        ],
-      keywords='',
-      author='Malthe Borch and the Zope community',
-      author_email='zope-dev at zope.org',
-      url='',
-      license='ZPL',
-      namespace_packages=['cmf'],
-      packages = find_packages('src'),
-      package_dir = {'':'src'},
-      include_package_data=True,
-      zip_safe=False,
-      install_requires=[
-          'setuptools',
-          'z3c.pt>=1.0b7',
-          'five.pt',
-      ],
-      entry_points="""
-      [z3c.autoinclude.plugin]
-      target = plone
-      """,
-      )



More information about the checkins mailing list