Alder Green
2006-Oct-22 13:22 UTC
Recommendations for a Rails based Wiki, preferably with bidi support?
We are going to deploy a Wiki system for a medium load website. Any recommended Rails-based options? The Wiki doesn''t have to be feature-rich. It can be simple, but should be elegant and easily extendable, as the people who are going to use it are mostly hackers. The only special requirement is that it would have decent bidi support (for Hebrew pages). But if you know a good Wiki codebase answering the above description, we might extend it to support bidi by ourselves. Cheers, -Alder --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Damaris Fuentes
2006-Oct-22 14:50 UTC
Re: Recommendations for a Rails based Wiki, preferably with
Rails has a generator called SQLiki, but I haven''t used it yet (perhaps you can answer my post wrote at http://www.ruby-forum.com/topic/85409) You can find the generator on page: http://wiki.rubyonrails.org/rails/pages/SQLiki Alder Green wrote:> We are going to deploy a Wiki system for a medium load website. Any > recommended Rails-based options? > > The Wiki doesn''t have to be feature-rich. It can be simple, but should > be elegant and easily extendable, as the people who are going to use it > are mostly hackers. > > The only special requirement is that it would have decent bidi support > (for Hebrew pages). But if you know a good Wiki codebase answering the > above description, we might extend it to support bidi by ourselves. > > Cheers, > -Alder-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Alder Green
2006-Oct-22 15:17 UTC
Re: Recommendations for a Rails based Wiki, preferably with
On Oct 22, 4:50 pm, Damaris Fuentes <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Rails has a generator called SQLiki, but I haven''t used it yet (perhaps > you can answer my post wrote athttp://www.ruby-forum.com/topic/85409)Hi Damaris Yes, you do need to create the database *and* three tables - pages, drafts, and links - for the generator to be usable. The instructions - including complete SQL sequences for creating said tables - are inside the Gem file, which is just a TAR with a fancy name :) You will find the README inside the Gem, in a file called data.tar.gz, inside a subdirectory called templates. I hope it works for you, to me it looks like a nice way to add some Wiki features to an existing Rails application. It doesn''t appear, nor aspire to be, a standalone Wiki package like Instiki. And it''s self-designated to be alpha. So, not exactly what I''m looking for. -Alder --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Damaris Fuentes
2006-Oct-22 22:38 UTC
Re: Recommendations for a Rails based Wiki, preferably with
Alder Green wrote:> I hope it works for you, to me it looks like a nice way to add some > Wiki features to an existing Rails application. It doesn''t appear, nor > aspire to be, a standalone Wiki package like Instiki. And it''s > self-designated to be alpha. So, not exactly what I''m looking for.Lots of thanks!! However... my basic project is intended to be a Wiki, not other different application with wiki stuff... Are you meaning SQLiki is not appropiate for that? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---