Skip to content

Commit

Permalink
Added LICENSE and other standard snippets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Linhart committed Feb 23, 2009
1 parent 2dc3140 commit d3693fd
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
17 changes: 17 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Ella is developed at Centrum Holdings.

Ales Zoulek <ales.zoulek@gmail.com>
Jakub Vysoky <jakub@borka.cz>
Honza Kral <honza.kral@gmail.com>
Jan Seifert <jan.seifert@centrumholdings.com>
Jaroslava Schovancova <jaroslava.schovancova@centrumholdings.com>
Jonas Fiala <jonas.fiala@centrumholdings.com>
Lukas Linhart <lukas.linhart@centrumholdings.com>
Maxim Izmaylov <maxim.izmaylov@centrumholdings.com>
Miloslav Pojman <miloslav.pojman@centrumholdings.com>
Oldrich Kruza <oldrich.kruza@centrumholdings.com>
Ondrej Kohout <ondrej.kohout@gmail.com>
Petr Pokorny <architech@jabber.org>
Vaclav Barta <vaclav.barta@centrumholdings.com>
Vitek Pliska <vitezslav.pliska@centrumholdings.com>

9 changes: 9 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Copyright (c) 2009, Centrum Holdings
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of the Centrum Holdings nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15 changes: 15 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Ella is opensource CMS based on Django framework,
designed for flexibility.

Althrough code is now used in production, we're now
still in pre-release stage. Feel free to play with code,
but do not expect it to be supported for production.

We'll be heading there soon.

Main repository lives in http://github.com/ella/ella/tree/master
You can also track us on ohloh at https://www.ohloh.net/p/ella-cms

Support is reachable in mailing list at http://groups.google.com/group/ella-project

Bugtracker and friends will be available later.
10 changes: 10 additions & 0 deletions ella/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ def fullsplit(path, result=None):
author_email = PROJECT_EMAIL,
packages = packages,
data_files = data_files,
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
]
)


0 comments on commit d3693fd

Please sign in to comment.