Discuss: Simple Content Management
by Chris Ross-Gill
- Editorial Comments
42 Rebol, the mouse that roars
Rebol/Core, an executible which which weighs in at less than 260k total, runs on 42 platforms, provides true 100% portability, resolves the LF/CR problems between platforms, has NNTP, SMTP, POP, HTTP, etc protocols built-in datatypes, money, time, tuples, urls, parsing with alternation, full reflection, is its own metalanguage, is free, natural language, key-word free, well, it is true, you cannot shoot sparrows with it.
But you can change the nature of computing with it…the platforms have been brought up to the same level.
I’ve thrown my perl to the swine, I thought Java and JavaScript were cool in the mid 90’s, but they didn’t deliver what I needed for speed, size, and expressiveness, especially for embedded world.
Can anyone else do CMS in an embedded device or cell phone? Not sure, but haven’t heard of it yet.
Am I on drugs, you ask? Nah, just Rebol….
…why wait 20 years for everyone else?
posted at 07:48 pm on August 1, 2002 by Steve Shireman
43 Technicians always forget users point of view !
Hello,
I know PHP, JSP, ASP, XML, JAVA etc… and I also know Rebol, and what you don’t seem to understand is that this article is from users point of view and not programer’s point of view and sure a user DON’T WANT TO CODE XML or HTML do you forget that ?
posted at 05:56 pm on November 30, 2002 by
44 The opinion of a C++ programer
I found this :
http://www.frozen-north-linuxonline.com/code_corner/code-corner_Oct.html
I found the ‘ML dialect difficult to get used to, being so used to my object approach which I inherited from C++ programming. Having said that, I am in the process of replacing and recoding the ‘ML dialect in my Rebol projects. The learning and recoding curve is worth it for improved quality control, and also the method enlists the rebol interpreter in the error-checking process.
As Rebol matures and adds assets, it is my hope that custom dialects become part of what this highly efficient scripting language offers to programmers.posted at 12:57 pm on December 2, 2002 by
45 REBOL CMS again
Am I being thick? I have just tried out the REBOL CMS described in the article ‘Simple Content Management’. I assume one has to rename the file from content-management-r.txt to content-management.r. Unfortunately I get the following error message:
- Access Error: Cannot open /C/My Documents/REBOL CMS experiment/template.html
- Where: punch-template
- Near: template: read %template.html
replace template
>>
Can anyone tell me what I have done wrong? This is very disappointing. The directory \pages is created, though.
posted at 02:18 pm on February 13, 2003 by Catherine Ebenezer
46 Re. REBOL CMS again
The script requires the file ‘template.html’ to be in the same folder. That should sort the problem. Alternatively, change the line in the script that reads:
template: read %template.htmlto:
template: read http://www.ross-gill.com/r/template.html- Chris
posted at 08:22 pm on February 21, 2003 by Chris RG
47 Unclear about how users can post
Hi Chris,
I would like to know, once the system has been set up,
how other users (who may be around the world) can use it.
Do they have to download rebol or do they just use the browser?
Can they post pictures and sounds (files) ?
My housemate Martin wants a content management system that does this. He has been travelling around, and has some friends all over the place. He wants a unified place where they can share stories, pictures etc.
Is this what this is for?
Regards,
Anton.
posted at 10:10 pm on May 8, 2003 by Anton Rolls
48 Re: Unclear about how users can post
This is but a simple desktop-based system, though depending on the size of your pictures, you could probably fit the lot (including REBOL) on a floppy disk.
For a REBOL-based server-side CMS, look at Vanilla: http://www.langreiter.com/space/Vanilla
- Chris
posted at 11:07 am on June 3, 2003 by Chris RG
49 syntax for my clients? not convincing.
The idea of my clients having to learn any kind of syntax (be it simple as it may) doesn’t really convince me;
technically I find rebol quite compelling though,
but that’s not the issue..
Marek
posted at 06:17 pm on September 19, 2003 by byteshift webdesign
Discussion Closed
New comments are not being accepted, but you are welcome to explore what people said before we closed the door.
Got something to say?
Discuss this article. We reserve the right to delete flames, trolls, and wood nymphs.
Create a new account or sign in below if you’d like to leave a comment.
Subscribe to this article's comments: RSS (what’s this?)




41 Idea? Ok. Rebol? No.
Having a neat little mechanisim that splits up markup, links and content is nice and nifty – using a proprietary mechanisim is shooting sparows with canons.
Appropriately applied CSS, JavaScript, and classic HTML with some Frames should do the trick nearly just as well and speed up content provision a great deal. After all, copying and pasting a JavaScript array or a text only .html doc isn’t all that more difficult than designing and using your own ML, no?
posted at 07:26 am on August 1, 2002 by Qbertino