1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/py-mt/pkg-descr
Eitan Adler d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00

13 lines
628 B
Plaintext

PyMT is a simple Python module which allows you to easily connect to a Movable
Type weblog, using it's built in XML-RPC API. PyMT is capable of handling every
MT call available.
This interface allows you to access most of the core functionality of Movable
Type, including the ability to view, post, delete and edit weblog entries,
fetch user information, apply categories to your posts and get information
about trackback pings. Every XML-RPC method is accessed using a PyMT method
with exactly the same name. PyMT is basically just a light wrapper, which
hides the xml-rpc part of the work.
WWW: http://pymt.sourceforge.net/