|
Posted
almost 13 years
ago
by
Efsun
memerhabalar ismim gamze yasim 25 bekarim hic evlenmedim aslen turkiyeliim
ama yurt disinda yasiyorum ben 2 yasindayken anem burdan evlilik yapti
yunana geldik burdan evliliK yapti annem ve 23 seneden beri burda
yasiyorum annem kanser hastasi ve ben
... [More]
uvey babamin yaninda kaliyorum
o yuzden de kendi yuvami kurmak istiyorum ama bu ulkede degil turkiyede
olmasini isterim dinimden musluman olarak birisiyle anlasabilecegim guven
uyum saglayabilecegim birisi olsun yeter
ve fazla bilgisayardan anlamadigim icin arkadasimin yardimiyla bu yoldan size
ulasmak istedim beni tanimak ve ulasmak isterseniz iste telim sifir sifir uc
sifir alti dokuz dort uc iki yedi dokuz dort sifir bes 00306943279405
[Less]
|
|
Posted
almost 13 years
ago
by
W. Trevor King
Is that new for you? I've been getting stuff like that for a while.
It's comming out of feedparser, not rss2email. I expect the problem
is due to the HTTP headers:
$ wget -O feed.rss -S 'http://arxiv.org/rss/cond-mat?version=2.0'
--2013-07-08
... [More]
20:38:01-- http://arxiv.org/rss/cond-mat?version=2.0
Resolving arxiv.org... 128.84.21.199
Connecting to arxiv.org|128.84.21.199|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 302 Found
…
Location: http://export.arxiv.org/rss/cond-mat?version=2.0
…
Content-Type: text/html; charset=iso-8859-1
Location: http://export.arxiv.org/rss/cond-mat?version=2.0 [following]
--2013-07-08 20:38:02-- http://export.arxiv.org/rss/cond-mat?version=2.0
Resolving export.arxiv.org... 132.236.27.62
Connecting to export.arxiv.org|132.236.27.62|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
…
Content-Type: text/xml
…
$ head -n1 feed.rss
<?xml version="1.0" encoding="UTF-8"?>
[Less]
|
|
Posted
almost 13 years
ago
by
Arun Persaud
Hi
since a short time I'm getting the following error
processing error: document declared as us-ascii, but parsed as utf-8:
arxiv-cond-mat (http://arxiv.org/rss/cond-mat?version=2.0 ...
I tried setting the encodings for just this feed to
... [More]
encodings = UTF-8, ISO-8859-1, BIG5, ISO-2022-JP
in the config file, but that didn't help. Not quite sure how to fix
this. Shouldn't rss2email guess the encoding correctly? Any ideas?
I attached the feed.
Arun
[Less]
|
|
Posted
almost 13 years
ago
by
Amitai Schlair
This is done.
|
|
Posted
almost 13 years
ago
by
Amitai Schlair
Thanks for the pointers. I've got 3.5 packaged, but won't commit the
update quite yet, in order to manage this transition sanely for pkgsrc
users. In case it helps anyone else, here's what I'm doing.
Last night I added instructions to the 2.71
... [More]
package explaining how to
export before upgrading, and bumped the package version so users who
track updates will get those instructions. (For good measure, I posted
a heads up to the mailing list.) pkgsrc's next quarterly stable branch
gets cut in a week or so, and this last packaged version of 2.71 will
be the version on that release branch.
Once the branch is cut, I'll commit the 3.5 update (with instructions
for importing from the 2.71 export) to pkgsrc-current, and we'll be
back to easily tracking new rss2email releases in pkgsrc.
[Less]
|
|
Posted
almost 13 years
ago
by
Matěj Cepl
This is also subject of
https://bugzilla.redhat.com/show_bug.cgi?id=911509
and
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708824
Matěj
|
|
Posted
almost 13 years
ago
by
W. Trevor King
Not really, although there is preliminary work (or interest) on doing
the critical parts automatically [1]. Most of the old settings
migrated fairly obviously in 84ff52f (Convert configuration to a
ConfigParser instance, 2012-10-04). For example:
... [More]
DATE_HEADER = 0
is now:
date-header = False
With the ConfigParser format [2], there are now sections for each
feed:
[DEFAULT]
# global settings here
[feed.some-name]
# override settings for the 'some-name' feed here
[feed.another]
# override settings for the 'another' feed here
The location for the config file has also changed to
~/.config/rss2email. This is discussed in the r2e(1) man page.
Running `r2e new` should seed the config with the default values, and
you can just copy over any old customization as you see fit.
Feel free to ask if you have any difficulties!
Good luck,
Trevor
[1]: http://article.gmane.org/gmane.mail.rss2email/157
[2]: http://docs.python.org/dev/library/configparser.html#quick-start
[Less]
|
|
Posted
almost 13 years
ago
by
Amitai Schlair
Getting closer to updating mail/rss2email in pkgsrc. Is there
documentation explaining how to update one's 2.x configuration to 3.x?
|
|
Posted
almost 13 years
ago
by
W. Trevor King
Oops, thanks! Fixed now.
Trevor
|
|
Posted
almost 13 years
ago
by
Arun Persaud
Nice. I updated the opensuse package. I also noticed that
https://pypi.python.org/pypi/rss2email/
is still at 3.3.
Arun
|