{"id":20417174,"url":"https://github.com/mimiz/blogpost","last_synced_at":"2025-08-09T15:27:22.259Z","repository":{"id":30272138,"uuid":"33823592","full_name":"mimiz/blogpost","owner":"mimiz","description":"Automatically exported from code.google.com/p/blogpost","archived":false,"fork":false,"pushed_at":"2015-04-12T16:09:42.000Z","size":252,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T13:59:49.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mimiz.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-12T16:06:34.000Z","updated_at":"2017-06-23T13:18:43.000Z","dependencies_parsed_at":"2022-09-07T20:50:24.876Z","dependency_job_id":null,"html_url":"https://github.com/mimiz/blogpost","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimiz%2Fblogpost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimiz%2Fblogpost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimiz%2Fblogpost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimiz%2Fblogpost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mimiz","download_url":"https://codeload.github.com/mimiz/blogpost/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241960836,"owners_count":20049342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T06:24:56.825Z","updated_at":"2025-03-05T03:44:54.548Z","avatar_url":"https://github.com/mimiz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"blogpost README\n===============\n:Author: Stuart Rackham\n\n\n*Updated*: 2012-12-31 +\n*Updated*: 2010-10-28 +\n*Updated*: 2010-02-17 +\n*Published*: 2008-05-16\n\n'blogpost' is a Wordpress command-line weblog client.  It creates and\nupdates weblog entries directly from\nhttp://www.methods.co.nz/asciidoc/[AsciiDoc] (or HTML) source\ndocuments. You can also delete and list weblog entries from the\ncommand-line.\n\n- Manages WordPress Posts and Pages.\n- Automatically uploads media files (images, video, audio).\n- Only posts new or modified media files.\n\nThis 'blogpost' command creates a blogpost containing images from an\nAsciiDoc text file:\n\n---------------------------------------------------------------------\n$ blogpost.py post blogpost_media_processing.txt\n\nuploading: /home/srackham/doc/blogs/smallnew.png...\nurl: http://srackham.files.wordpress.com/2008/05/smallnew.png\nuploading: /home/srackham/doc/blogs/tiger.png...\nurl: http://srackham.files.wordpress.com/2008/05/tiger1.png\ncreating published post 'blogpost media processing'...\nid: 93\nurl: http://srackham.wordpress.com/2008/05/22/blogpost-media-processing/\n---------------------------------------------------------------------\n\n\nStatus\n------\nLatest version in http://code.google.com/p/blogpost/[Mercurial\nrepository at Google Code].\n\nSee also the http://srackham.wordpress.com/blogpost1/[blogpost(1) man\npage].\n\nCurrent version tested under:\n\n- Xubuntu 12.04\n- Python 2.7.3\n\n'blogpost' uses Michele Ferretti’s\nhttp://www.blackbirdblog.it/programmazione/progetti/28[Python\nWordpress library] and comes with a patched version of the\n`wordpreslib.py` library module (the patch added WordPress 'Page'\nXML-RPC methods).\n\n\nPrerequisites\n-------------\n- Python 2.5 or better (has not been tried with earlier versions).\n- http://www.methods.co.nz/asciidoc/[AsciiDoc] (unless you only plan\n  to source raw HTML documents).\n\n\nInstallation\n------------\n- Clone the http://code.google.com/p/blogpost/[Mercurial repository at\n  Google Code] to your local machine.\n- Put `blogpost.py` in search path (optional).\n- Install the Wordpress backend plugin:\n\n  asciidoc --backend install ./conf/wordpress.zip\n\n- Create `$HOME/.blogpost` configuration file (see example\n  `conf/blogpost_example.conf`).\n- Disable 'emoticons' from the Wordpress browser interface (optional):\n  1. Login.\n  2. Navigate to 'Settings-\u003eWriting-\u003eWriting Settings' page.\n  3. Uncheck 'Convert emoticons' in the 'Formatting' section (this\n     option stops the automatic conversion of text patterns to\n     emoticons).\n\n[NOTE]\n=====================================================================\nAs of AsciiDoc 8.6.9 the 'wordpress' backend conf file\n`wordpress.conf` is no longer included in the AsciiDoc distribution --\nit's included here in the blogpost distribution as a backend plugin\n(`conf/wordpress.zip`).\n\n=====================================================================\n\n\nBugs\n----\n- Under some circumstances WordPress converts three periods to an\n  elipsis character and double dashes to the em dashes, there doesn't\n  seem to be a way to turn this off.\n- WordPress does not appear to recognise list numbering styles and all\n  numbered lists are rendered with decimal numbering (WordPress\n  default theme).\n- WordPress nested unordered lists all have the same bullet style\n  (WordPress default theme).\n- Large posts can result in blank WordPress pages (I experienced this\n  posting the AsciiDoc User Guide which is over five thousand lines\n  long). The problem seems to be with WordPress:\n  http://www.undermyhat.org/blog/2009/07/sudden-empty-blank-page-for-large-posts-with-wordpress/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimiz%2Fblogpost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmimiz%2Fblogpost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimiz%2Fblogpost/lists"}