From af4c435c64b76daef08f51dbbd8b37a84c0a944d Mon Sep 17 00:00:00 2001 From: Christopher Grebs Date: Tue, 19 Apr 2011 11:40:05 +0200 Subject: [PATCH 1/4] fixed typo --- inyoka/i18n/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inyoka/i18n/__init__.py b/inyoka/i18n/__init__.py index 0a0c80ff..0fea21dc 100644 --- a/inyoka/i18n/__init__.py +++ b/inyoka/i18n/__init__.py @@ -100,7 +100,7 @@ def __repr__(self): def find_catalog(path, domain, locale, gettext_lookup=False): - """Finds the catalog for the given locale on the path. Return sthe + """Finds the catalog for the given locale on the path. Return the filename of the .mo file if found, otherwise `None` is returned. """ args = [path, str(get_locale(locale)), domain + '.mo'] From dc707cd373d3c92e8b9b07be3f8042637f1a8260 Mon Sep 17 00:00:00 2001 From: Christopher Grebs Date: Tue, 11 Oct 2011 10:07:51 +0300 Subject: [PATCH 2/4] Edited README via GitHub --- README | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README b/README index e69de29b..2bba1ed0 100644 --- a/README +++ b/README @@ -0,0 +1,39 @@ +============= +Inyoka Legacy +============= + +This is the formerly called “inyoka-ng” project that was set out to be more dynamic and extensible than the original Inyoka Project. + +**This represents yet legacy code that is not active maintained!** + +The application mainly provides: + +* A comprehensive component based extension system +* Example implementations with a Newssystem, Pastebin, Buletin Board and a Calendar. +* A lot of utilities and reusable components + +Authors +======= + +- Florian Apolloner +- Stefan Betz +- Georg Brandl +- Mario Fuest +- Jens Gottfried +- Christopher Grebs +- Christoph Hack +- Markus Holtermann +- Daniel Neuhäuser +- Armin Ronacher +- Markus Seidel +- Marian Sigler +- Sören Wegener +- Benjamin Wiegand +- Nils Winter + +Some parts and ideas are taken from existing projects: + +- Zine +- Solace +- Django +- Tipfy \ No newline at end of file From aee442695cd5eec08ac0a012b73a64932f9f5d79 Mon Sep 17 00:00:00 2001 From: Christopher Grebs Date: Tue, 11 Oct 2011 09:08:13 +0200 Subject: [PATCH 3/4] move README to .rst --- README => README.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README => README.rst (100%) diff --git a/README b/README.rst similarity index 100% rename from README rename to README.rst From 0b59769e010247a7b7b4ba307eab771e17a9e4ec Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sat, 29 Dec 2012 14:12:52 +0100 Subject: [PATCH 4/4] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2bba1ed0..ff0d8bfc 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Inyoka Legacy This is the formerly called “inyoka-ng” project that was set out to be more dynamic and extensible than the original Inyoka Project. -**This represents yet legacy code that is not active maintained!** +**This represents legacy code that is not actively maintained!** The application mainly provides: @@ -36,4 +36,4 @@ Some parts and ideas are taken from existing projects: - Zine - Solace - Django -- Tipfy \ No newline at end of file +- Tipfy