10-04-2006, 09:52 AM | #1 (permalink) |
Lover - Protector - Teacher
Location: Seattle, WA
|
PHP/Perl/Web
Has anyone ever written a script to automatically give a brief description of the document? One of the sites I'm working on is a newspaper, and I have to manually grab the headline and first 5 or 6 lines and use that as the "teaser." Would there be any way to automate this? I don't think I could guarantee that every article would have the same number of lines between headline and body text.
Similarly, I use a PHP script to insert an article into the center div in my page. Unfortunately, if the page is really long, when it inserts the article it doesn't jump back to the top of the page. I can't really use #id tags, because the base document never changes - just one div is re-filled. Any suggestions?
__________________
"I'm typing on a computer of science, which is being sent by science wires to a little science server where you can access it. I'm not typing on a computer of philosophy or religion or whatever other thing you think can be used to understand the universe because they're a poor substitute in the role of understanding the universe which exists independent from ourselves." - Willravel |
10-04-2006, 05:46 PM | #2 (permalink) |
Junkie
Location: San Antonio, TX
|
Well, yes, this sort of thing is certainly possibly, but it kind of depends on what your 'inputs' are. Do you have some text already available locally, or do you need to get them from a web page, or?
Assuming the second option, the perl module usually used for this is 'LWP'. Such things are non-trivial for someone new to perl, but certainly doable. |
10-05-2006, 06:57 AM | #3 (permalink) |
Lover - Protector - Teacher
Location: Seattle, WA
|
They're all local - for example:
I've got entertainment-1.htm, entertainment-2.htm, entertainment-3.htm, and entertainment-4.htm. I want to make a file named entertainment.htm that has the headline and first paragraph of each file, followed by a link. Entertainment.htm: entertainment-1.htm headline First couple lines of entertainment-1.htm link to entertainment-1.htm entertainment-2.htm headline First couple lines of entertainment-2.htm link to entertainment-2.htm
__________________
"I'm typing on a computer of science, which is being sent by science wires to a little science server where you can access it. I'm not typing on a computer of philosophy or religion or whatever other thing you think can be used to understand the universe because they're a poor substitute in the role of understanding the universe which exists independent from ourselves." - Willravel |
10-06-2006, 09:04 AM | #4 (permalink) | |
Psycho
Location: sc
|
Quote:
__________________
This is what is hardest: to close the open hand because one loves.
Nietzsche |
|
10-07-2006, 03:49 PM | #5 (permalink) |
Lover - Protector - Teacher
Location: Seattle, WA
|
............
__________________
"I'm typing on a computer of science, which is being sent by science wires to a little science server where you can access it. I'm not typing on a computer of philosophy or religion or whatever other thing you think can be used to understand the universe because they're a poor substitute in the role of understanding the universe which exists independent from ourselves." - Willravel |
Tags |
php or perl or web |
|
|