Dreamstime

Showing posts with label RavenPlus Downloads. Show all posts
Showing posts with label RavenPlus Downloads. Show all posts

Tuesday, 29 December 2015

RavenPlus Version 1.0.507 - Picture Uploads To PicasaWeb Via OAuth2

I know some of you have been waiting for this. So here it is: RavenPlus version 1.0.507, which contains the fix for uploading pictures to PicasaWeb via the Google OAuth2 protocol.

I have been testing this version out for over the last couple of weeks and I believe I have a stable version that is fit for release. Pictures in my last 3 blog postings (totalling 17 in all) were uploaded to PicasaWeb with this version and I did not notice anything out of the ordinary. They all went through smoothly as far as I could tell. Even my edited pictures were detected by RavenPlus and they got updated on PicasaWeb when I subsequently republish my blog post.

Not tested though is video uploads to PicasaWeb - simply because I do not have the bandwidth nor any videos to share.

If you do not upload pictures to PicasaWeb, you can safely ignore this version.

Version 1.0.507 only works for existing users of Raven and RavenPlus. New users will have to wait a little while as I haven't started work on making a clean import of blogs hosted on Google's Blogger/Blogspot yet. That's next on the to-do list.

Wednesday, 26 August 2015

RavenPlus Version 1.0.506 - Post Scheduling In Blogger/Blogspot

I have a confession. I actually had the 'post scheduling' feature included in RavenPlus during development. But I had it removed a few days before releasing RavenPlus Version 1.0.505.

While under development, I noticed that one of my blog post had its URL set to my blog homepage. The reason (after much tracing): my PC was running about 60 seconds ahead of the Blogger/Blogspot server - it became a schedule post, which is technically correct. Because of this, I wrongly assumed that it was better to let Blogger/Blogspot set the publishing time of a blog post, rather than by RavenPlus, without realising that I had mistakenly taken the 'post scheduling' feature away.

I am now undoing my mistake with RavenPlus Version 1.0.506. My apologies.

Friday, 14 August 2015

RavenPlus Version 1.0.505

I am releasing RavenPlus version 1.0.505 today. This release, although half-baked, is of special interest to existing users of Zoundry Raven and RavenPlus who are facing problems in publishing to Blogger/Blogspot. Google shutdown 'ClientLoging' completely in late May 2015, resulting in Raven and older versions of RavenPlus getting crippled.

At the moment, only the following Google OAuth2 aware publishing functions are available to users of Blogger/Blogspot:

Tuesday, 24 March 2015

RavenPlus Version 1.0.504

If you have been following my blog, you would have realised that I have made a couple of improvements and bug fixes to RavenPlus since the release of RavenPlus Version 1.0.503. After about a year, I think it is about time I release a new version of RavenPlus - Version 1.0.504 .

Tuesday, 3 June 2014

RavenPlus: Source Code For Version 1.0.503

RavenPlus - Source Code

I think I am required to distribute the source code for RavenPlus as required by GNU GENERAL PUBLIC LICENSE Version 2, the license under which Zoundry Raven is distributed. So, I have uploaded the source code for RavenPlus version 1.0.503 to my Google Drive and it can be downloaded here.

Tuesday, 1 April 2014

RavenPlus Version 1.0.503 - A Fix For "Empty Blog Content Upon Posting"

My last blog post actually had empty blog content upon posting. I never had this problem before since I started using Raven some 5 or 6 months back. And neither did this problem occurred after I made modifications to Raven, that is until the last blog post.

Wednesday, 12 March 2014

RavenPlus - My "py2exe" Build Of Zoundry Raven

Since there has been no development with the offline blog editor Zoundry Raven (Raven) since 2008, I have been fixing and customizing Raven to fit my own needs for something like 8 months now. I am no expert in the Python programming language (I only have less than 8 months experience). But luckily I find the Raven's Python source code to be quite easy to follow and understand. I have a background in computer programming, by the way.

RavenPlus - Running Under Windows 7

Since the beginning of February 2014, I have been trying to package my customized version of Raven into a MS Windows .EXE executable so that it can be run like any other Windows program without the need of installing the Python compiler or any other libraries that Raven requires. After trying for something like 3 weeks, I have finally succeeded.