Makefile
add Blogger page draft support (#15)
also simplify the post draft, both post and page use publish and revert action to update post or page for the draft status
add documentation generation
setup.py
Makefile
add Blogger page support (#1)
add Blogger post draft support (#2)
#2 is split, #15 created for page kind, which doesn’t have same draft setting support as post kind.
Port to Python 3, use Unicode in Python 2
Modularize Blogger API use, new services for adding new services
Add service_options to rc:
The options for a service can be specified using service_options which is a dict. Previous blog, now must be assigned within service_options, for example:
service = 'blogger'
service_options = {
'blog': 12345,
'other_option': 'other value',
}
The options will be supplied when initialize the service.
Add bpy.services.wordpress
service will be added to headers