r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Script Library] REBOL.org: Script library and Mailing list archive

Sunanda
26-Apr-2006
[306]
As Reichart says somewhere, Altme REBOL3 is great for quick problem 
solving. But you have to find it first. Like most of the REBOLsphere 
it is close to invisible

(eg eFishAnt's recent serach for a REBOL hex editor. They exist: 
but can you find them?)


REBOL.org is just about the only exception to the invisibleness of 
the REBOLsphere -- try looking in Google for
   script library
as an example.
Pekr
26-Apr-2006
[307x2]
Sunanda - OK, maybe rebol.org could add another button - IM community 
... and link to info about AltME, and also to rebol.net altme chat 
....
I also miss one other button - links ... there is plenty of sites 
you could link to .... then your site is rebol info wise complete 
...
Graham
26-Apr-2006
[309]
eFishAnt found it on his hard drive!
Sunanda
26-Apr-2006
[310x2]
The first stage of having community links at REBOL.org would be meaningful 
content in personal pages.

We could the time them together or pull out highlights to make some 
overview pages.


If someone wants their website (etc linked to from REBOL.org), the 
first move is up to them.
Graham, but if the script had been in the Library, he'd have found 
it without having to ask on REBOL3 :-)
Graham
26-Apr-2006
[312]
I recall someone had a program that indexed all the rebol scripts 
on the internet.
Sunanda
26-Apr-2006
[313]
That's RIX:
www.oops-as.no/rix

Though it is sometimes not available, or it gets reset to start looking 
from scratch. So searches are not guaranteed.
Allen
14-May-2006
[314]
Is q-plot.r still in the rebol.org library? Couldn't find it, only 
found ez-plot.r
PeterWood
14-May-2006
[315]
I don't  think it was ever in the library after reading the message 
when Matt, the author announced it's improvement on the ML - http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-thread.r?m=rmlQBZK


The source still seems to be available at  http://www.reboltech.com/library/scripts/q-plot.r
Graham
4-Jun-2006
[316x2]
Can someone put these into the library

http://www.nwlink.com/~ecotope1/reb/format.r
http://www.nwlink.com/~ecotope1/reb/decimal.r


It appears from reading the authors' comments that at least format.r 
was submitted to rebol.org but is no longer there.
'format has a name clash with the undocumented 'format though
BrianH
4-Jun-2006
[318]
What undocumented 'format do you mean?
Graham
5-Jun-2006
[319]
Hmm.  good question!  I must have loaded up a 'format from somewhere 
else ...
BrianH
5-Jun-2006
[320]
Looking at the code for the scripts you link to there, it looks like 
they could use a little cleaning up and optimising. Still, nice!
Graham
30-Jun-2006
[321]
Is that ftpgadget that has finally been released by Prolific on rebol.org??
Anton
30-Jun-2006
[322x2]
Looks like it :)
Formatting problem on this page ?

http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpgadget-package.r

;;  To download and install the files in the package you need to
;;  run a installation program.  

;;  If you are running View (1.3 or later):

    do http://www.rebol.org/library/public/repack.r

;;  If you are running Core:
 

    do http://www.rebol.org/library/public/repack-core.rhalt
         ; <------ space missing
Sunanda
3-Jul-2006
[324]
Thanks, Anton -- I've fixed the typo in that script.
Anton
4-Jul-2006
[325]
cool :)
Gregg
6-Jul-2006
[326]
Thanks for fixing that Sunanda!
Allen
6-Jul-2006
[327]
What version is FTPGadget expecting? ran main.r and got
** Script Error: away needs a value
** Where: context
** Near: move: offset: over: away:
Edgar
6-Jul-2006
[328x2]
v1.2.5.3.1
Too much work needed to fix it for 1.3 before going open source.
DideC
24-Aug-2006
[330x2]
There is a bug in Repack script.


Each time I use it and I try to set the target directory, then clicking 
OK in the selection window terminate the script !!
ANNOYING !!!
Note : I launch Repack by typing this in the console (by example, 
while trying to get QML-ED) :

do http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=qm
l-ed.r
Sunanda
24-Aug-2006
[332]
Thanks for the error report.

It works for me.....At least on the versions of REBOL I am running.
What rebol.exe or view.exe are you running?
---

As a stop-gap, you could try running repack-core.  it's an ugly console-only 
version of repeck, but it should be less version-sensitive:
   do http://www.rebol.org/library/public/repack-core.r
