diff --git a/README b/README deleted file mode 100644 index e69de29b..00000000 diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..ff0d8bfc --- /dev/null +++ b/README.rst @@ -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 legacy code that is not actively 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 diff --git a/inyoka/i18n/__init__.py b/inyoka/i18n/__init__.py index 74e95e43..a167b2de 100644 --- a/inyoka/i18n/__init__.py +++ b/inyoka/i18n/__init__.py @@ -99,7 +99,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']