Skip to content

Commit

Permalink
Removed playdoh docs from docs/ and made it a template for the forked…
Browse files Browse the repository at this point in the history
… projects. Playdoh docs now live under gh.com/mozilla/playdoh-docs

Closes issue 31.
  • Loading branch information
Fred Wenzel committed Jun 9, 2011
1 parent c6d7e2a commit c6a1c1b
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 833 deletions.
79 changes: 0 additions & 79 deletions docs/bestpractices.rst

This file was deleted.

3 changes: 3 additions & 0 deletions docs/build-github.zsh
@@ -1,5 +1,8 @@
#!/bin/zsh

# A useful build script for projects hosted on github:
# It can build your Sphinx docs and push them straight to your gh-pages branch.

# Should be run from the docs directory: (cd docs && ./build-github.zsh)

REPO=$(git config remote.origin.url)
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Expand Up @@ -40,8 +40,8 @@
master_doc = 'index'

# General information about the project.
project = u'playdoh'
copyright = u'2011, Mozilla'
project = u'a playdoh-based project'
copyright = u'2011, the authors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -211,8 +211,8 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'playdoh', u'playdoh Documentation',
[u'Mozilla'], 1)
('index', 'a-playdoh-app', u"a-playdoh-app's Documentation",
[u'the authors'], 1)
]


Expand Down
81 changes: 0 additions & 81 deletions docs/docs.rst

This file was deleted.

46 changes: 0 additions & 46 deletions docs/gettingstarted.rst

This file was deleted.

46 changes: 11 additions & 35 deletions docs/index.rst
@@ -1,50 +1,26 @@
===================================
Welcome to playdoh's documentation!
===================================
========================================
Welcome to this project's documentation!
========================================

**Mozilla's Playdoh** is a web application template based on Django_.
This is a documentation template for a **web application based on Playdoh**.
Feel free to change this to your liking.

Patches are welcome! Feel free to fork and contribute to this project on
Github_.

.. _Django: http://www.djangoproject.com/
.. _Github: https://github.com/mozilla/playdoh
About playdoh
-------------

This project is based on **playdoh**. Mozilla's Playdoh is an open source
web application template based on `Django <http://www.djangoproject.com/>`_.

Features
--------
Quick and dirty (and probably incomplete) feature list:

* Rich, but "cherry-pickable" features out of the box:

* Django
* jinja2 template engine
* Celery support
* Simple database migrations
* Full localization support

* Secure by default:

* SHA-512 default password hashing
* X-Frame-Options: DENY by default
* secure and httponly flags on cookies enabled by default

To learn more about it, step by the `playdoh project page
<https://github.com/mozilla/playdoh>`_.

Contents
--------

.. toctree::
:maxdepth: 1

gettingstarted
libs
operations
migrations
l10n
packages
docs
bestpractices


Indices and tables
------------------
Expand Down

0 comments on commit c6a1c1b

Please sign in to comment.