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

Script Library: Script tagging improvements

 [1/4] from: dhsunanda::gmail at: 26-Jun-2008 8:29


www.rebol.org It's been quiet in the Library recently, but we have just released the change that was at the top of most people's request list: EASIER SCRIPT CONTRIBUTION ========================== Scripts contributed to the Library no longer need a horribly complicated header. Previously, we've required a quite detailed set of entries on a header. Anyone (including me) who has tried to upload a new script will remember the several rejections each requiring yet another setting. No more! The Library will accept scripts with minimal headers. Here's an example, just three entries needed: title: ... date: ... file: ... <http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=oneliner-prime-factors.r> All other previous header options are now optional. And that leads to .... FREE FORMAT TAGGING =================== Previously, you could search the Library for scripts which had certain Header values (eg [type: game] or [level: beginner] But if scripts no longer have mandatory header entries, how do they acquire such values? The answer is that any script can now have tags added to it using the new tag editor. No need to upload a new version of a script simply to retag it. The tag index is here: <http://www.rebol.org/cgi-bin/cgiwrap/rebol/st-topic-index.r> (the initial values were built from the Library headers). If you want to add or edit tags for any script, please feel free: simply: -- log on to the Library -- view the script -- notice it now has an [Edit Tags] link For help in editing tags <http://www.rebol.org/cgi-bin/cgiwrap/rebol/boiler.r?display=st-edit-tags-help> **** To summarise: it's easier to contribute scripts. And it's easier for anyone to chip in and help categorise them. Have fun if you want to play with this! Sunanda

 [2/4] from: Tom::Conlin::gmail::com at: 26-Jun-2008 1:07


Thanks Sunanda, Lowering the bar may help get more scripts added, and the tagging could do a better job of categorizing. looks like a win-win to me. Sunanda wrote:

 [3/4] from: nick:guitarz at: 29-Jun-2008 23:56


Great change! I added 30 scripts :) Quoting Sunanda <dhsunanda-gmail.com>:

 [4/4] from: dhsunanda::gmail::com at: 30-Jun-2008 8:36


> Great change! I added 30 scripts :)
Thanks Nick. That's a fine set of additions to the Library: <http://www.rebol.org/cgi-bin/cgiwrap/rebol/cpt-list-scripts.r?user-name=notchent> Sunanda.