Your message dated Wed, 06 Apr 2005 13:32:28 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#227080: fixed in pyblosxom 1.2-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Jan 2004 00:41:27 +0000
>From [EMAIL PROTECTED] Sat Jan 10 18:41:25 2004
Return-path: <[EMAIL PROTECTED]>
Received: from (samsun.omu.edu.tr) [193.140.28.3]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AfRdy-0001KH-00; Sat, 10 Jan 2004 16:31:46 -0600
Received: (from [EMAIL PROTECTED])
by samsun.omu.edu.tr (8.11.6/8.11.6) id i0AMFjG28723;
Sun, 11 Jan 2004 00:15:45 +0200
Received: from localhost (localhost [[UNIX: localhost]])
by samsun.omu.edu.tr (8.11.6/8.11.6) id i0AMFgp28714;
Sun, 11 Jan 2004 00:15:42 +0200
Date: Sun, 11 Jan 2004 00:31:27 +0200
From: Recai Oktas <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: pyblosxom: UTF-8 problem with `xmlrpc'
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="EVF5PPMfhYS0aIcm"
Content-Disposition: inline
X-Reportbug-Version: 2.37
User-Agent: Mutt/1.5.5.1+cvs20040105i
X-Virus-Scanned: by AMaViS perl-11
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin
2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5
(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no
version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5
X-Spam-Level:
--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=iso-8859-9
Content-Disposition: inline
Package: pyblosxom
Version: 0.8.1-1
Severity: important
Tags: experimental patch
Hi,
When I've started to use `gnome-blog' to submit my blogs, I recognized
that the blogs having UTF-8 encoded Turkish characters (ISO codepage:
`iso-8859-9') couldn't handled correctly. I successfully applied the
patch taken from the `pyblosxom's Wiki page:
http://wiki.subtlehints.net/moin/PyBlosxom_2fFeaTures_2fXmlRpcInterface
Please find the adapted patch suitable for the `cdbs' in attachment.
Cheers,
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux queequeg 2.4.22 #1 Sat Sep 13 01:06:41 EEST 2003 i686
Locale: LANG=tr_TR, LC_CTYPE=tr_TR
Versions of packages pyblosxom depends on:
ii apache2-mpm-perchild [httpd] 2.0.47-1 Experimental High speed perchild t
ii python2.3 2.3.3-1 An interactive high-level object-o
--
roktas
--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=iso-8859-9
Content-Disposition: attachment; filename="xmlrpc-encoding-fix.patch"
--- Pyblosxom/xmlrpc.py 2003-08-14 12:14:00.000000000 +0300
+++ xmlrpc.py 2004-01-10 22:54:55.000000000 +0200
@@ -55,7 +55,8 @@
except:
resp_str = 'Content-type: text/plain\n\nXML-RPC call
expected\nDebug: %s:%s' % (sys.exc_type, sys.exc_value)
else:
- resp_str = 'Content-type: text/xml\nContent-length: %d\n\n%s' %
(len(response), response)
+ config = self._request.getConfiguration()
+ resp_str = 'Content-type: text/xml; charset=%s\nContent-length:
%d\n\n%s\n' % (config.get('base_encoding','iso-8859-1'),len(response), response)
sys.stdout.write(resp_str)
sys.stdout.flush()
--- contrib/xmlrpc_plugins/blogger.py 2003-08-11 05:01:20.000000000 +0300
+++ blogger.py 2004-01-10 22:55:16.000000000 +0200
@@ -53,7 +53,7 @@
tools.generateRandStr() + '.txt' + tempMarker
)
)
- open(blogID, 'w').write(content)
+ open(blogID,
'w').write(content.encode(config.get('blog_encoding','iso-8859-1')))
# Generate BlogID
return blogID.replace(config['datadir'], '')
else:
--EVF5PPMfhYS0aIcm--
---------------------------------------
Received: (at 227080-close) by bugs.debian.org; 6 Apr 2005 17:43:44 +0000
>From [EMAIL PROTECTED] Wed Apr 06 10:43:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DJEZ6-00069j-00; Wed, 06 Apr 2005 10:43:44 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DJEOC-0006JF-00; Wed, 06 Apr 2005 13:32:28 -0400
From: Tollef Fog Heen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#227080: fixed in pyblosxom 1.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 06 Apr 2005 13:32:28 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 3
Source: pyblosxom
Source-Version: 1.2-1
We believe that the bug you reported is fixed in the latest version of
pyblosxom, which is due to be installed in the Debian FTP archive:
pyblosxom_1.2-1.diff.gz
to pool/main/p/pyblosxom/pyblosxom_1.2-1.diff.gz
pyblosxom_1.2-1.dsc
to pool/main/p/pyblosxom/pyblosxom_1.2-1.dsc
pyblosxom_1.2-1_all.deb
to pool/main/p/pyblosxom/pyblosxom_1.2-1_all.deb
pyblosxom_1.2.orig.tar.gz
to pool/main/p/pyblosxom/pyblosxom_1.2.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated pyblosxom package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 6 Apr 2005 18:56:44 +0200
Source: pyblosxom
Binary: pyblosxom
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen <[EMAIL PROTECTED]>
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description:
pyblosxom - simple weblog ("blog") written in Python
Closes: 227080 229342 231621 271655 274830 282603 291726
Changes:
pyblosxom (1.2-1) unstable; urgency=low
.
* New upstream release (closes: #291726)
- no contributed plugins any more. License issues and upstream
splitting it out of the upstream tarball.
- No more xmlrpc.py (closes: #227080, #229342)
- Now actually uses ignore_directories correctly (closes: #271655)
- Corrected use of hex constants (closes: #274830)
- Uses $pyblosxom_version in default renderer (closes: #282603)
- No longer has version number in default config file (closes: #231621)
.
* Update new upstream URL in welcome.txt
* Update license to the MIT license.
Files:
faa89c6a19a3ea276948ed6370966583 625 web optional pyblosxom_1.2-1.dsc
de3cb536c0c86c1ce0450b2e425ff194 95469 web optional pyblosxom_1.2.orig.tar.gz
235960b49ee4e96ea8f5358bb68cef70 4966 web optional pyblosxom_1.2-1.diff.gz
0f7b50e9bbd463650aa55b26c3c30d4c 91936 web optional pyblosxom_1.2-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCVBoWQSseMYF6mWoRAlpMAJ9w6MGjCihoYe9sOSYHVT5xUig5XACglCvX
mv5x96RkSq6zc5171Uaeibk=
=eUlc
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]