• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp157
r3wp1030
total:1187

results window for this page: [start: 101 end: 200]

world-name: r4wp

Group: #Red ... Red language group [web-public]
Kaj:
20-Mar-2013
The Download link on Ohloh is wrong
Gregg:
29-Mar-2013
The zip doesn't want to download for me. Must be a sign I should 
run lean for the moment, and bug Doc for a few features. :-)
Kaj:
30-Mar-2013
You can also use Fossil to download and update it comfortably:
DocKimbel:
5-Apr-2013
(or download a zip package)
Endo:
10-Apr-2013
Here you can compile your Red scripts online and then download the 
compile executable file:
http://bircomteknoloji.com:8181/
Arnold:
21-Apr-2013
Would be nice to be able to download the Red zip file and be able 
to compile scripts in another directory?
Pekr:
29-Apr-2013
Almost forgot about the Trello page. Do you use that page as an interim 
planning for what is actually being worked on? If so, and once you 
have few minutes of spare time (I can imagine you don't :-), maybe 
one sentence reference on the Roadmap page would make it a nice addition:

You can find actual tasks we work on on the following Trello page

 .... it would make feel ppl more dynamic about the project, as Roadmap 
 page is rather static. OTOH we can watch Git commits, twitter, but 
 still if one needs to know, what is an actual priority, and as far 
 as Trello page is being updated, it would make some sense. E.g. "Download" 
 addtion was imo very nic simplification for those starting with Red 
 ...
Kaj:
8-May-2013
You can also download as one package:
Pekr:
9-May-2013
sho should I download whole 32 bit JDK?
Geomol:
28-May-2013
cairo is a large download
Kaj:
11-Jun-2013
It's easier to download all bindings together with the download.r 
script:
Pekr:
17-Jun-2013
OK, so will ask in a different way (wrt Android) - will there be 
any official release, an example published, or even a blog article? 
If not, I will post as we go. If so, I might wait, so that we can 
refer ppl to download it and try to do their own small steps ...
Pekr:
24-Jun-2013
on my HTC, I even don't know how to uninstall. I just download, choose 
to launch, it says previous version is going to be removed, then 
I install, run, and it is ok ...
DocKimbel:
27-Jun-2013
If the automation script I'm working on work, you'll be able to generate 
an APK without download the SDK and JDK! ;-)
DocKimbel:
27-Jun-2013
The first time the scripts runs, it download copies of binaries from 
the Android SDK, so it can take some seconds depending on your connection.
Kaj:
27-Jun-2013
And there's a complete list of all my repositories in my download.r 
script, which you can use to download and update them all in one 
go:
james_nak:
27-Jun-2013
While I am at it, I'm on the dyn-lib-emitter page, is there something 
I click on to download the entire dyn-lib folder?
DocKimbel:
28-Jun-2013
Kaj: it worked fine on my Ubuntu system. Did the script download 
the binaries in builds/tools/ ? If not, can you please trace the 
reason why it didn't?
Kaj:
28-Jun-2013
I didn't see any download activity
Kaj:
28-Jun-2013
I ran the script with R3 first, and it bombed out just before the 
downloading. It does very little error checking, so the folder structure 
was already created, and afterwards it skips the download completely
DocKimbel:
28-Jun-2013
Yes, you're supposed to use R2 for Red. ;-) The download is done 
once only, so it doesn't need extensive error checking, if something 
goes wrong, just delete the builds/ folder and run it again.
Paul:
3-Jul-2013
Should be able to find a free download via Microsoft site.  I think 
it is include in the Driver Development kit.
Luis:
10-Jul-2013
The red APK builder script build.r attempt to download some files 
i.e. http://static.red-lang.org/droid-tools/jli.dll.But only gets 
404 Page not found...
DocKimbel:
21-Jul-2013
http://red.esperconsultancy.nl/Red-common/dir?ci=tip

Direct download:

