Skip to content

Commit

Permalink
Various documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Sep 12, 2009
1 parent c36883d commit 7aabb2d
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 53 deletions.
18 changes: 12 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ format.

Installing django-uni-form
============================
1. Install as uni_form in your Django apps directory.
2. Copy the site_media files in uni_form to your project site_media directory.
uni-form-generic.css
uni-form.css
uni-form.jquery.js
3. Add 'uni_form' to INSTALLED_APPS in settings.py.

#. Install as uni_form in your Django apps directory.

#. Copy the site_media files in uni_form to your project site_media directory.

* uni-form-generic.css

* uni-form.css

* uni-form.jquery.js

#. Add 'uni_form' to INSTALLED_APPS in settings.py.


Using the django-uni-form filter (Easy and fun!)
Expand Down
18 changes: 12 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ format.

Installing django-uni-form
============================
1. Install as uni_form in your Django apps directory.
2. Copy the site_media files in uni_form to your project site_media directory.
uni-form-generic.css
uni-form.css
uni-form.jquery.js
3. Add 'uni_form' to INSTALLED_APPS in settings.py.

#. Install as uni_form in your Django apps directory.

#. Copy the site_media files in uni_form to your project site_media directory.

* uni-form-generic.css

* uni-form.css

* uni-form.jquery.js

#. Add 'uni_form' to INSTALLED_APPS in settings.py.


Using the django-uni-form filter (Easy and fun!)
Expand Down
25 changes: 15 additions & 10 deletions docs/index.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
###############
django-uni-form
###############
=====================================
django-uni-form (Django Uni-Form)
=====================================

Django_ forms are easily rendered as tables,
paragraphs, and unordered lists. However, elegantly rendered div based forms
is something you have to do by hand. The purpose of this application is to
provide a simple tag and/or filter that lets you quickly render forms in a div
format.

`Uni-form`_ has been selected as the base model for the design of the forms.

Django-uni-form lets you easily display Django forms as divs.

Contents:

.. toctree::

install.txt
usage.txt


.. _Django: http:https://djangoproject.com
.. _`Uni-form`: http:https://sprawsm.com/uni-form
22 changes: 16 additions & 6 deletions docs/install.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
Installing django-uni-form
============================
1. Install as uni_form in your Django apps directory.
2. Copy the site_media files in uni_form to your project site_media directory.
uni-form-generic.css
uni-form.css
uni-form.jquery.js
3. Add 'uni_form' to INSTALLED_APPS in settings.py.

#. Install as uni_form in your Django apps directory.

#. Copy the site_media files in uni_form to your project site_media directory.

* uni-form-generic.css

* uni-form.css

* uni-form.jquery.js

#. Add 'uni_form' to INSTALLED_APPS in settings.py.


.. _Django: http:https://djangoproject.com
.. _`Uni-form`: http:https://sprawsm.com/uni-form
28 changes: 3 additions & 25 deletions docs/usage.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
=====================================
django-uni-form (Django Uni-Form)
=====================================

Django_ forms are easily rendered as tables,
paragraphs, and unordered lists. However, elegantly rendered div based forms
is something you have to do by hand. The purpose of this application is to
provide a simple tag and/or filter that lets you quickly render forms in a div
format.

`Uni-form`_ has been selected as the base model for the design of the forms.

Installing django-uni-form
============================
1. Install as uni_form in your Django apps directory.
2. Copy the site_media files in uni_form to your project site_media directory.
uni-form-generic.css
uni-form.css
uni-form.jquery.js
3. Add 'uni_form' to INSTALLED_APPS in settings.py.

===========================
Ways to use Django-uni-form
===========================

Using the django-uni-form filter (Easy and fun!)
=================================================
Expand Down Expand Up @@ -192,7 +174,3 @@ Then, just like in the previous example, add the following to your template::


This allows you to group fields in fieldsets, or rows or columns or add HTML between fields etc.


.. _Django: http:https://djangoproject.com
.. _`Uni-form`: http:https://sprawsm.com/uni-form

0 comments on commit 7aabb2d

Please sign in to comment.