Search found 140 matches

by hilti
Fri Nov 13, 2009 8:37 pm
Forum: Dragonfly
Topic: Dragonfly 0.50 Released!
Replies: 19
Views: 17493

Re: Dragonfly 0.50 Released!

Dragonfly 0.51 is released!

All the updates are available now in a ZIP archive on Google Code.

Cheers!
Hilti
by hilti
Thu Nov 12, 2009 3:31 pm
Forum: Dragonfly
Topic: Dragonfly 0.50 Released!
Replies: 19
Views: 17493

Re: Dragonfly 0.50 Released!

Hi Kirill there's a long explanation about nested resources in our user guide. http://www.rundragonfly.com/dragonfly_routes The topic is "What about nested resources?" and our conclusions are 1. Nested resources are often unnecessary 2. Can lead to poor design and confusion BUT at the end on this pa...
by hilti
Thu Nov 12, 2009 10:20 am
Forum: newLISP newS
Topic: newLISP Fan Club is Moving!
Replies: 39
Views: 20169

Re: newLISP Fan Club is Moving!

It's the same issue to me. Unfortunately there's no RSS feed, too.

Maybe we should build a newLISP/Dragonfly based forum. ;-)

Cheers
Hilti
by hilti
Wed Nov 11, 2009 8:08 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55605

Re: Dragonfly - a web framework for newLISP

Hi Cormullion! Great to hear You're working with the new Dragon :) The POST variables can be accessed like this for Your form. <% (print ($POST "inputstring")) %> Hope this helps! Cheers Hilti Example with form: <div class="form"> <form id="search" action="" method="POST" /> <p> <input type="text" c...
by hilti
Tue Nov 10, 2009 10:10 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55605

Re: Dragonfly - a web framework for newLISP

Congratulations! Is this the official link to the Dragonfly docs? http://www.taoeffect.com/dragonfly-newlisp/example-site/dragonfly_api let me know when I can link to this (or other address) from the http://www.newlisp.org/modules/ page. The official Dragonfly docs are here now: http://www.rundrago...
by hilti
Sat Nov 07, 2009 8:49 pm
Forum: newLISP in the real world
Topic: XML parsing problems
Replies: 5
Views: 2149

Re: XML parsing problems

Thanks Lutz! Parsing for elements like <dc:creator>By ALISSA J. RUBIN</dc:creator> is working great. See it here: http://www.rundragonfly.com/dragonfly_feeds But one thing I can't get working - the media elements, e.g. NYTimes.com RSS feed <media:content url="http://graphics8.nytimes.com/images/2009...
by hilti
Sat Nov 07, 2009 7:55 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55605

Re: Dragonfly - a web framework for newLISP

Hi Cormullion! Just a short help to Your "downloads" problem: You could use a static route to it described on this page in the User Guide: http://www.rundragonfly.com/dragonfly_routes Put this into your view <% (link_to "Downloads" "downloads") %> About the selector: I've to test some things out, bu...
by hilti
Fri Nov 06, 2009 1:31 pm
Forum: newLISP in the real world
Topic: XML parsing problems
Replies: 5
Views: 2149

XML parsing problems

