.. Pyramid Documentation Pyramid ドキュメント ===================== Getting Started --------------- .. If you are new to Pyramid, we have a few resources that can help you get up to .. speed right away: あなたが Pyramid を使い始めたばかりなら、今すぐにスピードアップするため のリソースがあります: .. * Check out our `FAQ `_. .. * To see a minimal Pyramid web application, check out `creating your first .. Pyramid application `_. .. * For help getting Pyramid set up, try the `install guide .. `_. .. * To get the feel of how a Pyramid web application is created, go to the .. `single file tasks tutorial `_ page. .. * Like learning by example? Check out to the `wiki tutorial .. `_. .. * Need help? See :ref:`support-desc`. * `FAQ `_ をチェックしてください。 * 最小の Pyramid ウェブアプリケーションを知るために、 `はじめての Pyramid アプリケーションの作成 `_ (英語) をチェックしてください。 * Pyramid をセットアップする方法が知りたければ、 `インストールガイド `_ を試してみてください。 * Pyramid ウェブアプリケーションがどのように作られるかの感触を得るためには、 `単一ファイルタスク・チュートリアル `_ (英語) を見てください。 * 実例による学習が好みですか? `Wiki チュートリアル `_ をやってみましょう。 * 助けが必要? :ref:`support-desc` を見てください。 .. Main Documentation 主要ドキュメント ------------------ .. * `Pyramid documentation 1.4 `_ (`1.4 PDF .. `_) (`1.4 Epub .. `_) - narrative and API .. documentation for Pyramid's current alpha/beta release. .. * `Pyramid documentation 1.3 `_ (`1.3 PDF .. `_) (`1.3 Epub .. `_) - narrative and API .. documentation for Pyramid's current stable release. .. * `Pyramid documentation 1.2 `_ (`1.2 PDF .. `_) (`1.2 Epub .. `_) - narrative and API .. documentation for Pyramid's 1.2 version. .. * `Pyramid documentation 1.1 `_ (`1.1 PDF .. `_) (`1.1 Epub .. `_) - narrative and API .. documentation for Pyramid's 1.1 version. .. * `Pyramid documentation 1.0 `_ (`1.0 PDF .. `_) (`1.0 Epub .. `_) - narrative and API .. documentation for Pyramid's 1.0 version. .. * `Pyramid development documentation `_ - narrative .. and API documentation for Pyramid's unreleased in-development version. .. * `The Pyramid Tutorials .. `_ presents .. tutorial resources for Pyramid. .. * `The Pyramid Cookbook .. `_ presents .. topical, practical usages of Pyramid. The cookbook is unfinished. * `Pyramid ドキュメント 1.4 `_ - Pyramid のマニュアルと API ドキュメント (最新の alpha/beta リリース)。 * `Pyramid ドキュメント 1.3 `_ - Pyramid のマニュアルと API ドキュメント (現在の安定リリース)。 * `Pyramid documentation 1.2 `_ (英語) - Pyramid バージョン 1.2 のマニュアルと API ドキュメント。 * `Pyramid documentation 1.1 `_ (英語) - Pyramid バージョン 1.1 のマニュアルと API ドキュメント。 * `Pyramid documentation 1.0 `_ (英語) - Pyramid バージョン 1.0 のマニュアルと API ドキュメント。 * `Pyramid development documentation `_ (英語) - Pyramid のマニュアルと API ドキュメント (開発中のバージョン)。 * `Pyramid チュートリアル `_ には Pyramid のチュートリアルが集約されています。 * `The Pyramid Cookbook `_ は Pyramid の実用的な利用方法をトピック別にまとめたものです。 cookbook は未完成です。 .. Pyramid Add-On Documentation Pyramid アドオンドキュメント ---------------------------- .. Pyramid supports extensibility through add-ons. The following add-ons are .. officially endorsed by the Pylons Project, and their documentation is hosted .. here. Pyramid はアドオンによる拡張をサポートしています。以下のアドオンは Pylons プロジェクトによって公式にサポートされ、ドキュメントもこの場所で 公開されます。 .. * `pyramid_beaker `_: Beaker session backend .. plug-in. .. - Maintained by: Ben Bangert, Chris McDonough .. - Version Control: https://github.com/Pylons/pyramid_beaker * `pyramid_beaker `_ (英語): Beaker session バックエンド プラグイン。 - メンテナー: Ben Bangert, Chris McDonough - バージョン管理: https://github.com/Pylons/pyramid_beaker .. * `pyramid_debugtoolbar `_, an interactive .. HTML debug toolbar for Pyramid. .. - Maintained by: Chris McDonough, Blaise Laflamme .. - Version Control: https://github.com/Pylons/pyramid_debugtoolbar * `pyramid_debugtoolbar `_ (英語), インタラクティブ HTML デバッグツールバー。 - メンテナー: Chris McDonough, Blaise Laflamme - バージョン管理: https://github.com/Pylons/pyramid_debugtoolbar .. * `pyramid_exclog `_, a package which logs .. exceptions from Pyramid applications. .. - Maintained by: Chris McDonough .. - Version Control: https://github.com/Pylons/pyramid_exclog * `pyramid_exclog `_ (英語), Pyramid アプリケーションで発生した例外を記録するパッケージ。 - メンテナー: Chris McDonough - バージョン管理: https://github.com/Pylons/pyramid_exclog .. * `pyramid_handlers `_: analogue of .. Pylons-style "controllers" for Pyramid. .. - Maintained by: Ben Bangert, Chris McDonough .. - Version Control: https://github.com/Pylons/pyramid_handlers * `pyramid_handlers `_ (英語): Pylons スタイルの「コントローラ」を Pyramid で実現するパッケージ。 - メンテナー: Ben Bangert, Chris McDonough - バージョン管理: https://github.com/Pylons/pyramid_handlers .. * `pyramid_jinja2 `_: `Jinja2 .. `_ template renderer for Pyramid .. - Maintained by: Rocky Burt .. - Version Control: https://github.com/Pylons/pyramid_jinja2 * `pyramid_jinja2 `_ (英語): `Jinja2 `_ (`日本語訳 `_) に対応したテンプレートレンダラー。 - メンテナー: Rocky Burt - バージョン管理: https://github.com/Pylons/pyramid_jinja2 .. * `pyramid_jqm `_, scaffolding for developing .. jQuery Mobile apps with Pyramid. .. - Maintained by: Chris McDonough .. - Version Control: https://github.com/Pylons/pyramid_jqm * `pyramid_jqm `_ (英語), Pyramid で jQuery Mobile アプリを開発するための scaffold。 - メンテナー: Chris McDonough - バージョン管理: https://github.com/Pylons/pyramid_jqm .. * `pyramid_layout `_: Pyramid add-on .. for managing UI layouts. .. - Maintained by: Chris Rossi, Paul Everitt, Blaise Laflamme .. - Version Control: https://github.com/Pylons/pyramid_layout * `pyramid_layout `_: UI レイアウト管理のための Pyramid アドオン。 - メンテナー: Chris Rossi, Paul Everitt, Blaise Laflamme - バージョン管理: https://github.com/Pylons/pyramid_layout .. * `pyramid_ldap `_, an LDAP authentication .. policy for Pyramid. .. - Maintained by: Chris McDonough .. - Version Control: https://github.com/Pylons/pyramid_ldap * `pyramid_ldap `_ (英語), Pyramid 用の LDAP 認証ポリシー。 - メンテナー: Chris McDonough - バージョン管理: https://github.com/Pylons/pyramid_ldap .. * `pyramid_mailer `_: a package for the .. Pyramid framework to take the pain out of sending emails. .. - Maintained by: Dan Jacobs, Chris McDonough .. - Version Control: https://github.com/Pylons/pyramid_mailer * `pyramid_mailer `_ (英語): Pyramid フレームワークで電子メールを送信する際の苦痛を取り除くパッケージ。 - メンテナー: Dan Jacobs, Chris McDonough - バージョン管理: https://github.com/Pylons/pyramid_mailer .. * `pyramid_rpc `_: RPC service add-on for .. Pyramid, supports XML-RPC in a more extensible manner than `pyramid_xmlrpc` .. with support for JSON-RPC and AMF. .. - Maintained by: Michael Merickel, Ben Bangert .. - Version Control: https://github.com/Pylons/pyramid_rpc * `pyramid_rpc `_ (英語): Pyramid の RPC サービスアドオンです。 `pyramid_xmlrpc` より拡張可能な方法で XML-RPC をサポートします。 JSON-RPC および AMF もサポートしています。 - メンテナー: Michael Merickel, Ben Bangert - バージョン管理: https://github.com/Pylons/pyramid_rpc .. * `pyramid_tm `_: Centralized transaction .. management for Pyramid applications (without middleware). .. - Maintained by: Rocky Burt .. - Version Control: https://github.com/Pylons/pyramid_tm * `pyramid_tm `_ (英語): Pyramid アプリケーションのための集約型トランザクション管理 (ミドルウェア未使用)。 - メンテナー: Rocky Burt - バージョン管理: https://github.com/Pylons/pyramid_tm .. * `pyramid_who `_: Authentication policy for .. pyramid using repoze.who 2.0 API. .. - Maintained by: Chris McDonough, Tres Seaver .. - Version Control: https://github.com/Pylons/pyramid_who * `pyramid_who `_ (英語): repoze.who 2.0 API を使った Pyramid のための認証ポリシー。 - メンテナー: Chris McDonough, Tres Seaver - バージョン管理: https://github.com/Pylons/pyramid_who .. * `pyramid_xmlrpc `_: XML-RPC add-on for .. Pyramid .. - Maintained by: Chris McDonough .. - Version Control: https://github.com/Pylons/pyramid_xmlrpc * `pyramid_xmlrpc `_ (英語): Pyramid 用の XML-RPC アドオン。 - メンテナー: Chris McDonough - バージョン管理: https://github.com/Pylons/pyramid_xmlrpc .. * `pyramid_zcml `_: Zope Configuration Markup .. Language configuration support for Pyramid. .. - Maintained by: Chris McDonough .. - Version Control: https://github.com/Pylons/pyramid_zcml * `pyramid_zcml `_ (英語): Pyramid 用の Zope Configuration Markup Language 設定のサポート。 - メンテナー: Chris McDonough - バージョン管理: https://github.com/Pylons/pyramid_zcml .. * `pyramid_zodbconn `_: ZODB Database .. connection management for Pyramid. .. - Mantained by: Chris McDonough, Chris Rossi .. - Version Control: https://github.com/Pylons/pyramid_zodbconn * `pyramid_zodbconn `_ (英語): Pyramid 用の ZODB データベースコネクション管理。 - メンテナー: Chris McDonough, Chris Rossi - バージョン管理: https://github.com/Pylons/pyramid_zodbconn .. Pyramid Development Environment Documentation Pyramid 開発環境ドキュメント --------------------------------------------- .. Development environments are packages which use Pyramid as a core, but offer .. alternate services and scaffolding. Each development environment presents a .. set of opinions and a "personality" to its users. Although users of a .. development environment can still use all of the services offered by the .. Pyramid core, they are usually guided to a more focused set of opinions .. offered by the development environment itself. Development environments .. often have dependencies beyond those of the Pyramid core. 開発環境は、コアとして Pyramid を使用するものの、異なるサービスおよび scaffold を提供するパッケージです。各々の開発環境はユーザに一揃いの 主義主張と「個性」を提示します。開発環境のユーザは依然として Pyramid コアによって提供されるすべてのサービスを利用することができますが、通常は 開発環境自体によって提示された、より焦点を絞った主義主張のセットにガイド されます。開発環境はしばしば Pyramid コア以上に依存性を持つことがあります。 .. _akhet-desc: .. * `Khufu Project `_: Khufu is an application .. scaffolding for Pyramid that provides an environment to work with Jinja2 and .. SQLAlchemy. .. - Maintained by: Rocky Burt .. - Version Control: https://github.com/khufuproject * `Khufu Project `_ (英語): Khufu (クフ) は Pyramid のためのアプリケーション scaffold で、 Jinja2 と SQLAlchemy を使う環境を提供します。 - メンテナー: Rocky Burt - バージョン管理: https://github.com/khufuproject