FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Information Visualization
(Moderators: forkinsocket, REAS)
   Making the web atlus
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Making the web atlus  (Read 574 times)
Taka

WWW Email
Making the web atlus
« on: Dec 11th, 2003, 1:35pm »

Hello
I made a simple class that picks up <a> tag links from HTML data. This is small sample.
 
http://www.vas-animatum.net/index.php?w=7
 
It can pick up a bit dirty link like
href=http://www.vas-animatum.net
href=   "http://www.vas-animatum.net"
href="  http://www.vas-animatum.net"
 
I'd like to built my own blog map with this.
Now I need to study PHP to improt HTML data into Data folder, its so hard.
 

by Taka
http://www.vas-animatum.net
rgovostes

rgovostes
Re: Making the web atlus
« Reply #1 on: Dec 17th, 2003, 5:34pm »

Hmm, interesting project. I would use a different language to acquire the data (perl?), then use Proce55ing to display it.
 
Sorry I can't be of much help.
 
Jean Jacques
Guest
Email
Re: Making the web atlus
« Reply #2 on: Dec 18th, 2003, 9:18pm »

Hello,
I don't know much about perl, but have you tried to use php to convert your data to a .txt file and thereafter read this .txt file with Livestream() ?
 
 
Best salutations
 
Jean Jacques
 
Jean Jacques
Guest
Email
Re: Making the web atlus
« Reply #3 on: Dec 18th, 2003, 9:25pm »

Oups,
I was talking about loadstream() instead of Livestream()(which did'nt exist!)
sorry
 
Taka

WWW Email
Re: Making the web atlus
« Reply #4 on: Dec 20th, 2003, 11:59pm »

Hello. rgovostes and Jean Jacques. thanks your comment.
 
I'm just considering using include() method to import and print HTML file directry with php, and after I read data with loadStrings. I havent tried making .txt file yet. Is it more easy?
 
Now I have two problem to solve.
1 to calcurate absolute path(like http://www.-) from current relative path and file name(like /data/index.htm)
2 to filter invalid file path(.pdf, .gif or those files)
 
still on going. php is difficult
 

by Taka
http://www.vas-animatum.net
Pages: 1 

« Previous topic | Next topic »