Login Required. Sign up now -- its free!

Projects tagged ‘metaweblog’


[13 total ]

17 Users

Popular blog publishing platform maintained by Six Apart. Went open source in December 2007.
Created about 1 year ago.

1 Users
 

“Up!” is a small Cocoa application that can resize and sharpen photos and upload them to a blog software via the MetaWebLog API.
Created about 1 year ago.

0 Users

BlogFeeder is a Python script to pull items from any feed (RSS/Atom etc.) and publish them as aggregated posts to a blog that supports the MetaWeblog API (Wordpress, Movable Type, Live Spaces etc.)
Created 11 months ago.

0 Users

These are mostly Python plugins for Vim that allow posting to blogs. Currently Wordpress plugin works well for posting. Here is the source: http://vim-postblog.googlecode.com/svn/trunk/postblog.py ... [More] Under development is posting to Blogger. Here is the non-Plugin plain blogger posting API. http://vim-postblog.googlecode.com/svn/trunk/bloggerpost.py [Less]
Created 11 months ago.

0 Users

Python BloggerA python wrapper around the Blogger, Metaweblog, Wordpress, MovableType API Author: Ritesh Nadhani IntroductionThis library provides a pure python interface for the various blogging ... [More] API. Currently, only Metaweblog and Wordpress are implemented but it will be extended to use MovableType and Blogger soon. Since Blogger has now moved onto GData API, this interface will internally use GData API rather then XML-RPC. Installing/BuildingSince this wrapper is just one Python (.py) file, no fancy installer or setup tools are provided. Just copy it to your project folder and you are good to go. Getting the codeView the trunk at: http://python-blogger.googlecode.com/svn/trunk/ Check out the latest development version anonymously with: $ svn checkout http://python-blogger.googlecode.com/svn/trunk/ python-bloggerUsing $ import pyblog $ blog = pyblog.WordPress('http://www.example.com/blog/xmlrpc.api', 'USERNAME', 'PASSWORD') $ print blog.get_recent_posts()All return values are just standard Python based objects sent by xmlrpclib. TodoComplete TO-DO list is available in the TO-DO page of the distribution Notespyblog.MetawWeblog objects implements all metaWeblog API as documented at http://www.xmlrpc.com/metaWeblogApi. The naming convention is similar to it except its more pythonic so getRecentPosts() becomes get_recent_posts(). For API, requiring struct parameter you will have to pass a dictionary with the corresponding key/value pair. pyblog.Wordpress which extends pyblog.MetaWeblog implements the extra Wordpress XML-RPC methods. Currently, this API library fulfills all the functions provided with Wordpress v2.6 More InformationPlease visit http://groups.google.com/group/pyblog-devel for more discussion. License Complete info about BSD License: http://www.opensource.org/licenses/bsd-license.php [Less]
Created 11 months ago.

0 Users

Create MetaWeblog API library for modX and create few plugins for Windows Live Writer. MetaWeblog API will give availability to post content to modX cms from clients such as Windows Live Writer. ... [More] ModX has few special stufs, such as ditto that must be realized as plugins for Windows Live Writer. [Less]
Created 11 months ago.

0 Users

This project contains the code to export photos to a blog using the MetaWeblog API. It has only been tested with Expression Engine.
Created 11 months ago.

0 Users

Częściowa implementacja API do blogowania, oparta na usłudze XML-RPC, obsługiwanej na platformie ASP.NET. Aplikacja wykorzystuje protokół jabbera i Joggerowego bota, oraz kanały RSS. ... [More] Obsługiwane funkcje: metaweblog.newPost metaweblog.getPost metaweblog.getRecentPosts metaweblog.getCategories (ta funkcja działa najbardziej "pseudo") blogger.getUserInfo blogger.getUsersBlogs Nieobsługiwane funkcje: metaweblog.editPost blogger.deletePost metaweblog.newMediaObject [Less]
Created 11 months ago.

0 Users

A simple command line tool that takes HTML and creates a draft post on a Blog. The html2blog.jar is a OneJar release and so it bundles all libraries in the jar (so the reason it's 3mb is that it ... [More] contains the Scala runtime) Usage: html2blog currently looks for a properties file in the current working directory that contains the following: user=blogusername password=passowrd url=http\://your.domain.name/xmlrpc.phpNote the escaped ":" in the url It currently takes the input from the console so it can be piped together like: stx2any --link-abbrevs --make-title off -T html $1 | tidy -asxhtml -qc -w 0 | java -jar html2blog.jar [Less]
Created 3 months ago.

0 Users

A very handy utility that utlizes the MetWeblog API to generate the corresponding BlogML for the content present on a Blog site. This would provide a quick and clean way to migrate your posts from an ... [More] exisitng blogging tool to BlogEngine.NET or any blogging application that supports import from blogML [Less]
Created 10 months ago.