... sorry, we've found some oversights of vanilloid link generation history (fortunately long past) lingering in vanilla.r and some dynas. if anyone of you had...
Hi! I just wanted to make two feature requests: 1. like "__asd__" is processed to "<s>asd</s>", "/asd/" could be processed to "<i>asd</i>"? 2. Swiki has the...
Hi Markus 1. i think everyone at some point has thought about the italics markup ... regular text, and would require at least reimplementation of the parsing...
try this out: (attached) in each snip (or in the template), add a call to this dyna once you've saved it in the apps directory e.g. james.snip -> "Hi, my name...
... hmm... The obvious drawback to your idea is you'll have to escape an occurrences of /. So any italics holding url references is going to get ugly fast. But...
... Say, I want to tell more abount "Information", so I write "*Information*" and create a new snip. The word Information is gone for snip titles, and if I...
... maybe vanilla will support more full-featured markup some day :) but as james mentioned, customizing the current vanilla to support something like...
hi guys, when doing something like body { font-family: arial; } Vanilla replaces the curly brackets so that it becomes body [describe font-family: arial; here]...
... usually it's best to include an external stylesheet. alternately, it might be possible to escape the opening curly bracket with a backslash -- \{ -- I'm...
... link to an external stylesheet You need to add a regular line at the top of vanilla-template.snip linking to the css file <link rel="stylesheet" ...
Hi Folks, For some reason i didn't get around to updating my older version of Vanilla and tried to install 61 yesterday with no success. I think i followed the...
Gary Elshaw
gary@...
Feb 22, 2004 2:06 am
646
... could you paste what vanilla says exactly, i.e. what leads you to say "i don't have permissions to open the page". are you refering to a vanilla internal...
Hi Earl, Apologies for being so vague, i was meaning an apache message. Cheers, Gary...
Gary Elshaw
gary@...
Feb 22, 2004 3:27 am
648
... Ok. OS X might be a bit special, but lets see :) First, find out what user and group apache is using. Then ensure that vanilla.cgi is executable (chmod +x)...
HI Earl, Well that did have an effect, i'm now getting the server error message with the following in the console: [Sun Feb 22 21:31:47 2004] [error]...
Gary Elshaw
gary@...
Feb 22, 2004 8:40 am
650
... try to access your vanilla via http://127.0.0.1/cgi-bin/vanilla.cgi?debug=true if that succeeds, please post the error message you are given. ... earl...
Hi Earl, Just the usual message ;-) Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request....
Gary Elshaw
gary@...
Feb 23, 2004 12:26 am
653
... could you post the output of ls -l /Library/WebServer/CGI-Executables/vanilla.cgi and ps auxww | grep apache ... earl walker out ......
... hmm... *if* I remember right, this may mean that you need to assign the same owner or group permission used by Apache to running vanilla.cgi. Try using...
Sure thing, for ls -l ........ -rwxr-xr-x 1 www staff 842 21 Feb 17:33 /Library/WebServer/CGI-Executables/vanilla.cgi and ps auxww........ garyelsh 1184...
Gary Elshaw
gary@...
Feb 23, 2004 1:17 am
656
hi guys, after trying to access vanilla.cgi, I get this: malformed header from script. Bad header= if all [create (not exists: /path/to/cgi-bin/vanilla.cgi ...
jfyi: Gary's problem has been solved. The moral of the story: check your shebang line (the first line in your CGI; starting with #!) twice - make sure that...
... - did you follow the install guide instructions? - what platform/webserver are you using? - is your shebang line correctly pointing to your rebol/core ...
... yes. ... linux, apache ... rebol/core ... with #!) yes. ... Does this seem like a run-of-the-mill misconfiguration? I can try to run through the steps...
Hello everyone. I am playing with the latest version and have created a couple of snips via the "Today?" button. I can see those snips individually, but when I...
... BTW, if the snip is titled just with the date, eg. 2004-02-23 then it *IS* shown, but as soon as I change the title to something like 2004-02-23-this or...