My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Jul 08, 2009
    issue 3 (Converter (or parser) failes if there is """ (or may be...) commented on by polzunov   -   sorry, feeds2fb2 is not in development anymore because I (as it's owner) have no time for it. if you want to commit fixes I would be glad to add you as a commiter for feeds2fb2 svn repo.
    sorry, feeds2fb2 is not in development anymore because I (as it's owner) have no time for it. if you want to commit fixes I would be glad to add you as a commiter for feeds2fb2 svn repo.
  • Mar 30, 2009
    issue 3 (Converter (or parser) failes if there is """ (or may be...) commented on by ivan.kovalenko   -   Defect still exists on 4.1.3 linux python 2.6.1
    Defect still exists on 4.1.3 linux python 2.6.1
  • Mar 30, 2009
    issue 5 (Bad HTML) commented on by ivan.kovalenko   -   May be application can make use of Tidy lib? (with python wrapper on http://utidylib.berlios.de/?
    May be application can make use of Tidy lib? (with python wrapper on http://utidylib.berlios.de/?
  • Mar 30, 2009
    issue 5 (Bad HTML) reported by ivan.kovalenko   -   What steps will reproduce the problem? 1. Create opml file wiht one feed http://hegtor.livejournal.com/data/rss 2. Run applicaion -t opml --enable-pics --book-per-feed --disable-zip What is the expected output? Running xmllint --format should be showing well-formed indented xml What do you see instead? feeds/Unlabeled%20-%20hegtor.fb2:41: parser error : EntityRef: expecting ';' rong></p><p><p href="http://www.cdep.ru/statistics.asp? search_frm_auto=1&dept_id ^ feeds/Unlabeled%20-%20hegtor.fb2:44: parser error : Opening and ending tag mismatch: section line 43 and p ╬я└п╣я│я│п╦п╬пҐп╟п╩п╦пЇп╪п╟, п╟ пҐп╣ п╡я▀я│п╬п╨п╬пЁп╬ п╦я│п╨я┐я│я│я┌п╡п╟</p></p> ^ feeds/Unlabeled%20-%20hegtor.fb2:45: parser error : Opening and ending tag mismatch: body line 25 and section </section> ^ feeds/Unlabeled%20-%20hegtor.fb2:50: parser error : Opening and ending tag mismatch: section line 49 and p пЄп╦п╬ я│п╩п╟п╧пЄ я┬п╬я┐. п²п╟ я█я┌п╬ я─п╟пЇ пЁп╬п╩п╬я│ пҐп╣ п╪п╬п╧.</p></p></p> ^ feeds/Unlabeled%20-%20hegtor.fb2:51: parser error : Opening and ending tag mismatch: FictionBook line 2 and section </section> ^ feeds/Unlabeled%20-%20hegtor.fb2:52: parser error : Extra content at the end of the document <section> ^ What version of the product are you using? On what operating system? 4.1.3 on linux python 2.6.1 Please provide any additional information below.
    What steps will reproduce the problem? 1. Create opml file wiht one feed http://hegtor.livejournal.com/data/rss 2. Run applicaion -t opml --enable-pics --book-per-feed --disable-zip What is the expected output? Running xmllint --format should be showing well-formed indented xml What do you see instead? feeds/Unlabeled%20-%20hegtor.fb2:41: parser error : EntityRef: expecting ';' rong></p><p><p href="http://www.cdep.ru/statistics.asp? search_frm_auto=1&dept_id ^ feeds/Unlabeled%20-%20hegtor.fb2:44: parser error : Opening and ending tag mismatch: section line 43 and p ╬я└п╣я│я│п╦п╬пҐп╟п╩п╦пЇп╪п╟, п╟ пҐп╣ п╡я▀я│п╬п╨п╬пЁп╬ п╦я│п╨я┐я│я│я┌п╡п╟</p></p> ^ feeds/Unlabeled%20-%20hegtor.fb2:45: parser error : Opening and ending tag mismatch: body line 25 and section </section> ^ feeds/Unlabeled%20-%20hegtor.fb2:50: parser error : Opening and ending tag mismatch: section line 49 and p пЄп╦п╬ я│п╩п╟п╧пЄ я┬п╬я┐. п²п╟ я█я┌п╬ я─п╟пЇ пЁп╬п╩п╬я│ пҐп╣ п╪п╬п╧.</p></p></p> ^ feeds/Unlabeled%20-%20hegtor.fb2:51: parser error : Opening and ending tag mismatch: FictionBook line 2 and section </section> ^ feeds/Unlabeled%20-%20hegtor.fb2:52: parser error : Extra content at the end of the document <section> ^ What version of the product are you using? On what operating system? 4.1.3 on linux python 2.6.1 Please provide any additional information below.
  • Mar 30, 2009
    issue 4 (It seems images are not downloaded (python module is missing...) commented on by ivan.kovalenko   -   It seems application requires python 2.4 (or lib base64.py) from that version. I've managed to run app with a workaround described in http://groups.google.com/group/google-code-hosting/msg/54b743d04844cf58. Sorry for not reading documentation.
    It seems application requires python 2.4 (or lib base64.py) from that version. I've managed to run app with a workaround described in http://groups.google.com/group/google-code-hosting/msg/54b743d04844cf58. Sorry for not reading documentation.
  • Mar 30, 2009
    issue 4 (It seems images are not downloaded (python module is missing...) reported by ivan.kovalenko   -   What steps will reproduce the problem? 1. Create an opml file with only one feed http://iogannsb.livejournal.com/rss 2. run application >What is the expected output? Completed fb2 book What do you see instead? Getting image from http://farm3.static.flickr.com/2397/2130049705_022fc93102_o.jpg Traceback (most recent call last): File "./feeds2fb2.py", line 703, in ? books[book_title] += imagesToSections(feeds_images[book_title]) File "./feeds2fb2.py", line 462, in imagesToSections binaryblock += base64.b64encode("".join(img_content)) AttributeError: 'module' object has no attribute 'b64encode' What version of the product are you using? On what operating system? 4.1.3 on linux python 2.3.4 Please provide any additional information below.
    What steps will reproduce the problem? 1. Create an opml file with only one feed http://iogannsb.livejournal.com/rss 2. run application >What is the expected output? Completed fb2 book What do you see instead? Getting image from http://farm3.static.flickr.com/2397/2130049705_022fc93102_o.jpg Traceback (most recent call last): File "./feeds2fb2.py", line 703, in ? books[book_title] += imagesToSections(feeds_images[book_title]) File "./feeds2fb2.py", line 462, in imagesToSections binaryblock += base64.b64encode("".join(img_content)) AttributeError: 'module' object has no attribute 'b64encode' What version of the product are you using? On what operating system? 4.1.3 on linux python 2.3.4 Please provide any additional information below.
  • Mar 30, 2009
    issue 3 (Converter (or parser) failes if there is "&quot;" (or may be...) reported by ivan.kovalenko   -   What steps will reproduce the problem? 1. Create opml.file with only one feed (http://www.moneta.name/feed) 2. run feeds2fb2 >What is the expected output? Completed fb2 book =) >What do you see instead? File "./feeds2fb2.py", line 651, in ? feedbody = unicode(feedbody, 'utf8').encode('utf8') UnicodeDecodeError: 'utf8' codec can't decode byte 0x95 in position 16074: unexpected code byte >What version of the product are you using? On what operating system? 4.1.3 on linux python 2.3.4 Please provide any additional information below.
    What steps will reproduce the problem? 1. Create opml.file with only one feed (http://www.moneta.name/feed) 2. run feeds2fb2 >What is the expected output? Completed fb2 book =) >What do you see instead? File "./feeds2fb2.py", line 651, in ? feedbody = unicode(feedbody, 'utf8').encode('utf8') UnicodeDecodeError: 'utf8' codec can't decode byte 0x95 in position 16074: unexpected code byte >What version of the product are you using? On what operating system? 4.1.3 on linux python 2.3.4 Please provide any additional information below.
 
Hosted by Google Code