Hi! I'm trying to implement a simple RSS and ATOM reading function, but I got some problems in parsing this kind of elements Example from NYTimes.com RSS feed <dc:creator>By ROBERT D. McFADDEN</dc:creator> This one doesn't work ; TODO: Problems in parsing media:content - ask the forum ;(lookup '(med...
by hilti
Wed Nov 04, 2009 6:21 am
Forum: newLISP in the real world
Topic: Exec, cURL for accessing Google Analytics API
Replies: 3
Views: 1543

Re: Exec, cURL for accessing Google Analytics API

Thanks everyone. I was a blockhead.

I'll publish the script when it's ready.

Cheers
Hilti
by hilti
Tue Nov 03, 2009 9:11 pm
Forum: newLISP in the real world
Topic: Exec, cURL for accessing Google Analytics API
Replies: 3
Views: 1543

Exec, cURL for accessing Google Analytics API

Hi I need some help in accessing the Google analytics data API. My problem is: ;; use of curl because newLISP get-url doesn't work with HTTPS ;; save response token (set 'token (exec "curl 'https://www.google.com/accounts/ClientLogin?accountType=GOOGLE&service=analytics&Email=user@gmail.com&Passwd=m...
by hilti
Tue Nov 03, 2009 5:08 pm
Forum: newLISP in the real world
Topic: Checking/reading/working with IMAP
Replies: 6
Views: 2905

Re: Checking/reading/working with IMAP

Anyone - or am I asking a stupid question?
by hilti
Tue Nov 03, 2009 5:06 pm
Forum: newLISP and the O.S.
Topic: IRIX port discussion
Replies: 6
Views: 5774

Re: IRIX port discussion

... about 4 years later after the last post I'm asking: is there a binary available for IRIX 6.5?

I just bought a SGI Indy from eBay and would like to run Dragonfly. ;-)

Cheers
Hilti
by hilti
Sat Oct 17, 2009 9:31 am
Forum: Whither newLISP?
Topic: define-subclass macro
Replies: 4
Views: 3800

Re: define-subclass macro

Yep. Greg and I are now working together on the next version of Dragonfly. Some cool things will be included like static routes or a parser which enables you to use your very own templating language.

Cheers!
Hilti
by hilti
Tue Oct 13, 2009 4:26 pm
Forum: newLISP in the real world
Topic: Checking/reading/working with IMAP
Replies: 6
Views: 2905

Checking/reading/working with IMAP

Hi!

Did anyone ever connect with newLISP to an IMAP server? I know there's a pop3-module, but I didn't find something for the IMAP Protocol.

I'd like to test some of newLISPs string functions on my mails - hopefully some of them get lost ;-)

Cheers!
Hilti
by hilti
Mon Oct 12, 2009 8:21 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55605

Dragonfly version 0.20 is ready for download! The major changes * changed license from MIT to GNU (GPL v3) * updated web.lsp to version 0.3.1 beta * updated nldb.lsp (draft of 2009-09-11 20:42:48) * added the file "dragonfly.js" which includes some small javascripts which support the Dragonfly fram...
by hilti
Thu Oct 01, 2009 7:06 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55605

That's right. I've updated the license to GPL (v3), because I didn't see any difference (for my intention) between MIT License or GPL.

I just want the Dragonfly to be open source and free available.

Cheers!
Hilti
by hilti
Fri Sep 18, 2009 3:51 pm
Forum: Whither newLISP?
Topic: Your opinion - what does a web framework need
Replies: 7
Views: 5214

No one? ;-)
by hilti
Fri Sep 18, 2009 9:47 am
Forum: newLISP in the real world
Topic: using external modules
Replies: 7
Views: 2878

Hi Joejoe

check out my attempt of "auto-loading" modules. Download Dragonfly framework. It's in the file dragonfly.lsp

Just a few lines of code.

Cheers
Hilti
by hilti
Fri Sep 18, 2009 9:42 am
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55605

That's just me, Lutz ;-)
by hilti
Fri Sep 18, 2009 9:40 am
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55605

Kirill wrote:
Not yet, but I consider dragonfly (to try it out) for a PSI server.
Hi Kirill

what is a PSI server? Never heard of it.
by hilti
Thu Sep 17, 2009 7:38 pm
Forum: Whither newLISP?
Topic: Your opinion - what does a web framework need
Replies: 7
Views: 5214

Your opinion - what does a web framework need

During the last weeks I analyzed a lot of web frameworks like Rails, Django, Merb or CodeIgniter. When running some sample applications it felt like carrying a lot of unneeded things around. My first contact with rails seems like: WOW - I love that thing! You know I was impressed by this "writing a ...
by hilti
Thu Sep 17, 2009 7:26 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55605

... counting 37 downloads at Google Code :-)

I'm just wondering if anybody else uses Dragonfly for his projects? One project beside my own website is here: http://daycaster.org

Cheers
Hilti (working on version 0.20)
by hilti
Tue Sep 15, 2009 11:53 am
Forum: Whither newLISP?
Topic: Is a lisp with only functional parentheses possible?
Replies: 33
Views: 19178

I just found this site via twitter. Have a look at it:

http://www.genyris.com/

Cheers
Hilti
by hilti
Thu Sep 10, 2009 7:00 pm
Forum: Anything else we might add?
Topic: It doesn't look good! Is there any other Newlisper photo?
Replies: 7
Views: 4843

Just me thinking about Dragonfly and differences between licenses ;-)

Image
by hilti
Tue Sep 08, 2009 5:18 am
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55605

But most people nowdays, that don't want to suffer the pains of trying to figure out (let alone try to strictly follow), either license's rules, just throw up their hands and use the MIT license, as the least painful license for simple works they wish to share... That's why I use the MIT License. W...