Search the web
Sign In
New User? Sign Up
vanilla-pudding · Vanilla is a simple hypertext system which subscribes to the Wiki philosophy.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 632 - 661 of 932   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
632
... 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...
Christian Langreiter
clangreiter
Offline Send Email
Feb 2, 2004
6:51 pm
633
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...
Markus Fritsche
archerxtcde
Offline Send Email
Feb 11, 2004
5:33 pm
634
Hello again, is it possible to implement a "google for snip title"-link? How would one do that? Kind regards, Markus -- http://reauktion.de/archer/...
Markus Fritsche
archerxtcde
Offline Send Email
Feb 11, 2004
5:48 pm
635
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...
James Adam
jamez_adam
Online Now Send Email
Feb 11, 2004
6:06 pm
636
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...
James Adam
jamez_adam
Online Now Send Email
Feb 11, 2004
6:16 pm
637
... edit your vanilla-template. you should find a section looking something like this (warning, html ahead. your mail client may mess up ...) <font...
Earl Walker
lord_earl_wa...
Offline Send Email
Feb 11, 2004
6:19 pm
638
... 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...
Jason Cunliffe
jasonic123
Offline Send Email
Feb 11, 2004
6:25 pm
639
... 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...
Markus Fritsche
archerxtcde
Offline Send Email
Feb 11, 2004
6:53 pm
640
... maybe vanilla will support more full-featured markup some day :) but as james mentioned, customizing the current vanilla to support something like...
Earl Walker
lord_earl_wa...
Offline Send Email
Feb 11, 2004
11:26 pm
641
Fellow Vanilloids! Vanilla 0.6.1 is out, fixing a few nasty bugs. Find the release notes attached and have fun! The official Vanilla site: -...
Earl Walker
lord_earl_wa...
Offline Send Email
Feb 15, 2004
5:53 pm
642
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]...
batbeak
Offline Send Email
Feb 21, 2004
5:25 pm
643
... 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...
Christian Langreiter
clangreiter
Offline Send Email
Feb 21, 2004
5:36 pm
644
... 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" ...
Jason Cunliffe
jasonic123
Offline Send Email
Feb 21, 2004
6:50 pm
645
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@...
Send Email
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...
Earl Walker
lord_earl_wa...
Offline Send Email
Feb 22, 2004
3:21 am
647
Hi Earl, Apologies for being so vague, i was meaning an apache message. Cheers, Gary...
Gary Elshaw
gary@...
Send Email
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)...
Earl Walker
lord_earl_wa...
Offline Send Email
Feb 22, 2004
3:54 am
649
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@...
Send Email
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...
Earl Walker
lord_earl_wa...
Offline Send Email
Feb 22, 2004
11:25 pm
651
... "Premature end of script headers" = that's a permission error also...
Jason Cunliffe
jasonic123
Offline Send Email
Feb 22, 2004
11:46 pm
652
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@...
Send Email
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 ......
Earl Walker
lord_earl_wa...
Offline Send Email
Feb 23, 2004
12:41 am
654
... 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...
Jason Cunliffe
jasonic123
Offline Send Email
Feb 23, 2004
1:04 am
655
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@...
Send Email
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 ...
batbeak
Offline Send Email
Feb 23, 2004
10:49 am
657
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...
Earl Walker
lord_earl_wa...
Offline Send Email
Feb 23, 2004
10:39 pm
658
... - did you follow the install guide instructions? - what platform/webserver are you using? - is your shebang line correctly pointing to your rebol/core ...
Earl Walker
lord_earl_wa...
Offline Send Email
Feb 23, 2004
11:05 pm
659
... 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...
batbeak
Offline Send Email
Feb 23, 2004
11:14 pm
660
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...
eduardojfc
Offline Send Email
Feb 24, 2004
11:28 am
661
... 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...
eduardojfc
Offline Send Email
Feb 24, 2004
11:43 am
Messages 632 - 661 of 932   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help