Files
tablib/docs/intro.rst
T
2010-10-08 15:46:50 -04:00

33 lines
1.0 KiB
ReStructuredText

.. _intro:
Introduction
============
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?
-----------
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`_.
.. _`GPL Licensed`: http://www.opensource.org/licenses/gpl-license.php
.. _`The MIT License`: http://www.opensource.org/licenses/mit-license.php
Now, go :ref:`Install Tablib <install>`.