• 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
r4wp211
r3wp2311
total:2522

results window for this page: [start: 401 end: 500]

world-name: r3wp

Group: !AltME ... Discussion about AltME [web-public]
Ryan:
5-Jan-2005
These logs should merely just be html filtered and posted with a 
cron job then.
Ryan:
5-Jan-2005
So, whats the run down on html logs?
DideC:
5-Jan-2005
Ryan, for HTML export, you can try that (with 1.2.40+ preferably) 
:
Henrik:
24-Mar-2005
[1] Grouping of calendar events so you can filter select which type 
or with whom, specific calendar events are shared with, for display.
[2] Weekview in the calendar to fit more events pr. day

[3] Events from calendar formatted as a chronological TODO or activity 
list

[4] Export the calendar as HTML (it's a real problem if you have 
many events per day and can only see a small amount of them)

[5] Dynamic width of the user/group list to the left. Many group 
titles are chopped off.
[6] Filter search in the Users and Groups list

[7] Bigger/adjustable text area size in checklist entries, so it 
would be more suitable to store makedoc2 formatted documents in them 
(instant document repository!)

[8] Export checklists in makedoc2 format for integration in other 
makedoc2 docs

[9] Checklists as a column view. It would mean for Checklists: Spreadsheets 
that Checklists are in the left column and Spreadsheets are in the 
right column. You can select other checklists immediately without 
having to go back to the top and select a new one.

[10] Generally resizable windows everywhere. Small text areas are 
annoying!

:-)
Maxim:
31-Mar-2005
1.  link tasks with the calendar

2.  "clear all" a simple button which removes red color of all groups. 
usefull when skipping a few days...

3.  HIDE groups (and users).  just add simple check mark to  window 
which lists all available groups and any you check-off are removed 
from the list you look at (yet you still receive their posts, if 
you want to look at them another time).

4.  per group moderators for private AND public groups (delete posts, 
insert posts, manage users, etc.   A part from "opting out", users 
are not able to change the setup (like deleting the group), group 
name, list of users in private group, etc ).  

5.  single file export of all selected task lists and their tasks 
(ascii or html)

6.  SORT task list... we cannot sort the task lists... only the tasks 
they contain... a real bitch when working with others...

7.  Also allows read-only mode for private groups for people not 
in private users list.   Great to manage announcements for private 
tools.
8.  'workdays only - weekend only' option for calendar

9.  properly support hours in calendar tasks, so that hours are always 
available, right now, the software often ignores any data we put 
in the hours field..
Group: RAMBO ... The REBOL bug and enhancement database [web-public]
Anton:
6-Feb-2005
You can see all the <br> tags, which are not needed when using the 
<pre> tag, as far as I know. (I thought html tags in the scope of 
a <pre> tag were supposed to be ignored).
Group: Parse ... Discussion of PARSE dialect [web-public]
Anton:
10-Mar-2005
Oh dear, looks like my memory was not so great. I was using 'break 
in the early-exit rule here:

extract-link-by-name: func ["Returns the first A link with the specified 
text in the source string."
	name [any-string!] "link text"
	str [any-string!] "html source string"
	/local start end terms non-terms link text early-exit
][
	early-exit: []
	if parse/all str [
		some [
			thru "<a " any " " 
			["name" | [
				"href" any " " "=" any " "

    [{"} (terms: {"}) | (terms: " >")] ; set terms depending on how url 
    starts, with double-quote?
				(non-terms: complement charset terms)
				start: some non-terms end: (link: copy/part start end)
				opt {"} any " "
				thru ">" copy text to "</a" ; <- was before just "<"
				(if text = name [early-exit: [to end break]])
			]]
			early-exit
		]
	][reduce ['link link 'name text]]
]
BrianW:
20-Mar-2005
Graham, yes, but it's also used in other situations: force the programmer 
to escape HTML input before printing it back out, massaging data 
so that it's friendlier for the database, etc.
Brock:
10-Jun-2005
link would help!!!   http://www.rebol.com/docs/core23/rebolcore-15.html
Group: MySQL ... [web-public]
MikeL:
28-Aug-2005
Re: MySQL Auth.   IIRC  http://dev.mysql.com/doc/mysql/en/old-client.html
I think we used this option "Tell the server to use the older password 
hashing algorithm" and continued without a house call.  If that does 
not work, let me know and on Monday I will ask the programmer who 
did it what did work.
Pekr:
30-Aug-2005
some possible solutions here - http://forums.oscommerce.com/lofiversion/index.php/t148268.html
Volker:
30-Aug-2005
Here is something more: http://dev.mysql.com/doc/mysql/en/password-hashing.html
MikeL:
16-Sep-2005
This is related, I think, to my notes about VID and MySQL in the 
View section. In a test that we ran in 2004 we were able to load 
1,000,000 rows in under 30 minutes.  We did not investigate further 
but we thought we could improve this by running parallel loads and 
putting it on a real server instead of a laptop.  This volume was 
equal to the annual volume of  the transactions we were interested 
in so would represent a journal of everything that happened to this 
app as a keyed transaction in one year.   


