Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 11, 2012
1 parent c9c9239 commit f52a5df
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
1 change: 1 addition & 0 deletions pylonshq/templates/pages/community/blogs.rst
Expand Up @@ -9,3 +9,4 @@ Weblogs of some of the personalities in the Pyramid community.
- `Chris Davies <http://cd34.com/blog/category/framework/>`_
- `Wayne Witzel III <http://pieceofpy.com/category/python/>`_
- `Rocky Burt <http://www.serverzen.net/tags/python>`_
- `Michael Merickel <http://michael.merickel.org/>`_
6 changes: 3 additions & 3 deletions pylonshq/templates/pages/community/how-to-contribute.rst
Expand Up @@ -4,9 +4,9 @@ How to Contribute
=================

Pylons Project subprojects follow a coding style, with minimum standards:
http://docs.pylonsproject.org/community/codestyle.html . All substantive
code contributions to the Pylons Project must be tested; see
http://docs.pylonsproject.org/community/testing.html .
http://docs.pylonsproject.org/en/latest/community/conduct.html . All
substantive code contributions to the Pylons Project must be tested; see
http://docs.pylonsproject.org/en/latest/community/testing.html .

For substantive contributions to its major projects, The Pylons Project
requires the following of its contributors:
Expand Down
10 changes: 5 additions & 5 deletions pylonshq/templates/pages/projects/pyramid/about.rst
Expand Up @@ -4,9 +4,11 @@ About Pyramid
Pyramid is a very general open source Python web framework. As a framework,
its primary job is to make it easier for a developer to create an arbitrary
web application. The type of application being created isn’t really
important; it could be a spreadsheet, a corporate intranet, or an
“oh-so-Web-2.0” social networking platform. Pyramid is general enough that it
can be used in a wide variety of circumstances.
important; it could be a spreadsheet, a corporate intranet, or a social
networking platform. Pyramid is general enough that it can be used in a wide
variety of circumstances.

Here's a very simple example of a Pyramid application.

.. code-block:: python
Expand All @@ -25,8 +27,6 @@ can be used in a wide variety of circumstances.
server = make_server('0.0.0.0', 8080, app)
server.serve_forever()
Tenets
------

Expand Down
23 changes: 12 additions & 11 deletions pylonshq/templates/pages/projects/pyramid/faq.rst
Expand Up @@ -14,12 +14,12 @@ Facebook/Twitter, Mobile technologies a lot of functionality is already
available. Check it out here:

* Pyramid has plenty of add-ons, be that mailers, RPC, debugging tools. Check
them out `right here <http://docs.pylonsproject.org/en/latest/pyramid.html#pyramid-add-on-documentation>`_
them out `right here <http://docs.pylonsproject.org/en/latest/docs/pyramid.html#pyramid-add-on-documentation>`_
* Checkout `Officially Supported Pyramid Libraries
<http://docs.pylonsproject.org/en/latest/libraries.html>`_
<http://docs.pylonsproject.org/en/latest/docs/libraries.html>`_
* PyPI is full of `Pyramid related packages <http://pypi.python.org/pypi?%3Aaction=search&term=pyramid>`_
* `OpenComparisson Project <http://pyramid.opencomparison.org/>`_ has side by
side comparissons of many packages.
side comparisons of many packages.

Pylons to Pyramid Migration
===========================
Expand All @@ -28,7 +28,7 @@ Wondering how to do Pylons to Pyramid migration?

* `Akhet <http://sluggo.scrapping.cc/python/Akhet/>`_ will help any Pylons user
convert their Pylons app to Pyramid. It utilizes `pyramid_handlers
<http://docs.pylonsproject.org/projects/pyramid_handlers/dev/>`_ for routing.
<http://docs.pylonsproject.org/projects/pyramid_handlers/en/latest/>`_ for routing.


Django Users
Expand All @@ -37,23 +37,23 @@ Django Users
Are you coming from Django to Pyramid and not sure where to start. Get started
with the set of wonderful packages below.

* Default `pyramid_routesalchemy <http://docs.pylonsproject.org/projects/pyramid/en/1.2-branch/narr/project.html#scaffolds-included-with-pyramid>`_ scaffold
* Default `alchemy <http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/project.html#scaffolds-included-with-pyramid>`_ scaffold
* `Jinja2 Templates <http://jinja.pocoo.org/docs/>`_ using `pyramid_jinja2
<http://docs.pylonsproject.org/projects/pyramid_jinja2/dev/>`_
<http://docs.pylonsproject.org/projects/pyramid_jinja2/en/latest/>`_
* Beaker session using `pyramid_beaker
<http://docs.pylonsproject.org/projects/pyramid_beaker/dev/>`_
<http://docs.pylonsproject.org/projects/pyramid_beaker/en/latest/>`_
* `FormAlchemy <http://docs.formalchemy.org/pyramid_formalchemy/>`_ for the Admin interface.
* For authentication read the tutorial by <http://michael.merickel.org/projects/pyramid_auth_demo>`_
* For forms look at `Deform
<http://docs.pylonsproject.org/projects/deform/en/latest/>`_. Checkout the `Deform
<http://docs.pylonsproject.org/projects/deform/en/latest/>`_. Check out the `Deform
demos <http://deformdemo.repoze.org/>`_

Repoze.BFG to Pyramid Migration
===============================

Pyramid was repoze.bfg in its past life and migration is built in.
Pyramid was named repoze.bfg in its past life and migration is built in.

The `migration tutorial <http://docs.pylonsproject.org/projects/pyramid/en/1.2-branch/tutorials/bfg/index.html>`_ is built in.
The `migration tutorial <http://docs.pylonsproject.org/projects/pyramid/en/latest/tutorials/bfg/index.html>`_ is built in.


Authentication and Authorization
Expand Down Expand Up @@ -98,7 +98,7 @@ Form Validation and Formatting Helpers
* Use `FormAlchemy <http://docs.formalchemy.org/pyramid_formalchemy/>`_ for the Admin interface.
* For authentication read the tutorial by <http://michael.merickel.org/projects/pyramid_auth_demo>`_
* For form handling look at `Deform
<http://docs.pylonsproject.org/projects/deform/dev/>`_. Checkout the `Deform
<http://docs.pylonsproject.org/projects/deform/en/latest/>`_. Checkout the `Deform
demos <http://deformdemo.repoze.org/>`_


Expand Down Expand Up @@ -128,6 +128,7 @@ Deployment and WSGI Servers
Pyramid is compatible with all of the WSGI compliant servers. For development
purposes paste.httpserver can be run using **paster serve development.ini**

* Waitress
* paste.httpserver
* mod_wsgi / apache
* gunicorn
Expand Down

0 comments on commit f52a5df

Please sign in to comment.