Rather than trying and experimenting with the structure of a wiki on Google Code Im experimenting right now with VoodooPad which seems like a great tool for this sort of thing. Im still getting used to it as i've only just now really seriously, but so far it's looking really good.
Assuming I get my remaining assignments and quizzes done (that I am allowed to do this week) I should start putting wiki pages up on thursday or friday. Im also going to try to do a Subversion import this week assuming Del.icio.us cooperates and everything goes well.
As tonight I couldn't get my Delicious tool working in part to errors like this
[Session started at 2007-04-23 23:37:06 -0500.]
Starting to contact Del.icio.us...
2007-04-23 23:37:07.386 RFDelicious[3143] ERROR: NSError "Error NSURLErrorDomain -1012" Domain=NSURLErrorDomain Code=-1012 UserInfo={
NSErrorFailingURLKey = https://api.del.icio.us/v1/posts/recent?&count=10;
NSErrorFailingURLStringKey = "https://api.del.icio.us/v1/posts/recent?&count=10";
}
2007-04-23 23:37:07.386 RFDelicious[3143] DelString:
Data is: <>
Complete
RF Done
RFDelicious has exited with status 0.if you look error code -1012 up you'll find...
...
NSURLErrorRedirectToNonExistentLocation = -1010,
NSURLErrorBadServerResponse = -1011,
NSURLErrorUserCancelledAuthentication = -1012,
NSURLErrorUserAuthenticationRequired = -1013,
NSURLErrorZeroByteResource = -1014,
...Which is odd because im obviously not cancelling authentication. Im running the same unmodified code as before. What does the documentation say?
NSURLErrorUserCancelledAuthentication
Returned when an asynchronous request for authentication is cancelled by the user.
This is typically incurred by clicking a “Cancel” button in a username/password dialog, rather than the user making an attempt to authenticate.
Available in Mac OS X v10.3 and later.Pretty much what I thought, but still makes no sense. So what will Red Flag do to deal with not being able to login to Del.icio.us even when you have an active internet connection?
I think that even though it'll be harder work, that RedFlag should (upon first login) download everything and store the data in a NSPersistentStore in Core Data and after everytime it sees an update only update the appropriate objects, possibly clearing out the whole store and possibly reimporting all your data as necessary (which I hope should never be necessary, but possibly be available as an option.)
I'll see what this week brings...