From that 1,000,000 row database, we were able to create an HTML 
report based on some selected criteria in 2.5 seconds.  

All tests done with REBOL View using Doc's mySQL protocol.
Pekr:
8-Jan-2006
Yesterday afternoon I spent investigating Doc's scheme, and here 
are my conclusions:


- The part of code responsible for password communication with the 
server is in the 'scrambler object. The function whish establishes 
connection with server is 'do-handshake


- rebol's mysql protocol seems to distinguish protocol version 9 
and 10, and I was not able to find out, what does it mean on mysql's 
side of things. It also seems to me, there is long-password item 
already in the stack, but dunno if related, it is just osme constant. 
Protocol version 9 and 10 use different hash functions and different 
crypt functions. I really don't know, where does DocKimbel find out 
how to implement those functions, maybe by looking into mySQL source, 
so I downloaded them


- to read more about passwords in mysql, go here - http://dev.mysql.com/doc/refman/5.0/en/password-hashing.html
. Maybe it is not protocol 9 and 10 related, as you may use old password 
scheme even with new databases. The difference is as follows - starting 
from mySQL 4.11, passwords are stored in 41 bytes wide field, whereas 
with older versions, it was 16bytes. New passwords always start with 
* (asterisk) char, to be easily distinguished ...


- how things might work? Mysql sends scrambled password, and Doc's 
scheme stores it in 'crypt-seed variable.  Data is being sent by 
the protocol by 'send-packet function, where for the password part, 
scrambler/scramble function is used, which calls crypt-v10 or crypt-v9, 
according to protocol versions. Those function use hash-v10(9), floor 
and other functions ...


I think that we somehow need to find out, how to compute hash for 
not 16bytes, but for those 41bytes ...
Anton:
9-Jan-2006
looks same as in 
http://dev.mysql.com/doc/refman/5.0/en/password-hashing.html
Volker:
9-Jan-2006
Yes. "It supports server protocols v9 and v10, so it should work 
with all versions of mySQL." http://softinnov.org/rebol/mysql-usage.html
Volker:
9-Jan-2006
Does this help? http://www.redferni.uklinux.net/mysql/MySQL-Protocol.html
Pekr:
9-Jan-2006
http://www.redferni.uklinux.net/mysql/MySQL-Protocol.html
Pekr:
9-Jan-2006
http://dev.mysql.com/doc/refman/5.0/en/password-hashing.html
Volker:
9-Jan-2006
sha_input: http://www.distlab.dk/mysql-4.1/html/mysys_2sha1_8c-source.html#l00179

Seems the two inputs are like a join. Usefull this way if one hashes 
files withput loading everything in memory.
Pekr:
9-Jan-2006
Doc - are you really using this? http://leithal.cool-tools.co.uk/sourcedoc/mysql509/html/libmysqld_2net__serv_8cc-source.html
Pekr:
9-Jan-2006
Their protocol can be reimplemented using - http://www.redferni.uklinux.net/mysql/MySQL-Protocol.html
Pekr:
10-Jan-2006
so this is not accurate? http://www.redferni.uklinux.net/mysql/MySQL-Protocol.html
Group: Linux ... [web-public] group for linux REBOL users
Cyphre:
27-Mar-2006
As you can see here: http://www.rebol.net/builds/lib-dep.htmlthe 
FreeType library is one of those libraries which might depend on 
different distro or version but it is not definitely the only one.
Graham:
21-Apr-2006
http://www.novell.com/documentation/suse91/suselinux-adminguide/html/ch13s05.html
Oldes:
28-Apr-2006
Guess what software Osama Bin Laden uses on his laptop?

