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

World: r3wp

[Ann-Reply] Reply to Announce group

Ammon
20-Feb-2005
[36]
How's that?
Graham
20-Feb-2005
[37]
ok, who's the wise guy who changed it ?
Terry
20-Feb-2005
[38x2]
?
Ahh, the privacy thing.. I'm guessing that someone exited the group, 
then returned.. but forgot to make it public again.. till now.
Graham
20-Feb-2005
[40]
we lack a history of changes
Ammon
20-Feb-2005
[41]
I'm the one who made it public again, not sure who made it private...
Graham
22-Feb-2005
[42]
congrats rebol-france
shadwolf
22-Feb-2005
[43]
Thank you graham we are preparing the next steps like improvement 
the conversion to MD2 in order to release it on RT doc server as 
soon it is online ;)
Graham
22-Feb-2005
[44]
U used mdp ?
shadwolf
22-Feb-2005
[45x2]
non dokuwiki format to enhance work abality and reability we decided 
to open a dokuwiki widly open to anyone
but we have yet Vincent Ecuyer that  make an MD2 convertion script 
that retrieves the pages from de dokuwiki on line and write on the 
local hard drive the file containing the infos converted to MD2 format
Graham
22-Feb-2005
[47]
just looking at the docuwiki docs now.
shadwolf
22-Feb-2005
[48]
REBOL is a true killing app for all those kind of little conversion 
script little but very powerfull
Anton
22-Feb-2005
[49]
Congratulations! I was impressed by the website progress display, 
whose visual feedback surely helped you to reach your goals.
Sunanda
22-Feb-2005
[50]
Nice work, guys!

It's a trail-blazing project that I hope inspires others to follow.
shadwolf
22-Feb-2005
[51x2]
Sunanda I hope it too ;)
this kind of project allows every one even ones who are weak in programming 
to participate and learn ;)
Geomol
23-Feb-2005
[53x2]
There's a problem with my RebXML format, now that I wanna use a slash 
to make an empty element. The problem arise, when having string content 
after the slash, because it'll then be seen as an attribute. I'm 
working on it...
I don't think, the problem can be solved, so I have to go back to 
using an empty string to define an empty element. The problem is, 
that:
{<doc><element att="value" />some text</doc>}
is a valid XML string. The RebXML version is:
[doc [element att "value" / "some text"]]
and that will be converted back to:
{<doc><element att="value" /="some text">}

because the slash is seen as a word by the parse command, and then 
it's recognized as an attribute, because attributes are defined as 
a word! and a string!.


