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

[REBOL] Re: announce: slashdot-viewer

From: anton:lexicon at: 19-Jul-2002 17:12

I got it to work by jumping into the slashdot-viewer/ directory that it creates and doing the viewers. Nice stuff. By the way, I would suggest to create the directory in the public cache, not in the current directory. If some idiot like me runs the script from the console, all your files end up in the current directory, wherever that might be. This example creates the directory in the public cache: site: http://www.stuff.mynetcologne.de/reb/slashdot/ make-dir/deep public-dir: path-thru site/slashdot-viewer ; Now save & access your files in public-dir. This has the advantage that the script is always certain where the slash-viewer/ directory is. Oh, of course, by default, 'cp is an alias of 'copy, in rebol, so as I have redefined 'cp it broke the script. I didn't see many people using 'cp until now. Regards, Anton.