Anyone know if this is a "301" redirect? Google likes those for moving domains and rather than dig into the code, figured I'd see if anyone had tinkered with...
I'm curious as to whether there's anyone out there (on this list) who is using Frontier *just* for static Web site rendering, i.e. the stuff in chapter 41 of...
I used to use the Web site framework for everything, but I've since converted to feeding out of Frontier with mainResponder, but not Manila. I've thought about...
Hey, Matt. I've still got a couple of websites, here at Dartmouth, managed by Frontier static site publishing. And I, for one, would be very interested in...
Hmmm... if I wanted to force a 301 rather than a 302, any idea where I'd have to insert the code? The actual script for redirect simply sets a URL for the...
Hey David, ... I believe the 302 is set in mainResponder.respond. If you want more control over the error in your script you could do something like... ...
Say you want to download http://images.zatz.com/zatz/resources/pageimages/homezatzimages/promo2.gif to a local drive, file.copy doesn't work. Is there any easy...
... On a Mac: ret = sys.unixShellCommand("curl " + imagefile) or something like that. See curl(1). Or use Anarchy. That's what I do, but I had to re-write the...
I have been looking into the crash caused by trying to export a single table. It looks like the export.card.run () script causes the crash. Can this be...
I think you can do this with tcp.httpClient, assuming you're looking for a UserTalk based way of doing it. You then need to parse the response and store the...
I'm trying to build the code snapshot that Andre gave me in the XCode that comes with Leopard. I want to add some verbs, think about stuff, maybe attempt a...
Hi David. Try this... local (f = "Macintosh HD:test.gif"); local (url = "http://images.zatz.com/zatz/resources/pageimages/homezatzimages/promo2.gif"); ...
Hello Dave, ... Is that Xcode v3? I believe Seth mentioned that he was working with the Frontier Kernel Project; project file in Xcode v3. I know it works...
I'm using XCode 3.0, the release that comes with Leopard. Right now my problem (as I said in the earlier email) are compiler errors, type mismatches. Obviously...
We've had a lot of success using branches to go off and tinker, and then when something works well, reintegrate the branch into the whole. What I'd recommend...
Hello Dave, Are you trying to compile from the 10.1a8 src that was/is available from the opml.org website? I say was/is because I couldn't actually reach the...
... I'm still using Tiger and Xcode 2.2.1. Trying to compile my local archive of the OPML 10.1a8 source code with that version of Xcode, I also get compiler...
Any suggestions on how to proceed? Has the version of the kernel at Sourceforge been compiled for XCode 3.0? Intel? I'm likely going to hire a contractor to...
Hello Dave, ... I just did a successful build of the Frontier Kernel Project SourceForge trunk using the Universal Binary project and the Frontier target. ... ...
I went a bit further and got the OPML target updated here locally to work with Xcode 3 and the trunk of the FKP source. I downloaded the OPML dmg file and...
Hey Steve, I did use the UB project file. But to be clear I built and launched the binary on a G4 so there could be some issues that present themselves on a...
Obviously, just running the code and doing one test is not enough to deploy. There are hundreds [1] of current users, esp with the FlickrFan release, and the...
Hello Dave, ... Right. Since the main thrust of your original stated goal was to build the OPML Editor in the latest Xcode and tinker, my efforts were to...