World: r3wp
[AltWeb] AltME Web Mirror
Carl 9-Jul-2005 [1x2] | Created this group for comments and suggestions regarding the web mirror for this AltME world. |
If anyone has a small html hyperlink detector, it might be nice to add that into the code. | |
Alek_K 9-Jul-2005 [3x2] | why not use styles? <td valign="top"><font color="#7878E6"><b></b></font></td> - instead can be <td class="person"></td>? I think it could take off about 30% of code. |
(ah - yes, colors are different for different people, but anyway styles can reduce it) | |
Chris 9-Jul-2005 [5] | Ok, missed this group -- Carl, just a thought (and see what others think) -- it's a little odd looking at the messages with newest on top. Another suggestion would be to do newest at bottom and put an anchor at the end so that incoming links start reading the page at the bottom to mirror the AltME view... |
shadwolf 10-Jul-2005 [6] | olivier auverlot comments: that a tiny interface for message submition would be a very very appreciated functionnality for the rebolers witch are on os that doesn't support AltMe |
Gabriele 10-Jul-2005 [7] | that's very unlikely to happen. sorry olivier, but you can use the ml and we can relay messages here when needed. someday (hopefully soon) we'll have a communication forum that is reachable by everyone. |
Andrew 10-Jul-2005 [8x2] | Carl, you're very welcome to use the URI^ pattern in my Patterns.r script in the Rebol library. |
That will detect most http:// etc patterns in plain text. | |
MikeL 11-Jul-2005 [10] | Re: Chris's order note (#5 of http://www.rebol.net/altweb/rebol3/chat362.html) This javascript http://www.kryogenix.org/code/browser/sorttable/ allows local sorting of an html table by any column heading. Perhaps it would allow ordering as the client wants in the altme extract. |
Ingo 14-Jul-2005 [11] | As already stated somewhere else by someone else ... it would be nice to filter out email-addresses, before mirroring to the web. |
Sunanda 14-Jul-2005 [12] | Ingo -- I sent Carl some code (based on some off Andrew's) to do that. |
Gabriele 15-Jul-2005 [13] | so - should we set more groups as web-public? anyone has objections? |
JaimeVargas 15-Jul-2005 [14] | None here. |
Graham 15-Jul-2005 [15] | as long as the email addresses are filtered out ... nope |
Sunanda 15-Jul-2005 [16] | Emails addresses are now being munged -- see msg 54 here: http://www.rebol.net/altweb/rebol3/chat232.html |
Graham 15-Jul-2005 [17x2] | hmm. the formatting needs to be fixed. |
all you need to do is insert <br> as you parse each conversation and limit each line to some reasonable length | |
Sunanda 15-Jul-2005 [19] | The problem with breaking lines is you can mess up scripts. |
Graham 15-Jul-2005 [20x2] | better to break some scripts than to piss off everyone who has to read really wide pages |
one would think there should be a more elegant way to force html to stay within a certain % or pixel size | |
Sunanda 15-Jul-2005 [22] | I remember Carl has some code to breal scripts halfway intelligently. Best way to suggest it to him (in this instance) is a Feedback to the blog. |
Graham 15-Jul-2005 [23] | Carl reports that he has fixed this now. |
Sunanda 11-Nov-2007 [24:last] | I'd completely forgotten this group existed :-) Just as a reminder to anyone else with a sieve-like memory: REBOL.org now hosts a mirror of the [web-public] groups in this world too. It has (in my opinion) three main improvements over the REBOL.net mirror: 1. all posts archived (not just latest 300 per group) 2 (therefore) permanent URLs if you need to point someone to a post 3. áll posts searchable http://www.rebol.org/cgi-bin/cgiwrap/rebol/aga-groups-index.r?world=r3wp |