Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > Search Forums

Welcome to the MobileRead Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.

By joining our free community today, you will have fewer ads, access to post topics, communicate privately with other members, respond to polls, upload content and access many other special features.

If you have any problems with the registration process or your account login, please feel free to contact us contact us.

The MobileRead Team


Notices

Showing results 1 to 25 of 65 - Search took 0.00 seconds. Search: Posts Made By: NotTaken
Forum: Recipes 12-14-2012, 01:01 PM
Replies: 22
Views: 6,303
Posted By NotTaken
Turns out I hadn't finished tweaking : >...

Turns out I hadn't finished tweaking :

> Added voices rss feed (this replaces opinions)
> Tweaked css for Voices->'IV Drip' articles (which use a slightly different layout again)
Forum: Recipes 12-14-2012, 11:06 AM
Replies: 22
Views: 6,303
Posted By NotTaken
> Fixed some styling issuses due to change in...

> Fixed some styling issuses due to change in html markup.

> Fixed a few issues with 'voices' articles (http://www.independent.co.uk/voices) which have a slightly different layout
Forum: Recipes 07-27-2012, 10:44 PM
Replies: 13
Views: 10,238
Posted By NotTaken
The unordered list is being moved from within the...

The unordered list is being moved from within the section tags to after (possibly due to some non-compliant nesting). You could try awork around like this:


def find_articles(self,section):...
Forum: Recipes 06-26-2012, 08:53 PM
Replies: 2
Views: 1,600
Posted By NotTaken
changes: track urls downloaded to stop...

changes:

track urls downloaded to stop duplicates
add toc thumbnail
add catch all other feed - all other feeds only show the last 15 items, whereas this one has a lot more (if articles are...
Forum: Recipes 06-26-2012, 01:04 PM
Replies: 18
Views: 3,119
Posted By NotTaken
for the latest: extra_css =''' /*...

for the latest:


extra_css ='''
/* article text */
.artcle_txt {

}

/* headline */
Forum: Recipes 06-26-2012, 10:35 AM
Replies: 2
Views: 1,600
Posted By NotTaken
Fixed typo in title:

Fixed typo in title:
Forum: Recipes 06-26-2012, 10:26 AM
Replies: 18
Views: 3,119
Posted By NotTaken
extra_css =''' div.artical { ...

extra_css ='''
div.artical {
font-size: x-small;
}
h1 { font-size: large; }
h2 { font-size: large; }
'''


div.artical is the main article text I believe.
Forum: Recipes 06-26-2012, 10:21 AM
Replies: 2
Views: 1,600
Posted By NotTaken
Forum: Recipes 06-25-2012, 10:15 PM
Replies: 9
Views: 2,897
Posted By NotTaken
Fixed encoding issue in smilezilla (hopefully).

Fixed encoding issue in smilezilla (hopefully).
Forum: Recipes 06-25-2012, 09:52 PM
Replies: 18
Views: 3,119
Posted By NotTaken
New donga just in. This time it fetches the...

New donga just in.

This time it fetches the actual articles during parse index and gets the section titles from the actual content. It then caches the content to a temp file (so that the content...
Forum: Recipes 06-25-2012, 03:18 PM
Replies: 18
Views: 3,119
Posted By NotTaken
for the css, try: div.artical { ...

for the css, try:

div.artical {
font-size: x-small;
}


For the rest.. just adapt the code from those recipes. I still don't reckon you'll be able to get page numbers to always match...
Forum: Recipes 06-25-2012, 02:59 PM
Replies: 2
Views: 1,561
Posted By NotTaken
Your indentation is wrong. You need to indent...

Your indentation is wrong. You need to indent remove_tags and extra_css four spaces so they become class members.
Forum: Recipes 06-25-2012, 10:21 AM
Replies: 5
Views: 2,393
Posted By NotTaken
Changed login method to form submit.

Changed login method to form submit.
Forum: Recipes 06-24-2012, 08:19 PM
Replies: 5
Views: 2,393
Posted By NotTaken
Not sure if the login will work, but you can try...

Not sure if the login will work, but you can try this (another based on economist by Kovid Goyal).
Forum: Recipes 06-24-2012, 11:32 AM
Replies: 18
Views: 3,119
Posted By NotTaken
I don't really speak Korean - I used an online...

I don't really speak Korean - I used an online translation tool :D

If you want the prefix you could just use some like:


real_sections = {
'[A1]' : 'A1: 종합',
# '[A2]' : 'remove the...
Forum: Recipes 06-24-2012, 08:54 AM
Replies: 18
Views: 3,119
Posted By NotTaken
new donga - if you update the section titles...

new donga - if you update the section titles please repost the updated recipe (I'm not sure if the one I added was correct as my Korean is a little rusty).
Forum: Recipes 06-24-2012, 01:09 AM
Replies: 9
Views: 2,897
Posted By NotTaken
Add some caching so don't fetch the page more...

Add some caching so don't fetch the page more than once.
Forum: Recipes 06-23-2012, 11:54 PM
Replies: 18
Views: 3,119
Posted By NotTaken
One donga my friend.

One donga my friend.
Forum: Recipes 06-23-2012, 09:56 PM
Replies: 16
Views: 4,867
Posted By NotTaken
Re 2: The latest recipe won't work until...

Re 2:

The latest recipe won't work until next release but if you want to can use the recipe before with the fork_helper plugin.
Forum: Recipes 06-23-2012, 09:51 PM
Replies: 9
Views: 2,897
Posted By NotTaken
try this.

try this.
Forum: Recipes 06-22-2012, 09:05 PM
Replies: 9
Views: 2,897
Posted By NotTaken
I hope that is a good thing and not just to drain...

I hope that is a good thing and not just to drain your battery :D
Forum: Recipes 06-22-2012, 12:57 PM
Replies: 5
Views: 1,748
Posted By NotTaken
Just stick it after the body.insert(0, story) in...

Just stick it after the body.insert(0, story) in preprocess_html. Remember to respect pythons indentation rules.
Forum: Recipes 06-22-2012, 12:48 PM
Replies: 6
Views: 1,097
Posted By NotTaken
I guess you could follow the article and check...

I guess you could follow the article and check for a subsection in the actual article.
Forum: Recipes 06-22-2012, 12:45 PM
Replies: 6
Views: 1,097
Posted By NotTaken
A subsection can have multiple articles (as is...

A subsection can have multiple articles (as is the case in the 'Monitor' example you gave). These also have a blank line.
Forum: Recipes 06-22-2012, 12:07 PM
Replies: 6
Views: 1,097
Posted By NotTaken
I had a quick look and there is nothing in the...

I had a quick look and there is nothing in the markup to differeniate them from an article within the subsection (like the examples in the monitor subsection you gave). You'd have to either handle...
Showing results 1 to 25 of 65

 
Forum Jump

All times are GMT -4. The time now is 10:49 PM.


MobileRead.com is a privately owned, operated and funded community.