http://shelleytherepublican.com/2006/04/linux-european-threat-to-our-computers.html
Henrik:
2-Jun-2006
the wonderful world of linux... what I had to do was to make scripts 
as shellscripts with the shebang line at the top with the path to 
the rebol executable. there is a mention of this in the Rebol/Core 
manual here: http://rebol.com/docs/core23/rebolcore-2.html

This should work across the various desktops.
Pekr:
1-Aug-2006
no ... but I face some strange problems. I put print "Content-type: 
text/html" print newline at the beginning of the script and now it 
does not run even under console, it just says "REBOL - security violation"
Volker:
26-Sep-2006
For debian it looks easy for most programms. SInce ubuntu is a debian 
that trick may work too: https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id292233
Pekr:
14-Nov-2006
Carl's answer - http://www.reboltalk.com/forum/index.php/topic,304.0.html
PeterWood:
7-Dec-2006
This might help - http://blogs.activestate.com/kevinw/2006/02/libstdc5_how_to.html
Group: !Readmail ... a Rebol mail client [web-public]
PhilB:
31-Dec-2004
rebmail 4.7.11 & associated helptext has been released (31/12/2004) 
...

Changes Since 4.7.8
4.7.9   - Bug Fix - emails without any @ symbols are invalid

4.7.10  - Enhancement - Seperate list of downloaded emails for each 
account
4.7.11  - Bug Fix - Deal with duplicate attachment names


rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
10-Jan-2005
rebmail 4.7.14 & associated helptext has been released (31/12/2004) 
...

Changes Since 4.7.11
Enhancement - re-work locale format (for security purposes)
Bug Fix - Correct Fetch All Error
Enhancement - Use load/all & Construct to load locale from file


rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
10-Jan-2005
rebmail 4.7.14 & associated helptext has been released (10/01/2004) 
...

Changes Since 4.7.11

4.7.12 - Enhancement - re-work locale format (for security purposes)
4.7.13 - Bug Fix - Correct Fetch All Error

4.7.14 - Enhancement - Use load/all & Construct to load locale from 
file


rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
7-Feb-2005
rebmail 4.8.0 & associated helptext has been released (07/02/2005) 
...

Changes Since 4.7.14

4.7.15  - Enhancement - Add name & email to substituion in reply 
text
4.7.16  - Bug Fix - Dont include name from Contacts list
4.7.17  - Bug Fix - Use From email address in Reply substitution

4.7.18  - Bug Fix - If no account is selected then display Alert 
when getting mail

4.7.19  - Enhancement - Process all picked acounts in Account Maintenance

4.7.20  - Enhancement - Request confirmation before deleting an account

4.7.21  - Bug Fix - If no Contacts exists program as failing on taking 
Contact menu item

4.7.22  - Enhancement - Process all picked acounts in Account Maintenance
4.7.23  - Enhancement - Make Contact Details a Dialog Box
4.7.24  - Enhancement - make new mail window title 'New Mail'
4.7.25  - Enhancement - Add no of days in search window
4.7.26  - Bug Fix - If password is blank then do not decrypt
4.8.0   - Enhancement - Update Version Number

rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
20-Feb-2005
rebmail 4.9.0 & associated helptext has been released (20/02/2005) 
...

Changes Since 4.8.0
4.8.1   - Bug Fix - Spelling mistakes in locale.r

4.8.2   - Bug Fix - Update location not found should not stop preferences 
being saved
4.8.3   - Enhancement - Add Resizing to main Contact Window
4.8.4   - Enhancement - Add Resizing of Delete Mail Window


rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
25-Feb-2005
rebmail 4.9.6 & associated helptext has been released (25/02/2005) 
...

Changes Since 4.9.0
4.9.1   - In Prefs - make use of on/offline flag

4.9.2   - Bug Fix - locale - gi_101: 'Update location not found. 
Continue?'
4.9.3   - Bug Fix - Correctly indicate if email has an attachment
4.9.4   - Enhancement - Add Readmail.jpg to about Window
4.9.5   - Enhancement - Add positioner to Mail maintennce
4.9.6   - Bug Fix - fix error if position.prf didnt exist


rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
Fabrice:
17-May-2005
Hi all,

Is it possible to decode iso-8859-1 subject in the pending emails 
window ?


