summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-10-08 15:46:50 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-10-08 15:46:50 -0400
commite69546a0ffed82b937e91e34d5d1c1f597575fb5 (patch)
tree6111578c50b1282d4808c2554794e92c56047b08 /docs/intro.rst
parentd4b659ece9dc1fa682d2d937752acf6cc0b82ae6 (diff)
downloadtablib-e69546a0ffed82b937e91e34d5d1c1f597575fb5.tar.gz
Major documentation update.
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst22
1 files changed, 18 insertions, 4 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index bfa8a3e..b9c5f78 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -7,13 +7,27 @@ This part of the documentation covers all the interfaces of Tablib. For
parts where Tablib depends on external libraries, we document the most
important right here and provide links to the canonical documentation.
+
Why Tablib?
-----------
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Why not?
+
+It Should Be Easy
+-----------------
+
+
+.. _mit:
+MIT License
+-----------
+
+A large number of open source projects you find today are `GPL Licensed`_. While the GPL certianly has essential applications, it should most certianly not be your go-to license for you next open source project.
+
+A project that was released as GPL cannot be usd in any commercial product without the product itself also being offered as open source. The MIT and BSD licenses are fantastic alternatives to this *major* problem.
+Tablib is released under terms of `The MIT License`_.
-Boiler Plate is Bad
--------------------
+.. _`GPL Licensed`: http://www.opensource.org/licenses/gpl-license.php
+.. _`The MIT License`: http://www.opensource.org/licenses/mit-license.php
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Now, go :ref:`Install Tablib <install>`. \ No newline at end of file