minimalparts / PeARS

Archive repository for the PeARS project. Please head over to https://github.com/PeARSearch/PeARS-orchard for the latest version.
MIT License
17 stars 20 forks source link

Show Page title as the search result heading. instead of the url itself #16

Open stultus opened 9 years ago

minimalparts commented 9 years ago

So getting the page titles will come from the new parser (stupidly, lynx doesn't capture the information). But in the meantime I could update the existing pears manually. As a temporary solution, shall I put it the information in the urls.dict.txt files?

stultus commented 9 years ago

how do you update the urls? manually ? I think we can wait for the new parser.

minimalparts commented 9 years ago

No, no! By 'manually', I meant outside of the (future) parser, by wget-ing the urls and automatically grabbing the titles. I just wanted to know whether it was okay to put them in urls.dict.txt for the minute.

stultus commented 9 years ago

okey. then lets try it

minimalparts commented 9 years ago

Ok. I've updated the pears. At the moment, it doesn't change anything. I'll have a look at the code next.