... actually... yes! e.g. snips with names where a '#' is a replacement for number. like in "order #123456"...
86
lord_earl_walker
lord_earl_wa...
Dec 5, 2001 8:48 am
... okay. we'll fix that (maybe right into 0.5.1 which is expected to be out this week) for now. in the future linking to snips containing a # in their names...
87
Jason Cunliffe
jasonic@...
Dec 6, 2001 10:54 pm
Greetings Vanilli, I am building image dynamic matrixes of graphics [thumbnails image-snips etc]. Now working on displaying these using a dynasnip: ...
88
lord_earl_walker
lord_earl_wa...
Dec 10, 2001 10:54 pm
... sounds great, jason! i'll try to reply to your questions tomorrow, i'm just too burned out at the moment (and so i'll go and seek a bed ;) - earl...
89
Jason Cunliffe
jasonic@...
Dec 11, 2001 12:59 am
Sleep well :-) looking forwars to your ideas.. meanwhile, my last post never showed up on my email-list, but is posted on Yahoo archives. This has happned...
90
lord_earl_walker
lord_earl_wa...
Dec 11, 2001 7:36 am
... thats more a yahoo problem than a pudding specific one. yahoo seems to have problems sometimes with delivery and archiving. but they are working on it. -...
91
Christian Langreiter
chris@...
Dec 13, 2001 12:20 pm
"After a period of duely diligent bug chasing, catching and filleting, new feature invention, implementation and integration we're proud to present the best...
92
Jason Cunliffe
jasonic@...
Dec 13, 2001 4:33 pm
Vanilla 051: Thanks!! <quote> It is the system the powerful weblog/wiki cross-over was invented with (AFAEK) </quote> ..I think I understand your sentence, and...
93
bencgauch
Dec 13, 2001 8:05 pm
Anyone knows where I can get some detail on the concept of space in Vanilla and how to leverage it? Thanks, Ben...
94
greg_donald2000
Dec 14, 2001 6:28 pm
I would like to have your ideas on a very crucial point of science,which I describe briefly below. I am working on this subject as a project and will be ...
95
Christian Langreiter
clangreiter
Dec 16, 2001 5:37 pm
A. Please use the Vanilla mailing list, then you'll probably get a faster (and maybe even smarter) response ;-) B. What does your vanilla-options.metadata...
96
Jason Cunliffe
jasonic@...
Dec 20, 2001 1:53 pm
Hi Seasons/Solstice greetings to you [..Vanilla-pudding seems to be broken..] I have been struggling for a few days trying to get the latest Vanilla 0.5.1 to...
97
gpoul
g_poul
Dec 21, 2001 7:46 pm
Did you also get some mysterious Apache Internal Server errors? Btw: earl is currently on vacation (skiing) - I don't know for sure when he'll be back. -> But...
98
Jason Cunliffe
jasonic@...
Dec 21, 2001 10:23 pm
... yes.. but that could many things. I tried a lot permutations of Apache directives, cgi enabling, aliasing, converting file DOS-UNIX and back. I learnty...
99
Jason Cunliffe
jasonic@...
Dec 22, 2001 3:21 am
... I forgot to mention your best friend is to uncomment the line: ; print "Content-type: text/html^/^/" It's right at the top of vanilla.r [after the date...
100
Earl Walker
lord_earl_wa...
Dec 25, 2001 10:22 pm
Hi! ... something for better linux installation must be done ;) stay tuned. ... hmm. there's no known typo. ... i think the following was it ... with 0.5.1 you...
101
Earl Walker
lord_earl_wa...
Dec 25, 2001 10:27 pm
Hi Guan! As chris precisely describes, losing your space key should be avoided at all costs! Once one has lost a space key, there is no way to recover user ...
102
Earl Walker
lord_earl_wa...
Dec 25, 2001 10:28 pm
Hi! ... http 500's are never mysterious ;) ... yup - tha earl is back ;) -- Best regards, Earl mailto:earl.walker@......
103
Earl Walker
lord_earl_wa...
Dec 25, 2001 10:31 pm
Hi! ... yep, exactly jason ;) ... most likely your apache has no permissions to write to the space directory. ... normally this should not be a problem. dns://...
104
Earl Walker
lord_earl_wa...
Dec 25, 2001 10:47 pm
hello vanilloids! some guidelines for using vanilla under apache on linux: = basics - move vanilla.r and vanilla.r.conf to your cgi-bin directory - check that...
105
Jason Cunliffe
jasonic@...
Dec 31, 2001 6:27 pm
Greetings I have a subfolders such as /apps/jasonic where I am developing file and image handling dynasnips. show-css, show-dynasnips, show-images, etc... ...
106
Jason Cunliffe
jasonic@...
Dec 31, 2001 7:54 pm
Hi Earl I hope you skiiing was good.. Thanks very much for your linux installation tips: I already got Vanilla 051 running on one remote Linux box :-) Yes I...
107
Earl Walker
lord_earl_wa...
Jan 1, 2002 6:47 pm
Hi! ... hu. i do not really understand what you want to display ;) 1. if you want to display the name of "calling" snip user space-expand "{.name}" in your...
108
Earl Walker
lord_earl_wa...
Jan 1, 2002 7:24 pm
Hi! ... thanks ;) ... getting REBOL CGI to work can be done by 3 different ways. - putting the CGI into a ScriptAlias39;ed directory - associating .r within...
109
Jason Cunliffe
jasonic@...
Jan 2, 2002 6:28 pm
... Thanks. yes that works but does not pass along the other info. Thus inside [show-thumbnails.snip] I call: {!jasonic.show-thumbnails:list} and within...
110
Earl Walker
lord_earl_wa...
Jan 2, 2002 10:32 pm
Hi! ... your paramaters are accessible via whatever name you bind them to. the package-path is accessible via self/package-path ... thus rejoin [ "{!" ...
111
Jason Cunliffe
jasonic@...
Jan 3, 2002 12:24 am
... aha:bingo! well..almost, but not quite. This works exactly the way I want: rejoin [ "\{!" ; <= added the blessed vanilla escape:...
112
Jason Cunliffe
jasonic@...
Jan 3, 2002 7:12 pm
Hi I am writing a random option mode to my dynasnip 'show-thumbnails which has several mode options for displaying a big set of 160x120 images stored in a ...
113
Jason Cunliffe
jasonic@...
Jan 5, 2002 4:27 am
..just figured it out :-) Had not understood REBOL's random. Only needed to first insert: random/seed now file: random/only files ; etc etc... Still not sure...
114
Jason Cunliffe
jasonic@...
Jan 6, 2002 9:58 pm
Hi I need a way to directly call dynasnips without having a .snip wrapper. I am sure this is really easy, probably already exists, but can't quite see it.. [ma...