Added README, removed komodo project files
authorBradley Ayers <bradley.ayers@gmail.com>
Fri, 4 Feb 2011 02:37:48 +0000 (12:37 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Fri, 4 Feb 2011 02:37:48 +0000 (12:37 +1000)
.gitignore
README.rst [new file with mode: 0644]
django-tables.komodoproject [deleted file]

index 64390b90e10dc4ac866d802151da6dde949a79c9..e1f1a7b3034057b6e86ca09614069d53cfb9bc89 100644 (file)
@@ -1,5 +1,6 @@
 *.pyc
+/*.komodoproject
 /MANIFEST
-dist/
-docs/_build/
-django_tables.egg-info/
+/dist/
+/docs/_build/
+/django_tables.egg-info/
diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..31228a4
--- /dev/null
@@ -0,0 +1,11 @@
+===============================================
+django-tables - An app for creating HTML tables
+===============================================
+
+django-tables simplifies the task of turning sets of datainto HTML tables. It
+has native support for pagination and sorting. It does for HTML tables what
+``django.forms`` does for HTML forms.
+
+`Documentation`_ is available on http://readthedocs.org
+
+.. _: http://readthedocs.org/docs/django-tables/en/latest/
diff --git a/django-tables.komodoproject b/django-tables.komodoproject
deleted file mode 100644 (file)
index bf27c2a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Komodo Project File - DO NOT EDIT -->
-<project id="b062a53e-4e42-074d-bae5-c279107e8f41" kpf_version="5" name="django-tables.komodoproject">
-<preference-set idref="b062a53e-4e42-074d-bae5-c279107e8f41">
-  <string relative="path" id="import_dirname"></string>
-  <string id="import_exclude_matches">*.*~;*.bak;*.tmp;CVS;.#*;*.pyo;*.pyc;.svn;*%*;tmp*.html;.DS_Store;.komodotools;*.komodoproject;*.egg-info;.git</string>
-  <string id="import_include_matches"></string>
-  <boolean id="import_live">1</boolean>
-</preference-set>
-</project>