I'll think about it a little longer and give you guys the option 
to point me to a solution. Else I'll just change it back.
DideC
23-Feb-2005
[55x2]
I understand you want to use "/" as XML does. But may be considering 
another character is easier :
>> type? #
== issue!
>> parse [#][#]
== true
>> parse [#][set t issue!]
== true
Geomol
23-Feb-2005
[57x3]
Yes, that's a good suggestion. Will it be too weird to define an 
empty element with a #? hmm
[doc [element att "value" # "some text"]]
How does that look?
Ok, I desided to go with the # method. Thanks DideC! :-)
DideC
23-Feb-2005
[60]
no problem ;-)
Anton
23-Feb-2005
[61x2]
Geomol, can't you just make an exception for words beginning with 
a slash ?
I mean, "/" = form word  ?
Geomol
24-Feb-2005
[63]
I haven't found a way to do that within a parse rule. It's like parsing 
words and stop with a certain word.


parse [word1 word2 word3 X word4 word5] [any ['X (stop parsing!!!) 
| word!]]

How do I stop?
Tomc
24-Feb-2005
[64]
break
JaimeVargas
24-Feb-2005
[65]
parse [word1 word2 word3 X word4 word5 [any ['X break | word!]]
Geomol
24-Feb-2005
[66]
And then start the parse again from that point. Hmmm, a possbility! 
:-)
JaimeVargas
24-Feb-2005
[67]
parse [w1 w2 w3 X w4 w5] [any ['X (print 'stop) break | word!] to 
end]  ;maybe clearer
Geomol
24-Feb-2005
[68x2]
That's it! Thanks!
And I consider myself a programmer. ;-)
Tomc
24-Feb-2005
[70]
if you are going to restart parse at that point maybe a skip  or 
'X here: (here: next :here) :here
Geomol
24-Feb-2005
[71x3]
break only break out of that inner rule, not the parse, so it's no 
problem. It's actually the way, I wanted it.
parse [w1 w2 w3 X w4 w5] [any ['X (print 'stop) break | set w word! 
(print ["Word:" w])]
any [set w word! (print ["More words:" w])]]
Tomc, I may have misunderstood you. I think, you meant the same as 
I. Anyway it seems to work ok now. :-)
Graham
25-Feb-2005
[74]
pretty cool Ashley - mdviewer.r
DideC
25-Feb-2005
[75]
Ashley: awesome !
Sunanda
25-Feb-2005
[76]
Looks good Ashley.....A nice piece of work.

One tiny thing.  It needs a 'needs in the REBOL header  -- otherwise 
it looks like it'll run on the current live release of REBOL/View 
(it almost does, but the info button fails as stats is not valid)
shadwolf
25-Feb-2005
[77x2]
nice work ashley I'm going to study your code to see have is your 
new method and inspire me of it to MDP-GUI preview rending
MDViewer is really cute and speedy !!! A piece of art work  Ashley 
once again I have so mutch to learn from you  !!
Dockimbel
25-Feb-2005
[79]
Congratulations Ashley, impressive result !
Anton
26-Feb-2005
[80]
Mmm.. looks like I'm just going to have to read-thru that link...
Pekr
26-Feb-2005
[81x2]
... we need another, probably speech free separate community server, 
where ppl meet not only because of rebol, but because they want to 
...
I somehow fear, that if this server would follow Gregg's rules - 
"keep ti Rebol related" only, it would die of non communication ...
Terry
26-Feb-2005
[83x3]
Just a comment regarding Gregg's last announcement... your point 
is much clearer, thank you... however, I tend to disagree.. and here's 
why.. 

Since the beginning of February, 94 different Rebols (which some 
call Rebolers) have visited this world.  I would say that the 80/20 
rule would be fairly accurate, where 80% of the posts are made by 
20% of the community.  I'm not exactly sure what the exact percentages 
would be, but I would say that well over half rarely, if ever, say 
a word.   I would like to hear from a few more of these folks .. 
about anything.. who are they?.. what do they do?  And if some Rebol 
chat comes from that.. all the better.  I'd like to see an eagerness 
to participate at whatever level.   


People are drawn here because of a common  interest.. Rebol.  But 
what keeps them coming back?  Is it the pure Rebol conversations? 
 I don't think so.  If that were the case, then where is the Rebol-view 
world?  That used to be the main hang out? I for one, stopped going 
there because it became dry, old, boring and censored.  I preferred 
this world because it DIDN'T have the rules.. the conversations were 
much more free and engaging.. both Rebol and non-Rebol.   I've found 
the business / marketing discussions particularily interesting.  
The 'debates' on evolution vs. creation have been stimulating TO 
ME... maybe not to you.


Rebol needs all the community it can get.  I would make few f any 
'rules', (other than the obvious).  If you want pure Rebol, then 
fire-up Rebol-view and have at it.. But if "this is not our world", 
then what the hell am I doing here?


My online community is where I touch base to see whether I'm on the 
right track, where I get support and advice, and where I learn and 
teach. In the eyes of its many users, online communication is a powerful 
medium for like-minded individuals to form virtual communities that 
provide mutual support, advice and identity.

Communications networks 
offer the prospect of greater opportunities for seeking advice, challenging 
orthodoxy, meeting new minds and constructing one's own sense of 
self. Entirely new notions of social action, based not upon proximity 
and shared physical experience but rather on remote networks of common 
perceptions, may begin to emerge and challenge existing social structures 
(Loader, 1998).
The spirit of community is essential to the vitality of virtual communities. 
What holds a virtual community intact is the subjective criterion 
of togetherness, a feeling of connectedness that confers a sense 
of belonging. Virtual communities require much more than the mere 
act of connection itself (Foster, 1996).
(Graham- as much as you may hate quotes outside of the 'quotes' group, 
'try and restrain yourself!')