hello. is the instiki project still alive? i''ve visited the web site, which is down, and noticed almost no activity is going on for the development mailing list. please advise, since i''d like to use it in a production environment and need to know if its a viable solution. btw, are there other rails based wiki engines which could be evaluated? many thanks!
I also am looking for a Rails based wiki and this one: http://www.soks.org/view/HomePage is under active development and is a little farther along than Instiki. I really like Instiki but it is missing some crucial features that make it unusable for me. I look forward to when it becomes more viable. -Eric On 12/19/05, Maurizio Balestrieri <maurizio at gmail.com> wrote:> > hello. is the instiki project still alive? i''ve visited the web site, > which is down, and noticed almost no activity is going on for the > development mailing list. please advise, since i''d like to use it in a > production environment and need to know if its a viable solution. btw, > are there other rails based wiki engines which could be evaluated? > many thanks! > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20051219/b986474e/attachment.htm
You could check out i2 which is what runs the rails wiki right now. You have to check it out from svn from dev.rubyonrails.org. It''s a full blown rails app wiki. Its not a super full featured wiki but it runs very nicely. Cheers- -Ezra On Dec 19, 2005, at 6:07 AM, Eric Knapp wrote:> I also am looking for a Rails based wiki and this one: http:// > www.soks.org/view/HomePage is under active development and is a > little farther along than Instiki. I really like Instiki but it is > missing some crucial features that make it unusable for me. I look > forward to when it becomes more viable. > > -Eric > > On 12/19/05, Maurizio Balestrieri <maurizio at gmail.com> wrote: > hello. is the instiki project still alive? i''ve visited the web site, > which is down, and noticed almost no activity is going on for the > development mailing list. please advise, since i''d like to use it in a > production environment and need to know if its a viable solution. btw, > are there other rails based wiki engines which could be evaluated? > many thanks! > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20051219/eb48174b/attachment.htm
On 12/20/05, Ezra Zygmuntowicz <ez at brainspl.at> wrote:> You could check out i2 which is what runs the rails wiki right now. You have > to check it out from svn from dev.rubyonrails.org. It''s a full blown rails > app wiki. Its not a super full featured wiki but it runs very nicely.But don''t forget instiki-ar, which is where the development of Instiki is currently headed, You can download a perfectly usable (has the current features of Instiki) beta here: http://rubyforge.org/projects/instiki/ And this list contains installation instructions enough to get it going. If you crave newer revs you can use svn to get them - once again, search these list archives for details. later Alan -- B?onn caora dhubh ar an tr?ad is gile. (There are black sheep in the brightest flocks.) <http://halfpie.net/>
thank you all for the advise. i''ve just installed soks to give it a try and identified the i2 branch in the svn repository. i''ll try it out along with instiki-ar. at the time being though i''ve an issue in exporting as markup the content of my existing instiki (0.10.2). i''m under windows and what i get is always an empty archive (zip). :( any guidance about how to solve this one? thanks! On 12/19/05, Alan Macdougall <deasach at gmail.com> wrote:> On 12/20/05, Ezra Zygmuntowicz <ez at brainspl.at> wrote: > > You could check out i2 which is what runs the rails wiki right now. You have > > to check it out from svn from dev.rubyonrails.org. It''s a full blown rails > > app wiki. Its not a super full featured wiki but it runs very nicely. > > But don''t forget instiki-ar, which is where the development of Instiki > is currently headed, You can download a perfectly usable (has the > current features of Instiki) beta here: > > http://rubyforge.org/projects/instiki/ > > And this list contains installation instructions enough to get it going. > > If you crave newer revs you can use svn to get them - once again, > search these list archives for details. > > later > > Alan > > > -- > B?onn caora dhubh ar an tr?ad is gile. > (There are black sheep in the brightest flocks.) > > <http://halfpie.net/> > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >
Hi Maurizio,> i''ve just installed soks to give it a try and identified the i2 branch > in the svn repository. i''ll try it out along with instiki-ar.There are a number of non-rails wikis, some of whom have been around for a while. Ruwiki and hiki come to mind. Take a look at http://raa.ruby-lang.org/search.rhtml?search=wiki. Personally I write my own wiki software :-). Depemnding of what you need the wiki for, take a look at Pimki (http://pimki.rubyforge.org). It used to be based on Instiki, but is now being rewritten as a regular rails application with KirbyBase as the backend.> at the time being though i''ve an issue in exporting as markup the > content of my existing instiki (0.10.2). i''m under windows and what i > get is always an empty archive (zip). :( > any guidance about how to solve this one?Untested: Try downgrading to Instiki 10.1 (back up your storage directory first!). If that doesn''t help, there''s a script in svn that can allow you to muck about via irb with the storage. Sould be easy to export things manually if it comes to that. HTH, Assaph