Maybe this script can help http://www.reboltech.com/library/html/utf-8.html
Fabrice:
20-May-2005
Received: from web26108.mail.ukl.yahoo.com ([217.12.10.232])

        by mail.prosygma-asp.com (Merak 7.5.2) with SMTP id 1TI26716
        for <[me-:-you-:-com]>; Tue, 26 Apr 2005 04:58:31 +0200

Received: (qmail 67900 invoked by uid 60001); 26 Apr 2005 02:58:30 
-0000

Message-ID: <[20050426025830-:-67898-:-qmail-:-web26108-:-mail-:-ukl-:-yahoo-:-com]>

Received: from [81.248.68.164] by web26108.mail.ukl.yahoo.com via 
HTTP; Tue, 26 Apr 2005 04:58:29 CEST
Date: Tue, 26 Apr 2005 04:58:29 +0200 (CEST)
From: Rodrigue <[you-:-me-:-com]>
Subject: Re: Erreur lors de l'enregistrement d'une news
To: Admin Rebol <[me-:-you-:-com]>
In-Reply-To: 6667
MIME-Version: 1.0

Content-Type: multipart/alternative; boundary="0-370637848-1114484309=:67141"
Content-Transfer-Encoding: 8bit
X-Antivirus: avast! (VPS 0517-0, 25/04/2005), Inbound message
X-Antivirus-Status: Clean

--0-370637848-1114484309=:67141
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Salut Fabrice,
 
Peux tu me redire sous quel format je dois envoyer les photos

Rodrigue

Admin Rebol <[me-:-you-:-com]> wrote:
Bonjour Rodrigue,

>Salut Fabrice,

>contrairement à ce que je t'expliquais hier soir, les news ne s'enregistrent 
pas.
>voilà le message d'erreur : 

Peux-tu m'envoyer ce que tu veux mettre en ligne par @ ?

Je vérifierais directement avec tes données car il n'y a pas de problème 
de mon côté pour ajouter les news.

Merci.

-- 
Fabrice

		
---------------------------------

 Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour 
 vos mails !
Créez votre Yahoo! Mail
--0-370637848-1114484309=:67141
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

<DIV>Salut Fabrice,</DIV>
<DIV>&nbsp;</DIV>

<DIV>Peux tu me redire sous quel format je dois envoyer les photos<BR></DIV>
<DIV>Rodrigue</DIV>

<DIV><BR><B><I>Admin Rebol &lt;[me-:-you-:-com]&gt;</I></B> wrote:</DIV>

<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; 
BORDER-LEFT: #1010ff 2px solid">Bonjour Rodrigue,<BR><BR>&gt;Salut 
Fabrice,<BR>&gt;contrairement à ce que je t'expliquais hier soir, 
les news ne s'enregistrent pas.<BR>&gt;voilà le message d'erreur 
: <BR><BR>Peux-tu m'envoyer ce que tu veux mettre en ligne par @ 
?<BR>Je vérifierais directement avec tes données car il n'y a pas 
de problème de mon côté pour ajouter les news.<BR><BR>Merci.<BR><BR>-- 
<BR>Fabrice<BR></BLOCKQUOTE><p>
		<hr size=1> 

Découvrez le nouveau Yahoo! Mail : <font color="red">250 Mo d'espace</font> 
de stockage pour vos mails !<br><a href="http://fr.rd.yahoo.com/mail/taglines/*http://us.rd.yahoo.com/evt=25917/*http://us.rd.yahoo.com/mail_fr/mail_campaigns/splash/taglines_250/default/*http://fr.promotions.yahoo.com/mail/creer28.html">Créez 
votre Yahoo! Mail</a>


--0-370637848-1114484309=:67141--
PhilB:
17-Jun-2005
rebmail 4.10.11 & associated helptext has been released (18/06/2005) 
...

Changes Since 4.9.6
4.9.7   - Enhancement - Import emails" "Phil Bevan" 21/02/2005]

4.9.8   - Enhancement - Apply rules to a folder" "Phil Bevan" 30/05/2005]

4.9.9   - Bug Fix - Correct backdrop on getmail progress window" 
"Phil Bevan" 31/05/2005]

4.9.10  - Enhancement - decode ISO-8859-1 / ASCII-US encoded text" 
"Phil Bevan" 31/05/2005]

