From d2d13d6dc6dd92b9f197dcac3f2a7f733c10ca08 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Sat, 29 Mar 2014 09:08:00 +0300 Subject: [PATCH 1/3] gui/camelot: Replace ads with warnings --- docs/scenarios/gui.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/scenarios/gui.rst b/docs/scenarios/gui.rst index 2bde519..966ee7a 100644 --- a/docs/scenarios/gui.rst +++ b/docs/scenarios/gui.rst @@ -5,16 +5,11 @@ Alphabetical list of GUI Applications. Camelot ------- +.. note:: If your software does not fully comply with the GPL you will need a commercial license! + `Camelot `_ provides components for building -business applications on top of Python, SQLAlchemy and Qt. It is inspired by -the Django admin interface. - -You can use Camelot to develop both simple and complex business applications -at warp speed. - -The main resource for information is the website: -http://www.python-camelot.com -and the mailinglist https://groups.google.com/forum/#!forum/project-camelot +applications on top of Python, SQLAlchemy and Qt. It is inspired by the +Django admin interface. Cocoa ----- From e9dbbb05db6e69dc3481464b223e7d7786e5cd1d Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Mon, 31 Mar 2014 17:36:29 +0300 Subject: [PATCH 2/3] Remove ads only --- docs/scenarios/gui.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/scenarios/gui.rst b/docs/scenarios/gui.rst index 966ee7a..f69dcb6 100644 --- a/docs/scenarios/gui.rst +++ b/docs/scenarios/gui.rst @@ -5,12 +5,14 @@ Alphabetical list of GUI Applications. Camelot ------- -.. note:: If your software does not fully comply with the GPL you will need a commercial license! - -`Camelot `_ provides components for building -applications on top of Python, SQLAlchemy and Qt. It is inspired by the -Django admin interface. +`Camelot `_ provides components for building +applications on top of Python, SQLAlchemy and Qt. It is inspired by +the Django admin interface. +The main resource for information is the website: +http://www.python-camelot.com +and the mailinglist https://groups.google.com/forum/#!forum/project-camelot + Cocoa ----- .. note:: The Cocoa framework is only available on Mac OSX. Don't pick this if you're writing a cross-platform application! From 03a6d1e9e77f8be21f65d461cd95ac130d1d607d Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Mon, 31 Mar 2014 17:38:05 +0300 Subject: [PATCH 3/3] Missing whitespace --- docs/scenarios/gui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/gui.rst b/docs/scenarios/gui.rst index f69dcb6..db578b9 100644 --- a/docs/scenarios/gui.rst +++ b/docs/scenarios/gui.rst @@ -12,7 +12,7 @@ the Django admin interface. The main resource for information is the website: http://www.python-camelot.com and the mailinglist https://groups.google.com/forum/#!forum/project-camelot - + Cocoa ----- .. note:: The Cocoa framework is only available on Mac OSX. Don't pick this if you're writing a cross-platform application!