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

World: r3wp

[Ann-Reply] Reply to Announce group

Maxim
10-Jun-2010
[1946x5]
what I'm saying is that these things will part of document model 
which you either define yourself, or pick and choose from 3rd party.


moliad.net is a test bed for this new remark technology and out of 
it, quite a few document models will be born.  One big feature of 
remark is that rtags use REBOL data, not HTML syntax.  so you can 
structure stuff with the cleaner rebol syntax, ex:


<!table  labels:  [ name birthdate city ]   label-styles:  [inverted-label 
label label ] column-styles: [bold-text text text ] data: <sql! select 
[name date city ] from users-table >>


note here that the <sql! tag is parsed first, so its data will be 
fetched and inserted within the table.
alternatively, for simplicity, one could build a  <!user-list> tag 
which is defined as <sql! select [name date city ] from users-table 
>  and use that simpler tag in the !table definition.
the styles might also be rtags and the sets of tags too.    all is 
parsed as text within the engine, which you can load as data or as 
text within your rtags.
this way all tags can inter-operate even if they are defined in different 
document models.
this means a <!users-table> tag which is defined via <!table>  could 
actually generate different content if the <!user-list> tag from 
various document models are used in different parts of your site 
or one different sites.   


meaning that the same content pages, will ultimately adapt to the 
document models used, and not the other way around, which is how 
we are used to building web pages.
AdrianS
10-Jun-2010
[1951x4]
Sounds powerful, but how do you see this stuff working in standard 
tools for editing web apps? What you describe above is not valid 
xhtml, for example.
there could also be issues with valid characters between (x)html/REBOL, 
no?
It would be nice to at least have some schema/DTD support from standard 
editors, but as you have it, that wouldn't work.
just thinking about how this would work in the typical web development 
environment wrt people, roles, tools, etc
Pekr
10-Jun-2010
[1955]
you should move to remark group :-)
Maxim
10-Jun-2010
[1956x2]
was thinking just that  :-)
I'll reply there...
Anton
22-Jul-2010
[1958]
Peter Wood:
http://www.rebol.org/view-script.r?script=money.r
Three typos I noticed during a quick (foggy headed) read:

intergral -> integral

multipy -> multiply  ; <- this typo probably causes a loose word 
('multiply set in global context), but not stop the script working.
verisons -> versions
PeterWood
22-Jul-2010
[1959x2]
Thanks, Anton
I've corrected the error, run the test suite and uploaded the corrected 
version.
Gregg
23-Jul-2010
[1961]
Very nice Ashley!
Ashley
23-Jul-2010
[1962]
Graham: "Are you standing?" ... yes (click About to see more details).
Graham
23-Jul-2010
[1963x2]
Unusual ... most of these family first type of parties are usually 
strongly allied to the christian right
you'd be an atheist amongst the christians!
Anton
23-Jul-2010
[1965]
Policywatch: Very very cool, Ashley.
Henrik
23-Jul-2010
[1966]
That page is pretty fast. Does it run on Cheyenne?
Graham
23-Jul-2010
[1967]
Apache .. I peeked
Anton
23-Jul-2010
[1968]
Ashley, typo:
Malcolm Turnball -> Turnbull
http://policywatch.org.au/parties.html
amacleod
23-Jul-2010
[1969]
MML? This is a rebol dialect?
Anton
23-Jul-2010
[1970]
That's what it looks like to me.
Maxim
23-Jul-2010
[1971]
jankoL I did all the graphics myself, I have a few carreers behind 
me  ;-)
amacleod
23-Jul-2010
[1972x2]
If Ashley has a rebol dialect that outputs html/css/javascript then 
that is a direct route for rebol on all major smart phones including 
iphone via 'phonegap'
i mean rebol "developed" apps as it won't be rebol running on the 
phone...
Maxim
23-Jul-2010
[1974]
janko.. my site is all built using remark, and uses jquery (which 
I used for the menues) embed as a module
Ashley
24-Jul-2010
[1975]
I'd really like to see more about MML Ashley.
 ... http://www.dobeash.com/MML/mml.html


Note that this is still a WIP (it's evolving as my site requirements 
evolve).
NickA
24-Jul-2010
[1976]
Absolutely fantastic!  Can we download the script?  (drooling)
Gregg
24-Jul-2010
[1977]
Looks excellent Ashley.
Graham
24-Jul-2010
[1978]
Nick, you're going to have to vote for Ashley first!
NickA
24-Jul-2010
[1979]
OK, he gets my vote - whatever we're voting on :)  What do I have 
to do to get my hands on MML - this is really useful!
Graham
24-Jul-2010
[1980]
Ok, you just need to be an Australian citizen, move to Ashley's electorate 
and vote for him!
NickA
25-Jul-2010
[1981]
Only if I could have a personal guarantee that REBOL will make its 
way into the government PCs in Higgins :)
Will
7-Aug-2010
[1982]
Thank you Chris, AltJSON is really usefull 8-)
Graham
8-Aug-2010
[1983]
You can track the Altjson issues at http://jira.rebolsource.net:8080/secure/IssueNavigator.jspa
Gregg
15-Aug-2010
[1984]
Chris or Graham, do you know if %json.r on json.org needs to change? 
That is, does it do the right thing given whatever scenario it is 
that required altjson to change?
Graham
15-Aug-2010
[1985x3]
I stopped using json.r because it didn't do something for me ... 
can't recall what it was now :(
Can't json.org point to Chris' version as well?
maybe it was the GPL license??
Andreas
15-Aug-2010
[1988]
I think I had an escaping issue with json.r last time I used it. 
But as that was in 2008, so I guess this has been fixed, since.
Gregg
15-Aug-2010
[1989]
I think GPL was Romano's original. Not sure if we can find him to 
ask about changing it. I'm all for MIT or the JSON license.


If there are any bugs, let me know. Provided tests will get added 
to my suite.
Graham
20-Aug-2010
[1990x2]
Chris, Maarten also included switches to encrypt and decrypt files 
being stored on S3 ... do you want to tackle that as well?  :)
S3 is also used for storing large files... so probably one needs 
to alter the http protocol to save content directly to a disk file
Chris
20-Aug-2010
[1992x2]
Or:  U is the same as C on S3 (as near as I can tell) and D is a 
little way off.
Switches, is that the 'md5 parameter?
Graham
20-Aug-2010
[1994]
I think U is the same as C
Chris
20-Aug-2010
[1995]
As opposed to R, as I'd previously stated : (