4.9.11  - Enhancement - allow Shift select to select multiple emails" 
"Phil Bevan" 01/06/2005]

4.9.12  - Bug Fix - Ensure download time is updated correcly" "Phil 
Bevan" 01/06/2005]
4.10.1  - Enhancement - Add options window
4.10.2  - Enhancement - Add rules maintenance
4.10.3  - Bug Fix - Remove Debugging info
4.10.4  - Bug Fix - Make Select Folder in Rules work
4.10.5  - Bug Fix - Apply send patch under View 1.3
4.10.6  - Bug Fix - Better Error trapping when applying fixes
4.10.7  - Bug Fix - Fix folder returned from unknown folder name

4.10.8  - Bug Fix - Do not try to copy email to itself when applying 
rules
4.10.9  - Enhancement - Add default inbox for incoming mail

4.10.10 - Bug Fix - Make Select Folder in Rules datila work for View 
1.2
4.10.11 - Bug Fix - Ensure preferences work on new install


rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
1-Jul-2005
rebmail 4.11.4 & associated helptext has been released (02/07/2005) 
...


For detailed changes http://www.upnaway.com/~philb/philip/pbmail/readmail.ver


rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
19-Oct-2005
rebmail 4.12.2 & associated helptext has been released (19/10/2005) 
...


For detailed changes http://www.upnaway.com/~philb/philip/pbmail/readmail.ver


rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
18-Mar-2006
rebmail 4.12.6 & associated helptext has been released (18/03/2006) 
...


For detailed changes http://www.upnaway.com/~philb/philip/pbmail/readmail.ver


rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
27-Apr-2006
rebmail 4.13.4 & associated helptext has been released (27/03/2006) 
...


For detailed changes http://www.upnaway.com/~philb/philip/pbmail/readmail.ver


rebmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

reabmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
5-May-2006
readmail 4.13.7 & associated helptext has been released (05/05/2006) 
...


For detailed changes http://www.upnaway.com/~philb/philip/pbmail/readmail.ver


readmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

readmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
6-May-2006
readmail 4.13.8 & associated helptext has been released (06/05/2006) 
...


For detailed changes http://www.upnaway.com/~philb/philip/pbmail/readmail.ver


readmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

readmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip


the archive containing rebmail.r & rebamail.html (rip = compressed 
self extracting rebol archive)
 
Any problems let me know.
PhilB:
6-May-2006
Sorry .. this time without spelling mistakes ....


readmail 4.13.8 & associated helptext has been released (06/05/2006) 
...


For detailed changes http://www.upnaway.com/~philb/philip/pbmail/readmail.ver


readmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

readmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip

the archive contains readmail.r & readmail.html 
(rip = compressed self extracting rebol archive)
 
Any problems let me know.
PhilB:
23-Jul-2006
readmail 4.14.3 & associated helptext has been released (23/07/2006) 
...


For detailed changes http://www.upnaway.com/~philb/philip/pbmail/readmail.ver


readmail.r can be found at .... http://www.upnaway.com/~philb/philip/pbmail/readmail.r

readmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip

the archive contains readmail.r & readmail.html 
(rip = compressed self extracting rebol archive)
 
Any problems let me know.
Louis:
29-Oct-2006
Want list:

1. HTML support
2. Redirect
3. Return receipt
4. BCC (blind carbon copy)

Any chance that you will be adding these features any time soon?
PhilB:
19-Nov-2006
readmail 4.14.9 & associated helptext has been released (19/11/2006) 
...


For detailed changes http://www.upnaway.com/~philb/philip/pbmail/readmail.ver


readmail.r can be found at .... http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=readmail.r
or at http://www.upnaway.com/~philb/philip/pbmail/readmail.r

readmail is also the following formats 

rip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.rip

zip format at  .... http://www.upnaway.com/~philb/philip/pbmail/readmail.zip

the archive contains readmail.r & readmail.html 
(rip = compressed self extracting rebol archive)
 
Any problems let me know
Gabriele:
3-Mar-2010
These both work well with Gmail (extensively tested):

http://www.rebol.it/power-mezz/schemes/imapcommands.html
http://www.rebol.it/power-mezz/mezz/imap.html
Group: SDK ... [web-public]
Geomol:
22-Feb-2005
These?
http://www.rebol.net/projects/view1.3/view-feel.r
http://www.rebol.net/projects/view1.3/view-styles.r


