https://secure.travis-ci.org/stephenmcd/mezzanine.png?branch=master

Created by Stephen McDonald

概要

Mezzanineはパワフルかつ一貫性があり、そしてフレキシブルなコンテンツ管理プラットフォームです。 Django フレームワークを使用することで、Mezzanineはコードの編集を促進する シンプルで高度に拡張可能なアーキテクチャを提供しています。 Mezzanineは BSD licensed で提供されており、アクティブかつ多様なコミュニティによりサポートされています。

ある意味では、Mezzanineは Wordpress のようなツールに似ています。 両者は、ページ, ブログ投稿, フォームデータ, 店舗商品その他のコンテンツを 管理する直感的なインタフェースを提供します。しかし、Mezzanineには 異なる面もまたあります。モジュールや再利用可能なアプリケーションによる 拡張性を有する他の多くのプラットフォームとは異なり、Mezzanineは その多くの機能を標準で提供しています。このアプローチは、より統合された効果的な プラットフォームを生み出しています。

Mezzanine project page を訪れて、great sites people have built using Mezzanine のいくつかを覗いてみてください。

機能

Mezzanineでは、Djangoによる一般的な機能(MVCアーキテクチャ, ORM, テンプレート, キャッシュ, 自動的な管理画面)に加えて、以下の機能を提供します:

  • 階層的ページナビゲーション
  • サイト上での下書き保存とプレビュー
  • スケジュール公開
  • ドラッグ・アンド・ドロップによるページ並べ替え
  • WYSIWYG編集
  • In-line page editing
  • ドラッグ・アンド・ドロップによるCSVエクスポート可能なHTML5フォームビルダ
  • SEOフレンドリなURLとメタデータ
  • ショッピングカート・モジュール (Cartridge)
  • 編集可能な dashboard ウィジェット
  • ブログエンジン
  • タグ付け
  • Themes Marketplace
  • メール認証可能なユーザ・アカウントとプロファイル
  • 35以上の言語への翻訳
  • FacebookやTwitterでの共有
  • ページやブログ投稿毎の Custom templates
  • Twitter Bootstrap との統合
  • API for custom content types
  • Search engine and API
  • サードパーティ製Djangoアプリとのシームレスな統合
  • マルチデバイス検出とテンプレートのハンドリング
  • 他のブログエンジンからのワンステップでの移行
  • 自動化された本番へのプロビジョニングと移行
  • Disqus との統合, もしくはビルトインのスレッド型コメント
  • Gravatar との統合
  • Google Analytics との統合
  • Twitter フィードとの統合
  • bit.ly との統合
  • Akismet スパム・フィルタリング
  • 組み込み test suite
  • JVM 互換 (via Jython)

Mezzanine管理ダッシュボード:

http://github.com/stephenmcd/mezzanine/raw/master/docs/img/dashboard.png

依存関係

Mezzanine makes use of as few libraries as possible (apart from a standard Django environment), with the following dependencies:

ブラウザ・サポート

Mezzanineの管理インタフェースは全てのモダンブラウザで動作します。 Internet Explorer 7以前についてはサポート対象外です。

インストール方法

最も簡単な方法は以下のコマンドで pip を使って pypi から 直接インストールすることです。この方法では前述の依存関係もあわせて インストールされます。:

$ pip install mezzanine

好みによっては、Mezzanineをダウンロードしてソースから直接 インストールすることも可能です。:

$ python setup.py install

一度インストールしてしまえば、django-admin.py のように mezzanine-project コマンドを使用して新規のMezzanine プロジェクトを作成することができます。:

$ mezzanine-project project_name
$ cd project_name
$ python manage.py createdb --noinput
$ python manage.py runserver

ノート

The createdb command is a shortcut for using Django’s syncdb command and setting the initial migration state for South. You can alternatively use syncdb and migrate if preferred. South is automatically added to INSTALLED_APPS if the USE_SOUTH setting is set to True.

createdb will also install some demo content, such as a contact form and image gallery. If you’d like to omit this step, use the --nodata option with createdb.

You should then be able to browse to http://127.0.0.1:8000/admin/ and log in using the default account (username: admin, password: default). If you’d like to specify a different username and password during set up, simply exclude the --noinput option included above when running createdb.

For information on how to add Mezzanine to an existing Django project, see the FAQ section of the documentation.

貢献

Mezzanine is an open source project managed using both the Git and Mercurial version control systems. These repositories are hosted on both GitHub and Bitbucket respectively, so contributing is as easy as forking the project on either of these sites and committing back your enhancements.

Please note the following guidelines for contributing:

  • Contributed code must be written in the existing style. This is as simple as following the Django coding style and (most importantly) PEP 8.
  • Contributions must be available on a separately named branch based on the latest version of the main branch.
  • Run the tests before committing your changes. If your changes cause the tests to break, they won’t be accepted.
  • If you are adding new functionality, you must include basic tests and documentation.

If you want to do development with mezzanine, here’s a quick way to set up a development environment and run the unit tests, using virtualenvwrapper to set up a virtualenv:

$ mkvirtualenv mezzanine
$ workon mezzanine
$ pip install Django pep8 pyflakes
$ git clone https://github.com/stephenmcd/mezzanine/
$ cd mezzanine
$ python setup.py develop
$ cp mezzanine/project_template/local_settings.py.template mezzanine/project_template/local_settings.py
$ ./mezzanine/project_template/manage.py test

言語翻訳

Mezzanine makes full use of translation strings, which allow Mezzanine to be translated into multiple languages using Django’s internationalization methodology. Translations are managed on the Transiflex website but can also be submitted via GitHub or Bitbucket. Consult the documentation for Django’s internationalization methodology for more information on creating translations and using them.

サードパーティ モジュール

The following modules have been developed outside of Mezzanine. If you have developed a module to integrate with Mezzanine and would like to list it here, send an email to the mezzanine-users mailing list. You can also add modules to the Mezzanine Grid on djangopackages.com.

寄付

If you would like to make a donation to continue development of Mezzanine, you can do so via the Mezzanine Project website.

サポート

To report a security issue, please send an email privately to security@jupo.org. This gives us a chance to fix the issue and create an official release prior to the issue being made public.

For general questions or comments, please join the mezzanine-users mailing list. To report a bug or other type of issue, please use the GitHub issue tracker. And feel free to drop by the #mezzanine IRC channel on Freenode, for a chat.

Communications in all Mezzanine spaces are expected to conform to the Django Code of Conduct.

Mezzanineを使用しているサイト

引用

目次

前のトピックへ

Mezzanine

次のトピックへ

Content Architecture

このページ