{ "info": { "author": "Stephen McDonald", "author_email": "stephen.mc@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. image:: https://secure.travis-ci.org/stephenmcd/mezzanine.png?branch=master\n :target: http://travis-ci.org/#!/stephenmcd/mezzanine\n\nCreated by `Stephen McDonald `_\n\n========\nOverview\n========\n\nMezzanine is a powerful, consistent, and flexible content management\nplatform. Built using the `Django`_ framework, Mezzanine provides a\nsimple yet highly extensible architecture that encourages diving in\nand hacking on the code. Mezzanine is `BSD licensed`_ and supported by\na diverse and active community.\n\nIn some ways, Mezzanine resembles tools such as `Wordpress`_ that\nprovide an intuitive interface for managing pages, blog posts, form\ndata, store products, and other types of content. But Mezzanine is\nalso different. Unlike many other platforms that make extensive use of\nmodules or reusable applications, Mezzanine provides most of its\nfunctionality by default. This approach yields a more integrated and\nefficient platform.\n\nVisit the `Mezzanine project page`_ to see some of the `great sites\npeople have built using Mezzanine`_.\n\nFeatures\n========\n\nIn addition to the usual features provided by Django such as MVC\narchitecture, ORM, templating, caching and an automatic admin\ninterface, Mezzanine provides the following:\n\n* Hierarchical page navigation\n* Save as draft and preview on site\n* Scheduled publishing\n* Drag-and-drop page ordering\n* WYSIWYG editing\n* `In-line page editing`_\n* Drag-and-drop HTML5 forms builder with CSV export\n* SEO friendly URLs and meta data\n* Shopping cart module (`Cartridge`_)\n* Configurable `dashboard`_ widgets\n* Blog engine\n* Tagging\n* `Free Themes`_, and a `Premium Themes`_ Marketplace\n* User accounts and profiles with email verification\n* Translated to over 35 languages\n* Sharing via Facebook or Twitter\n* `Custom templates`_ per page or blog post\n* `Twitter Bootstrap`_ integration\n* API for `custom content types`_\n* `Search engine and API`_\n* Seamless integration with third-party Django apps\n* Multi-device detection and template handling\n* One step migration from other blogging engines\n* Automated production provisioning and deployments\n* `Disqus`_ integration, or built-in threaded comments\n* `Gravatar`_ integration\n* `Google Analytics`_ integration\n* `Twitter`_ feed integration\n* `bit.ly`_ integration\n* `Akismet`_ spam filtering\n* Built-in `test suite`_\n* `JVM`_ compatible (via `Jython`_)\n\nThe Mezzanine admin dashboard:\n\n.. image:: http://mezzanine.jupo.org/docs/_images/dashboard.png\n\nDependencies\n============\n\nMezzanine makes use of as few libraries as possible (apart from a\nstandard Django environment), with the following dependencies:\n\n* `Python`_ 2.6 / 2.7 / 3.3\n* `Django`_ 1.4 / 1.5 / 1.6\n* `Pillow`_ - for image resizing (`Python Imaging Library`_ fork)\n* `grappelli-safe`_ - admin skin (`Grappelli`_ fork)\n* `filebrowser-safe`_ - for managing file uploads (`FileBrowser`_ fork)\n* `bleach`_ and `BeautifulSoup`_ - for sanitizing markup in content\n* `pytz`_ and `tzlocal`_ - for timezone support\n* `South`_ - for database migrations (optional)\n* `django-compressor`_ - for merging JS/CSS assets (optional)\n* `requests`_ and `requests_oauthlib`_ - for interacting with external APIs\n* `pyflakes`_ and `pep8`_ - for running the test suite (optional)\n* `chardet`_ - for supporting arbitrary encoding in file uploads\n\nUsers on Debian or Ubuntu will require some system packages to support\nthe imaging library::\n\n $ apt-get install libjpeg8 libjpeg8-dev\n $ apt-get build-dep python-imaging\n\nOSX users can do the same via `Homebrew`_::\n\n $ brew install libjpeg\n\nThemes\n======\n\nA handful of attractive `Free Themes`_ are available thanks to\n`@abhinavsohani`_, while there is also a marketplace for buying and\nselling `Premium Themes`_ thanks to `@joshcartme`_.\n\nBrowser Support\n===============\n\nMezzanine's admin interface works with all modern browsers.\nInternet Explorer 7 and earlier are generally unsupported.\n\nInstallation\n============\n\nThe easiest method is to install directly from pypi using `pip`_ by\nrunning the command below, which will also install the required\ndependencies mentioned above::\n\n $ pip install mezzanine\n\nIf you prefer, you can download Mezzanine and install it directly from\nsource::\n\n $ python setup.py install\n\nOnce installed, the command ``mezzanine-project`` can be used to\ncreate a new Mezzanine project in similar fashion to\n``django-admin.py``::\n\n $ mezzanine-project project_name\n $ cd project_name\n $ python manage.py createdb --noinput\n $ python manage.py runserver\n\n.. note::\n\n The ``createdb`` command is a shortcut for using Django's ``syncdb``\n command and setting the initial migration state for `South`_. You\n can alternatively use ``syncdb`` and ``migrate`` if preferred.\n South is automatically added to INSTALLED_APPS if the\n ``USE_SOUTH`` setting is set to ``True``.\n\n ``createdb`` will also install some demo content, such as a contact\n form and image gallery. If you'd like to omit this step, use the\n ``--nodata`` option with ``createdb``.\n\nYou should then be able to browse to http://127.0.0.1:8000/admin/ and\nlog in using the default account (``username: admin, password:\ndefault``). If you'd like to specify a different username and password\nduring set up, simply exclude the ``--noinput`` option included above\nwhen running ``createdb``.\n\nFor information on how to add Mezzanine to an existing Django project,\nsee the FAQ section of the documentation.\n\nContributing\n============\n\nMezzanine is an open source project managed using both the Git and\nMercurial version control systems. These repositories are hosted on\nboth `GitHub`_ and `Bitbucket`_ respectively, so contributing is as\neasy as forking the project on either of these sites and committing\nback your enhancements.\n\nPlease note the following guidelines for contributing:\n\n* Contributed code must be written in the existing style. For Python\n (and to a decent extent, JavaScript as well), this is as simple as\n following the `Django coding style`_ and (most importantly)\n `PEP 8`_. Front-end CSS should adhere to the\n `Bootstrap CSS guidelines`_.\n* Contributions must be available on a separately named branch\n based on the latest version of the main branch.\n* Run the tests before committing your changes. If your changes\n cause the tests to break, they won't be accepted.\n* If you are adding new functionality, you must include basic tests\n and documentation.\n\nHere's a quick start to hacking on Mezzanine after forking it on\nGitHub, by using the internal \"project_template\" as your current\nproject::\n\n $ git clone https://github.com/your-github-username/mezzanine/\n $ cd mezzanine\n $ git checkout -b your-new-branch-name\n $ cp mezzanine/project_template/local_settings.py{.template,}\n $ python setup.py develop\n $ python mezzanine/project_template/manage.py createdb --noinput\n $ python mezzanine/project_template/manage.py runserver\n\n \"hack hack hack\"\n\n $ python setup.py test\n $ git commit -am \"A message describing what you changed.\"\n $ git push origin your-new-branch-name\n\n\nLanguage Translations\n=====================\n\nMezzanine makes full use of translation strings, which allow Mezzanine\nto be translated into multiple languages using `Django's\ninternationalization`_ methodology. Translations are managed on the\n`Transiflex`_ website but can also be submitted via `GitHub`_ or\n`Bitbucket`_. Consult the documentation for `Django's\ninternationalization`_ methodology for more information on creating\ntranslations and using them.\n\nThird-party Modules\n===================\n\nThe following modules have been developed outside of Mezzanine. If you\nhave developed a module to integrate with Mezzanine and would like to\nlist it here, send an email to the `mezzanine-users`_ mailing list.\nYou can also add modules to the `Mezzanine Grid on djangopackages.com`_.\n\n* `Cartridge`_ - ecommerce for Mezzanine.\n* `Drum`_ - A `Hacker News`_ / `Reddit`_ clone powered by Mezzanine.\n* `mezzanine-html5boilerplate`_ - Integrates the\n `html5boilerplate project`_ into Mezzanine.\n* `mezzanine-mdown`_ - Adds `Markdown`_ support to Mezzanine's rich\n text editor.\n* `mezzanine-openshift`_ - Setup for running Mezzanine on\n `Redhat's OpenShift`_ cloud platform.\n* `mezzanine-stackato`_ - Setup for running Mezzanine on\n `ActiveState's Stackato`_ cloud platform.\n* `mezzanine-blocks`_ - A Mezzanine flavored fork of\n django-flatblocks.\n* `mezzanine-widgets`_ - Widget system for Mezzanine.\n* `mezzanine-themes`_ - A collection of Django/Mezzanine templates.\n* `mezzanine-twittertopic`_ - Manage multiple Twitter topic feeds\n from the Mezzanine admin interface.\n* `mezzanine-captcha`_ - Adds CAPTCHA field types to Mezzanine's\n forms builder app.\n* `mezzanine-bookmarks`_ - A multi-user bookmark app for Mezzanine.\n* `mezzanine-events`_ - Events plugin for Mezzanine, with geocoding\n via Google Maps, iCalendar files, webcal URLs and directions via\n Google Calendar/Maps.\n* `mezzanine-polls`_ - Polls application for Mezzanine.\n* `mezzanine-pagedown`_ - Adds the `Pagedown`_ WYSIWYG editor to\n Mezzanine.\n* `mezzanine-careers`_ - Job posting application for Mezzanine.\n* `mezzanine-recipes`_ - Recipes plugin with built-in REST API.\n* `mezzanine-slides`_ - Responsive banner slides app for Mezzanine.\n* `mezzyblocks`_ - Another app for adding blocks/modules to Mezzanine.\n* `mezzanine-flexipage`_ - Allows designers to manage content areas\n in templates.\n* `mezzanine-instagram`_ - A simple Instagram app for Mezzanine.\n* `mezzanine-wiki`_ - Wiki app for Mezzanine.\n* `mezzanine-calendar`_ - Calendar pages in Mezzanine\n* `mezzanine-facebook`_ - Simple Facebook integration for Mezzanine.\n* `mezzanine-instagram-gallery`_ - Create Mezzanine galleries using\n Instagram images.\n* `mezzanine-cli`_ - Command-line interface for Mezzanine.\n* `mezzanine-categorylink`_ - Integrates Mezzanine's Link pages with\n its blog categories.\n* `mezzanine-podcast`_ - A simple podcast streamer and manager for\n Mezzanine.\n* `mezzanine-linkcollection`_ - Collect links. Feature them. Share\n them over RSS.\n* `cash-generator`_ - Generate `GnuCash`_ invoices with Mezzanine.\n* `mezzanine-foundation`_ - `Zurb Foundation`_ theme for Mezzanine.\n* `mezzanine-file-collections`_ - Simple file collection page type\n for Mezzanine.\n* `mezzanine-wymeditor`_ - `WYMeditor`_ adapted as the rich text\n editor for Mezzanine.\n* `mezzanine-meze`_ - Adds support for `reStructuredText`_,\n `Pygments`_ and more, to Mezzanine's rich text editing.\n* `mezzanine-pageimages`_ - Add background and banner images per page\n in Mezzanine.\n* `mezzanine-protected-pages`_ - Restrict access to pages by group\n membership.\n* `mezzanine-page-auth`_ - A Mezzanine module for add group-level\n permission to pages.\n* `django-widgy`_ - Widget-oriented content editing. Includes an\n adapter for Mezzanine and a powerful form builder.\n* `mezzanine-admin-backup`_ - Export your Mezzanine database and assets\n directly from the admin.\n* `mezzanine-mailchimp`_ - Integrate Mezzanine forms with a MailChimp\n subscription list.\n* `mezzanine-grappelli`_ - Integrates latest upstream\n grappelli/filebrowser with Mezzanine.\n* `mezzanine-workout`_ - Store and display FIT data in Mezzanine.\n* `mezzanine-agenda`_ - Event functionality for your Mezzanine sites.\n* `mezzanine-dpaste`_ - Integrate `dpaste`_, a Django pastebin, into\n your Mezzanine site.\n* `mezzanine-linkdump`_ - Create, display and track links in Mezzanine.\n* `mezzanine-people`_ - Categorize and list people in Mezzanine.\n* `mezzanine-webf`_ - Fabfile for deploying Mezzanine to Webfaction.\n* `mezzanineopenshift`_ Another setup for `Redhat's OpenShift`_ cloud\n platform.\n* `mezzanine-bsbanners`_ - Add `Twitter Bootstrap`_ Carousels and\n Jumbotrons to Mezzanine.\n* `mezzanine-business-theme`_ Starter business theme for Mezzanine.\n* `open-helpdesk`_ A helpdesk app built with Mezzanine.\n* `mezzanine-invites`_ Allow site registration via alphanumeric invite codes.\n* `ansible-mezzanine`_ Full pipeline (dev, staging, production) deployment of Mezzanine using `Ansible`_.\n\n\nDonating\n========\n\nIf you would like to make a donation to continue development of\nMezzanine, you can do so via the `Mezzanine Project`_ website.\n\nSupport\n=======\n\nTo report a security issue, please send an email privately to\n`security@jupo.org`_. This gives us a chance to fix the issue and\ncreate an official release prior to the issue being made\npublic.\n\nFor all other Mezzanine support, the primary channel is the\n`mezzanine-users`_ mailing list. Questions, comments, and all related\ndiscussions take place here amongst knowledgeable members of the\ncommunity.\n\nIf you're certain you've come across a bug, then please use the\n`GitHub issue tracker`_. It's crucial that enough information is\nprovided to reproduce the bug. This includes things such as the\nPython stack trace generated by error pages, as well as other aspects\nof the development environment used, such as operating system,\ndatabase, Python version, etc. If you're not sure you've found a\nreproducible bug, then please try the mailing list first.\n\nFinally, feel free to drop by the `#mezzanine IRC channel`_ on\n`Freenode`_, for a chat!\n\nCommunications in all Mezzanine spaces are expected to conform\nto the `Django Code of Conduct`_.\n\nSites Using Mezzanine\n=====================\n\n* `Citrus Agency `_\n* `Mezzanine Project `_\n* `Nick Hagianis `_\n* `Thomas Johnson `_\n* `Central Mosque Wembley `_\n* `Ovarian Cancer Research Foundation `_\n* `The Source Procurement `_\n* `Imageinary `_\n* `Brad Montgomery `_\n* `Jashua Cloutier `_\n* `Alpha & Omega Contractors `_\n* `Equity Advance `_\n* `Head3 Interactive `_\n* `PyLadies `_\n* `Ripe Maternity `_\n* `Cotton On `_\n* `List G Barristers `_\n* `Tri-Cities Flower Farm `_\n* `daon.ru `_\n* `autoindeks.ru `_\n* `immiau.ru `_\n* `ARA Consultants `_\n* `Bo\u00eete \u00e0 Z'images `_\n* `The Melbourne Cup `_\n* `Diablo News `_\n* `Goldman Travel `_\n* `IJC Digital `_\n* `Coopers `_\n* `Joe Julian `_\n* `Sheer Ethic `_\n* `Salt Lake Magazine `_\n* `Boca Raton Magazine `_\n* `Photog.me `_\n* `Elephant Juice Soup `_\n* `National Positions `_\n* `Like Humans Do `_\n* `Connecting Countries `_\n* `tindie.com `_\n* `Environmental World Products `_\n* `Ross A. Laird `_\n* `Etienne B. Roesch `_\n* `Recruiterbox `_\n* `Mod Productions `_\n* `Appsembler `_\n* `Pink Twig `_\n* `Parfume Planet `_\n* `Trading 4 Us `_\n* `Chris Fleisch `_\n* `Theneum `_\n* `My Story Chest `_\n* `Philip Sahli `_\n* `Raymond Chandler `_\n* `Nashsb `_\n* `AciBASE `_\n* `Matthe Wahn `_\n* `Bit of Pixels `_\n* `European Crystallographic Meeting `_\n* `Dreamperium `_\n* `UT Dallas `_\n* `Go Yama `_\n* `Yeti LLC `_\n* `Li Xiong `_\n* `Pageworthy `_\n* `Prince Jets `_\n* `30 sites in 30 days `_\n* `St Barnabas' Theological College `_\n* `Helios 3D `_\n* `Life is Good `_\n* `Building 92 `_\n* `Pie Monster `_\n* `Cotton On Asia `_\n* `Ivan Diao `_\n* `Super Top Secret `_\n* `Jaybird Sport `_\n* `Manai Glitter `_\n* `Sri Emas International School `_\n* `Boom Perun `_\n* `Tactical Bags `_\n* `apps.de `_\n* `Sunfluence `_\n* `ggzpreventie.nl `_\n* `dakuaiba.com `_\n* `Wdiaz `_\n* `Hunted Hive `_\n* `mjollnir.org `_\n* `The Beancat Network `_\n* `Raquel Mar\u00f3n `_\n* `EatLove `_\n* `Hospitality Quotient `_\n* `The Andrew Story `_\n* `Charles Koll Jewelry `_\n* `Mission Healthcare `_\n* `Creuna (com/dk/fi/no/se) `_\n* `Coronado School of the Arts `_\n* `SiteComb `_\n* `Dashing Collective `_\n* `Puraforce Remedies `_\n* `Google's VetNet `_\n* `1800RESPECT `_\n* `Evenhouse Consulting `_\n* `Humboldt Community Christian School `_\n* `Atlanta's Living Legacy `_\n* `Shipgistix `_\n* `Yuberactive `_\n* `Medical Myth Busters `_\n* `4player Network `_\n* `Top500 Supercomputers `_\n* `Die Betroffenen `_\n* `uvena.de `_\n* `ezless.com `_\n* `Dominican Python `_\n* `Stackful.io `_\n* `Adrenaline `_\n* `ACE EdVenture Programme `_\n* `Butchershop Creative `_\n* `Sam Kingston `_\n* `Ludwig von Mises Institute `_\n* `Incendio `_\n* `Alexander Lillevik `_\n* `Walk In Troms\u00f8 `_\n* `Mandrivia Linux `_\n* `Crown Preschool `_\n* `Coronado Pathways Charter School `_\n* `Raindrop Marketing `_\n* `Web4py `_\n* `The Peculiar Store `_\n* `GrinDin `_\n* `4Gume `_\n* `Skydivo `_\n* `Noshly `_\n* `Kabu Creative `_\n* `KisanHub `_\n* `Your Song Your Story `_\n* `Kegbot `_\n* `Fiz `_\n* `Willborn `_\n* `Copilot Co `_\n* `Amblitec `_\n* `Gold's Gym Utah `_\n* `Appsin - Blog to Native app `_\n* `Take Me East `_\n* `Code Raising `_\n* `ZigZag Bags `_\n* `VerifIP `_\n* `Clic TV `_\n* `JE Rivas `_\n* `Heather Gregory Nutrition `_\n* `Coronado Island Realty `_\n* `Loans to Homes `_\n* `Gensler Group `_\n* `SaniCo `_\n* `Grupo Invista `_\n* `Brooklyn Navy Yard `_\n* `MEZZaTHEME `_\n* `Nektra Advanced Computing `_\n* `Bootstrap ASAP `_\n* `California Center for Jobs `_\n* `Sam Kingston `_\n* `Code Juggle DJ `_\n* `Food News `_\n* `Australian Discworld Conventions `_\n* `Distilled `_\n* `OpenMRP `_\n* `Arkade Snowboarding `_\n* `Linktective The Link Checker `_\n* `Zetalab `_\n* `Make-Up Artists & Hair Stylists Guild `_\n* `Anywhereism `_\n* `Assistive Listening Device Locator `_\n* `Frank & Connie Spitzer `_\n* `Coronado Unified School District `_\n* `Coronado Inn `_\n* `Coronado Schools Foundation `_\n* `Light and Life Christian School `_\n* `The Morabito Group `_\n* `Law Offices of Nancy Gardner `_\n* `Soden & Steinberger APLC `_\n* `Stalwart Communications `_\n* `Ubuntu Consultants `_\n* `Wine a Bit Coronado `_\n* `Mercury Mastering `_\n* `Flowgrammable `_\n* `Shibe Mart `_\n* `Carlos Isaac Balderas `_\n* `Enrico Tr\u00f6ger `_\n* `Perugini `_\n* `YouPatch `_\n* `Batista Peniel `_\n* `Perceptyx `_\n* `Guddina Coffee `_\n* `Atami Escape Resort `_\n* `Philip Southwell `_\n* `Justine & Katie's Bowtique `_\n* `The Grantwell LLC `_\n* `PyCon Asia-Pacific `_\n* `Nerdot `_\n* `Coworking.do `_\n* `Arlette Pichardo `_\n* `Sani Dental Group `_\n* `Biocap 06 `_\n* `Python Baja California `_\n* `The Art Rebellion `_\n* `Engineered Arts `_\n* `Paul Whipp Consulting `_\n* `Lipman Art `_\n* `MODCo Group `_\n* `Terminal Labs `_\n* `Resource Management Companies `_\n* `DollFires `_\n* `Quantifind `_\n* `ZHackers `_\n* `Open ERP Arabia `_\n* `DataKind `_\n* `New Zealand Institute of Economic Research `_\n* `CodingHouse `_\n* `Triple J Products `_\n* `Aaron E. Balderas `_\n* `DVD.nl `_\n* `Constantia Fabrics `_\n* `Potrillo al Pie `_\n* `Skyfalk Web Studio `_\n* `Firefox OS Partners `_\n* `You Name It `_\n* `Atlas of Human Infectious Diseases `_\n* `The Entrepreneurial School `_\n* `Wednesday Martin `_\n* `Avaris to Avanim `_\n\n\nQuotes\n======\n\n* \"I'm enjoying working with Mezzanine, it's good work\"\n - `Van Lindberg`_, `Python Software Foundation`_ chairman\n* \"Mezzanine looks like it may be Django's killer app\"\n - `Antonio Rodriguez`_, ex CTO of `Hewlett Packard`_, founder\n of `Tabblo`_\n* \"Mezzanine looks pretty interesting, tempting to get me off\n Wordpress\" - `Jesse Noller`_, Python core contributor,\n `Python Software Foundation`_ board member\n* \"I think I'm your newest fan. Love these frameworks\"\n - `Emile Petrone`_, integrations engineer at `Urban Airship`_\n* \"Mezzanine is amazing\" - `Audrey Roy`_, founder of `PyLadies`_\n and `Django Packages`_\n* \"Mezzanine convinced me to switch from the Ruby world over\n to Python\" - `Michael Delaney`_, developer\n* \"Like Linux and Python, Mezzanine just feels right\" - `Phil Hughes`_,\n Linux For Dummies author, `The Linux Journal`_ columnist\n* \"Impressed with Mezzanine so far\" - `Brad Montgomery`_, founder\n of `Work For Pie`_\n* \"From the moment I installed Mezzanine, I have been delighted, both\n with the initial experience and the community involved in its\n development\" - `John Campbell`_, founder of `Head3 Interactive`_\n* \"You need to check out the open source project Mezzanine. In one\n word: Elegant\" - `Nick Hagianis`_, developer\n\n\n.. GENERAL LINKS\n\n.. _`Django`: http://djangoproject.com/\n.. _`Django Code of Conduct`: https://www.djangoproject.com/conduct/\n.. _`BSD licensed`: http://www.linfo.org/bsdlicense.html\n.. _`Wordpress`: http://wordpress.org/\n.. _`great sites people have built using Mezzanine`: http://mezzanine.jupo.org/sites/\n.. _`Pinax`: http://pinaxproject.com/\n.. _`Mingus`: http://github.com/montylounge/django-mingus\n.. _`Mezzanine project page`: http://mezzanine.jupo.org\n.. _`Python`: http://python.org/\n.. _`pip`: http://www.pip-installer.org/\n.. _`bleach`: http://pypi.python.org/pypi/bleach\n.. _`BeautifulSoup`: http://www.crummy.com/software/BeautifulSoup/\n.. _`pytz`: http://pypi.python.org/pypi/pytz/\n.. _`tzlocal`: http://pypi.python.org/pypi/tzlocal/\n.. _`django-compressor`: https://pypi.python.org/pypi/django_compressor\n.. _`Python Imaging Library`: http://www.pythonware.com/products/pil/\n.. _`Pillow`: https://github.com/python-imaging/Pillow\n.. _`grappelli-safe`: http://github.com/stephenmcd/grappelli-safe\n.. _`filebrowser-safe`: http://github.com/stephenmcd/filebrowser-safe/\n.. _`Grappelli`: http://code.google.com/p/django-grappelli/\n.. _`FileBrowser`: http://code.google.com/p/django-filebrowser/\n.. _`South`: http://south.aeracode.org/\n.. _`requests`: http://docs.python-requests.org/en/latest/\n.. _`requests_oauthlib`: http://requests-oauthlib.readthedocs.org/\n.. _`pyflakes`: http://pypi.python.org/pypi/pyflakes\n.. _`chardet`: https://chardet.readthedocs.org\n.. _`pep8`: http://pypi.python.org/pypi/pep8\n.. _`Homebrew`: http://mxcl.github.com/homebrew/\n.. _`In-line page editing`: http://mezzanine.jupo.org/docs/inline-editing.html\n.. _`custom content types`: http://mezzanine.jupo.org/docs/content-architecture.html#creating-custom-content-types\n.. _`Search engine and API`: http://mezzanine.jupo.org/docs/search-engine.html\n.. _`dashboard`: http://mezzanine.jupo.org/docs/admin-customization.html#dashboard\n.. _`Free Themes`: http://thecodinghouse.in/themes/\n.. _`Premium Themes`: http://mezzathe.me/\n.. _`@abhinavsohani`: https://twitter.com/abhinavsohani\n.. _`@joshcartme`: https://twitter.com/joshcartme\n.. _`Cartridge`: http://cartridge.jupo.org/\n.. _`Custom templates`: http://mezzanine.jupo.org/docs/content-architecture.html#page-templates\n.. _`test suite`: http://mezzanine.jupo.org/docs/packages.html#module-mezzanine.core.tests\n.. _`JVM`: http://en.wikipedia.org/wiki/Java_virtual_machine\n.. _`Jython`: http://www.jython.org/\n.. _`Twitter Bootstrap`: http://getbootstrap.com/\n.. _`Disqus`: http://disqus.com/\n.. _`Gravatar`: http://gravatar.com/\n.. _`Google Analytics`: http://www.google.com/analytics/\n.. _`Twitter`: http://twitter.com/\n.. _`bit.ly`: http://bit.ly/\n.. _`Akismet`: http://akismet.com/\n.. _`project_template`: https://github.com/stephenmcd/mezzanine/tree/master/mezzanine/project_template\n.. _`GitHub`: http://github.com/stephenmcd/mezzanine/\n.. _`Bitbucket`: http://bitbucket.org/stephenmcd/mezzanine/\n.. _`mezzanine-users`: http://groups.google.com/group/mezzanine-users/topics\n.. _`security@jupo.org`: mailto:security@jupo.org?subject=Mezzanine+Security+Issue\n.. _`GitHub issue tracker`: http://github.com/stephenmcd/mezzanine/issues\n.. _`#mezzanine IRC channel`: irc://irc.freenode.net/mezzanine\n.. _`Freenode`: http://freenode.net\n.. _`Django coding style`: http://docs.djangoproject.com/en/dev/internals/contributing/#coding-style\n.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/\n.. _`Bootstrap CSS guidelines`: https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#css\n.. _`Transiflex`: https://www.transifex.net/projects/p/mezzanine/\n.. _`Mezzanine Grid on djangopackages.com`: http://www.djangopackages.com/grids/g/mezzanine/\n.. _`Django's internationalization`: https://docs.djangoproject.com/en/dev/topics/i18n/translation/\n.. _`Python Software Foundation`: http://www.python.org/psf/\n.. _`Urban Airship`: http://urbanairship.com/\n.. _`Django Packages`: http://djangopackages.com/\n.. _`Hewlett Packard`: http://www.hp.com/\n.. _`Tabblo`: http://www.tabblo.com/\n.. _`The Linux Journal`: http://www.linuxjournal.com\n.. _`Work For Pie`: http://workforpie.com/\n.. _`virtualenvwrapper`: http://www.doughellmann.com/projects/virtualenvwrapper\n.. _`dpaste`: https://github.com/bartTC/dpaste\n\n\n.. THIRD PARTY LIBS\n\n.. _`Drum`: https://github.com/stephenmcd/drum\n.. _`Hacker News`: https://news.ycombinator.com\n.. _`Reddit`: http://www.reddit.com\n.. _`mezzanine-html5boilerplate`: https://github.com/tvon/mezzanine-html5boilerplate\n.. _`mezzanine-html5boilerplate`: https://github.com/tvon/mezzanine-html5boilerplate\n.. _`html5boilerplate project`: http://html5boilerplate.com/\n.. _`mezzanine-mdown`: https://bitbucket.org/onelson/mezzanine-mdown\n.. _`Markdown`: http://en.wikipedia.org/wiki/Markdown\n.. _`mezzanine-openshift`: https://github.com/overshard/mezzanine-openshift\n.. _`Redhat's OpenShift`: https://openshift.redhat.com/\n.. _`Ansible`: http://www.ansible.com/\n.. _`mezzanine-stackato`: https://github.com/Stackato-Apps/mezzanine\n.. _`ActiveState's Stackato`: http://www.activestate.com/stackato\n.. _`mezzanine-blocks`: https://github.com/renyi/mezzanine-blocks\n.. _`mezzanine-widgets`: https://github.com/osiloke/mezzanine_widgets\n.. _`mezzanine-themes`: https://github.com/renyi/mezzanine-themes\n.. _`mezzanine-twittertopic`: https://github.com/lockhart/mezzanine-twittertopic\n.. _`mezzanine-captcha`: https://github.com/mjtorn/mezzanine-captcha\n.. _`mezzanine-bookmarks`: https://github.com/adieu/mezzanine-bookmarks\n.. _`mezzanine-events`: https://github.com/stbarnabas/mezzanine-events\n.. _`mezzanine-polls`: https://github.com/sebasmagri/mezzanine_polls\n.. _`mezzanine-pagedown`: https://bitbucket.org/akhayyat/mezzanine-pagedown\n.. _`PageDown`: https://code.google.com/p/pagedown/\n.. _`mezzanine-careers`: https://github.com/mogga/mezzanine-careers\n.. _`mezzanine-recipes`: https://github.com/tjetzinger/mezzanine-recipes\n.. _`mezzanine-slides`: https://github.com/overshard/mezzanine-slides\n.. _`mezzyblocks`: https://github.com/jardaroh/mezzyblocks\n.. _`mezzanine-flexipage`: https://github.com/mrmagooey/mezzanine-flexipage\n.. _`mezzanine-wiki`: https://github.com/dfalk/mezzanine-wiki\n.. _`mezzanine-instagram`: https://github.com/shurik/Mezzanine_Instagram\n.. _`mezzanine-calendar`: https://github.com/shurik/mezzanine.calendar\n.. _`mezzanine-facebook`: https://github.com/shurik/Mezzanine_Facebook\n.. _`mezzanine-instagram-gallery`: https://github.com/georgeyk/mezzanine-instagram-gallery\n.. _`mezzanine-cli`: https://github.com/adieu/mezzanine-cli\n.. _`mezzanine-categorylink`: https://github.com/mjtorn/mezzanine-categorylink\n.. _`mezzanine-podcast`: https://github.com/carpie/mezzanine-podcast\n.. _`mezzanine-linkcollection`: https://github.com/mjtorn/mezzanine-linkcollection\n.. _`cash-generator`: https://github.com/ambientsound/cash-generator\n.. _`GnuCash`: http://www.gnucash.org/\n.. _`mezzanine-foundation`: https://github.com/zgohr/mezzanine-foundation\n.. _`Zurb Foundation`: http://foundation.zurb.com/\n.. _`mezzanine-file-collections`: https://github.com/thibault/mezzanine-file-collections\n.. _`mezzanine-wymeditor`: https://github.com/excieve/mezzanine-wymeditor\n.. _`WYMeditor`: http://wymeditor.github.io/wymeditor/\n.. _`mezzanine-meze`: https://github.com/abakan/mezzanine-meze\n.. _`reStructuredText`: http://docutils.sourceforge.net/rst.html\n.. _`Pygments`: http://pygments.org/\n.. _`mezzanine-pageimages`: https://github.com/bcs-de/mezzanine-pageimages\n.. _`mezzanine-protected-pages`: https://github.com/evilchili/mezzanine-protected-pages\n.. _`mezzanine-page-auth`: https://github.com/simodalla/mezzanine_page_auth\n.. _`django-widgy`: http://django-widgy.readthedocs.org/en/latest/\n.. _`mezzanine-admin-backup`: https://bitbucket.org/joshcartme/mezzanine-admin-backup\n.. _`mezzanine-mailchimp`: https://bitbucket.org/naritas/mezzanine-mailchimp\n.. _`mezzanine-grappelli`: https://github.com/sephii/mezzanine-grappelli\n.. _`mezzanine-workout`: https://github.com/kampfschlaefer/mezzanine-workout\n.. _`mezzanine-agenda`: https://github.com/jpells/mezzanine-agenda\n.. _`mezzanine-dpaste`: https://github.com/prikhi/mezzanine-dpaste\n.. _`mezzanine-linkdump`: https://github.com/prikhi/mezzanine-linkdump\n.. _`mezzanine-people`: https://github.com/eci/mezzanine-people\n.. _`mezzanine-webf`: https://github.com/jerivas/mezzanine-webf\n.. _`mezzanineopenshift`: https://bitbucket.org/radeksvarz/mezzanineopenshift\n.. _`mezzanine-bsbanners`: https://pypi.python.org/pypi/mezzanine-bsbanners\n.. _`mezzanine-business-theme`: https://github.com/dfalk/mezzanine-business-theme\n.. _`open-helpdesk`: https://github.com/simodalla/open-helpdesk\n.. _`mezzanine-invites`: https://github.com/averagehuman/mezzanine-invites\n.. _`ansible-mezzanine`: https://github.com/keithadavidson/ansible-mezzanine\n\n\n.. PEOPLE WITH QUOTES\n\n.. _`Van Lindberg`: http://www.lindbergd.info/\n.. _`Antonio Rodriguez`: http://an.ton.io/\n.. _`Jesse Noller`: http://jessenoller.com/\n.. _`Emile Petrone`: https://twitter.com/emilepetrone\n.. _`Audrey Roy`: http://cartwheelweb.com/\n.. _`Michael Delaney`: http://github.com/fusepilot/\n.. _`John Campbell`: http://head3.com/\n.. _`Phil Hughes`: http://www.linuxjournal.com/blogs/phil-hughes", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://mezzanine.jupo.org/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "MezzanineFor1.7", "package_url": "https://pypi.org/project/MezzanineFor1.7/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/MezzanineFor1.7/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://mezzanine.jupo.org/" }, "release_url": "https://pypi.org/project/MezzanineFor1.7/3.1.10/", "requires_dist": null, "requires_python": null, "summary": "An open source content management platform built using the Django framework.", "version": "3.1.10" }, "last_serial": 1401994, "releases": { "3.1.10": [ { "comment_text": "", "digests": { "md5": "e7a24b440f4a1c5f7f4c92365763bd96", "sha256": "d6a042ab74144a908371afa29e6de6f44e5bb2b9db47a29d9672b27944f83f1b" }, "downloads": -1, "filename": "MezzanineFor1.7-3.1.10.tar.gz", "has_sig": false, "md5_digest": "e7a24b440f4a1c5f7f4c92365763bd96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5943236, "upload_time": "2015-01-29T20:12:13", "url": "https://files.pythonhosted.org/packages/15/a9/e528fc0c9df9877433a2f7958d4dc1473c4173996af011df6e38f037cc53/MezzanineFor1.7-3.1.10.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e7a24b440f4a1c5f7f4c92365763bd96", "sha256": "d6a042ab74144a908371afa29e6de6f44e5bb2b9db47a29d9672b27944f83f1b" }, "downloads": -1, "filename": "MezzanineFor1.7-3.1.10.tar.gz", "has_sig": false, "md5_digest": "e7a24b440f4a1c5f7f4c92365763bd96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5943236, "upload_time": "2015-01-29T20:12:13", "url": "https://files.pythonhosted.org/packages/15/a9/e528fc0c9df9877433a2f7958d4dc1473c4173996af011df6e38f037cc53/MezzanineFor1.7-3.1.10.tar.gz" } ] }