Volker
24-Aug-2006
[333]
starts, but a %template.html is missing.
Sunanda
24-Aug-2006
[334]
Volker: can you show me the full console log of what you did, thanks?
Volker
24-Aug-2006
[335]
have run repack-core.r, then call "explorer .", double-click %qml-ed.r, 
"save html", saved with requester, an alert "Error saving file: Cannot 
open /C/Dokumente und Einstellungen/BN/Anwendungsdaten/rebol/public/www.rebol.org/library/public/template.html"
Sunanda
24-Aug-2006
[336]
Thanks.
That looks like a different problem to DideC's.

Your problem seems to be a traditional REBOL annoyance with paths 
that contain spaces....

qml-ed.r is tripping up over those spaces in "Dokumente und Einstellungen 
"
---

Could you try it in a folder whose path and name do not contain spaces 
to test that assumption?  Thanks!
Volker
24-Aug-2006
[337x4]
looks more like a missing file to me.
but i try.
Tried download again, there is a bug:
|| Downloading:   qml-ed.r/RS-NE+.gif
|| REQUEST FAILED...
|| REBOL.ORG says file not in package
seems the "+" is a problem? (Overlokked that message the first time)
Sunanda
24-Aug-2006
[341x2]
You replied as I was typing....
I think you may be right.......

Looks like the downloader has failed to find the files that contain 
a + in the file names.
Must be -- + in the HTTP spec is escaped to a space at times. So 
i suspecet we're creating or receiving badly escaped URLs in this 
case.
Volker
24-Aug-2006
[343x2]
that could be it.
but a "+" in a filename looks weird anyway :)
Sunanda
24-Aug-2006
[345]
That's true -- and it may recreate some cross-platform issues on 
platforms that don't allow + in a file name.
But we should be able to deal with it.
Thanks for the help in isolating the problem.
Volker
24-Aug-2006
[346]
A bigger errormessage would be good, and some hint on upload.
Sunanda
24-Aug-2006
[347x2]
The upload obviously worked -- "+" is not an illegal file name character 
on either Edgars machine or REBOL.org's current host

The notes on contributing a packgae do have detailed guidelines on 
file naming to avoind problems -- see 2.1 here:

http://www.rebol.org/cgi-bin/cgiwrap/rebol/boiler.r?display=cons-upload-package-files-help.html

But, of course, the author probably wrote the application before 
they had any idea it might be rolled out as a package for use on 
a wide range of platforms.
***

The bottom line is that + ought to work in a file name for the downloader, 
so I'll get it fixed.
Volker's problem fixed: both repack and repack-core not correctly 
handle files with "+" in their names.


DideC's problem remains: could you check the version of REBOL you 
are using and let me know? Thanks,
DideC
25-Aug-2006
[349]
View 1.3.2.3.1 on WinXP.
%user.r only contains set-net line.
%rebol.r contains nothing but the header.


I have tried it too from the WWR ( rebol.com / Public / library / 
scripts / type / package / calendar-install.r  cause qml-ed is not 
there for the moment).

Just click the [ ... ] button to choose a different folder, then 
clicked [ OK ] and it quits !!
Pekr
25-Aug-2006
[350]
hehe, Pierre Johnson (whom we excluded from ml), replies in Class 
R3 blog :-)
Gabriele
25-Aug-2006
[351x3]
the image and css files where not done by me, and although i had 
some suspects while uploading them to rebol.org i didn't want to 
change everything just for that :) i can add a zip file to the package 
if you need me to.
the images can also be downloaded from qtask.com/images/qwiki/
note that the script still works without them. you'll just miss them 
when viewing the html result in the browser if you used anything 
that needs them (rounded boxes for e.g.)
Sunanda
25-Aug-2006
[354]
DideC -- thanks......I see the problem with 1.3.2 too.  Let me get 
back to you.
***
qml-ed not there
 -- No reason it should have vanished. That's strange.


Meanwhile, repack-core.r should do the job of downloading it for 
for.
DideC
25-Aug-2006
[355]
Don't bother, I have loaded qml-ed already, wihtout changing the 
dir, and moving files manually after.

(I had the same error  than volker, but solved it by unchecking the 
images files in repack and downloaded only "template.html")

qml-ed not there
 -- How often is the Rebol index files rebuilded ?