Hi all, As I haven''t had a lot of bug reports for Instiki-AR, this could mean one of the two things. Either nobody is using it, or some people are, and have no problems at all. I''d like to know which option is it. So, if you are using Instiki-AR, or have tried and found it totally unusable, please tell me about your experience. Best regards, Alexey Verkhovsky
I''m using beta1, but on a site that gets virtually no traffic. The main problem I had with it is the caching is too agressive. If I add a link to non-existant page Y to page X, X''s link to Y will continue to show a ? even after Y has been created, etc. -james On 10/21/05, Alexey Verkhovsky <alex at verk.info> wrote:> > Hi all, > > As I haven''t had a lot of bug reports for Instiki-AR, this could mean > one of the two things. Either nobody is using it, or some people are, > and have no problems at all. I''d like to know which option is it. > So, if you are using Instiki-AR, or have tried and found it totally > unusable, please tell me about your experience. > > Best regards, > Alexey Verkhovsky > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >-- James A. Hillyerd <james at hillyerd.com> Chief Technical Officer - ActiveRain Corp -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20051021/a55506d8/attachment.htm
On 10/22/05, Alexey Verkhovsky <alex at verk.info> wrote:> So, if you are using Instiki-AR, or have tried and found it totally > unusable, please tell me about your experience.Alexey: I''m not using it in production (yet) but the only problems I had were related to the conversion. I tried importing from an old Madeleine snapshot, and got an error as follows: [iBook:~/Desktop/wikistuff/instiki-ar] alan% ruby script/import_storage -t ~/Desktop/wikistuff/instiki/storage/2501 -i ~/Desktop/iandi/instiki -o ~/Desktop/wikistuff/instiki-ar/i.sql -d sqlite /Users/alan/Desktop/wikistuff/instiki/app/models/chunks/engines.rb:3:in `require'': No such file to load -- redcloth (LoadError) from /Users/alan/Desktop/wikistuff/instiki/app/models/chunks/engines.rb:3 from /Users/alan/Desktop/wikistuff/instiki/app/models/wiki_content.rb:2:in `require'' from /Users/alan/Desktop/wikistuff/instiki/app/models/wiki_content.rb:2 from /Users/alan/Desktop/wikistuff/instiki/app/models/revision.rb:2:in `require'' from /Users/alan/Desktop/wikistuff/instiki/app/models/revision.rb:2 from /Users/alan/Desktop/wikistuff/instiki/app/models/page.rb:3:in `require'' from /Users/alan/Desktop/wikistuff/instiki/app/models/page.rb:3 from /Users/alan/Desktop/wikistuff/instiki/app/models/web.rb:2:in `require'' from /Users/alan/Desktop/wikistuff/instiki/app/models/web.rb:2 from /Users/alan/Desktop/wikistuff/instiki/app/models/wiki_service.rb:7:in `require'' from /Users/alan/Desktop/wikistuff/instiki/app/models/wiki_service.rb:7 from script/import_storage:96:in `require'' from script/import_storage:96 I eventually figured out what it was looking for... and by doing more or less the following copy /Users/alan/Desktop/wikistuff/instiki/lib/redcloth_for_tex.rb to /Users/alan/Desktop/wikistuff/instiki/lib/redcloth.rb That fixed seemed to fix that problem. Maybe the name of that file has changed at some point... According to the changelog with my Instiki install I''ve got version 10.2. The only other thing was the "orphanned pages" problem, which you have previously outlined the fix for. The only reason I''m not switching to instiki-ar at the moment is the error I get (probably relating to cookie handling) when I try to run two Rails apps (in this case Instiki-ar and Tracks) on the same host (localhost) at the same time. thanks Alan -- B?onn caora dhubh ar an tr?ad is gile. (There are black sheep in the brightest flocks.) <http://halfpie.net/>
I lead a very busy life and haven''t had time to try it yet. I would like to soon though. On Oct 21, 2005, at 4:37 AM, Alexey Verkhovsky wrote:> Hi all, > > As I haven''t had a lot of bug reports for Instiki-AR, this could mean > one of the two things. Either nobody is using it, or some people are, > and have no problems at all. I''d like to know which option is it. > So, if you are using Instiki-AR, or have tried and found it totally > unusable, please tell me about your experience. > > Best regards, > Alexey Verkhovsky