http://red.esperconsultancy.nl/Red-common/zip/Common+Red+Definitions+and+Utilities-51981a6662cdec45.zip?uuid=51981a6662cdec45d0797fddd84945f4029e9637
Pekr:
23-Jul-2013
How does anyone know, there is a download script?
Kaj:
23-Jul-2013
Petr, I've published the existence of the download script here many, 
many times
Oldes:
23-Jul-2013
the download script has one big issue - it requires to install Fossil.
Oldes:
23-Jul-2013
I believe it would not be difficult to write a script, which would 
download your sources without Fossil, but it's not my priority... 
just wanted to note, that there are people who don't want to install 
Fossil.
Oldes:
23-Jul-2013
I don't need to install REBOL, I'm using REBOL many years already 
and for many purposes every day, I'm sure I would not use Fossil 
for anything else than just download your scripts.
Kaj:
23-Jul-2013
If you want to contribute a download script without Fossil, please 
do
Kaj:
23-Jul-2013
Half a year ago people complained about the Fossil websites, so I 
developed the download script for them. That will have to do for 
now. I'm sure that when I make the website, people will want something 
else again
Oldes:
23-Jul-2013
Here is a starter: https://raw.github.com/Oldes/rs/master/projects/kaj-fossil-download/latest/kaj-fossil-download.r
Kaj:
23-Jul-2013
Oldes, I'm interested in the psychology of this. Why would you rather 
write a script for which you need deep Fossil knowledge, than download 
one Fossil executable file?
Kaj:
24-Jul-2013
The way one needs GitHub for your script is the same way one needs 
Fossil for my work that people complain about. They're both web viewers 
for source control repositories that you can also use to give download 
links to people, although that's not their primary design
Andreas:
24-Jul-2013
Difference between Github's web UI and Fossil's web UI is that Github 
can generate stable download URLs for the "latest" version. That's 
a huge difference even from an efficiency standpoint.
Kaj:
24-Jul-2013
How so? Fossil supplies the same download URLs
Kaj:
24-Jul-2013
http://red.esperconsultancy.nl/Red-test/doc/trunk/download.r
Arnold:
24-Jul-2013
I am with Kaj on this. Supplying the download link when you update 
some project is not meaningful. If the corresponding link to the 
fossil rep is posted you can take a quick look at the  projectfiles 
and then decide if it is worth the troul]ble for you to update your 
own repo's with the dl script.

Besides that, the Github is not a nice solution imho just chosen 
because of free, and widely used (for exposure purposes) not for 
real ease iyam (if you ask me). So better appreciate the huge work 
Kaj has pulled of to make Red much more widely useable and accept 
his choice.
Group: Announce ... Announcements only - use Ann-reply to chat [web-public]
NickA:
5-Feb-2013
That's helpful - it took me a little looking to find and download 
all the libs.  I doubt there are too many people outside our small 
group who would put in the effort.
Kaj:
18-Feb-2013
I upgraded the Fossil server for the Red bindings to the new version 
1.25. There are some nice new features in it:

http://www.fossil-scm.org/download.html

They also have a new short introduction guide:


http://www.fossil-scm.org/index.html/doc/trunk/www/fiveminutes.wiki
Kaj:
27-May-2013
I dropped the cURL dependency from my red-base distribution. This 
means that it now only depends on a few libraries that can be expected 
to be included in all platforms. This version of the Red interpreter 
can now be used on Windows as a single executable, without any extra 
libraries. The Windows version red-base.exe is here:

http://red.esperconsultancy.nl/Red-test/dir?ci=tip&name=MSDOS/Red


It has versions of READ and WRITE for local file I/O, but no network 
I/O. It also has the other functionality from the C library, such 
as INPUT, ASK, GET-ENV, CALL, NOW and RANDOM, but for more functionality 
you still have to use red-core and red, and download the extra libraries 
for Windows.
Kaj:
20-Jun-2013
As an example, the interpreter to run messaging scripts on a Raspberry 
Pi without GUI is here:

Linux-ARM/Red/red-core-message


The interpreter to develop GUI scripts on x86 Linux to communicate 
with a Raspberry Pi is here:

Linux/Red/red-message


A similar interpreter to develop GUI scripts on Windows to communicate 
with a Raspberry Pi is here:

MSDOS/Red/red-message.exe


As always, for Windows you also have to download the libraries that 
are included in the repository, according to the instructions here:


http://web.syllable.org/news/2012-11-18-20-47-Red-high-level-programming-language-first-alpha.html
Kaj:
7-Jul-2013
This replaces the Windows Driver Development Kit (WDK) that you normally 
have to install on Windows to compile drivers. The WDK is a full 
CD download, 650MB. You don't need the WDK, but currently, you do 
still need to run the Red/System compiler on Windows (or WINE on 
Linux) to compile Windows drivers. This limitation will be removed 
later, so you will be able to cross-compile Windows drivers from 
all other Red platforms, like you can with other Red programs.
Group: Ann-Reply ... Reply to Announce group [web-public]
Cyphre:
15-Apr-2013
Thanks Bo for giving it a try. Yup, the tile game is a bit "buggy" 
even at the rebol script level as I wrote it around 3 or 4 AM on 
Friday night(or should I say Saturday morning? ;-)) I tried to quickly 
mimick the 'swipe' gesture but it is not perfect at all. Let's see 
if I can improve it in the new release...or maybe anyone here could 
write simple game in R3 even on Windows that will use the DOWN, UP 
and MOVE mouse events the way so it is fun on touch screen? We can 
embedd it in the new release as a bonus or if there are more demos 
we can create simple menu where you can download it and have fun...anyone? 
;-)
Cyphre:
6-May-2013
Hello MaxV: Congrats to your first R3GUI app! ;-) I have some questions/notes 
though:

1. Why one needs to download the two DLL files to get R3B running?? 
(not much user friendly IMO)


2. On your Blog page you say: "First of all there are some bugs, 
most of them depends on R3GUI, for example this one: https://github.com/angerangel/r3bazaar/issues/8"

I bet this is not related to R3GUI at all but more to your R3B build. 
The REQUEST-FILE works without any problems in our Saphirion build 
(and I think also the "official" Carl's build works well but haven't 
tried it). I tried to download and run your R3B binary and I can 
confirm the bug is related only to this version so it would be fair 
enough if you remove your R3GUI blaming from the blog entry if possible. 
I know R3GUi is not perfect so maybe you can just change the blame 
for some other which is really related to the framework. Or better 
feel free to ask any questions in RgGUI group here!

3. I've looked into the EDITOR function code and comparing to the 
R3 editor code (which is still twice as big as the R3GUI version 
- but I don't know if they match the features though) the R3GUI code 
looks much cleaner and abstracted that the R2 style even if you are 
not expereienced writing R3GUI apps. Some notes:


3.1 I'm curious why are you accessing the internal AREA style value 
like face/names/tb or aa/names/tb/state/value? Is that for some reason? 
Why you don't use the AREA directly like:
do-actor/style face 'on-key arg 'area
instead of
do-actor/style face/names/tb 'on-key arg 'text-box

or

write (to-file AA-INFO/OPTIONS/text-edit) get-face aa


write (to-file AA-INFO/OPTIONS/text-edit) aa/names/tb/state/value 


3.2 There is "classic" but anoying bug. If you open file requester 
and close it without selecting a file the editor errors out. (but 
you probably already noticed)


3.3 Would be great if you add keyboard shortcuts. It's easy to add 
them. See the layouts-15.r3 file in R3GUI Saphirion package as an 
example.


3.4 Maybe you could try to write your first R3GUI style - MENU It 
would be handy in the editor(and also in other apps) instead of the 
buttons on top.


Anyway, thanks for promoting R3 and R3GUI. I appreciate all your 
efforts!
Kaj:
22-May-2013
Another thing is that the classic SDL that's available everywhere, 
currently the 1.2.x series, is single-window. To get a proper R3 
host with multiple windows you need SDL 1.3, which is usable but 
is in a very stretched out development process, like R3. 1.3 has 
Android and iOS support, so you'd usually want that, anyway, but 
it's harder to get ready to download binaries for it, and I haven't 
tested it with my binding yet
Pekr:
28-May-2013
Well, I have mixed feelings ... Carl simply gave up on Rebol and 
its message imo ... felt strange: " I'm no longer in the mode of 
convincing the world about Rebol. I've learned a lot over the last 
couple years in the trenches." ..... later .... "So, I know really 
well now that Rebol is not for every developer.... but it would get 
more interest if R3+GUI was easy to download an get running on a 
variety of those devices on your list."
Pekr:
1-Jun-2013
What is the link to download r3-gui.r3? There's incrrect link on 
the webpage, leading just to the same page, not target file ...
Pekr:
1-Jun-2013
found the link http://development.saphirion.com/resources/r3-gui.r3
... the download section link leads to /downloads though ...
Cyphre:
19-Jun-2013
If you don't mind I've added some more 'bells' to your script. Try 
this version: http://rebol.atwebpages.com/tests/r3gui-httpget.r3

To se that the asyncs works nicely, just hit the "download" button 
few more times ;)
Group: !REBOL3 ... General discussion about REBOL 3 [web-public]
Gabriele:
10-Jan-2013
for example, synchronous operations are just a hack, they fail if 
you try to download a larger file as there is a time limit to the 
whole operation.
Robert:
14-Jan-2013
SDL: I just tried an app using it with OSX. That's not really end-user 
friendly. Needs to be totally self-contained. No config etc. just 
download and start.
Cyphre:
22-Feb-2013
If you wantt I can put the "minimal" MSYS bin folder into a zip archive 
so you can download it and just copy it into your codeblocks instalation...
AdrianS:
6-Mar-2013
@Robert - do you think Saphirion could put up a newer source download 
if publishing to a repo is not going to happen in the near future?
AdrianS:
6-Mar-2013
a newer download or the public repo?
Ladislav:
6-Mar-2013
newer source download
Group: Community ... discussion about Rebol/Rebol-related communities [web-public]
AdrianS:
31-Dec-2012
This is a periodic posting of community links along with activity 
levels for discussion dedicated to Rebol and Rebol-like languages. 
The intent is to bring a dispersed community together by providing 
the current list of places where the community gathers along with 
reasonably accurate activity indicators for each place. This list 
will be posted in each location weekly or bi-weekly so that anyone 
dropping by will not have to look far in order to learn where else 
things are happening.


