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

New REBOL List Web Index

 [1/13] from: carl::rebol::com at: 8-Jul-2003 20:43


Here is a very simple web view of this REBOL List if you are tired of the pop-under windows on Escribe. Sorry, it's still in the early prototype stage (as I'm short on time right now), but we can add more to it as time permits... features like search, threads, etc. Note, however, that this page is built directly from the list's digest file, so it is more accurate than email. That is, if you post to the list, you should see your message here within 10 minutes. List is at: http://cobalt.reboltech.com/~lister -Carl

 [2/13] from: Al:Bri:xtra at: 9-Jul-2003 18:31


> That is, if you post to the list, you should see your message here within
10 minutes.
> List is at: http://cobalt.reboltech.com/~lister
Now: 9-Jul-2003/18:31:14+12:00 Andrew J Martin The phantom pinger... ICQ: 26227169 http://www.rebol.it/Valley/ http://Valley.150m.com/

 [3/13] from: carl:rebol at: 9-Jul-2003 0:31


Re: New REBOL List Web Index Whoops. Sorry Andrew, bug in script config caused it to stop. Should be back up again now. -Carl

 [4/13] from: carl::cybercraft::co::nz at: 24-Dec-2003 22:22


On 09-Jul-03, Carl at REBOL wrote:
> Here is a very simple web view of this REBOL List > if you are tired of the pop-under windows on Escribe.
<<quoted lines omitted: 6>>
> message here within 10 minutes. > List is at: http://cobalt.reboltech.com/~lister
The main index displays okay for me, but clicking on a message link displays the message as HTML, suggesting the content-type is text/plain instead of text/html ? -- Carl Read

 [5/13] from: nitsch-lists:netcologne at: 9-Jul-2003 12:31


Am Mittwoch, 9. Juli 2003 05:43 schrieb Carl at REBOL:
> Here is a very simple web view of this REBOL List > if you are tired of the pop-under windows on Escribe.
<<quoted lines omitted: 6>>
> message here within 10 minutes. > List is at: http://cobalt.reboltech.com/~lister
Graham has a well working search-engine but not the bandwith to make it really public. could it run there? needs mysql.
> -Carl
-Volker

 [6/13] from: Al:Bri:xtra at: 10-Jul-2003 17:57


Carl wrote:
> Here is a very simple web view of this REBOL List...
Thank you, Carl!
> Sorry, it's still in the early prototype stage (as I'm short on time right
now), but we can add more to it as time permits... features like search, threads, etc. Can we see the source code, please? Then we can enhance it. I'd like to make it CSS and XHTML compatible, and capable of displaying embedded HTML correctly. Andrew J Martin ICQ: 26227169 http://www.rebol.it/Valley/ http://Valley.150m.com/

 [7/13] from: jhagman:infa:abo:fi at: 10-Jul-2003 11:56


Quoting Carl at REBOL ([carl--rebol--com]):
> Sorry, it's still in the early prototype stage (as I'm > short on time right now), but we can add more to it as > time permits... features like search, threads, etc.
How about an RSS feed of the list? I would find that to be quite a nice feature. -- Jussi Hagman CS in Åbo Akademi University Studentbyn 4 D 33 [juhagman--abo--fi] 20540 Åbo [jhagman--infa--abo--fi] Finland

 [8/13] from: Al:Bri:xtra at: 10-Jul-2003 21:55


Carl wrote:
> ...if you are tired of the pop-under windows on Escribe.
Quoted from: http://toolbar.google.com/index-beta.php Popup Blocker: Make surfing the web easier by stopping annoying popups. Seems to work OK for me and my MS IE 6. Andrew J Martin ICQ: 26227169 http://www.rebol.it/Valley/ http://Valley.150m.com/

 [9/13] from: Carl:rebol at: 10-Jul-2003 9:38


>Can we see the source code, please? Then we can enhance it. > >I'd like to make it CSS and XHTML compatible, and capable of displaying >embedded HTML correctly. > >Andrew J Martin
Andres, that would be great. The group can add whatever features they need. Would you be willing to be the "boss" for the project and review other user changes? (I would not have the time to do so.) My main rule in this regard is simply: keep the code as simple as possible, but no simpler. Just so everyone can understand it, including me.
>How about an RSS feed of the list? I would find that to be quite a nicefeature. >-- Jussi Hagman
Jussi, that would be fine. Coordinate with Andrew on it.
>Quoted from: http://toolbar.google.com/index-beta.php > >"Popup Blocker: Make surfing the web easier by stopping annoying popups." > >Seems to work OK for me and my MS IE 6.Andrew J Martin > >Andrew J Martin
Yes, saw that announcement last month. But, unfortunately, I use about 20 different computers, each with different OSes and browsers. -Carl

 [10/13] from: Al:Bri:xtra at: 11-Jul-2003 22:31


Andrew wrote:
> > Can we see the source code, please? Then we can enhance it. > > I'd like to make it CSS and XHTML compatible, and capable of displaying
embedded HTML correctly. Carl wrote:
> Andrew, that would be great. The group can add whatever features they
need. Would you be willing to be the "boss" for the project and review other user changes? (I would not have the time to do so.)
> My main rule in this regard is simply: keep the code as simple as
possible, but no simpler. Just so everyone can understand it, including me. Jussi wrote:
> > How about an RSS feed of the list? I would find that to be quite a nice
feature. OK with me (but I know nothing about RSS). While I don't have much time myself, I'll review other's changes. I think the first step would be to submit the script to the library? Andrew J Martin ICQ: 26227169 http://www.rebol.it/Valley/ http://Valley.150m.com/

 [11/13] from: carl:cybercraft at: 24-Dec-2003 22:23


On 11-Jul-03, A J Martin wrote:
> Jussi wrote: >> > How about an RSS feed of the list? I would find that to be quite >> > a nice > feature. > OK with me (but I know nothing about RSS).
I wrote an RSS feed for the first time this week. Used this tutorial... http://hotwired.lycos.com/webmonkey/03/17/index3a.html to get started and it proved a reasonably simple exercise. -- Carl Read

 [12/13] from: Al:Bri:xtra at: 11-Jul-2003 23:03


Andrew wrote:
> > ...I know nothing about RSS.
Carl Read wrote:
> I wrote an RSS feed for the first time this week. Used this tutorial... > > http://hotwired.lycos.com/webmonkey/03/17/index3a.html > > to get started and it proved a reasonably simple exercise.
Thanks for that link, Carl! Very informative. Andrew J Martin ICQ: 26227169 http://www.rebol.it/Valley/ http://Valley.150m.com/

 [13/13] from: carl:cybercraft at: 24-Dec-2003 22:23


On 12-Jul-03, A J Martin wrote:
> Andrew wrote: >>> ...I know nothing about RSS.
<<quoted lines omitted: 4>>
>> to get started and it proved a reasonably simple exercise. > Thanks for that link, Carl! Very informative.
One tip if you're using CGI to generate your XML: Have the script save the XML as a file instead of supplying it directly. If it's a file then only a check to see if the file's been modified is needed to see if there's been an update, unlike if a script has to be run each time and the XML uploaded. -- Carl Read

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted