[ANN] Pimki 1.5

I apologize, I forgot to include another line I had to patch,
pimki.rb:68

Original:
  opts.on("-r", "--redcloth VERSION", Integer,
Fixed:
  opts.on("-r", "--redcloth VERSION", String,

I wonder if this might be an artifact of the W2K command-line.

···

+------------------------------------------------+

DREW MILLS | 10101 Linn Station Rd. |
                      > Suite 800 |
tamills@ups.com | Louisville, KY 40223 |
Technical Specialist | <v> 502-394-7785 |
United Parcel Service | <f> 502-394-7812 |

+------------------------------------------------+

-----Original Message-----
From: Mills Thomas (app1tam)
Sent: Wednesday, February 02, 2005 10:51 AM
To: 'ruby-talk@ruby-lang.org'
Subject: RE: [ANN] Pimki 1.5

In order to get this to start under Windows with Ruby 1.8.2,
I had to change pimki.rb:87.

Original:

  require_gem 'RedCloth', "~> #{OPTIONS[:redcloth]}"

Fix:

  require_gem 'RedCloth', "#{OPTIONS[:redcloth]}"

+------------------------------------------------+
> DREW MILLS | 10101 Linn Station Rd. |
> > Suite 800 |
> tamills@ups.com | Louisville, KY 40223 |
> Technical Specialist | <v> 502-394-7785 |
> United Parcel Service | <f> 502-394-7812 |
+------------------------------------------------+

> -----Original Message-----
> From: Assaph Mehr [mailto:assaph@gmail.com]
> Sent: Wednesday, February 02, 2005 7:26 AM
> To: ruby-talk ML
> Subject: [ANN] Pimki 1.5
>
>
> Hi All,
>
> Pimki version 1.5 is out. This is a bug fixes release with
> some new features added:
> - RedCloth is now defaulting to 2.0.11.
> Controllable through command-line (see pimki --help).
> - Advanced Search
> - Storage (Madeleine snapshots) control through edit_web
> - c2 wiki links via [c2[PageName]]
> - FavIcon (working in Firefox)
>
> Visit Pimki's home page for the full details:
> http://pimki.rubyforge.org/
>
> Cheers,
> Assaph
>
>
> Pimki is a PIM
> (Personal Information Manager) based on Instiki's Wiki
> technology. Current version is based on the latest Instiki (0.9.2).
>
> There are some features added to Instiki, features that only
> make sense when you view it as a personal application and not
> as a group oriented application. Some Instiki features were
> suppressed. See below for a full list.
>
> Download it from the RubyForge project page or go the gem way
> and simply run: gem install pimki
>
> Please note that Pimki, like Instiki, relies on several
> external libraries (most notably RedCloth and Madeleine).
> These are included in the zip release for easy install, or
> will be installed as gem-dependencies.
>
> Besides all the regular Instiki features, Pimki adds:
>
> * Mind Map: a graph of wiki connections (made with GraphViz)
> * Bliki: a blog integrated with the wiki
> * Todo items with contexts and listing
> * Extra symbols that can be displayed on a page
> * Delete/Rename pages through the 'All Pages' list
> * Added Left-Side Menu
> * Advanced and Expanded Search
>
>
>

Hi Drew,

Mills Thomas (app1tam) wrote:

I apologize, I forgot to include another line I had to patch,
pimki.rb:68

Original:
  opts.on("-r", "--redcloth VERSION", Integer,
Fixed:
  opts.on("-r", "--redcloth VERSION", String,

I wonder if this might be an artifact of the W2K command-line.

My bad. The docs should have have said MAJOR version, ie. pimki
--redcloth 2.

From this and the previous message, I gather you tried supplying the

full version of redcloth on the command line?