... Part of the problem here is that REBOL itself doesn't support UTF-8 (actually, some built-in behavior discourages it). There is a function on REBOL.org...
Hiall! Happy Spring! I'm getting really tired of editing snips containing HTML given vanilla's propensity for interpreting whitespace as carriage returns. If I...
... the original idea was that you can simply press enter twice and get usual paragraph formatting. however, we all know about the lousy state vanilla's html...
... 0.6.2 verry strange.. on the brighter side, I've made a very nice intrant for my current employer using vanilla, with a bunch of the changes I used on my...
... Well, I don't know what I did, but it's working now. OT, I'm rooting around changing all the style="" stuff to class="" and expanding my vanilla.css. Also,...
... yep, those backslashes are to prevent breaks being inserted in uncomfy places :) (this is done in html-escape-newlines). you can safely remove 'em if you...
Hello all, I have an old 0.5 vanilla installed and thought it would be time to upgrade. Where can I find latest version? Is vanilla still being developed? ...
Depending on what you mean with 'developed' Vanilla is still developed. Many of the brave vanilla admins/users develop dynasnips on their own. Some of them are...
Hi Will, ... - http://www.vanillasite.at/space/download ... At the moment, development has basically stalled. We have some minor fixes to 0.6.2 in the pipeline...
Hi, First let me say to chris, earl and any/everyone else who has contributed to vanilla, nice going! Vanilla is a very interesting an useful piece of work. I...
John
cu2@...
Oct 21, 2006 3:44 pm
918
hi john, sorry for the extremely late reply. my spam filter swallowed the message, just stumbled over it in yahoo's archives. ... looks good. ... that there...
Hello Earl! Thank you for the information, I have made the changes and cursory testing shows all is well. I find these in the wanted snips index, seems as if...
John
cu2@...
Jan 22, 2007 11:02 pm
920
... Those are "dummy" links serving as placeholders in templates and as such can safely be ignored. A future wanted snips index should maybe ignore template...
Hi, does anyone know of an image gallery type dynasnip? I've been looking into a way to display image file attachments via a template but !attach.xxxx stuff is...
John
cu2@...
Feb 2, 2007 2:22 pm
922
... i've written a very simplistic one for http://sock.strain.at/ - i could dig it up again if you are interested. however, i don't exactly remeber how easy to...
... I've attached the gallery dynasnips as they are in use at sock.strain.at. The basic idea of the gallery is as follows: You have a web-accessible directory...
... That's great, thanks! I'll work with it as time allows, it should help more for my understanding a bit more of how to interact with the vanilla framework. ...
John
cu2@...
Feb 12, 2007 4:40 am
925
... Yes. And you'll have to play with the template/popup anyway, so that needs to match as well. I think sock.strain.at uses 600 pixel wide full images and no...
Hi all. I wouldn't ask this question if I hadn't come to my wits' end trying to install. Please forgive me if this is the most annoying question you ever face...
... sincerely. ... Hi Julie Is /var/www/html your public folder for .html files? Try to install the rebol files in /var/www/vanilla/ (or similar), only leave...
... Yes - /var/www/html is the web root. Just to clarify: it's just the rebol executable, right? Or do I need to upload the entire contents of the package I...
... I get a 404... when I add ?&debug=true I get the same old 500 error with the same entries in the error log. (failed to open log file, fopen: Permission...
... hmm, that's quite strange. could you please try adding print "Content-type: text/plain^/" right after the REBOL [ ... ] block in vanilla.cgi and try again....