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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 580 - 609 of 980   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
580
hiall! I'd like to modify calendar.r to bold the current day. Looking at the code, I think I know where I should act, but I'm not sure how to proceed; I want...
Pete Wason
mrzoon
Offline Send Email
Oct 14, 2003
2:15 am
581
On Mon, 13 Oct 2003 22:15:36 -0400 ... And trickier if you want to bold it for the viewer's own timezone -- Graham Chiu http://www.compkarori.com/vanilla/...
Graham Chiu
gchiu2
Offline Send Email
Oct 14, 2003
3:57 am
582
... maybe that's why it isn't bold to begin with? Pete...
Pete Wason
mrzoon
Offline Send Email
Oct 14, 2003
10:09 am
583
Is there any (quasi-)official repository for Vanilla dynasnips? I have come across: http://www.compkarori.com/vanilla/dynasnip/apps/ and was planning to zip a...
John Harris Stevenson
tranquileye
Offline Send Email
Oct 14, 2003
4:04 pm
584
... nope (not yet). if someone is interested in launching and maintaining an dyna repository, contact me personally. for now, dropping a .zip anywhere and...
Earl Walker
lord_earl_wa...
Offline Send Email
Oct 14, 2003
6:22 pm
585
... ok, so I went ahead and did it to calendar.r: ... ;following determines if entry is today boldit: either (now/day = entry) [true] [false] if ((integer?...
Pete Wason
mrzoon
Offline Send Email
Oct 16, 2003
2:46 am
586
Hello list I don't have access to the web server but only an account that gives me FTP access and a CGI directory where all my REBOL scripts are working pretty...
carloslorenz
Offline Send Email
Oct 17, 2003
12:38 pm
587
On Fri, 17 Oct 2003 12:38:19 -0000 ... Carlos, What happens? Do you get a server 500 error or something else. Have you tried debugging by putting in print ...
Graham Chiu
gchiu2
Offline Send Email
Oct 17, 2003
7:21 pm
588
Thanks for replying Graham See for yourself: http://www.lorenz.cim.br/cgi-bin/vanilla.cgi In my cgi-bin, I have to put ".cgi" extensions instead of ".r" and...
Carlos Lorenz
carloslorenz
Offline Send Email
Oct 17, 2003
7:46 pm
589
... as graham already stated, try uncommenting the ; print "Content-type: text/html^/^/" line at the top of vanilla.r (line 57 in my version of vanilla ...
Earl Walker
lord_earl_wa...
Offline Send Email
Oct 17, 2003
9:14 pm
590
... No, it can run with any script name you desire, BUT you've got to name the .conf file accordingly: vanilla.cgi.conf in this case - have you done that?...
Christian Langreiter
clangreiter
Offline Send Email
Oct 18, 2003
2:40 pm
591
Earl - Could you post your original version of upload.r? I am having a difficult time getting Graham's modified version to work, I expect because of the...
John Harris Stevenson
tranquileye
Offline Send Email
Oct 18, 2003
10:34 pm
592
... It was attached to the very message you replied to :) However, I've attached it once more :) ... earl walker out ......
Earl Walker
lord_earl_wa...
Offline Send Email
Oct 19, 2003
2:22 am
593
John, On Sat, 18 Oct 2003 22:34:15 -0000 ... What exactly is going wrong? My example page at http://www.compkarori.com/vanilla/display/image-upload is a little...
Graham Chiu
gchiu2
Offline Send Email
Oct 19, 2003
8:25 am
594
Earl - I get the digest, so don't get any attachements. As well, it isn't in the list archive on the Yahoo Groups site. Perhaps you could upload it to the...
John Harris Stevenson
tranquileye
Offline Send Email
Oct 19, 2003
3:15 pm
595
... i've uploaded it to the files area, find it in the "attachments" folder. ... earl walker out ......
Earl Walker
lord_earl_wa...
Offline Send Email
Oct 19, 2003
3:59 pm
596
Thanks Christian I understand now Carlos...
Carlos Lorenz
carloslorenz
Offline Send Email
Oct 20, 2003
12:44 pm
597
I have found the problem now it works Carlos...
Carlos Lorenz
carloslorenz
Offline Send Email
Oct 20, 2003
12:45 pm
598
Some of us have decided it might be worthwhile using Vanilla as a bug tracking database for Rebol as there is no official one available. Naturally they want to...
Graham Chiu
gchiu2
Offline Send Email
Oct 25, 2003
1:04 am
599
I was chatting to Earl the other day and the subject of xml-rpc being added to vanilla came up. I downloaded the distro from his website, and tried it out. I...
Graham Chiu
gchiu2
Offline Send Email
Oct 30, 2003
6:54 pm
600
... rebXR is intented to be run as CGI (after all, XML-RPC is an HTTP-based protocol. Maybe the following examples of a server (to be run as CGI) and a client...
Earl Walker
lord_earl_wa...
Offline Send Email
Oct 30, 2003
7:36 pm
601
... Graham - Is this actually running live somewhere? I tried accessing it using various URLs through View desktop, but never succeeded... Pete...
Pete Wason
mrzoon
Offline Send Email
Oct 31, 2003
3:37 pm
602
I modified calendar.r in two ways: 1. made it bold the current day's date number 2. added a line of weekday abbreviations above the day numbers ... ;...
Pete Wason
mrzoon
Offline Send Email
Oct 31, 2003
3:52 pm
603
On Fri, 31 Oct 2003 10:37:03 -0500 ... Pete, You can access the near final scripts here: http://www.compkarori.com/vanilla/display/Bug+Reporter To enable it to...
Graham Chiu
gchiu2
Offline Send Email
Oct 31, 2003
8:43 pm
604
hi fellow vanilloids! the snipsnap guys are currently struggling with user complaints like "Sorry if this sounds like a rant but i feel that this project is...
Earl Walker
lord_earl_wa...
Offline Send Email
Nov 18, 2003
8:10 pm
605
... and in case you might wonder that this is really a bit far into the future - hey, we just decided to release a bit earlier. okay, honestly, the 2004 above...
Earl Walker
lord_earl_wa...
Offline Send Email
Nov 18, 2003
9:09 pm
606
Hiall! I've been approached to build a website, and my first thought was that vanilla would be adaptable for this purpose. I don't actually have the job yet,...
Pete Wason
mrzoon
Offline Send Email
Dec 2, 2003
5:00 pm
607
... Yes. ... I'd question wether a basic wiki will be really that easy to use. Ease of use often comes from well restricted possibilities or at least from a...
Earl Walker
lord_earl_wa...
Offline Send Email
Dec 3, 2003
8:44 pm
608
... While such a site is certainly doable with Vanilla, it's about the same amount of work with and without it I guess. Personally, I've made the experience...
Christian Langreiter
clangreiter
Offline Send Email
Dec 3, 2003
11:28 pm
609
... Don't know about Vanilla sites, but if you use CSS then you can employ a cookie driven style sheet selector. I use one for my site: ...
Christopher Ross-Gill
crg_soccer
Offline Send Email
Dec 4, 2003
2:50 am
Messages 580 - 609 of 980   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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