I found those links at http://www.rebol.net/projects/view1.3/chat64.html
message 36 by Carl.
Geomol:
6-Apr-2005
Console window: use header word "encap". See in docs/encap.html of 
your SDK.
Group: !RebGUI ... A lightweight alternative to VID [web-public]
Chris:
3-Apr-2005
Btw, if they are any use, I still have some UI design guides online: 
http://www.ross-gill.com/r/guides.html
Group: XML ... xml related conversations [web-public]
yeksoon:
7-Nov-2005
think there is one.. rebol-unit.. http://vydra.net/rebol-unit/rebol-unit.html

never use it though
Chris:
11-Nov-2005
But this is the issue here with Rebol and XML, there are solutions 
that suit one XML operation or another.  Aiming for loosely implementing 
DOM gives us loading, extraction, modification, and saving without 
affecting the integrity of the data structure.  Examples: changing 
the title of an HTML page, adding an entry to an RSS file, etc.
Henrik:
22-Oct-2008
The HTML Dialect can do a bit of XML
Chris:
9-Nov-2008
The web and soap/http are in a sense REST applications (REST is just 
WS over HTTP) though both use a limited subset of REST arguments 
and have to work around as such.


The web is limited (by the HTML spec) to the verbs 'get and 'post, 
and post content types of 'application/x-www-form-urlencoded (default) 
or 'multipart/form-data (used to upload files).  For the most part, 
the web is RESTful as we usually only want to 'get resources.  However, 
other operations typically violate REST principles, as all other 
resource actions (create, update, delete) have to squeeze through 
the get/post/url-encode/multipart pipe.  The Rebol HTTP protocol 
as standard is designed to mimic this and requires patching to move 
beyond get/post/url-endode (even for multipart)


SOAP as I understand it, when using HTTP only uses 'post - the post 
content contains the actual request.  Where it varies from the web 
(and Rebol HTTP) is the need for the 'text/xml content type.


