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

%build-lib.r

 [1/3] from: rchristiansen:pop:isdfa:sei-it at: 14-Dec-2000 18:06


In anticipation of putting up a site with a REBOL script library, I was playing around with Carl's %build-lib.r which can be found here... http://demo.rebol.net/cgi-bin/showfile.r?file=build- lib.r&keywords=[{library}]#search-1 Do you REALIZE how sweet this script is? As long as your scripts have good REBOL headers, this script will build your script library to look exactly like the one at rebol.com. You can change the look of things, of course, but hey! Most of the work for building a new script library Web page is already done. (you also need %color-code.r as a resource file for %build-lib.r.) If you were to combine this script with one I saw posted to this list a few weeks ago (a script which defined the words and functions in the script for you) then you'd have a great resource on the Web. Anyone know where this other script is that I'm talking about? Thanks. -Ryan

 [2/3] from: gchiu:compkarori at: 15-Dec-2000 14:01


On Thu, 14 Dec 2000 18:06:47 -0600 "Ryan C. Christiansen" <[RChristiansen--pop--isdfa--sei-it--com]> wrote:
> Do you REALIZE how sweet this script is? As long as your > scripts > have good REBOL headers, this script will build your > script library to > look exactly like the one at rebol.com. You can change
What would be good would be a script that builds a library of all known published Rebol scripts. Rebsites: [ http://www.rebol.com/library/scripts/ http://www.rebolforces.com/reb/ http://www.rebol.org/... ] foreach site rebsites [ build-library ] So, you submit your site once, and the main index site automatically catalogues that site with all its scripts. If the site stores their scripts in different directories as in rebol.org, then a bit of spidering would have to be done. This would show automatically deal with sites that disappear as well. -- Graham Chiu - who is not volunteering to write the script!

 [3/3] from: rchristiansen::pop::isdfa::sei-it::com at: 15-Dec-2000 14:00


> In anticipation of putting up a site with a REBOL script library, I was > playing around with Carl's %build-lib.r which can be found here... > > If you were to combine this script with one I saw posted to this list a > few weeks ago (a script which defined the words and functions in the > script for you) then you'd have a great resource on the Web. Anyone know > where this other script is that I'm talking about?
I found it myself. Here it is... http://www.starforge.co.uk/downloads.html