search for: pimki

Displaying 9 results from an estimated 9 matches for "pimki".

2006 Jun 04
0
Pimki 1.8.200
Hi All, Just a quick note on a new release of Pimki: The Wiki-based PIM to GetThingsDone! Pimki 1.8.200 is a bug fix release: accumulated bug fixes plus an explicit dependency on Madeleine 0.7.1 (the new 0.7.2 is incompatible). Important note: this release is still based on the Pimki 1.x branch. Snapshots from previous versions of Pimki and Instiki...
2006 Feb 15
7
Ackbar - ActiveRecord Adapter for KirbyBase
...pport SQL, joins or transactions, this is not a 100% fit. There are some changes to the ActiveRecord interface (see below), but it may still be useful in some cases. = URIs Ackbar: http://ackbar.rubyforge.org KirbyBase: http://www.netpromi.com/kirbybase_ruby.html Rails: http://www.rubyonrails.com Pimki: http://pimki.rubyforge.org = Goals Ackbar''s project goals, in order of importance, are: 1. Support Pimki with a pure-ruby, cross-platform hassle-less install DBMS 2. An exercise for me to learn ActiveRecord inside out 3. Support other "shrink-wrapped" Rails projects with simil...
2006 May 18
5
[OT] Best Blog + Wiki opinions?
Hello all, I''m looking for suggestions for integrated Blog + Wiki (Bliki) apps. I''d prefer Rails, I want to hear opinions on all options! I''ve browsed through W:Bliki <http://en.wikipedia.org/wiki/Bliki>. Nothing in that list is immediately compelling. This is for my wife, who is not a technologist, and has a need to create a information-centric website.
2006 Mar 19
0
Ackbar 0.1.1 - ActiveRecord Adapter for KirbyBase
...pport SQL, joins or transactions, this is not a 100% fit. There are some changes to the ActiveRecord interface (see below), but it may still be useful in some cases. = URIs Ackbar: http://ackbar.rubyforge.org KirbyBase: http://www.netpromi.com/kirbybase_ruby.html Rails: http://www.rubyonrails.com Pimki: http://pimki.rubyforge.org = Goals Ackbar''s project goals, in order of importance, are: 1. Support Pimki with a pure-ruby, cross-platform hassle-less install DBMS 2. An exercise for me to learn ActiveRecord inside out 3. Support other "shrink-wrapped" Rails projects with simil...
2006 Mar 24
9
Escaping characters
Hi, I am writing some help about post formatting. I am using redcloth to format the text, and in a FAQ, also formatted with redcloth, I explain what to type to what to obtain. So, how could I escape ''*'', ''#'' & Co, to have an output like <redcloth> Type *word* to obtain <strong>word</strong> </redcloth> I tried "Type
2005 Dec 19
2
rails based wiki: is instiki still being developed?
hello, is the instiki project still being developed? it seems the web site is down for a couple of weeks now, and almost no activity is going on on the developer mailing list. on a related note, are you aware of other actively developed rails-based wikis? many thanks in advance.
2007 Feb 20
6
Markdown and Wikis
...I really like it but there are some problems with using Markdown so I'm interested to see if there is an alternative that works better for me. I've looked at wiki matrix and searched for and found the following list bitweaver, DekiWiki, DokuWiki, Friki, Instiki, Midgard Wiki, Oddmuse, Pimki, PmWiki, Socialtext, StikiPad, VQWiki, Wikia and yawiki Does anyone have any comment on these? I'm looking for something that : + is in active development + is mature Preferable + use files for storage + have skin/templates PmWiki fills many of these requirements but I want to...
2006 Jun 01
5
Content Management System
I am looking for a good CMS based on Rails that has at least these attributes: 1. Ease of use ( as it will be used by people who are not html literate) 2. Very easy/flexible to change layout. So far I have looked at http://rcms.oopen.de/Home/ (have not installed it yet) http://adminpages.flowdev.de http://demo.radiantcms.org/admin/pages http://www.eribium.org/eribium/ MuraveyWeb does not seem
2006 Jun 15
12
Multithreading and DB access in Rails
I just tried writing some controllers, etc. that would allow me to start and monitor background tasks running in new (Ruby) threads, with the idea that I''d eventually manage long-running indexing processes that way. I can kick off such threads OK (by using Thread.new in a routine called by a controller), but it seems like Rails gets huffy if those background tasks and the ordinary