[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: [ANN] Pimki 1.5

Mills Thomas (app1tam)

2/2/2005 3:51:00 PM

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.ruby...
>
> 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
>
>
>