... 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...
Greetings Vanilli, I am building image dynamic matrixes of graphics [thumbnails image-snips etc]. Now working on displaying these using a dynasnip: ...
Jason Cunliffe
jasonic@...
Dec 6, 2001 10:54 pm
88
... 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...
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...
Jason Cunliffe
jasonic@...
Dec 11, 2001 12:59 am
90
... 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. -...
"After a period of duely diligent bug chasing, catching and filleting, new feature invention, implementation and integration we're proud to present the best...
Christian Langreiter
chris@...
Dec 13, 2001 12:20 pm
92
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...
Jason Cunliffe
jasonic@...
Dec 13, 2001 4:33 pm
93
Anyone knows where I can get some detail on the concept of space in Vanilla and how to leverage it? Thanks, Ben...
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 ...
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...
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...
Jason Cunliffe
jasonic@...
Dec 20, 2001 1:53 pm
97
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...
... 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...
Jason Cunliffe
jasonic@...
Dec 21, 2001 10:23 pm
99
... 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...
Jason Cunliffe
jasonic@...
Dec 22, 2001 3:21 am
100
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...
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 ...
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://...
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...
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... ...
Jason Cunliffe
jasonic@...
Dec 31, 2001 6:27 pm
106
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...
Jason Cunliffe
jasonic@...
Dec 31, 2001 7:54 pm
107
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...
Hi! ... thanks ;) ... getting REBOL CGI to work can be done by 3 different ways. - putting the CGI into a ScriptAlias'ed directory - associating .r within...
... 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...
Jason Cunliffe
jasonic@...
Jan 2, 2002 6:28 pm
110
Hi! ... your paramaters are accessible via whatever name you bind them to. the package-path is accessible via self/package-path ... thus rejoin [ "{!" ...
... aha:bingo! well..almost, but not quite. This works exactly the way I want: rejoin [ "\{!" ; <= added the blessed vanilla escape:...
Jason Cunliffe
jasonic@...
Jan 3, 2002 12:24 am
112
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 ...
Jason Cunliffe
jasonic@...
Jan 3, 2002 7:12 pm
113
..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...
Jason Cunliffe
jasonic@...
Jan 5, 2002 4:27 am
114
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...