Currently the activity stats are gathered manually and postings are 
also not automated. This will hopefully change as the requisite scripts 
to scrape and post automatically are developed. This updated list 
will eventually be available at http://rebol.comas the site is cleaned 
up post Rebol open sourcing. 


# Chats

## R3 Chat

This is the primary forum for Rebol 3.0. It runs from any Rebol console 
in a text mode, but a GUI version is planned.
- Run R3, type chat and follow the instructions (all platforms.)

- Type "help" for more information or visit R3 DevBase Chat Forum 
(http://www.rebol.com/r3/devbase/index.html).

- To view public messages from any web browser go to RebDev mobile/phone 
interface (http://www.rebol.net/cgi-bin/rebdev-web.r).

- Problems? Please contact Rebol Technologies at (http://www.rebol.com/cgi-bin/feedback/post2.r).
Activity: 4 messages this month


## Rebol chat on Stack Overflow (http://chat.stackoverflow.com/rooms/291/rebol)

- Note that you will need a reputation of 20 in order to be able 
to post in the chat. 

- You can gain this minimal reputation (essentially a spam filter) 
by participating in the Stack Overflow group of sites. 
Activity: 380 messages this week


## AltME Worlds

A private instant messaging system where rebolers hang out 24/7. 
The current world dedicated to Rebol and Rebol-like language discussion 
is called REBOL4
- Get client at http://www.altme.com/download.html
- connect to the 'rebol-gate' world with user/pass, guest/guest
- request account on REBOL4 world in the REBOL4 request group

Web archives of public groups, first to last in the most active world, 
REBOL4, as well as the dormant world, REBOL3:
REBOL4 (http://www.rebol.org/aga-groups-index.r?world=r4wp)
Activity: 286 posts last 6 days
REBOL3 (http://www.rebol.org/aga-groups-index.r?world=r3wp)


# Forums

## Rebol Facebook group (http://www.facebook.com/groups/rebol)
A new special interest group for Facebook users.
Activity: 26 messages this month



## Rebol Google+ community (https://plus.google.com/communities/100845931109002755204)
Activity: 4 messages this month



## Rebol Google Group (https://groups.google.com/forum/?fromgroups#!forum/rebol)
Activity: 43 messages this month



## Synapse EHR Rebol Forum (http://synapse-ehr.com/community/forums/rebol.5)
A web-based forum for R2 and R3, provided by Synapse EHR
Activity: 13 messages this month



## RebelBB France (http://www.digicamsoft.com/cgi-bin/rebelBB.cgi)
A simple forum, written in Rebol, for French speakers.
Activity: 140 messages this month


## Nick's Rebol Forum (http://rebolforum.com/index.cgi)

A micro-forum (just a few lines of Rebol) hosted by Nick Antonaccio. 
(Note: the captcha question is first.)
Activity: 79 messages this month


# Q&A (Question & Answer)

## Stack Overflow questions on Rebol
http://stackoverflow.com/questions/tagged/rebol
Activity: 219 questions tagged
http://stackoverflow.com/questions/tagged/rebol3
Activity: 2 questions tagged

world-name: r3wp

Group: Script Library ... REBOL.org: Script library and Mailing list archive [web-public]
Sunanda:
13-Jan-2005
The Library does add tnose comments when you click the download button.

It's partially to warn you if the munging to protext emails has changed 
the script in any way that matters -- you may need to demung some 
scripts to make them work.
.

The date is irrelevant and confusing. It means nothi ng....I don't 
think we add it any more. If you want to know the history of versions 
of a script: use the History link, eg:

http://www.rebol.org/cgi-bin/cgiwrap/rebol/script-history.r?script-name=liquid.r
yeksoon:
19-Jan-2005
and since I am babbling here... I will throw in some suggestions 
as well.


1. User are not interested in how many scripts there is in the library.

2. User are not interested in how many messages in the mailing list 
archive.

However, user may be interested in

1. Most popular script by download
2. Latest script contributed to the library
3
yeksoon:
19-Jan-2005
by download and user rating?
Sunanda:
19-Jan-2005
user rating is an interesting concept......But that needs defining 
as a metric too. Who is rating for what? And who would bother?


Download is heavily biased by the fact that most downloads are by 
bots.

Older scripts are, by definition donwloaded more simply because they've 
been around longer

Also scripts near the start of the alphabet have an unfair advantage 
(they are near the top of any bots list)


Check out the "what does this all mean?" link on this page for a 
more detailed discussion:
http://www.rebol.org/cgi-bin/cgiwrap/rebol/script-popularity.r
Graham:
11-Jun-2005
How about we have a no-cache directive to stop ISPs caching the scripts 
for the download page - so we are sure to get the latest one?
Sunanda:
12-Jun-2005
Problem is that the download page *is* a static URL if you go to 
it directly, eg,
    http://www.rebol.org/library/scripts-download/menu-system.r

But of you click the "download script" link while viewing a script, 
you do go via a dynamic URL -- it creates the static one for you 
and then redirects, eg

http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=menu-system.r


{What we should do is update the static file whenever a script is 
added or updated. That would fix most instances of this....I'll put 
that on the list, thanks]
Ingo:
14-Sep-2005
Hi Sunanda,


I have problems downloading the desktop librarian. Download always 
stops at 99% (tried with firefox and free download manager).
Sunanda:
14-Sep-2005
Thanks -- looks like there is a problem with the content-length header 
 (I thought there might be as I remember problems in testing when 
trying to get a value that all browsers were happy with. I think 
I've made IE happy while bemusing Firefox).


I've re-uploaded the script. It now doesn't set a content-length 
header. So, if you try again, it should work. But you may not get 
a download progress bar (because your browser isn't told the length 
in advance)

My apologies for the problem!
Sunanda:
11-Dec-2005
You can download Grahams' ML archive application (or. at least you 
could until he started having trouble with 1and1's hosting).

Assuming it's still available, you get 70Meg of ML messages and it 
has a search that runs on your ow desktop.
Volker:
12-Dec-2005
Download everything and grep in the folder
Ammon:
12-Dec-2005
I don't think I can download the entire ML archive from REBOL.org, 
can I?
Sunanda:
13-Dec-2005
You could download all messages via the LDS interface...But I wouldn't 
recommend that: you need over 43,000 separate calls to do that.

REBOL.org doesn't offer a single packaged download of the ML archive. 
Maybe it should....

....Bui remember, that service is available from Graham; though it 
is off line until 1and1 sort out thier billing problem (scroll up 
to see Graham's message)
Sunanda:
12-Jan-2006
Use the download URL, eg:

do http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=ascii-chart.r
Anton:
30-Jun-2006
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
DideC:
24-Aug-2006
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
Volker:
24-Aug-2006
Tried download again, there is a bug:
|| Downloading:   qml-ed.r/RS-NE+.gif
|| REQUEST FAILED...
|| REBOL.ORG says file not in package
Group: Linux ... [web-public] group for linux REBOL users
Henrik:
31-Dec-2004
It is missing important apps like CVS and SSH for instance, and I'm 
not a typical Linux user who can spend hours to find and download 
the GNU sources for an app, configure the build, and compile it.

 <--- don't know how Mandrake handles packages other than it's RPM, 
 but Debian handles these things in seconds with a single CLI command, 
 and it surely isn't necessary to hunt down sources manually. :-)

I always regarded Debian as a bit harder to start with but many times 
easier to maintain once it runs.
Volker:
6-Oct-2005
i have a /usr/lib/win32 full of such codes. and there where one or 
two other dirs mentioned too. IIRC xine suggested to download the 
mplayer-codes too, althought i installed from distro.
Gabriele:
6-Oct-2005
try to download mpeg4ip, it is a mp4-only player/encoder. that should 
in theory work...
Group: CGI ... web server issues [web-public]
Tim:
21-Feb-2005
Chris: from what I see, it does not. Either the file has to be transfered 
and saved on the server with unix-style line enders or -q has to 
be there to make it work for me. Time will tell. Unfortunately I 
don't have a linux machine to download and compare.... Can you say 
"Heisenberg Uncertainty Principle"? :-) Anway, what works, works. 
I'll post more on this subject when I actually get back to programming. 
thanks.
RebolJohn:
18-May-2005
HELP w/ web rebol associations AND Rebol-View.
Here is the story..


On my PC, I have View pointing to an index.r file on my web server.
Everything is cool.

When I open up Rebol-View and traverse to my index.r on the server..
it works.


Now on the same server, I change the IIS-Web associations so that 
I can do rebol CGI.
I create a 'main.r' in some virtual directory on the server.
Web-ing to this http.//myserver/mydir/main.r   works GREAT!
CGI is working.


However, when I now open up Rebol-View on my local PC and traverse 
to my index.r which is
on the server.. I get an error.


The problem is that before.. rebol-view was requesting a file-download 
and the server sends it.

Now since IIS is doing '*.r' CGI, when rebol-view requests for the 
index.r download.. the server is processing the request
and attempting to send back html.. not a rebol file.


Is there any way of fixing this other than..

* changing the CGI association from '*.r' to something else  (ie. 
'*.rr')

* changing all my view-apps on the server from '*.r' to something 
else   (ie. '*.rr')
??
Group: Web ... Everything web development related [web-public]
Chris:
21-Jan-2005
Sometimes I need to refresh twice -- but usually CSS is well cached 
(so you only have to download a stylesheet for a site once)
Pekr:
31-Jan-2005
Maybe there could be some download link, I was able to get it working 
with your help with few emails exchange. Thru other ppl usage you 
could gain more feedback or simply docs, or someone could do some 
other coding ....
Group: Rebol/Flash dialect ... content related to Rebol/Flash dialect [web-public]
Oldes:
4-Oct-2005
What you should know is, that the dialect is almost useless if you 
don't know how Flash works and don't know the ActionScript. The good 
start is to registed and download SWF file format specification from 
this page: http://www.macromedia.com/licensing/developer/
Oldes:
4-Oct-2005
and download ActionScript help file as well
Oldes:
5-Oct-2005
go here: http://www.macromedia.com/cfusion/entitlement/index.cfm?e=file_format
register and download
Oldes:
17-Mar-2006
james: the elasticboy is not my flash file! it's just a test if it's 
possible to download movie from other domain.
amacleod:
16-Nov-2007
flash is on zero browsers until installed...I've set up machines 
at work for guys in the firehouse to use. Every computer there gathers 
so much adware/spyware/viruses that I can never keep up cleaning 
them. I've had to re-install windows so many times and each time 
I have to re-install the latest flash player. I resorted to setting 
up puppy linux and running off a bootable cd..(with the typical complaints 
about it not being windows) Anyway...rebol plug-in is easire to download 
than flash so what's the bigdeal. I install active-x controls all 
the time when I find a site that interests me and needs the control.
Group: Tech News ... Interesting technology [web-public]
Ashley:
15-Jan-2006
Three problems with them:


1) The widget engine is a hefty 12MB or so download (for widgets 
that are nothing other than HTML+CSS+Javascript+Images bundled in 
a zip file with a magic extension)

2) The download/installation process tries repeatedly to high-jack 
your browser preferences

3) The widgets look pretty ordinary compared to the OS X dashboard 
equivalents (go here, http://www.apple.com/downloads/dashboard/and 
compare the respective dictionary/thesaurus offerings)
Robert:
22-Feb-2006
Maybe something for Rebol as well:


dsandler writes "Researchers at Rice University have just released 
version 0.7 

of FeedTree, a peer-to-peer system for distributing Web feeds faster. 
Instead of 

polling feeds independently, FeedTree users cooperate to share news 
updates 

using multicast in Pastry, a scalable p2p overlay network. FeedTree 
reduces the 

update delay for existing RSS and Atom feeds to a few minutes without 
putting 

extra stress on the webserver (anyone who's ever been temporarily 
banned by 

Slashdot's RSS feed knows this is a real concern). Feed publishers 
can also 

choose to push digitally signed updates for immediate, tamper-proof 
delivery to 

subscribers. The client software (download) runs on Linux, OS X, 
and Windows, 
and works with any desktop feed reader." 
 
http://rss.slashdot.org/Slashdot/slashdot?m=3816
Group: Plugin-2 ... Browser Plugins [web-public]
JoshM:
3-May-2006
Ah, let me get back to you...we need to get a download location set 
up.
JoshM:
3-May-2006
maybe have rebol in the plugin download a license from a web server 
or something like that.
JoshM:
3-May-2006
one issue is size. do we distribute /pro/view to everyone, and make 
everyone download a bigger file? or do we have two different plugin, 
two different sizes?
JoshM:
3-May-2006
The URL for download is: http://www.rebol.net/plugin/moz-1/.

Installation instructions: Download all the files. Copy them to your 
plugins directory (except test.html). Open test.html and it should 
work.
JoshM:
3-May-2006
did you download and copy the files to your firefox plugins directory?
Henrik:
4-May-2006
and so, what about attempts to run it outside the browser? I'm thinking 
licensed scripts that someone figured out to download separately 
and tries to run it directly in REBOL/View. I'm not sure how much 
of an issue this is, but it's a first step towards reverse engineering.
JoshM:
4-May-2006
With the current plugin release, new versions require uninstalling 
previous versions, because of the IE plugin architecture (it is finding 
the existing plugin on your computer, so it sees no need to download 
a new version).
JoshM:
4-May-2006
2) Build an automatic updating mechanism into the plugin, so it will 
check for new updates, prompt the user if he or she wants to download 
those updates, and then install on-top of the previous installation.
JoshM:
4-May-2006
Yes, the installation will have to be quick. That's not a problem 
though, as we can download the files in the background (similar to 
what Flash and Acrobat Reader do).
Group: !Cheyenne ... Discussions about the Cheyenne Web Server [web-public]
Louis:
12-Oct-2006
Doc, I am also one of your fans. I've been going to your web site 
regularly to see if Cheyenne was released. I was excited to be able 
to download it. But I have a problem. Cheyenne loads fine, but when 
I try to test the links on the index.html page they fail. What am 
I doing wrong?
Oldes:
26-Feb-2007
yes... must agree with Doc. It's very easy, just download the latest 
precompiled version (I have 4.20) install, uncomment the https as 
doc said and than do:
      stunnel.exe -install
to install it as service.. and:
      stunnel.exe -start
to start it.
Dockimbel:
26-Feb-2007
Just download and install the precompiled version : http://www.stunnel.org/download/stunnel/win32/stunnel-4.20-installer.exe
Dockimbel:
26-Feb-2007
Then STunnel => Run STunnel ...and that's all. Takes 2 mn, including 
the download time.
101 / 11871[2] 345...89101112