Bill wrote:
> Ian,
> No converters yet except for Drupal, which I'm writing. I'm in the
> process of finishing a code formatting system for Bloog. Once that's
> in, I'll push a bunch of commits to github and start writing better
> documentation on the API. If you can wait a few days or a week, I'll
> have documented some of the more interested parts of Bloog.
> Best,
> Bill
I finally got around to hacking your drupal uploader and made it
partially work for 'typo'. It imports the articles, but not the comments.
What I did find was that it I kept on getting resource/CPU quota errors
while I was uploading. Did you find this when you did your import?
I tried forking the git repo to
http://github.com/kryton/bloog/tree/master, but i'm not sure if it
worked or not.
the other 'bug' I found was in the atom feed, and how it didn't escape
the title properly.
18 <title type="html">{{ article.title|fix_ampersands|escape
}}</title>
19 <link rel="alternate" type="text/html" href="{{
article.full_permalink }}" />
fixes it.
regards
Ian
ps. you can see it in action on http://blog.holsman.net
> On Aug 17, 2:43 pm, Ian Holsman <kry
...@gmail.com> wrote:
>> Hi.
>> I was wondering if anyone has written a converter from typo?
>> if not I'll have a shot.
>> regards
>> Ian