REST itself is limited only by HTTP.  It uses theoretically limitless 
HTTP (v1.1) verbs (though most common patterns use 'get, 'put, 'post 
and 'delete).  It uses any encoding.  It uses HTTP headers as parameters 
(eg. the 'Accept header specifies the desired return type).  Therefore, 
any HTTP protocol designed for REST will accomodate SOAP requests.
Ashley:
9-Nov-2008
Probably more a pure HTML question, and showing my complete lack 
of HTML knowledge these days, but how would I go about automatically 
updating a device (an IP Phone in my case) that has a page (http://10.1.1.7/admin.html) 
with a whole bunch of phone numbers in separate fields and a submit 
button that posts changes back? I can generate the page with the 
data I want submitted back, but I can't work out how to mimic pressing 
the submit button from a specific URL.
Geomol:
2-Mar-2009
RebXML spec: http://www.fys.ku.dk/~niclasen/rebxml/rebxml-spec.html
Scripts are in the Library: http://www.rebol.org
Geomol:
24-Jun-2009
In case, it's needed, RebXML spec:
http://www.fys.ku.dk/~niclasen/rebxml/rebxml-spec.html
Graham:
14-Aug-2009
Given some xml like this which is a list of documents http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#ListDocs

how would your parser extract the <gd:resourceid> and text associated 
with these tags?
Geomol:
2-Jan-2010
Janko,
http://www.fys.ku.dk/~niclasen/rebxml/rebxml-spec.html
http://www.rebol.org/view-script.r?script=xml2rebxml.r
http://www.rebol.org/view-script.r?script=rebxml2xml.r
Group: Rebol School ... Rebol School [web-public]
JaimeVargas:
19-Apr-2006
Before I go this is the shortest intro to scheme and functional programming 
that I had found. It will get you up to speed in this model in one 
day http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html
Group: AJAX ... Web Development Using AJAX [web-public]
Chris:
3-Dec-2005
Variants:
AHAH -- http://microformats.org/wiki/rest/ahah
* Async HTML and HTTP, less subtle but widely supported
AFLAX -- http://www.aflax.org/
* Async Flash and XML (?), uses Flash
[unknown: 9]:
3-Dec-2005
http://ajaxian.com/archives/2005/12/6_places_you_mu.html
Will:
12-Mar-2006
Slides on Comet http://alex.dojotoolkit.org/wp-content/LowLatencyData.html
[unknown: 10]:
8-Apr-2006
http://weblog.infoworld.com/udell/screenroom/atlas_flv.html
Henrik:
11-Apr-2006
server-in-a-browser would be a piece of cake with rebol. just consider 
that you can output HTML code to the browser via DOM as well as View 
graphics
Geomol:
13-Apr-2006
Having everything wrapped in HTML (or XML or whatever markup-language) 
is not a good solution. I hate using applications inside a browser, 
because they're always slooooow. Native application clients are much 
better. Think reblets!
Graham:
13-Apr-2006
But if the reblets don't look as good as embedded html apps?
[unknown: 9]:
13-Apr-2006
Flash is very impressive:  http://threeminds.organic.com/2006/01/groowy_on_the_d.html


This is the best example I have seen of a Zimba like app in Flash 
(major backer is Mark Cuban).
Sunanda:
23-Apr-2006
Bear in mind that around 10% of all people do not have javascript 
enabled. That way be through choice, necessity, or following US government 
security advice.

Javascript usage stats: http://www.w3schools.com/browsers/browsers_stats.asp

Before clicking on a link to a web site that you are not familiar 
with or do not trust, take the precaution of disabling active content.
:
http://www.us-cert.gov/cas/tips/ST04-012.html


With PHP all the oomph is in the server , so it is under your control. 
As you cannot guarantee that JS will be available in the client if, 
extra steps are needed to ensure the website works without it -- 
even though it may work spectacularly better with it.
Group: Tech News ... Interesting technology [web-public]
Terry:
1-Mar-2006
Here's a good read.. 

The future of HTML, Part 1: WHATWG
http://www-128.ibm.com/developerworks/library/x-futhtml1/
Henrik:
22-Mar-2006
http://minimsft.blogspot.com/2006/03/vista-2007-fire-leadership-now.html
<--- seems there are a few management problems in Microsoft Land
[unknown: 10]:
23-Mar-2006
Evolution Robotics today announced a strategic alliance with WowWee 
Robotics(TM) to integrate Evolution's technologies for vision and 
navigation into the next generation of WowWee products. http://robotgossip.blogspot.com/2006/03/wowwee-partners-with-evolution.html
[unknown: 10]:
5-Apr-2006
http://googleresearch.blogspot.com/2006/03/hiring-lake-wobegon-strategy.html
Henrik:
13-Apr-2006
http://news.com.com/2100-1032_3-6060741.html<--- Google to launch 
calendar application
Group: !RebDB ... REBOL Pseudo-Relational Database [web-public]
Pekr:
12-Feb-2006
here's some interesting reading on mySQL optimisations - http://dev.mysql.com/doc/refman/5.0/en/optimization.html
Ashley:
17-Mar-2008
Correct,

	db/base-dir: ftp://user:[pwd-:-ftp-:-site-:-com]/public_html/
	db/lines?: false


The second line will help minimize the amount of traffic by turning 
line breaks off.
Ashley:
7-Sep-2008
2.0.3 released. Release notes can be found here:

	http://www.dobeash.com/RebDB/release-notes.html
BrianH:
7-Oct-2008
I think the find clause here might work for you: http://www.dobeash.com/RebDB/sql-guide.html#section-4
Group: SQLite ... C library embeddable DB [web-public].
Ashley:
9-Mar-2006
/no-copy is a reasonable compromise, and fits with the /flat refinement 
in that the driver defaults to the expected "safe" behaviour. I'll 
add that to the next build.


XML output: I'm adding HTML output to the next build; is XML needed 
in addition to that? And if so, what does a "standard" table definition 
look like under XML (please provide a short example).


SQL refinements: the idea is that in most cases you specify all the 
refinements you need with CONNECT and just use SQL without any; except 
in the following two special cases:


1. SQL/direct: where you used CONNECT (without the /direct refinement), 
but need to access a *specific* table that does not need its TEXT 
column values MOLDed (e.g. sqlite_master)


2. SQL/raw: as above but flattens data. Used primary to access system 
tables / data, this ensures that values are always returned in a 
consistent format; lets you write code like:

	to file! third DATABASE


without having to worry about the format of the returned block(s).


Grammatical question. Do folks prefer I use the word INDEXES or INDICES 
to refer to more than one INDEX?
Pekr:
10-Mar-2006
the driver is already rather big, I am not sure if we should polute 
it with something it does not clearly belong there - why html outpu? 
What kind and html - I don't understand what should it do?
Oldes:
10-Mar-2006
HTML table is much more suitable than XML, but I also think, this 
should not be part of it, it's not so difficult for anybody, to convert 
rebol block to something else. But Ashley is the author, it's up 
to him:-)
Group: Postscript ... Emitting Postscript from REBOL [web-public]
Henrik:
5-Apr-2006
http://www.dfanning.com/tips/ps_printing_windows.html
Graham:
5-Apr-2006
printing to html and then printing to printer is just not good enough 
for many things.
Pekr:
6-Apr-2006
Graham - either give me native rebol post script viewer, or forget 
it. I will not install ghost script - being there, done that. Because 
- today, in corporate sphere, there are two output interfaces - browser, 
or PDF Reader - noone will install anything else. I do agree that 
to get things right using html/css in cross browser manner may be 
pretty difficult task, but imo that postscript should be somehow 
- hidden?
Maxim:
7-Apr-2006
If I knew how PCL wraps images I'd do it on PC too... I've just not 
needed to do printing with rebol, for which html didn't solve my 
needs... yet...
Group: !Liquid ... any questions about liquid dataflow core. [web-public]
Maxim:
4-Feb-2007
new release of liquid: 

to download the file:          http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=liquid.r

for some docs on liquid:   http://www.pointillistic.com/open-REBOL/moa/steel/liquid/index.html
Maxim:
4-Feb-2007
micheal, the !plug quickstart is a good way to begin understanding 
the basics:


http://www.pointillistic.com/open-REBOL/moa/steel/liquid/plug/plug-quickstart.html
Maxim:
4-Feb-2007
the version 0.6 ref document is here: 


http://www.pointillistic.com/open-REBOL/moa/steel/liquid/plug/plug-reference.html
Maxim:
27-Feb-2009
http://www.pointillistic.com/open-REBOL/moa/steel/liquid/plug/plug-quickstart.html
Josh:
1-Mar-2009
One note:  on http://www.pointillistic.com/open-REBOL/moa/steel/liquid/plug/plug-reference.html
 when I use Opera, nothing after section 2.1.1 gets displayed.  Works 
fine in Firefox though
Maxim:
1-Mar-2009
strange, cause its a static html page ... just one or two table.... 
in this case... I must say that opera seems to be the issue  ;-)

did you try reloading the page?
Sunanda:
7-Mar-2009
To some extent, yes. We do record counts of "likely human views" 
vs "likely bot views" -- but the stat you see is the sum of the two. 
And the division is not perfect by any means.

I'll slightly reverse my previous statement......The "download this 
script" link is protected by a HTML attribute "rel=nofollow". That 
should prevent well-behaved bots from following the link. So the 
count of downloads is likely to to human rich.
Group: DevCon2007 ... DevCon 2007 [web-public]
Sunanda:
10-May-2007
http://www.sahores-conseil.com/rebol2007.html
Group: DevCon2008 (post-chatter) ... DevCon2008 [web-public]
NickA:
12-Dec-2008
Hi Paul - yes, I've been lurking via html :)  Off topic:  I dabbled 
a bit with the Windows API and have a simple working webcam viewer, 
and also a working remote video client that produces usable video 
from simple image refreshes.  I need to explore the audio api to 
understand how to capture and pass audio frames across the net - 
I've got plenty of code from other languages - just need  to convert 
all those api calls to Rebol and see if there are any performance 
issues, but I suspect that a very simple point-to-point app like 
that could work in Rebol2.  To make it practical for real use, there'd 
need to be a little server/repeater app to pass data back and forth 
between clients that are behind routers.  Not so crazy difficult, 
I don't think...
NickA:
16-Dec-2008
Anyone who wants to speak with me or others on Wednesday should have 
a microphone and headphones already attached to the computer.  Please 
use headphones instead of speakers to avoid echo (echo can get to 
be a really big problem without headphones).  To test your setup, 
including your audio/video, please use this page:  http://rockfactory.us/videos/videogallery_viewer.html
.  Please let me know if you have any questions!
Reichart:
17-Dec-2008
We moved here


http://66.135.33.137/apps/baox1hvp5iptlazworf3/PresenterChatV2/presenterchatv2.html
401 / 25221234[5] 67...2223242526