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

World: r3wp

[!REBOL2 Releases] Discuss 2.x releases

Graham
28-Dec-2009
[561]
Multitouch support in View ...
Pekr
28-Dec-2009
[562]
:-)
joannak
28-Dec-2009
[563]
Adding SSL to Vid is among the things I'd like to see. Does not need 
to be fast (C-code), but  nowdays many sites don't allow email/ftp:s 
without some kind of TLS or similar.. (Not my specialty, please don't 
ask me to implement) :)
amacleod
28-Dec-2009
[564x2]
SSL would allow google mail use...I believe???
I think someone has google mail working with rebol command
Graham
28-Dec-2009
[566x2]
It is me
And hotmail .. which is also ssl
amacleod
28-Dec-2009
[568x2]
ofcourse
Opening up use of google mail would be big for me..
Graham
28-Dec-2009
[570]
don't you have the sdk??
amacleod
28-Dec-2009
[571x2]
yes
Not SDK command
Carl
28-Dec-2009
[573x2]
Question for the group: where is the best "home" for discussion of 
R2 release?
R2-Beta world is quite "old" (no messages for a long time). But, 
we could continue with it.
Graham
28-Dec-2009
[575]
As far as I know ... a 2.7.7 release was planned there.
Pekr
28-Dec-2009
[576]
I think that R2 is still many things. So my vote goes to go to R2-beta.
Graham
28-Dec-2009
[577]
ditto
Pekr
28-Dec-2009
[578]
We can't cover everything in this one thread here. And I think that 
ppl interested in further R2 development have no problem to log into 
R2-beta. It is also imo good to keep it isolated that way ...
Paul
28-Dec-2009
[579x3]
Brian, yes we use Oracle and Sybase specifically in our enterprise.
Yes R2-Beta because it already has many of the accounts already setup. 
 For a 1 week release and feedback that will be best approach.
I was just at the R2-Beta world and it doesn't appear any discussion 
has moved there yet.
Kaj
28-Dec-2009
[582]
I have an old View 1.3.2 here on Ubuntu where echo takes a bit over 
100 ms, so the bigger delay may be a recent regression
Carl
28-Dec-2009
[583x3]
The 2.7 test release has been built. This is the base build for the 
next release. It contains SSL, ODBC, DES, etc., and no-license key 
is required.


In addition, I've added an install checkbox to the Prefs (User panel) 
and an Uninstall to the Help panel. These are just shortcuts to existing 
features.

The download is www.rebol.com/downloads/view277-test1.exe


Note that it's version # is 2.7.6, but it has a new system/build 
date. Don't mix it up with prior versions, as it's not at all tested.
Please coordinate via BrianH if you have any feedback or comments 
on this release.
Also... not going to spend time yet on non-Win32 until we know if 
this is close.
Carl
29-Dec-2009
[586x2]
Testing...

>> read https://secure28.inmotionhosting.com/~rebolc5/cgi-bin/order.cgi?cmd=buy&prod=sdk&
== {<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>

So far, so good.
Oh, and I almost forgot: This is a TEST. Use entirely at your own 
risk. Do not distribute. Do not use to operate nuclear reactors, 
missle defense systems, aircraft, heart-lung machines, etc. etc.
Graham
29-Dec-2009
[588x4]
odbc works so far.
for hotmail, and gmail ...  download prot-spop.r from http://compkarori.no-ip.biz:8090/REBOL_stuff/REBOL_2/Secure_POP_and_SMTP
mbox: open compose [ scheme: 'spop host: "pop.gmail.com" user: [yournamegoeshere-:-gmail-:-com] 
pass: "password" ]

and then 

pick mbox 1

gives you your first email
sorry .. I cut and pasted that .. the 'compose is not needed
amacleod
29-Dec-2009
[592x2]
Awsome Graham...thank you for that (and Carl).
How long before SSL gets into enface? (support for  SDK)
Graham
29-Dec-2009
[594x2]
It's already in Sdk/command ...
Carl hasn't mentioned anything about freeing Rebol command which 
still sells
amacleod
29-Dec-2009
[596]
I did not know I would have the need when I bought SDK so I did not 
get SDK/Command
Graham
29-Dec-2009
[597x2]
rebol command sdk
you can always upgrade ...
amacleod
29-Dec-2009
[599x2]
FOr the difference? $100
I guesss that would be worth it.
Graham
29-Dec-2009
[601x3]
http://www.rebol.com/upgrade.html$199
I suggest asking Carl if he has any intentions of releasing free 
sdks first :)
Seeing how he has released a free rebol command which currently lists 
for $349.
amacleod
29-Dec-2009
[604]
Graham, Your scheme is for pop only..have you developed a send mail 
scheme?
Graham
29-Dec-2009
[605x2]
sort of ...
but why is it needed for?
amacleod
29-Dec-2009
[607]
What do you mean? To send mail from the gmail account from within 
application.
Graham
29-Dec-2009
[608]
I never needed to do that ..always have a smtp server around and 
just use the gmail account as the reply to address
amacleod
29-Dec-2009
[609]
I was contemplating using gmail for all users as I did not want to 
maintain my own mailserver plus it would give them access under their 
gmail usernames to use various tools provided by it...
Graham
29-Dec-2009
[610]
I wrote one ... just have to find it .. the site I posted it to is 
down.