evennia/docs/sphinx/source/wiki/Links.rst

62 lines
1.9 KiB
ReStructuredText

External links and resources
============================
This is a list of resources that may be useful for Evennia users and
developers.
Evennia links
-------------
- `Evennia's main portal page <http://www.evennia.com>`_ (RSS feeds to
updates)
- `Evennia forums <http://www.evennia.com/discussions>`_
- `Evennia Commit
Log <http://groups.google.com/group/evennia-commits>`_ (SVN commit
notification)
- `Sequential source update
list <http://code.google.com/p/evennia/source/list>`_ (easily see
what was changed in each update)
- `Evennia mailing list <http://groups.google.com/group/evennia>`_
(better web interface can be found from the portal)
Third-party Evennia links
-------------------------
- `Read Evennia's manual on
ReadTheDocs <http://evennia.readthedocs.org>`_
- `Hosting Evennia on
Webfaction <http://lotek.heavy.ch/evennia#Hosting>`_
- `Evennia on Ohloh <http://www.ohloh.net/projects/6906>`_
- `Evennia on OpenHatch <http://openhatch.org/+projects/Evennia>`_
- `Evennia on
PyPi <http://pypi.python.org/pypi/Evennia%20MUD%20Server/Alpha>`_
Frameworks
----------
`Django's homepage <http://www.djangoproject.com/>`_
- `Documentation <http://docs.djangoproject.com/en>`_
- `Code <http://code.djangoproject.com/>`_
`Twisted homepage <http://twistedmatrix.com/>`_
- `Documentation <http://twistedmatrix.com/documents/current/core/howto/index.html>`_
- `Code <http://twistedmatrix.com/trac/browser>`_
Tools
-----
- `Subversion Manual <http://svnbook.red-bean.com/>`_
- `Doxygen <http://www.stack.nl/~dimitri/doxygen/>`_ (build auto-docs)
Python Info
-----------
`Python Website <http://www.python.org/>`_
- `Documentation <http://www.python.org/doc/>`_
- `Tutorial <http://docs.python.org/tut/tut.html>`_
- `Library Reference <http://docs.python.org/lib/lib.html>`_
- `Language Reference <http://docs.python.org/ref/ref.html>`_