BlogThis with Command Line Options

Saturday, March 8, 2008

Zoundry Raven version 0.9.233 or later now supports command line options to allow external programs to launch the editor - specifically to support BlogThis functionality. The syntax is

path_to_raven_install\bin\zRaven.exe -blogthis -title [title text] -text "[text content]"

where -title is the post title and -text is the plain (not xhtml) text. Other options/flags include:

  • -format [text | xhtml]. If the text content is well formed xhtml, then use the flag "-format xhtml" to indicate that the content is xhtml and not plain text.
  • -file [full path to html file]. Use this if the content is located in a file instead of in the -text value. See example below for GreatNews newsreader.
  • -url [blog post or web site url]. If you want to site a post, indicate the post url here.
  • -quote [yes | no]. If set to yes, then the content will be enclosed in a block quote.

GreatNews Setup:

GreatNews (GN) is another cool news reader from CurioStudio. GreatNews has a BlogThis functionality to support external client applications such as Zoundry Raven.

To set up GreatNews to work with Zoundry Raven:

  1. From GreatNews applications select menu Tools->Options
  2. Choose Features tab.
  3. Check BlogThis option and press the Configure button.
  4. Create a new configuration (giving it a name such as ZoundryRaven).
  5. For Type, choose Generic External Blogging Tool option.
  6. For the URL enter path_to_raven_install\bin\zRaven.exe -blogthis -title "%TITLE%" -file %HTMLFILE% .

where path_to_raven_install is the install directory for Raven. For example,
C:\Program Files\Zoundry Raven\bin\zRaven.exe -blogthis -title "%TITLE%" -file %HTMLFILE%

RSS Owl News Reader:

Instructions for RSS Owl:

  1. From RSSOwl, select menu Tools -> Preferences.
  2. Select 'Blogger' from the left handside on Preferences dialog.
  3. For 'external blogger' executable, browse and select the Raven executable file (zRaven.exe) .
    E.g: C:\Program Files\Zoundry Raven\bin\zRaven.exe
  4. For the command line arguments enter the following (all in one line):
    -blogthis -format xhtml -quote no -url [NEWSLINK] -title "[TITLE]" -text "[DESCRIPTION]"

FeedDemon

Use the following for NewsGator's FeedDemon:

  1. Select menu Tools -> BlogThis News Item -> Configure Blog Publishing tools.
  2. Choose add.
  3. Enter "Zoundry Raven" for the name.
  4. For the command line, browse and select the Raven executable file (zRaven.exe) .
  5. Append "-blogthis -file" (with out quotes) to the end of the command line.

For example, the command line should be similar to:
C:\Program Files\Zoundry Raven\bin\zRaven.exe -blogthis -file

TDB - Launching Raven directly from your web browser (FireFox and IE).

Labels: , , ,