From Kayakfishing at wmsduo.com Mon Dec 7 20:33:31 2009 From: Kayakfishing at wmsduo.com (Mike Williams) Date: Mon, 07 Dec 2009 20:33:31 -0500 Subject: [Instiki] Application Error and basic questions Message-ID: <4B1DACEB.5070803@wmsduo.com> I am getting the 500 error which says Application error (Apache) Something /very bad/ just happened. I just /know it/. Do you smell smoke? I have looked in the FAQ and archive but the only answer I found was deleting the cache and/or log but neither of these resolved the problem. Here is some background. I installed instiki and it seeed to work fine. I created a doze pages and pasted some data into most of them. I rebooted the machine acting as the instiki server and restarted the instiki only to receive this error message. I am curious how the instiki stores the pages generated with it. I cannot find the pages anywhere except under the cache folder. I am running the instiki straight without an Apache server despite the error saying (Apache). The computer is a quad core running Windows XP Professional. I am a software engineer and consider myself reasonably savvy but the instiki software is new to me. Thanks Mike Williams -------------- next part -------------- An HTML attachment was scrubbed... URL: From parasew at 5uper.net Mon Dec 7 22:28:27 2009 From: parasew at 5uper.net (Matthias Tarasiewicz) Date: Tue, 8 Dec 2009 10:28:27 +0700 Subject: [Instiki] Application Error and basic questions In-Reply-To: <4B1DACEB.5070803@wmsduo.com> References: <4B1DACEB.5070803@wmsduo.com> Message-ID: <78ccd8360912071928y6be6757bqe7244a8576cc2211@mail.gmail.com> hi there mike, which version of ruby are you running? and can you maybe paste your last logfile info to http://pastie.org so we can take a look? pages are stored in the database, if you did not customize it that might be sqlite3. -m On Tue, Dec 8, 2009 at 8:33 AM, Mike Williams wrote: > > I am getting the 500 error which says > Application error (Apache) > > Something *very bad* just happened. I just *know it*. Do you smell smoke? > > I have looked in the FAQ and archive but the only answer I found was > deleting the cache and/or log but neither of these resolved the problem. > > Here is some background. > > I installed instiki and it seeed to work fine. I created a doze pages and > pasted some data into most of them. I rebooted the machine acting as the > instiki server and restarted the instiki only to receive this error message. > > I am curious how the instiki stores the pages generated with it. I cannot > find the pages anywhere except under the cache folder. > > I am running the instiki straight without an Apache server despite the > error saying (Apache). The computer is a quad core running Windows XP > Professional. > > I am a software engineer and consider myself reasonably savvy but the > instiki software is new to me. > > Thanks > Mike Williams > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From distler at golem.ph.utexas.edu Mon Dec 7 22:00:46 2009 From: distler at golem.ph.utexas.edu (Jacques Distler) Date: Mon, 7 Dec 2009 21:00:46 -0600 Subject: [Instiki] Application Error and basic questions In-Reply-To: <4B1DACEB.5070803@wmsduo.com> References: <4B1DACEB.5070803@wmsduo.com> Message-ID: <6E0695E2-0831-47C7-8E0D-72E562A2E6ED@golem.ph.utexas.edu> On Dec 7, 2009, at 7:33 PM, Mike Williams wrote: > I am getting the 500 error which says > Application error (Apache) > > Something very bad just happened. I just know it. Do you smell smoke? > I have looked in the FAQ and archive but the only answer I found was deleting the cache and/or log but neither of these resolved the problem. > Here is some background. > I installed instiki and it seeed to work fine. I created a doze pages and pasted some data into most of them. I rebooted the machine acting as the instiki server and restarted the instiki only to receive this error message. > I am curious how the instiki stores the pages generated with it. By default, Instiki uses SQLite3, as its database. The "pages" are dynamically generated. > I cannot find the pages anywhere except under the cache folder. The pages in the "cache" folder are just that -- cached paged. > I am running the instiki straight without an Apache server despite the error saying (Apache). The "Apache" bit is a red herring. But there are lots of possible sources of 500 errors. Do you get this with every page? Only certain pages? What does the Instiki log file say? The error-reporting there should be more informative. > The computer is a quad core running Windows XP Professional. What version of Ruby? What version of Instiki? > I am a software engineer and consider myself reasonably savvy but the instiki software is new to me. Since it seemed to work for you, initially, there's every reason to expect that we can get it working for you, again. JD -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 253 bytes Desc: This is a digitally signed message part URL: From sheier at bti-usa.com Fri Dec 18 14:55:26 2009 From: sheier at bti-usa.com (Shari Heier) Date: Fri, 18 Dec 2009 12:55:26 -0700 Subject: [Instiki] unable to export wiki Message-ID: <29006A91DB740445AB1F8697AF87672D010EBEDF4E67@bti-saf-mail1.bti.local> I am using Instiki 0.17.0 (MML+) with Ruby on Rails 2.3.2. When I try to export the wiki to either HTML or Markup (Textile), I receive the following error: Internal Error An application error occurred while processing your request. Any suggestions? Thanks, shari -------------- next part -------------- An HTML attachment was scrubbed... URL: From distler at golem.ph.utexas.edu Fri Dec 18 15:13:55 2009 From: distler at golem.ph.utexas.edu (Jacques Distler) Date: Fri, 18 Dec 2009 14:13:55 -0600 Subject: [Instiki] unable to export wiki In-Reply-To: <29006A91DB740445AB1F8697AF87672D010EBEDF4E67@bti-saf-mail1.bti.local> References: <29006A91DB740445AB1F8697AF87672D010EBEDF4E67@bti-saf-mail1.bti.local> Message-ID: <7845A2FA-B41D-40BC-B537-9A188DCF924B@golem.ph.utexas.edu> On Dec 18, 2009, at 1:55 PM, Shari Heier wrote: > I am using Instiki 0.17.0 (MML+) with Ruby on Rails 2.3.2. First of all, could I ask you to upgrade, either to the current release (0.17.3), or to a preview of the 0.18 release: http://golem.ph.utexas.edu/~distler/code/instiki-svn.tar.gz > > When I try to export the wiki to either HTML or Markup (Textile), I receive the following error: > Internal Error > An application error occurred while processing your request. > Any suggestions? What error(s) are recorded in log/production.log when you do this? What OS & Ruby version are you using? JD -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 253 bytes Desc: This is a digitally signed message part URL: From distler at golem.ph.utexas.edu Sun Dec 27 02:15:32 2009 From: distler at golem.ph.utexas.edu (Jacques Distler) Date: Sun, 27 Dec 2009 01:15:32 -0600 Subject: [Instiki] Instiki 0.18 released Message-ID: <31624153-CC9A-46B4-AE4C-4988E7F8650E@golem.ph.utexas.edu> New features include automatic syntax colouring (html', 'xml', 'ruby', 'ansic', 'javascript', 'sqlite', 'yaml' and'css' modes are supported), a new source view, and auto-resizing Textareas which scale to fit viewing area. Instiki has been upgraded to Rails 2.3.5 and Rack 1.1. It now runs on Ruby 1.9. (If you're a Passenger user, you may need to upgrade to Passenger 2.2.8, which works around some bugs in Ruby 1.9.1.) And it's been upgraded for itex2MML 1.3.19 (which works under Ruby 1.9, and has several new feautures, relative to 1.3.15). As you might expect, there's been a slew of bugfixes, too. See the CHANGELOG for details. As always, you should rake upgrade_instiki after installing the new version. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 253 bytes Desc: This is a digitally signed message part URL: From bleszynski at gmail.com Wed Dec 30 14:57:23 2009 From: bleszynski at gmail.com (Peter Bleszynski) Date: Wed, 30 Dec 2009 11:57:23 -0800 Subject: [Instiki] blahtex in Instiki 0.18 Message-ID: <6657df8b0912301157x2f279cdbt545b640fa547f1a6@mail.gmail.com> I am trying to display an equation using Markdown+blahtex/PNG in Instiki 0.18. Blahtex is compiled from blahtexml-0.7-corrected-src. I tried $ \begin{aligned} ... \end{aligned} $ and \$ \begin{aligned} ... \end{aligned} \$ Both expressions return a page with the apache error "Internal Error An application error occurred while processing your request". The Instiki error in the first case is: RuntimeError (No depth element in: CannotRunLatexCannot run latex The Instiki error in the second case is: RuntimeError (Blahtex error: IllegalFinalBackslashIllegal backslash "\" at end of input Am I using the wrong syntax? I'm using Gentoo and TeX Live 2008 is installed. /usr/local/bin/blahtex is in the command path. Running blahtex from the command line works. The following simple test produces correct PNG output. # echo '\sqrt{x^2+\alpha}' | blahtex --png The Apache VirtualHost is configured as follows: ProxyRequests Off Order Allow,Deny Allow from all ProxyPass /files ! ProxyPass / http://localhost:2500/ ProxyPassReverse / http://localhost:2500/ Thanks, Peter From distler at golem.ph.utexas.edu Wed Dec 30 15:30:54 2009 From: distler at golem.ph.utexas.edu (Jacques Distler) Date: Wed, 30 Dec 2009 14:30:54 -0600 Subject: [Instiki] blahtex in Instiki 0.18 In-Reply-To: <6657df8b0912301157x2f279cdbt545b640fa547f1a6@mail.gmail.com> References: <6657df8b0912301157x2f279cdbt545b640fa547f1a6@mail.gmail.com> Message-ID: <4130F145-6001-4706-8AD6-125B1872937E@golem.ph.utexas.edu> On Dec 30, 2009, at 1:57 PM, Peter Bleszynski wrote: > I am trying to display an equation using Markdown+blahtex/PNG in > Instiki 0.18. Blahtex is compiled from blahtexml-0.7-corrected-src. > > I tried > $ \begin{aligned} ... \end{aligned} $ > > ... > > RuntimeError (No depth element in: > > > CannotRunLatexCannot run latex > > > > Am I using the wrong syntax? > > I'm using Gentoo and TeX Live 2008 is installed. > > /usr/local/bin/blahtex is in the command path. > > Running blahtex from the command line works. The following simple > test produces correct PNG output. > # echo '\sqrt{x^2+\alpha}' | blahtex --png I believe the options (set in vendor/plugins/maruku/lib/maruku/ext/math/mathml_engines/blahtex.rb) are: blahtex --png --use-preview-package --shell-dvipng 'dvipng -D 200' Does that work? I'm not really the expert on the blahtex filter. I'll ask Ari Stern, who is. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 253 bytes Desc: This is a digitally signed message part URL: From sheier at bti-usa.com Wed Dec 30 15:42:51 2009 From: sheier at bti-usa.com (Shari Heier) Date: Wed, 30 Dec 2009 13:42:51 -0700 Subject: [Instiki] Instiki-users Digest, Vol 43, Issue 1 - Email found in subject In-Reply-To: References: Message-ID: <29006A91DB740445AB1F8697AF87672D010EC57101B6@bti-saf-mail1.bti.local> -----Original Message----- From: instiki-users-request at rubyforge.org [mailto:instiki-users-request at rubyforge.org] Sent: Wednesday, December 30, 2009 12:57 PM To: instiki-users at rubyforge.org Subject: Instiki-users Digest, Vol 43, Issue 1 - Email found in subject Send Instiki-users mailing list submissions to instiki-users at rubyforge.org To subscribe or unsubscribe via the World Wide Web, visit http://rubyforge.org/mailman/listinfo/instiki-users or, via email, send a message with subject or body 'help' to instiki-users-request at rubyforge.org You can reach the person managing the list at instiki-users-owner at rubyforge.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Instiki-users digest..." Today's Topics: 1. Re: How do I enable versions for single authors (Jacques Distler) 2. Application Error and basic questions (Mike Williams) 3. Re: Application Error and basic questions (Matthias Tarasiewicz) 4. Re: Application Error and basic questions (Jacques Distler) 5. unable to export wiki (Shari Heier) 6. Re: unable to export wiki (Jacques Distler) 7. Instiki 0.18 released (Jacques Distler) 8. blahtex in Instiki 0.18 (Peter Bleszynski) ---------------------------------------------------------------------- Message: 1 Date: Wed, 28 Oct 2009 13:25:17 -0500 From: Jacques Distler To: Instiki-users Subject: Re: [Instiki] How do I enable versions for single authors Message-ID: <80CAD1C0-7D48-47B6-BA0F-1CF9DAA384EE at golem.ph.utexas.edu> Content-Type: text/plain; charset="us-ascii"; Format="flowed"; DelSp="yes" On Oct 28, 2009, at 12:56 PM, Alphazo wrote: > I'm planning to use Instiki as a notebook. Therefore there will only > be one author. I really like the version feature. Is there a way to > customize/modify the code so modifications made by the same user get > logged once posted? They DO get logged. But there's a timeout feature, whereby successive 'save's by the same author, within 30 minutes, do not get logged as distinct revisions. There are lots reasons motivating this. The one most relevant to you is that it encourages the author to 'save' frequently, preventing data- loss (either due to a crashed browser, or a crashed application). If you don't like 30 minutes, you could, of course, dive into the code and change that number. Jacques Distler -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: ------------------------------ Message: 2 Date: Mon, 07 Dec 2009 20:33:31 -0500 From: Mike Williams To: instiki-users at rubyforge.org Subject: [Instiki] Application Error and basic questions Message-ID: <4B1DACEB.5070803 at wmsduo.com> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" I am getting the 500 error which says Application error (Apache) Something /very bad/ just happened. I just /know it/. Do you smell smoke? I have looked in the FAQ and archive but the only answer I found was deleting the cache and/or log but neither of these resolved the problem. Here is some background. I installed instiki and it seeed to work fine. I created a doze pages and pasted some data into most of them. I rebooted the machine acting as the instiki server and restarted the instiki only to receive this error message. I am curious how the instiki stores the pages generated with it. I cannot find the pages anywhere except under the cache folder. I am running the instiki straight without an Apache server despite the error saying (Apache). The computer is a quad core running Windows XP Professional. I am a software engineer and consider myself reasonably savvy but the instiki software is new to me. Thanks Mike Williams -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 3 Date: Tue, 8 Dec 2009 10:28:27 +0700 From: Matthias Tarasiewicz To: Instiki-users Subject: Re: [Instiki] Application Error and basic questions Message-ID: <78ccd8360912071928y6be6757bqe7244a8576cc2211 at mail.gmail.com> Content-Type: text/plain; charset="utf-8" hi there mike, which version of ruby are you running? and can you maybe paste your last logfile info to http://pastie.org so we can take a look? pages are stored in the database, if you did not customize it that might be sqlite3. -m On Tue, Dec 8, 2009 at 8:33 AM, Mike Williams wrote: > > I am getting the 500 error which says > Application error (Apache) > > Something *very bad* just happened. I just *know it*. Do you smell smoke? > > I have looked in the FAQ and archive but the only answer I found was > deleting the cache and/or log but neither of these resolved the problem. > > Here is some background. > > I installed instiki and it seeed to work fine. I created a doze pages and > pasted some data into most of them. I rebooted the machine acting as the > instiki server and restarted the instiki only to receive this error message. > > I am curious how the instiki stores the pages generated with it. I cannot > find the pages anywhere except under the cache folder. > > I am running the instiki straight without an Apache server despite the > error saying (Apache). The computer is a quad core running Windows XP > Professional. > > I am a software engineer and consider myself reasonably savvy but the > instiki software is new to me. > > Thanks > Mike Williams > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 4 Date: Mon, 7 Dec 2009 21:00:46 -0600 From: Jacques Distler To: Instiki-users Subject: Re: [Instiki] Application Error and basic questions Message-ID: <6E0695E2-0831-47C7-8E0D-72E562A2E6ED at golem.ph.utexas.edu> Content-Type: text/plain; charset="us-ascii" On Dec 7, 2009, at 7:33 PM, Mike Williams wrote: > I am getting the 500 error which says > Application error (Apache) > > Something very bad just happened. I just know it. Do you smell smoke? > I have looked in the FAQ and archive but the only answer I found was deleting the cache and/or log but neither of these resolved the problem. > Here is some background. > I installed instiki and it seeed to work fine. I created a doze pages and pasted some data into most of them. I rebooted the machine acting as the instiki server and restarted the instiki only to receive this error message. > I am curious how the instiki stores the pages generated with it. By default, Instiki uses SQLite3, as its database. The "pages" are dynamically generated. > I cannot find the pages anywhere except under the cache folder. The pages in the "cache" folder are just that -- cached paged. > I am running the instiki straight without an Apache server despite the error saying (Apache). The "Apache" bit is a red herring. But there are lots of possible sources of 500 errors. Do you get this with every page? Only certain pages? What does the Instiki log file say? The error-reporting there should be more informative. > The computer is a quad core running Windows XP Professional. What version of Ruby? What version of Instiki? > I am a software engineer and consider myself reasonably savvy but the instiki software is new to me. Since it seemed to work for you, initially, there's every reason to expect that we can get it working for you, again. JD -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 253 bytes Desc: This is a digitally signed message part URL: ------------------------------ Message: 5 Date: Fri, 18 Dec 2009 12:55:26 -0700 From: Shari Heier To: "'instiki-users at rubyforge.org'" Subject: [Instiki] unable to export wiki Message-ID: <29006A91DB740445AB1F8697AF87672D010EBEDF4E67 at bti-saf-mail1.bti.local> Content-Type: text/plain; charset="us-ascii" I am using Instiki 0.17.0 (MML+) with Ruby on Rails 2.3.2. When I try to export the wiki to either HTML or Markup (Textile), I receive the following error: Internal Error An application error occurred while processing your request. Any suggestions? Thanks, shari -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 6 Date: Fri, 18 Dec 2009 14:13:55 -0600 From: Jacques Distler To: Instiki-users Subject: Re: [Instiki] unable to export wiki Message-ID: <7845A2FA-B41D-40BC-B537-9A188DCF924B at golem.ph.utexas.edu> Content-Type: text/plain; charset="us-ascii" On Dec 18, 2009, at 1:55 PM, Shari Heier wrote: > I am using Instiki 0.17.0 (MML+) with Ruby on Rails 2.3.2. First of all, could I ask you to upgrade, either to the current release (0.17.3), or to a preview of the 0.18 release: http://golem.ph.utexas.edu/~distler/code/instiki-svn.tar.gz > > When I try to export the wiki to either HTML or Markup (Textile), I receive the following error: > Internal Error > An application error occurred while processing your request. > Any suggestions? What error(s) are recorded in log/production.log when you do this? What OS & Ruby version are you using? JD -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 253 bytes Desc: This is a digitally signed message part URL: ------------------------------ Message: 7 Date: Sun, 27 Dec 2009 01:15:32 -0600 From: Jacques Distler To: Instiki-users Subject: [Instiki] Instiki 0.18 released Message-ID: <31624153-CC9A-46B4-AE4C-4988E7F8650E at golem.ph.utexas.edu> Content-Type: text/plain; charset="us-ascii" New features include automatic syntax colouring (html', 'xml', 'ruby', 'ansic', 'javascript', 'sqlite', 'yaml' and'css' modes are supported), a new source view, and auto-resizing Textareas which scale to fit viewing area. Instiki has been upgraded to Rails 2.3.5 and Rack 1.1. It now runs on Ruby 1.9. (If you're a Passenger user, you may need to upgrade to Passenger 2.2.8, which works around some bugs in Ruby 1.9.1.) And it's been upgraded for itex2MML 1.3.19 (which works under Ruby 1.9, and has several new feautures, relative to 1.3.15). As you might expect, there's been a slew of bugfixes, too. See the CHANGELOG for details. As always, you should rake upgrade_instiki after installing the new version. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 253 bytes Desc: This is a digitally signed message part URL: ------------------------------ Message: 8 Date: Wed, 30 Dec 2009 11:57:23 -0800 From: Peter Bleszynski To: instiki-users at rubyforge.org Subject: [Instiki] blahtex in Instiki 0.18 Message-ID: <6657df8b0912301157x2f279cdbt545b640fa547f1a6 at mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 I am trying to display an equation using Markdown+blahtex/PNG in Instiki 0.18. Blahtex is compiled from blahtexml-0.7-corrected-src. I tried $ \begin{aligned} ... \end{aligned} $ and \$ \begin{aligned} ... \end{aligned} \$ Both expressions return a page with the apache error "Internal Error An application error occurred while processing your request". The Instiki error in the first case is: RuntimeError (No depth element in: CannotRunLatexCannot run latex The Instiki error in the second case is: RuntimeError (Blahtex error: IllegalFinalBackslashIllegal backslash "\" at end of input Am I using the wrong syntax? I'm using Gentoo and TeX Live 2008 is installed. /usr/local/bin/blahtex is in the command path. Running blahtex from the command line works. The following simple test produces correct PNG output. # echo '\sqrt{x^2+\alpha}' | blahtex --png The Apache VirtualHost is configured as follows: ProxyRequests Off Order Allow,Deny Allow from all ProxyPass /files ! ProxyPass / http://localhost:2500/ ProxyPassReverse / http://localhost:2500/ Thanks, Peter ------------------------------ _______________________________________________ Instiki-users mailing list Instiki-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instiki-users End of Instiki-users Digest, Vol 43, Issue 1 ******************************************** From bleszynski at gmail.com Wed Dec 30 16:39:14 2009 From: bleszynski at gmail.com (Peter Bleszynski) Date: Wed, 30 Dec 2009 13:39:14 -0800 Subject: [Instiki] blahtex in Instiki 0.18 In-Reply-To: <4130F145-6001-4706-8AD6-125B1872937E@golem.ph.utexas.edu> References: <6657df8b0912301157x2f279cdbt545b640fa547f1a6@mail.gmail.com> <4130F145-6001-4706-8AD6-125B1872937E@golem.ph.utexas.edu> Message-ID: <6657df8b0912301339x480dfc0fib645d649a363ca2d@mail.gmail.com> Thanks for pointing me in the right direction. I was missing the preview-latex package which is required by the blahtex option --use-preview-package. The solution in Gentoo is to "emerge dev-texlive/texlive-latexextra" which contains the preview package. On Wed, Dec 30, 2009 at 12:30 PM, Jacques Distler wrote: > > On Dec 30, 2009, at 1:57 PM, Peter Bleszynski wrote: > >> I am trying to display an equation using Markdown+blahtex/PNG in >> Instiki 0.18. ?Blahtex is compiled from blahtexml-0.7-corrected-src. >> >> I tried >> $ \begin{aligned} ... \end{aligned} $ >> >> ?... >> >> RuntimeError (No depth element in: >> >> >> CannotRunLatexCannot run latex >> >> >> >> Am I using the wrong syntax? >> >> I'm using Gentoo and TeX Live 2008 is installed. >> >> /usr/local/bin/blahtex is in the command path. >> >> Running blahtex from the command line works. ?The following simple >> test produces correct PNG output. >> # echo '\sqrt{x^2+\alpha}' | blahtex --png > > I believe the options (set in vendor/plugins/maruku/lib/maruku/ext/math/mathml_engines/blahtex.rb) are: > > ?blahtex --png --use-preview-package --shell-dvipng 'dvipng -D 200' > > Does that work? > > I'm not really the expert on the blahtex filter. I'll ask Ari Stern, who is. > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >