Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Rebol vs PHP

From: al:bri:xtra at: 25-Jan-2001 22:23

Elan wrote:
> address-book: [ > "Peter" "Smith" "555 5551212" "345 N. Nowhere Rd." "Noc Ity" "NO > State" > "Barbara" "Jones" "111 121 5555" "543 S. Somewhere Rd." "Somec Ity" > "Same State" > ]
And even better might be creating two eText files: Peter Smith Telephone: 5555551212 Address: 345 N. Nowhere Road, Noc Ity, NO State. and: Barbara Jones Telephone: 1111215555 Address: 543 S. Somewhere Road, Somec Ity, Same State. then running them through: foreach File read %. [ write replace copy File %.txt %.html HTML eText read File ] and using my Index.r script to automagicatically generate HTML pages with links containing Telephones, Addresses and Names. So that the end result is a web of HTML that links all the possible attributes of the above documents. I've got this software working now. Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/