Package Details: charm 1.9.2-1

Package Base: charm
Description: "A full-featured, console-based, cross-platfom blogging client
Upstream URL: http://sourceforge.net/projects/ljcharm/
Category: editors
Licenses: GPL
Submitter: None
Maintainer: ndowens
Last Packager: None
Votes: 29
First Submitted: 2009-01-22 13:40
Last Updated: 2013-06-13 20:40

Latest Comments

Comment by kyak

2013-07-28 18:27

I noticed that charm was broken after recent update (incorrect encoding), started googling and found my own message below. How neat!

Comment by kyak

2012-06-17 11:03

To include the patch to this package, of course :)

Comment by kyak

2012-06-17 09:57

Changing the line 357 of /usr/lib/python2.7/site-packages/ljcharm.py:

from:
if loc[1] == "UTF8":
to:
if loc[1] == "UTF-8":

fixes the problem when posting in UTF-8. For some (stupid) reason charm believes that locale should read "UTF8", when really "UTF-8" is the correct notation.

Would it be possible to include this package to this package?

THanks.

Comment by adityam

2012-06-02 06:17

If feedparser is not installed, posting a new post to wordpress (perhaps others as well) fails. The reason is analyzed in the comments in this blog post: http://kmandla.wordpress.com/2009/01/20/howto-use-charm-like-a-pro/

I wrote a patch implementing this suggestion: https://gist.github.com/2856935 Can you incorporate it in the PKGBUILD?

Comment by cman

2012-01-12 04:10

The opt dependency should be python2-feedparser, since it is using python2

Thanks!

Anonymous comment

2010-12-06 15:31

python2 fix. Thank you, darkpegasus333.

Anonymous comment

2010-11-11 02:33

A fix for the change over to python2:

http://aur.pastebin.com/uyQw4ZiS