Okay, I've got as far as getting Vanilla going .. and I know how to add a page but where to next? 1. how do I prevent * ... * from making this a link? eg. I...
... backslashify your stars. e.g. \*donkey\* would render as *donkey* instead of a link tot he snip called donkey. ... if you go to vanilla.r without any args...
... thanks for giving it a try. ... as murray already said: \*/\* would render to */* - backslashes are designed to be escape characters. further: if you want...
On Wed, 2 Apr 2003 17:47:25 +0200 ... Any more information on this? ... Okay, I'll make those changes. Now, what I want to know is: 1. Is there a way for users...
... Hi Graham Delighted you are getting into Vanilla There is nothing in the current Vanilla release, but I have some [very messy] code which does this. The...
On Wed, 2 Apr 2003 19:50:26 -0500 ... Hi Jason, Actually I wanted to avoid getting my hands dirty as it were :) ... Do you have a live vanilla demonstrating...
On Wed, 2 Apr 2003 10:01:10 +0100 ... Okay. But I think what is also needed is a way to escape whole tracts of text to prevent the vanilla parser from trying...
... Yes one needs a reliable way to cut'n'paste or upload tricky content. Manual \ escapes are way too much hassle for more than the odd line or two. At one...
have we all forgotten {!include-unformatted:<snip>} ?? while this might still not be perfect, it's definately workable and shouldn't produce any overhead. for...
hu, i realized i didn't reply to this yet. ... about a year ago i said it will be "real soon now" :) i'd say that again now, but ... yeah :) ... links to snips...
Graham, a short question to assure my understanding: you basically want to be a vanilla user (in contrast to a vanilla developer) :) ? ... nope, there is no...
ho! as promised in another posting, here it is: a very simple approach to a basic image/asset upload system for vanilla. first, the cgi parameter parsing at...
On Fri, 4 Apr 2003 01:09:58 +0200 ... It's not private .. here's the content http://www.escribe.com/internet/rebol/m30811.html I tried to store it so that I...
... hehe. i guess you're not really interested in the details, but: this bug was exactly the reason i introduced the hack that lead to the backlinking flaw. ...
Where do I find the menu at the right top? I've managed to implement make-doc formatting, but not by using dynasnips ( couldn't figure them out quickly enough ...
Hi I added a modified selector to vanilla.r called 'display-template' which lets one specify which template snip to use. Very helpful to quickly tune-up user ...
well, I've got the developer version up and running now, and following Earl's suggestion have switched to using the wrapper.cgi instead. Color-code formatting...
Greetings Vriends, I have a snip 'add-metadata-form' which calls a small dyna 'set-metadata.r' Works well:-) I can easily add new metadata to any snip. But now...
I wonder if it's worthwhile for the display select to look for a markup directive in the first line. If it doesn't find one, then to use the default vanilla...
I notice that my db/user directory is open to the public .. how much of a security risk is this? Should I make it readable only by my CGI script? -- Graham...
... hmm, it allows user hijacking (e.g. pretending to be someone else, even admin) ... the vanilla-root should be not exposed to the web. preferrably you ...