From 1c1385dc86317b1f0007d3a8164aab12c203392f Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Sat, 4 Feb 2017 21:59:30 -0600 Subject: [PATCH] Update Verbage --- LICENSE | 2 +- README.md | 9 +++++---- doc/source/index.rst | 20 +++++++++----------- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index 6c02541f..70f66916 100755 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ License ======= -Copyright (c) 2009-2016 Data Folk Labs, LLC +Copyright (c) 2009-2017 Data Folk Labs, LLC All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index de624031..9aa565a7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ Cement Framework ================ -**NOTE: 2.11.x is the development version of Cement. Please use stable/2.10.x -in production until stable/2.12.x is released.** +**NOTE: Portland is a complete fork of Cement 2, and will eventually become +Cement 3. It is guaranteed to be broken! Please use Cement 2 in production +until stable/3.0.0 is released.** Cement is an advanced CLI Application Framework for Python. Its goal is to introduce a standard, and feature-full platform for both simple and complex @@ -36,7 +37,7 @@ Cement core features include (but are not limited to): * 100% test coverage using `nose` and `coverage` * 100% PEP8 and style compliant using `flake8` * Extensive Sphinx documentation - * Tested on Python 2.6, 2.7, 3.3, 3.4, and 3.5 + * Tested on Python 3.3, 3.4, and 3.5 *Note that argparse is required as an external dependency for Python < 2.7 and < 3.2. Additionally, some optional extensions that are shipped with the @@ -48,7 +49,7 @@ along with their application, as Cement explicitly does not include them.* More Information ---------------- - * DOCS: http://builtoncement.com/2.11/ + * DOCS: http://builtoncement.com/2.99/ * CODE: http://github.com/datafolklabs/cement/ * PYPI: http://pypi.python.org/pypi/cement/ * SITE: http://builtoncement.com/ diff --git a/doc/source/index.rst b/doc/source/index.rst index a15f6800..4dd08cc6 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,10 +6,9 @@ Cement Framework ================ -.. warning:: This documentation is for the development version of Cement - 2.11.x. For production please use, and reference the current stable - version of `Cement 2.8.x `_ until this - version is officially released as stable/2.12.x. +.. warning:: Portland is a complete fork of Cement 2, and will eventually +become Cement 3. It is guaranteed to be broken! Please use Cement 2 in +production until stable/3.0.0 is released. Cement is an advanced CLI Application Framework for Python. Its goal is to introduce a standard, and feature-full platform for both simple and complex @@ -46,14 +45,13 @@ Core features include (but are not limited to): * 100% test coverage using ``nose`` and ``coverage`` * 100% PEP8 and style compliant using ``flake8`` * Extensive Sphinx documentation - * Tested on Python 2.6, 2.7, 3.3, 3.4, 3.5 + * Tested on Python 3.3, 3.4, 3.5 -*Note that argparse is required as an external dependency for Python < 2.7 -and < 3.2. Additionally, some optional extensions that are shipped with -the mainline Cement sources do require external dependencies. It is the -responsibility of the application developer to include these dependencies -along with their application if they intend to use any optional extensions -that have external dependencies, as Cement explicitly does not include them.* +*Some optional extensions that are shipped with the mainline Cement sources do +require external dependencies. It is the responsibility of the application +developer to include these dependencies along with their application if they +intend to use any optional extensions that have external dependencies, as +Cement explicitly does not include them.* Getting More Information