From whitley at acm.org Thu Jun 1 02:10:55 2006 From: whitley at acm.org (John Whitley) Date: Wed, 31 May 2006 23:10:55 -0700 Subject: [Instiki] [PATCH] Fix for bug 248 Message-ID: I'm having no luck reaching Alexey, so I'm sending this patch against SVN rev 482 here for now in case it's useful to anyone. I've got other fixes in various states, but I'm rather bottlenecked since I have no means to submit patches, commit changes, clean up Trac, etc. As a note on this fix, some of the functional tests need work as they're very brittle. I've submitted this issue as bug 347. -- John -------------- next part -------------- A non-text attachment was scrubbed... Name: bug248.patch Type: application/octet-stream Size: 14444 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20060531/2da5bd82/attachment.obj From whitley at acm.org Thu Jun 1 02:31:44 2006 From: whitley at acm.org (John Whitley) Date: Wed, 31 May 2006 23:31:44 -0700 Subject: [Instiki] published version In-Reply-To: <20060527221903.GC27978@hias.happyhacking.at> References: <20060527221903.GC27978@hias.happyhacking.at> Message-ID: <5542F362-3DE8-4510-9700-7FEC8A208DDE@acm.org> Hi Christian, On a quick scan, I see three Instiki bugs relating to published mode: http://dev.instiki.org/ticket/243 http://dev.instiki.org/ticket/244 http://dev.instiki.org/ticket/293 I gather you're finding issues well above and beyond these. If you could write up brief, clear descriptions of some of the most pressing problems, I'll add them to the bug tracker and have a look into possible fixes. -- John On May 27, 2006, at 3:19 PM, Christian Simonutti wrote: > Hi, > > I'm using instiki for my personal website. Therefor I use the > publish feature. > Unfortunately the published mode has a lot of bugs and produces > some nasty > errors when used behind apache. > > Instiki is really nice - if not used in published mode. No rss, no > access to > public/images, wrong includes, ... > > Is anybody using a published version in real life? I'm really tired > of hunting > bugs ;o( > > Simon > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From whitley at acm.org Thu Jun 1 02:32:21 2006 From: whitley at acm.org (John Whitley) Date: Wed, 31 May 2006 23:32:21 -0700 Subject: [Instiki] Install Instiki on Solaris 10 In-Reply-To: References: Message-ID: Hi Kemp, Have you tried installing SWIG? That's a poorly documented prerequisite for sqlite3-ruby on *nix-like platforms. -- John On May 25, 2006, at 7:00 AM, Kemp Watson wrote: > Hi all: > > It's turning out for me that "there is no step 3" is really not quite > right... > > I've got Ruby installed and working, and Sqlite, both standard > installs into > /usr/local, but I can't seem to get the sqlite3-ruby connector > installed. > > Running "ruby setup.rb config" as indicated gives a "Could not create > Makefile" error, "probably lack of necessary libraries and or > headers". But > the instructions just said to run that script. Any suggestions? > > (this is Solaris 10 on a T2000, SPARC T1 processor, GCC 3.4.3) > > Help much appreciated, > Kemp Watson > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.394 / Virus Database: 268.7.1/347 - Release Date: 24- > May-2006 > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From garybarlow at hotmail.com Thu Jun 1 11:23:00 2006 From: garybarlow at hotmail.com (Gary Barlow) Date: Thu, 01 Jun 2006 16:23:00 +0100 Subject: [Instiki] Instiki on Apache Message-ID: Does anyone host instiki v0.11.0 on Apache 2? I understand this should be possilbe but can't get it to work! I have Instiki 0.11.0 installed and have verified the install by running it with Webrick. I also have Apache 2 running other rails apps ok. I don't see much in the way of error logging. This is it: [Thu Jun 01 17:15:35 2006] [error] [client {ip}] Premature end of script headers: dispatch.fcgi [Thu Jun 01 17:15:38 2006] [notice] mod_fcgid: process /var/rails/instiki/instiki/public/dispatch.fcgi(13286) exit(communication error), terminated by calling exit(), return code: 255 Thanks Gaz From whitley at acm.org Thu Jun 1 14:40:00 2006 From: whitley at acm.org (John Whitley) Date: Thu, 1 Jun 2006 11:40:00 -0700 Subject: [Instiki] Instiki on Apache In-Reply-To: References: Message-ID: Hi Gaz, Unfortunately, I don't have any experience offhand with this particular configuration. I've submitted this as an Instiki bug (http://dev.instiki.org/ticket/348). You could run Instiki behind Apache via a proxy config (e.g. Apache http://host:80/wiki/... proxies to http://host:3000/wiki/...). This can be quite snappy if you run Instiki with lighttpd instead of WEBrick. This arrangement is quite common on shared webhosting providers. You'll need to swap out Instiki's script/server with the stock one from a current rails install, as Instiki's script/server is a customized, pre-lighty script. If lighty's not an option, you could also try WEBrick in this setup to see if its performance is acceptable for your needs. -- John On Jun 1, 2006, at 8:23 AM, Gary Barlow wrote: > Does anyone host instiki v0.11.0 on Apache 2? > I understand this should be possilbe but can't get it to work! I have > Instiki 0.11.0 installed and have verified the install by running > it with > Webrick. I also have Apache 2 running other rails apps ok. > > I don't see much in the way of error logging. This is it: > > [Thu Jun 01 17:15:35 2006] [error] [client {ip}] Premature end of > script > headers: dispatch.fcgi > [Thu Jun 01 17:15:38 2006] [notice] mod_fcgid: process > /var/rails/instiki/instiki/public/dispatch.fcgi(13286) exit > (communication > error), terminated by calling exit(), return code: 255 > > Thanks Gaz > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From whitley at acm.org Thu Jun 1 14:53:00 2006 From: whitley at acm.org (John Whitley) Date: Thu, 1 Jun 2006 11:53:00 -0700 Subject: [Instiki] Votes for urgent fixes? Message-ID: Hi all, I have some feature work in mind for Instiki, but for now I'm primarily in bug-fixing mode as I familiarize myself with the codebase. If there are bugs you'd like to see fixed sooner rather than later, please let me know. If there's an outstanding ticket in Instiki's Trac (http://dev.instiki.org/) that you can refer to, that would be helpful. A few items to get things rolling: * Easing migration for folks moving to 0.11.x A lot of outstanding bugs in Trac are fixed in 0.11.x, e.g. export and so on. Dealing with any upgrade problems and simplicity is therefore a top priority. * Resurrecting the Mac OS X package for the 0.11.x series Another upgrade blocker for some users. This is critical to ease of use and setup for OS X users. * Proper toolbar icon for OS X Instiki.app I have a candidate icon already; submissions are welcome. -- John From csimonut at gmail.com Thu Jun 1 17:00:20 2006 From: csimonut at gmail.com (Christian Simonutti) Date: Thu, 1 Jun 2006 23:00:20 +0200 (CEST) Subject: [Instiki] published version In-Reply-To: <5542F362-3DE8-4510-9700-7FEC8A208DDE@acm.org> References: <20060527221903.GC27978@hias.happyhacking.at> <5542F362-3DE8-4510-9700-7FEC8A208DDE@acm.org> Message-ID: <56132.62.178.208.147.1149195620.squirrel@localdomain.at> Hi John, thank you for the response. Seems like instiki is still alive. I already tried to get an trac account, but got no response from Alexey until now. Sorry for beeing so unprecise in my last mail, I will try to give you a summary about bugs I know. > http://dev.instiki.org/ticket/243 I have reported this bug and sent a fix to Alexey, it's already in head: http://dev.instiki.org/changeset/477 > http://dev.instiki.org/ticket/244 Hmm, maybe this is an issue i will explain later. > http://dev.instiki.org/ticket/293 I cannot reproduce this bug with 0.11.0, I get a "Page 'authors' not found" when accessing "/wiki/published/authors" The attached patch fixes the bug described at http://www.instiki.org/show/Tips+and+Tricks: "When in the /published/ version (read only mode): links in the side bar still point to the /show/ version (editable mode)." I'm running instiki with WEBrick behind an Apache configured with two virtual hosts (no mod_rewrite) as described at http://www.instiki.org/show/HowToUseInstikiAsWebSite: *.mydomain.com: ProxyPass /wiki/published/ http://localhost:2500/wiki/published/ ProxyPass / http://localhost:2500/wiki/published/ ProxyPassReverse / http://localhost:2500/wiki/published/ edit.mydomain.com ProxyPass / http://localhost:2500/ ProxyPassReverse / http://localhost:2500/ I think the main problem is the combination of mod_proxy and /published/ in the Url, because that causes wrong Urls to be generated: 1) !/images/imagename.gif! the Url works in "normal" mode, but with /wiki/published the Url is wrong and produces a 404: /wiki/published/images/imagename.gif (should be /images/imagename.gif) 2) The same error occures with rss-Feeds. mod_proxy inserts /wiki/published/ and it also produces a 404. I think this is a conceptional problem with this kind of setup (or in general?). Maybe a quick solution would be to get rid '/published' and render a published version (at the same url) if the wiki is - configured for published mode and - the user is not logged in These kind of errors do not occur when going directly to the WEBrick server, with no Apache in front. Sometimes caching works strange. Start instiki with caching disabled and edit a page. It work as expected. Afterwards start instiki with caching enabled, you wont see the change you made when caching was disabled. Switch between caching enabled and disabled and always edit a page. The change made when caching was disabled will not be shown when startet with caching enabled afterwards. (I hope you understand what I mean, hard to describe.) Don't think, this is the correct behaviour. Regards, Simon -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: includerb_patch.txt Url: http://rubyforge.org/pipermail/instiki-users/attachments/20060601/823067b0/attachment.txt From francisco at nortenet.pt Thu Jun 1 18:44:58 2006 From: francisco at nortenet.pt (Francisco Alves Cabrita) Date: Thu, 1 Jun 2006 23:44:58 +0100 Subject: [Instiki] Instiki on Apache In-Reply-To: References: Message-ID: <200606012345.01125.francisco@nortenet.pt> Hello All members of this list. First,, many thanks for this nice and simple WIKI :D ,, Instiki ROCKS :D Now the answer to the problem. I did run Instiki under Apache2 and mod_cfgid without problems. (Right now I am using it under lighttpd without problems too and with the edit area under autentication,, if someone needs this call me and I wil help.) My environment: FreeBSD 6.1-RELEASE Apache 2.2.2 mod_fcgid-1.09 instiki-0.11.0 ruby-1.8.4_8 ruby18-gems-0.8.11 ruby18-fcgi-0.8.6 rubygem-rails-1.1.2 ...and friends :) After installing all this ports without any special parameter, only a simple #make install , I did this: Note for Apache2 under FreeBSD 6.1 For Apache2 to run on FreeBSD, you need to load a kernel module, as root run #kldtstat and check for accf_http.ko if it is not present load it like this: #kldload /boot/kernel/accf_http.ko and then add it to laoder.conf to be loaded at boot time: #echo "accf_http_load=\"YES\" >> /boot/loader.conf Instiki was instaled in /usr/local/instiki, but as you will see I did copy /usr/local/instiki/public/dispatch.cgi to /usr/local/instiki/public/dispatch.fcgi and to edit.fcgi. under: /usr/local/etc/apache2/httpd.conf , I left this with the simpliest configuration possible, only changing the ServerName tag. All configuration went to Includes and extra folders respectively. so, /usr/local/etc/apache2/Include/fcgi.conf LoadModule fcgid_module /usr/local/libexec/apache22/mod_fcgid.so DefaultInitEnv RAILS_ENV production IPCCommTimeout 40 IPCConnectTimeout 10 LimitInternalRecursion 20 AddHandler fcgid-script .fcgi AddHandler fcgid-script .php and, /usr/local/etc/apache2/extra/httpd-vhosts.conf NameVirtualHost *:80 ServerAdmin francisco at nortenet.pt DocumentRoot /usr/local/instiki/public/ ServerName www.sufixo.com ErrorLog /var/log/sufixo.httpd2-error_log CustomLog /var/log/sufixo.httpd2-access_log common AddHandler fcgid-script .fcgi RewriteEngine On RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} .*/edit/.* RewriteRule ^(.*)$ edit.fcgi [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] ErrorDocument 500 "

Application error

Rails application failed to start properly"
SetHandler fcgid-script Options Indexes +FollowSymLinks +ExecCGI AllowOverride AuthConfig Order allow,deny Allow from all SetEnv USER "www"
Finaly, under /usr/local/instiki/public_html/.htaccess AuthUserFile /usr/home/include/htpasswd AuthName 'Restricted Edition' AuthType Basic Require valid-user Hi Gaz, > > Unfortunately, I don't have any experience offhand with this > particular configuration. I've submitted this as an Instiki bug > (http://dev.instiki.org/ticket/348). > > You could run Instiki behind Apache via a proxy config (e.g. Apache > http://host:80/wiki/... proxies to http://host:3000/wiki/...). This > can be quite snappy if you run Instiki with lighttpd instead of > WEBrick. This arrangement is quite common on shared webhosting > providers. You'll need to swap out Instiki's script/server with the > stock one from a current rails install, as Instiki's script/server is > a customized, pre-lighty script. If lighty's not an option, you > could also try WEBrick in this setup to see if its performance is > acceptable for your needs. > > -- John > > On Jun 1, 2006, at 8:23 AM, Gary Barlow wrote: > > Does anyone host instiki v0.11.0 on Apache 2? > > I understand this should be possilbe but can't get it to work! I have > > Instiki 0.11.0 installed and have verified the install by running > > it with > > Webrick. I also have Apache 2 running other rails apps ok. > > > > I don't see much in the way of error logging. This is it: > > > > [Thu Jun 01 17:15:35 2006] [error] [client {ip}] Premature end of > > script > > headers: dispatch.fcgi > > [Thu Jun 01 17:15:38 2006] [notice] mod_fcgid: process > > /var/rails/instiki/instiki/public/dispatch.fcgi(13286) exit > > (communication > > error), terminated by calling exit(), return code: 255 > > > > Thanks Gaz > > > > > > _______________________________________________ > > 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 -- Power is danger. -- The Centurion, "Balance of Terror", stardate 1709.2 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20060601/9a6c772c/attachment.bin From francisco at nortenet.pt Thu Jun 1 18:52:41 2006 From: francisco at nortenet.pt (Francisco Alves Cabrita) Date: Thu, 1 Jun 2006 23:52:41 +0100 Subject: [Instiki] Instiki on Apache In-Reply-To: <200606012345.01125.francisco@nortenet.pt> References: <200606012345.01125.francisco@nortenet.pt> Message-ID: <200606012352.43933.francisco@nortenet.pt> Typo error, sorry :) [...] > > Finaly, under /usr/local/instiki/public_html/.htaccess I mean: under /usr/local/instiki/public/.htaccess > > AuthUserFile /usr/home/include/htpasswd > AuthName 'Restricted Edition' > AuthType Basic > > Require valid-user > [...] Bye Francisco -- No one wants war. -- Kirk, "Errand of Mercy", stardate 3201.7 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20060601/0322442c/attachment.bin From ok at 2sheds.ru Fri Jun 2 02:33:31 2006 From: ok at 2sheds.ru (Oleg Kourapov) Date: Fri, 2 Jun 2006 10:33:31 +0400 Subject: [Instiki] Votes for urgent fixes? In-Reply-To: References: Message-ID: <5b08c9d90606012333i55d89857r79fcd5f0f9adfa4b@mail.gmail.com> On 6/1/06, John Whitley wrote: > Hi all, > > I have some feature work in mind for Instiki, but for now I'm > primarily in bug-fixing mode as I familiarize myself with the > codebase. If there are bugs you'd like to see fixed sooner rather > than later, please let me know. If there's an outstanding ticket in > Instiki's Trac (http://dev.instiki.org/) that you can refer to, that > would be helpful. > > A few items to get things rolling: > * Easing migration for folks moving to 0.11.x > A lot of outstanding bugs in Trac are fixed in 0.11.x, e.g. export > and so on. > Dealing with any upgrade problems and simplicity is therefore a > top priority. > > * Resurrecting the Mac OS X package for the 0.11.x series > Another upgrade blocker for some users. This is critical to ease > of use > and setup for OS X users. The package is ready but it suffers from installation issues which I reported to Alex as early as April or March but he hasn't still sent me any fixes. If anyone else is willing to help me bring Instiki 0.11 to OS X users, I'll report those issues immediately for their review. > * Proper toolbar icon for OS X Instiki.app > I have a candidate icon already; submissions are welcome. My build replaces "Wiki" word with the default 'r' icon of Ruby on Rails (can't seem to find a related link but it was agreed previously that Instiki should have the same branding as RoR has - I don't think it's set in stone, I just acted accordingly). Please do send me your candidate, I'm happy that my cries for a proper icon have been heard by someone finally! > -- John > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > > -- Oleg "2sheds" Kourapov mailto:ok at 2sheds.ru http://www.2sheds.ru From daryl at eddl.us Fri Jun 2 07:58:58 2006 From: daryl at eddl.us (Daryl Richter) Date: Fri, 2 Jun 2006 07:58:58 -0400 Subject: [Instiki] Votes for urgent fixes? In-Reply-To: <5b08c9d90606012333i55d89857r79fcd5f0f9adfa4b@mail.gmail.com> References: <5b08c9d90606012333i55d89857r79fcd5f0f9adfa4b@mail.gmail.com> Message-ID: On Jun 2, 2006, at 2:33 AM, Oleg Kourapov wrote: > On 6/1/06, John Whitley wrote: >> Hi all, >> >> I have some feature work in mind for Instiki, but for now I'm >> primarily in bug-fixing mode as I familiarize myself with the >> codebase. If there are bugs you'd like to see fixed sooner rather >> than later, please let me know. If there's an outstanding ticket in >> Instiki's Trac (http://dev.instiki.org/) that you can refer to, that >> would be helpful. >> >> A few items to get things rolling: >> * Easing migration for folks moving to 0.11.x >> A lot of outstanding bugs in Trac are fixed in 0.11.x, e.g. export >> and so on. >> Dealing with any upgrade problems and simplicity is therefore a >> top priority. >> >> * Resurrecting the Mac OS X package for the 0.11.x series >> Another upgrade blocker for some users. This is critical to ease >> of use >> and setup for OS X users. > > The package is ready but it suffers from installation issues which I > reported to Alex as early as April or March but he hasn't still sent > me any fixes. If anyone else is willing to help me bring Instiki 0.11 > to OS X users, I'll report those issues immediately for their review. I am a Mac OS X developer and Instiki user who would be willing to try my hand at this. Please send me the details and let's see if we can get it done. > >> * Proper toolbar icon for OS X Instiki.app >> I have a candidate icon already; submissions are welcome. > > My build replaces "Wiki" word with the default 'r' icon of Ruby on > Rails (can't seem to find a related link but it was agreed previously > that Instiki should have the same branding as RoR has - I don't think > it's set in stone, I just acted accordingly). Please do send me your > candidate, I'm happy that my cries for a proper icon have been heard > by someone finally! > >> -- John >> >> >> _______________________________________________ >> Instiki-users mailing list >> Instiki-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/instiki-users >> >> > > > -- > Oleg "2sheds" Kourapov > mailto:ok at 2sheds.ru > http://www.2sheds.ru > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users -- Daryl self.email = daryl.at( eddl.us ) From ok at 2sheds.ru Fri Jun 2 08:39:58 2006 From: ok at 2sheds.ru (Oleg Kourapov) Date: Fri, 2 Jun 2006 16:39:58 +0400 Subject: [Instiki] Votes for urgent fixes? In-Reply-To: References: <5b08c9d90606012333i55d89857r79fcd5f0f9adfa4b@mail.gmail.com> Message-ID: <5b08c9d90606020539g65928932y5a181166498fd52a@mail.gmail.com> On 6/2/06, Daryl Richter wrote: > On Jun 2, 2006, at 2:33 AM, Oleg Kourapov wrote: > > On 6/1/06, John Whitley wrote: > >> * Resurrecting the Mac OS X package for the 0.11.x series > >> Another upgrade blocker for some users. This is critical to ease > >> of use > >> and setup for OS X users. > > > > The package is ready but it suffers from installation issues which I > > reported to Alex as early as April or March but he hasn't still sent > > me any fixes. If anyone else is willing to help me bring Instiki 0.11 > > to OS X users, I'll report those issues immediately for their review. > > I am a Mac OS X developer and Instiki user who would be willing to > try my hand at this. Please send me the details and let's see if we > can get it done. Clean install of Instiki 0.11 w/ruby 1.8.4 (bundled in my app) gives me the "undefined method `files_path' for nil:NilClass" error, which has been previously mentioned on this list already. Recommendations were to install SWIG package and my question is to help me confirm this and (if this is indeed the case) bundle SWIG with Instiki package for Mac OS X. Another hint I could take is how to make all this (Instiki.app + ruby + swig) into a Universal Binary. I'll be off for the weekend but afterwards I'd be delighted to hear your advice. -- Oleg "2sheds" Kourapov mailto:ok at 2sheds.ru http://www.2sheds.ru From whitley at acm.org Fri Jun 2 12:58:03 2006 From: whitley at acm.org (John Whitley) Date: Fri, 2 Jun 2006 09:58:03 -0700 Subject: [Instiki] Votes for urgent fixes? In-Reply-To: <5b08c9d90606020539g65928932y5a181166498fd52a@mail.gmail.com> References: <5b08c9d90606012333i55d89857r79fcd5f0f9adfa4b@mail.gmail.com> <5b08c9d90606020539g65928932y5a181166498fd52a@mail.gmail.com> Message-ID: Oleg Kourapov wrote: >>> The package is ready but it suffers from installation issues which I >>> reported to Alex as early as April or March but he hasn't still sent >>> me any fixes. If anyone else is willing to help me bring Instiki >>> 0.11 >>> to OS X users, I'll report those issues immediately for their >>> review. I can help out with this, too. >> >> I am a Mac OS X developer and Instiki user who would be willing to >> try my hand at this. Please send me the details and let's see if we >> can get it done. > > Clean install of Instiki 0.11 w/ruby 1.8.4 (bundled in my app) gives > me the "undefined method `files_path' for nil:NilClass" error, which > has been previously mentioned on this list already. Recommendations > were to install SWIG package and my question is to help me confirm > this and (if this is indeed the case) bundle SWIG with Instiki package > for Mac OS X. Another hint I could take is how to make all this > (Instiki.app + ruby + swig) into a Universal Binary. To reiterate: the error "undefined method `files_path' for nil:NilClass" is ActiveRecord complaining, ultimately because the DB- backend (in this case sqlite3) is broken. SWIG is definitely required for sqlite3 on OS X. I've even filed a bug against DarwinPorts for the missing depends on the rb-sqlite3 port on this very topic... Let me know if you have success with adding SWIG; I'll look into what we can do to offer Universal Binary support. It would help if you can outline your current packaging steps. For example, do you custom build all of the required executables and libraries? Or can you just copy over from a third-party installation such as DarwinPorts? -- John From msm at uwnet.nl Fri Jun 2 17:07:44 2006 From: msm at uwnet.nl (Meindert Meindertsma) Date: Fri, 02 Jun 2006 23:07:44 +0200 Subject: [Instiki] is there a config to enable file uploads? In-Reply-To: References: Message-ID: <20060602230744.dpndox4pkw8sogkw@webmail.uwnet.nl> Hi Mike, I didn't know how to upload either, until I found out by accident today. Lucky me. So here's a recipe. Let's say your wiki is called "mywiki" and you want to upload an image "myFig.png". Create this (temporary) hyperlink in your wiki page: upload this (or in Textile: "upload this":http:/mywiki/files/myFig.png). After submitting the page, click on the new link. If any myFig.png graphics comes up in your browser: bad luck, this file already exists on the server -- try another name. But when you're more fortunate, you'll get the upload page you longed for. Fill in the form (the original filename doen't have to be "myFig.png"), and your file will be transferred to the server -- actually to public/mywiki/files/ -- as myFig.png. Now you can remove the hyperlink from your wiki page and replace it by something like (in Textile: !/mywiki/files/myFig.png!), or whatever you want. There is a restriction. The destination *has* to be the mywiki/files/ folder. Any other location (like images/, mywiki/files/someSubdirectory/ or mywiki/somePeerdirectory/) won't invoke the upload page. This worked for me on Windows 2000 + Ruby 1.8.4 + Instiki 0.11.0 + WEBrick, and I guess it will work for anyone using Instiki 0.11.0. Meindert Meindertsma. Quoting "Lucas, Mike" : > I am setting up several wikis to try to help collect some HOWTO info for > our staff, and love the simplicity and speed of Instiki, it is a great > product, my first foray into playing with a RoR app. > > However, no matter how I try to search and read the documentation on > file uploads in Instiki, I can't get this feature working. > > I set the file limit in the Web Settings to 1 GB to test without > limitations. > > I followed the small example on FileUploads page on instiki.org by > placing the location of the file I want uploaded in brackets. > > I have Instiki running on a local webserver, proxied to the outside > world via Apache. I've tried to point the upload files link to a file > straight off my local machine to see if it uploads to the web server but > that doesn't work. Does Instiki have a file upload module somewhere, do > i have to give permissions to the /files dir? (I am running Apache > webserver on a Windows Server box, with Ruby 1.84 installed). > > I even ftp'd a file to the /files subdir and still can't get a clean > link. When I ftp the file directly, then add [[filename.pdf:file]] the > result is a highlighted link for a page that doesn't exist, but if I > click the question mark to create it, then the PDF in the /files dir > opens. Have I missed some config setting somewhere. I know instiki.org > has the FileUpload page on the TODO list, but I'm getting frustrated not > being able to sort it out on my own. Everything else with this > application is so simple and straightforward, I'm sure I'm staring at > the solution but just haven't grokked. it. > > Thanks, > -Mike > Michael Lucas > Web Manager > MVRPC > > From tomcloyd at bestmindhealth.com Fri Jun 2 22:41:59 2006 From: tomcloyd at bestmindhealth.com (Tom Cloyd) Date: Fri, 02 Jun 2006 19:41:59 -0700 Subject: [Instiki] is there a config to enable file uploads? In-Reply-To: <20060602230744.dpndox4pkw8sogkw@webmail.uwnet.nl> References: <20060602230744.dpndox4pkw8sogkw@webmail.uwnet.nl> Message-ID: I keep thinking about replies like this one - is this material now on instiki.org? It really should be, don't you think? Why reply THERE, by adding to the documentation, and the directing readers of this list to the relevant page? Let's build the documentation base. Tom C. On Fri, 02 Jun 2006 14:07:44 -0700, Meindert Meindertsma wrote: > Hi Mike, > > I didn't know how to upload either, until I found out by accident > today. Lucky me. So here's a recipe. > > Let's say your wiki is called "mywiki" and you want to upload an image > "myFig.png". Create this (temporary) hyperlink in your wiki page: href="http:/mywiki/files/myFig.png">upload this (or in Textile: > "upload this":http:/mywiki/files/myFig.png). After submitting the > page, click on the new link. If any myFig.png graphics comes up in > your browser: bad luck, this file already exists on the server -- try > another name. But when you're more fortunate, you'll get the upload > page you longed for. Fill in the form (the original filename doen't > have to be "myFig.png"), and your file will be transferred to the > server -- actually to public/mywiki/files/ -- as myFig.png. Now you > can remove the hyperlink from your wiki page and replace it by > something like (in Textile: > !/mywiki/files/myFig.png!), or whatever you want. > > There is a restriction. The destination *has* to be the mywiki/files/ > folder. Any other location (like images/, > mywiki/files/someSubdirectory/ or mywiki/somePeerdirectory/) won't > invoke the upload page. > > This worked for me on Windows 2000 + Ruby 1.8.4 + Instiki 0.11.0 + > WEBrick, and I guess it will work for anyone using Instiki 0.11.0. > > Meindert Meindertsma. > > Quoting "Lucas, Mike" : > >> I am setting up several wikis to try to help collect some HOWTO info for >> our staff, and love the simplicity and speed of Instiki, it is a great >> product, my first foray into playing with a RoR app. >> >> However, no matter how I try to search and read the documentation on >> file uploads in Instiki, I can't get this feature working. >> >> I set the file limit in the Web Settings to 1 GB to test without >> limitations. >> >> I followed the small example on FileUploads page on instiki.org by >> placing the location of the file I want uploaded in brackets. >> >> I have Instiki running on a local webserver, proxied to the outside >> world via Apache. I've tried to point the upload files link to a file >> straight off my local machine to see if it uploads to the web server but >> that doesn't work. Does Instiki have a file upload module somewhere, do >> i have to give permissions to the /files dir? (I am running Apache >> webserver on a Windows Server box, with Ruby 1.84 installed). >> >> I even ftp'd a file to the /files subdir and still can't get a clean >> link. When I ftp the file directly, then add [[filename.pdf:file]] the >> result is a highlighted link for a page that doesn't exist, but if I >> click the question mark to create it, then the PDF in the /files dir >> opens. Have I missed some config setting somewhere. I know instiki.org >> has the FileUpload page on the TODO list, but I'm getting frustrated not >> being able to sort it out on my own. Everything else with this >> application is so simple and straightforward, I'm sure I'm staring at >> the solution but just haven't grokked. it. >> >> Thanks, >> -Mike >> Michael Lucas >> Web Manager >> MVRPC >> >> > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users -- ================================================ Tom Cloyd, MS MA, LMHC Private practice Psychotherapist Bellingham, Washington, U.S.A: (360) 920-1226 << TC.BestMindHealth.com / BestMindHealth.com >> << tomcloyd at bestmindhealth.com >> ================================================ From eldon_nelson at ieee.org Sat Jun 3 00:09:38 2006 From: eldon_nelson at ieee.org (Eldon Nelson) Date: Fri, 2 Jun 2006 23:09:38 -0500 Subject: [Instiki] is there a config to enable file uploads? In-Reply-To: References: <20060602230744.dpndox4pkw8sogkw@webmail.uwnet.nl> Message-ID: THERE. ;) http://instiki.org/show/FileUploads using the instiki syntax [[file name here.jpg:pic]] Thanks for the developers for putting in this cool feature in 0.11. -- ~~~~~~~~~~~~ Eldon Nelson eldon_nelson :at: ieee :dot: org On 6/2/06, Tom Cloyd wrote: > I keep thinking about replies like this one - is this material now on > instiki.org? It really should be, don't you think? Why reply THERE, by > adding to the documentation, and the directing readers of this list to the > relevant page? Let's build the documentation base. > > Tom C. > > On Fri, 02 Jun 2006 14:07:44 -0700, Meindert Meindertsma > wrote: > > > Hi Mike, > > > > I didn't know how to upload either, until I found out by accident > > today. Lucky me. So here's a recipe. > > > > Let's say your wiki is called "mywiki" and you want to upload an image > > "myFig.png". Create this (temporary) hyperlink in your wiki page: > href="http:/mywiki/files/myFig.png">upload this (or in Textile: > > "upload this":http:/mywiki/files/myFig.png). After submitting the > > page, click on the new link. If any myFig.png graphics comes up in > > your browser: bad luck, this file already exists on the server -- try > > another name. But when you're more fortunate, you'll get the upload > > page you longed for. Fill in the form (the original filename doen't > > have to be "myFig.png"), and your file will be transferred to the > > server -- actually to public/mywiki/files/ -- as myFig.png. Now you > > can remove the hyperlink from your wiki page and replace it by > > something like (in Textile: > > !/mywiki/files/myFig.png!), or whatever you want. > > > > There is a restriction. The destination *has* to be the mywiki/files/ > > folder. Any other location (like images/, > > mywiki/files/someSubdirectory/ or mywiki/somePeerdirectory/) won't > > invoke the upload page. > > > > This worked for me on Windows 2000 + Ruby 1.8.4 + Instiki 0.11.0 + > > WEBrick, and I guess it will work for anyone using Instiki 0.11.0. > > > > Meindert Meindertsma. > > > > Quoting "Lucas, Mike" : > > > >> I am setting up several wikis to try to help collect some HOWTO info for > >> our staff, and love the simplicity and speed of Instiki, it is a great > >> product, my first foray into playing with a RoR app. > >> > >> However, no matter how I try to search and read the documentation on > >> file uploads in Instiki, I can't get this feature working. > >> > >> I set the file limit in the Web Settings to 1 GB to test without > >> limitations. > >> > >> I followed the small example on FileUploads page on instiki.org by > >> placing the location of the file I want uploaded in brackets. > >> > >> I have Instiki running on a local webserver, proxied to the outside > >> world via Apache. I've tried to point the upload files link to a file > >> straight off my local machine to see if it uploads to the web server but > >> that doesn't work. Does Instiki have a file upload module somewhere, do > >> i have to give permissions to the /files dir? (I am running Apache > >> webserver on a Windows Server box, with Ruby 1.84 installed). > >> > >> I even ftp'd a file to the /files subdir and still can't get a clean > >> link. When I ftp the file directly, then add [[filename.pdf:file]] the > >> result is a highlighted link for a page that doesn't exist, but if I > >> click the question mark to create it, then the PDF in the /files dir > >> opens. Have I missed some config setting somewhere. I know instiki.org > >> has the FileUpload page on the TODO list, but I'm getting frustrated not > >> being able to sort it out on my own. Everything else with this > >> application is so simple and straightforward, I'm sure I'm staring at > >> the solution but just haven't grokked. it. > >> > >> Thanks, > >> -Mike > >> Michael Lucas > >> Web Manager > >> MVRPC > >> > >> > > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > -- > > ================================================ > Tom Cloyd, MS MA, LMHC > Private practice Psychotherapist > Bellingham, Washington, U.S.A: (360) 920-1226 > << TC.BestMindHealth.com / BestMindHealth.com >> > << tomcloyd at bestmindhealth.com >> > ================================================ > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From francisco at nortenet.pt Sat Jun 3 12:01:06 2006 From: francisco at nortenet.pt (Francisco Alves Cabrita) Date: Sat, 3 Jun 2006 17:01:06 +0100 Subject: [Instiki] is there a config to enable file uploads? In-Reply-To: References: <20060602230744.dpndox4pkw8sogkw@webmail.uwnet.nl> Message-ID: <200606031701.16206.francisco@nortenet.pt> YEP, I do agree with you,, that's the spirit of contributing to the project :) I will do the same as soon as I finish the howto about instaling Instiki + lighttpd + fcgid + php under FreeBSD with authentication for edit ;) Best Regards Francisco Em S?bado, 3 de Junho de 2006 03:41, o Tom Cloyd escreveu: > I keep thinking about replies like this one - is this material now on > instiki.org? It really should be, don't you think? Why reply THERE, by > adding to the documentation, and the directing readers of this list to the > relevant page? Let's build the documentation base. > > Tom C. > > On Fri, 02 Jun 2006 14:07:44 -0700, Meindert Meindertsma > > wrote: > > Hi Mike, > > > > I didn't know how to upload either, until I found out by accident > > today. Lucky me. So here's a recipe. > > > > Let's say your wiki is called "mywiki" and you want to upload an image > > "myFig.png". Create this (temporary) hyperlink in your wiki page: > href="http:/mywiki/files/myFig.png">upload this (or in Textile: > > "upload this":http:/mywiki/files/myFig.png). After submitting the > > page, click on the new link. If any myFig.png graphics comes up in > > your browser: bad luck, this file already exists on the server -- try > > another name. But when you're more fortunate, you'll get the upload > > page you longed for. Fill in the form (the original filename doen't > > have to be "myFig.png"), and your file will be transferred to the > > server -- actually to public/mywiki/files/ -- as myFig.png. Now you > > can remove the hyperlink from your wiki page and replace it by > > something like (in Textile: > > !/mywiki/files/myFig.png!), or whatever you want. > > > > There is a restriction. The destination *has* to be the mywiki/files/ > > folder. Any other location (like images/, > > mywiki/files/someSubdirectory/ or mywiki/somePeerdirectory/) won't > > invoke the upload page. > > > > This worked for me on Windows 2000 + Ruby 1.8.4 + Instiki 0.11.0 + > > WEBrick, and I guess it will work for anyone using Instiki 0.11.0. > > > > Meindert Meindertsma. > > > > Quoting "Lucas, Mike" : > >> I am setting up several wikis to try to help collect some HOWTO info for > >> our staff, and love the simplicity and speed of Instiki, it is a great > >> product, my first foray into playing with a RoR app. > >> > >> However, no matter how I try to search and read the documentation on > >> file uploads in Instiki, I can't get this feature working. > >> > >> I set the file limit in the Web Settings to 1 GB to test without > >> limitations. > >> > >> I followed the small example on FileUploads page on instiki.org by > >> placing the location of the file I want uploaded in brackets. > >> > >> I have Instiki running on a local webserver, proxied to the outside > >> world via Apache. I've tried to point the upload files link to a file > >> straight off my local machine to see if it uploads to the web server but > >> that doesn't work. Does Instiki have a file upload module somewhere, do > >> i have to give permissions to the /files dir? (I am running Apache > >> webserver on a Windows Server box, with Ruby 1.84 installed). > >> > >> I even ftp'd a file to the /files subdir and still can't get a clean > >> link. When I ftp the file directly, then add [[filename.pdf:file]] the > >> result is a highlighted link for a page that doesn't exist, but if I > >> click the question mark to create it, then the PDF in the /files dir > >> opens. Have I missed some config setting somewhere. I know instiki.org > >> has the FileUpload page on the TODO list, but I'm getting frustrated not > >> being able to sort it out on my own. Everything else with this > >> application is so simple and straightforward, I'm sure I'm staring at > >> the solution but just haven't grokked. it. > >> > >> Thanks, > >> -Mike > >> Michael Lucas > >> Web Manager > >> MVRPC > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users -- Violence in reality is quite different from theory. -- Spock, "The Cloud Minders", stardate 5818.4 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20060603/6c69b695/attachment.bin From whitley at acm.org Sat Jun 3 17:27:10 2006 From: whitley at acm.org (John Whitley) Date: Sat, 3 Jun 2006 14:27:10 -0700 Subject: [Instiki] Votes for urgent fixes? In-Reply-To: <5b08c9d90606020539g65928932y5a181166498fd52a@mail.gmail.com> References: <5b08c9d90606012333i55d89857r79fcd5f0f9adfa4b@mail.gmail.com> <5b08c9d90606020539g65928932y5a181166498fd52a@mail.gmail.com> Message-ID: <7D6F1003-862E-43B2-9B7C-3E7D86996315@acm.org> Oleg Kourapov wrote: > Another hint I could take is how to make all this > (Instiki.app + ruby + swig) into a Universal Binary. The Apple Developer site has an article on building a Framework (in the OS X development sense) from OSS software[1]. But I think the work has already been done for us... Look at what the Locomotive team has done. Locomotive (http:// locomotive.sourceforge.net/) is an entirely self-contained Ruby+Rails +libraries+gems system for Mac OS X designed to give an instant- install environment for Rails development. They have virtually identical installation needs (actually, a superset) as Instiki does, yet there's just one .app bundle (like Instiki.app) and both Intel and PowerPC support. It's possible that you could just directly integrate their rails112.locobundle + Instiki's OS X front-end + the Instiki rails installation. If that simplifies things as much as I think it might, it earns a "Powered by Locomotive" link somewhere prominent.. ;-) It might also be possible to use an Instiki-minimal subset of the rails112 bundle. Their main site appears to be down right now, so I can't get any info as to whether we could easily customize their packaging + build system. -- John [1] http://developer.apple.com/opensource/ opensourceuniversalframework.html From msm at uwnet.nl Sat Jun 3 18:09:38 2006 From: msm at uwnet.nl (Meindert Meindertsma) Date: Sun, 04 Jun 2006 00:09:38 +0200 Subject: [Instiki] is there a config to enable file uploads? In-Reply-To: References: <20060602230744.dpndox4pkw8sogkw@webmail.uwnet.nl> Message-ID: <20060604000938.2xykkvyqogo440k0@webmail.uwnet.nl> Good action, Eldon. Your THERE ends with: "Question ? how do you reupload a file?" It seems that physical items, once placed, can never ever be removed or changed, by anyone (accept for the owner of the wiki). The only way I can think of, is doing your own version control. If your first uploaded file was called "myPreciousFile.ext", the next version of that file could be "myPreciousFileV2.ext" or something like that, and so on. Regrettably all links to the previous version have to be renamed. Yes, manually. I was thinking about the documentation too, but just thinking. The outcome so far: there should be a good outline for the documentation, that can be filled and expanded with the knowledge of the developpers, user experiences et cetera. Even inside the relatively small-sized iniki.org it's not always easy to find the existing information. However, I didn't get myself into really designing such an outline, but some ideas rose. A. Operational instructions. Many systems are covered by (1) a user's manual and (2) a complete reference. Since Instiki is a zero-dot-something contraption, it's too early for that, I think. Better maybe: (a) a primer, like the one on instiki.org, with a few extras (like an explanation of the [[WikiWord|a more fancy expression]] construction) and (b) some kind of "conjuring book", rather comprehensive, containing a plethora of tricks, known problems, workarounds, how to upload pictures, how to import other wikis, how to repair some database inconsistencies (not so orphaned orphan pages for instance), how to customize your wiki, et cetera. B. Technical documentation. Theoretically, anyone can write it, since the source is open, and there are some fine publications on Ruby and Rails. From the simple user's point of view, I don't want to wish to know about technical details, but if that's the only way to get things done... And then, this mailinglist (and other places?) deserves scanning on relevant material for our documentation. How to prevent different people doing the same work? Are we waiting for each other? Well, at least the first step has been made. Meindert Meindertsma. Quoting Eldon Nelson : > THERE. ;) > > http://instiki.org/show/FileUploads > > using the instiki syntax [[file name here.jpg:pic]] > > Thanks for the developers for putting in this cool feature in 0.11. > > -- > ~~~~~~~~~~~~ > Eldon Nelson > eldon_nelson :at: ieee :dot: org > > On 6/2/06, Tom Cloyd wrote: >> I keep thinking about replies like this one - is this material now on >> instiki.org? It really should be, don't you think? Why reply THERE, by >> adding to the documentation, and the directing readers of this list to the >> relevant page? Let's build the documentation base. >> >> Tom C. >> >> On Fri, 02 Jun 2006 14:07:44 -0700, Meindert Meindertsma >> wrote: >> >> > Hi Mike, >> > >> > I didn't know how to upload either, until I found out by accident >> > today. Lucky me. So here's a recipe. >> > >> > Let's say your wiki is called "mywiki" and you want to upload an image >> > "myFig.png". Create this (temporary) hyperlink in your wiki page: > > href="http:/mywiki/files/myFig.png">upload this (or in Textile: >> > "upload this":http:/mywiki/files/myFig.png). After submitting the >> > page, click on the new link. If any myFig.png graphics comes up in >> > your browser: bad luck, this file already exists on the server -- try >> > another name. But when you're more fortunate, you'll get the upload >> > page you longed for. Fill in the form (the original filename doen't >> > have to be "myFig.png"), and your file will be transferred to the >> > server -- actually to public/mywiki/files/ -- as myFig.png. Now you >> > can remove the hyperlink from your wiki page and replace it by >> > something like (in Textile: >> > !/mywiki/files/myFig.png!), or whatever you want. >> > >> > There is a restriction. The destination *has* to be the mywiki/files/ >> > folder. Any other location (like images/, >> > mywiki/files/someSubdirectory/ or mywiki/somePeerdirectory/) won't >> > invoke the upload page. >> > >> > This worked for me on Windows 2000 + Ruby 1.8.4 + Instiki 0.11.0 + >> > WEBrick, and I guess it will work for anyone using Instiki 0.11.0. >> > >> > Meindert Meindertsma. >> > >> > Quoting "Lucas, Mike" : >> > >> >> I am setting up several wikis to try to help collect some HOWTO info for >> >> our staff, and love the simplicity and speed of Instiki, it is a great >> >> product, my first foray into playing with a RoR app. >> >> >> >> However, no matter how I try to search and read the documentation on >> >> file uploads in Instiki, I can't get this feature working. >> >> >> >> I set the file limit in the Web Settings to 1 GB to test without >> >> limitations. >> >> >> >> I followed the small example on FileUploads page on instiki.org by >> >> placing the location of the file I want uploaded in brackets. >> >> >> >> I have Instiki running on a local webserver, proxied to the outside >> >> world via Apache. I've tried to point the upload files link to a file >> >> straight off my local machine to see if it uploads to the web server but >> >> that doesn't work. Does Instiki have a file upload module somewhere, do >> >> i have to give permissions to the /files dir? (I am running Apache >> >> webserver on a Windows Server box, with Ruby 1.84 installed). >> >> >> >> I even ftp'd a file to the /files subdir and still can't get a clean >> >> link. When I ftp the file directly, then add [[filename.pdf:file]] the >> >> result is a highlighted link for a page that doesn't exist, but if I >> >> click the question mark to create it, then the PDF in the /files dir >> >> opens. Have I missed some config setting somewhere. I know instiki.org >> >> has the FileUpload page on the TODO list, but I'm getting frustrated not >> >> being able to sort it out on my own. Everything else with this >> >> application is so simple and straightforward, I'm sure I'm staring at >> >> the solution but just haven't grokked. it. >> >> >> >> Thanks, >> >> -Mike >> >> Michael Lucas >> >> Web Manager >> >> MVRPC >> >> >> >> >> > >> > >> > _______________________________________________ >> > Instiki-users mailing list >> > Instiki-users at rubyforge.org >> > http://rubyforge.org/mailman/listinfo/instiki-users >> >> >> >> -- >> >> ================================================ >> Tom Cloyd, MS MA, LMHC >> Private practice Psychotherapist >> Bellingham, Washington, U.S.A: (360) 920-1226 >> << TC.BestMindHealth.com / BestMindHealth.com >> >> << tomcloyd at bestmindhealth.com >> >> ================================================ >> _______________________________________________ >> 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 > From whitley at acm.org Sat Jun 3 18:36:33 2006 From: whitley at acm.org (John Whitley) Date: Sat, 3 Jun 2006 15:36:33 -0700 Subject: [Instiki] Icons, etc. Message-ID: <5F11310F-AA9C-438C-8600-FD6897607500@acm.org> Hi all, Here's a few of my first passes at a new menubar icon for Instiki. My thought was to do something on the basic theme of the "Instiki" name, sticking to the signature Georgia font and/or "Instiki green". I welcome feedback, praise, flames, etc. ;-) I highly encourage anyone who is interested to submit their own designs, too. A full name design (not for the menu bar!): -------------- next part -------------- A non-text attachment was scrubbed... Name: green-i-name.png Type: image/png Size: 1608 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20060603/6cb77379/attachment.png -------------- next part -------------- A menu bar icon based on the above, similar to the old "i2" nickname: -------------- next part -------------- A non-text attachment was scrubbed... Name: green-i-logo.png Type: image/png Size: 376 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20060603/6cb77379/attachment-0001.png -------------- next part -------------- A less fancy menu bar icon: -------------- next part -------------- A non-text attachment was scrubbed... Name: ii.png Type: image/png Size: 316 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20060603/6cb77379/attachment-0002.png -------------- next part -------------- Tradition (and possibly the Apple UI guidelines?) dictates that menu bar icons be black, which is possibly a point against the first icon. Thoughts on this? It's easy enough to change... -- John From luigi.rizzo at gmail.com Sun Jun 4 00:20:40 2006 From: luigi.rizzo at gmail.com (Luigi Rizzo) Date: Sun, 4 Jun 2006 06:20:40 +0200 Subject: [Instiki] Icons, etc. In-Reply-To: <5F11310F-AA9C-438C-8600-FD6897607500@acm.org> References: <5F11310F-AA9C-438C-8600-FD6897607500@acm.org> Message-ID: <1c7fecb90606032120x2affea62m3d3210f47936985@mail.gmail.com> I like them! On 6/4/06, John Whitley wrote: > Here's a few of my first passes at a new menubar icon for Instiki. From garybarlow at hotmail.com Sun Jun 4 03:25:25 2006 From: garybarlow at hotmail.com (Gary Barlow) Date: Sun, 04 Jun 2006 08:25:25 +0100 Subject: [Instiki] Instiki on Apache In-Reply-To: <200606012352.43933.francisco@nortenet.pt> Message-ID: I now have it working! It was just a silly error on my part the shebang line was wrong in dispatch.fcgi. Gary > >Typo error, sorry :) > >[...] > > > > Finaly, under /usr/local/instiki/public_html/.htaccess > >I mean: > >under /usr/local/instiki/public/.htaccess > > > > > AuthUserFile /usr/home/include/htpasswd > > AuthName 'Restricted Edition' > > AuthType Basic > > > > Require valid-user > > > >[...] > > >Bye >Francisco > >-- >No one wants war. > -- Kirk, "Errand of Mercy", stardate 3201.7 ><< attach4 >> >_______________________________________________ >Instiki-users mailing list >Instiki-users at rubyforge.org >http://rubyforge.org/mailman/listinfo/instiki-users From ok at 2sheds.ru Mon Jun 5 03:05:34 2006 From: ok at 2sheds.ru (Oleg Kourapov) Date: Mon, 5 Jun 2006 11:05:34 +0400 Subject: [Instiki] Votes for urgent fixes? In-Reply-To: References: <5b08c9d90606012333i55d89857r79fcd5f0f9adfa4b@mail.gmail.com> <5b08c9d90606020539g65928932y5a181166498fd52a@mail.gmail.com> Message-ID: <5b08c9d90606050005u6edc0a1cpeb544436ca71ec78@mail.gmail.com> On 6/2/06, John Whitley wrote: > Oleg Kourapov wrote: > >>> The package is ready but it suffers from installation issues which I > >>> reported to Alex as early as April or March but he hasn't still sent > >>> me any fixes. If anyone else is willing to help me bring Instiki > >>> 0.11 > >>> to OS X users, I'll report those issues immediately for their > >>> review. > > I can help out with this, too. Thanks! > > Clean install of Instiki 0.11 w/ruby 1.8.4 (bundled in my app) gives > > me the "undefined method `files_path' for nil:NilClass" error, which > > has been previously mentioned on this list already. Recommendations > > were to install SWIG package and my question is to help me confirm > > this and (if this is indeed the case) bundle SWIG with Instiki package > > for Mac OS X. Another hint I could take is how to make all this > > (Instiki.app + ruby + swig) into a Universal Binary. > > To reiterate: the error "undefined method `files_path' for > nil:NilClass" is ActiveRecord complaining, ultimately because the DB- > backend (in this case sqlite3) is broken. I see. I've screwed up myself a bit by keeping essentially 2 versions of Instiki 0.11 on my Mac - one is an upgrade of 0.10.2 and another one is a straight build of my Xcode project. Upgraded one works ok (it uses my system-wide ruby with sqllite module built with SWIG) but the build suffers from this 'files_path' issue because it uses a self-contained ruby package. > SWIG is definitely required for sqlite3 on OS X. I've even filed a > bug against DarwinPorts for the missing depends on the rb-sqlite3 > port on this very topic... > > Let me know if you have success with adding SWIG; I'll look into what > we can do to offer Universal Binary support. It would help if you > can outline your current packaging steps. For example, do you custom > build all of the required executables and libraries? Or can you just > copy over from a third-party installation such as DarwinPorts? As mentioned above I had success adding SWIG, just didn't realize it was required for every build (really stupid of me) and de-installed it after first successful compilation. I'll try to include it into Instiki.app as well. As for the second question, I copy all custom pre-built executables and libraries from a separate directory during the packaging process in my Xcode project. -- Oleg "2sheds" Kourapov mailto:ok at 2sheds.ru http://www.2sheds.ru From ok at 2sheds.ru Mon Jun 5 03:08:22 2006 From: ok at 2sheds.ru (Oleg Kourapov) Date: Mon, 5 Jun 2006 11:08:22 +0400 Subject: [Instiki] Votes for urgent fixes? In-Reply-To: <7D6F1003-862E-43B2-9B7C-3E7D86996315@acm.org> References: <5b08c9d90606012333i55d89857r79fcd5f0f9adfa4b@mail.gmail.com> <5b08c9d90606020539g65928932y5a181166498fd52a@mail.gmail.com> <7D6F1003-862E-43B2-9B7C-3E7D86996315@acm.org> Message-ID: <5b08c9d90606050008p67be4c09r910326e02b5bdd89@mail.gmail.com> On 6/4/06, John Whitley wrote: > Oleg Kourapov wrote: > > Another hint I could take is how to make all this > > (Instiki.app + ruby + swig) into a Universal Binary. > > The Apple Developer site has an article on building a Framework (in > the OS X development sense) from OSS software[1]. But I think the > work has already been done for us... > > Look at what the Locomotive team has done. Locomotive (http:// > locomotive.sourceforge.net/) is an entirely self-contained Ruby+Rails > +libraries+gems system for Mac OS X designed to give an instant- > install environment for Rails development. They have virtually > identical installation needs (actually, a superset) as Instiki does, > yet there's just one .app bundle (like Instiki.app) and both Intel > and PowerPC support. It's possible that you could just directly > integrate their rails112.locobundle + Instiki's OS X front-end + the > Instiki rails installation. If that simplifies things as much as I > think it might, it earns a "Powered by Locomotive" link somewhere > prominent.. ;-) It might also be possible to use an Instiki-minimal > subset of the rails112 bundle. Their main site appears to be down > right now, so I can't get any info as to whether we could easily > customize their packaging + build system. Great hint, I'm aware of this project but this idea never occured to me. > -- John > > [1] http://developer.apple.com/opensource/ > opensourceuniversalframework.html -- Oleg "2sheds" Kourapov mailto:ok at 2sheds.ru http://www.2sheds.ru From ok at 2sheds.ru Mon Jun 5 03:34:18 2006 From: ok at 2sheds.ru (Oleg Kourapov) Date: Mon, 5 Jun 2006 11:34:18 +0400 Subject: [Instiki] Icons, etc. In-Reply-To: <5F11310F-AA9C-438C-8600-FD6897607500@acm.org> References: <5F11310F-AA9C-438C-8600-FD6897607500@acm.org> Message-ID: <5b08c9d90606050034n49cd54c9rbaecf364a692fda7@mail.gmail.com> On 6/4/06, John Whitley wrote: > Hi all, > > Here's a few of my first passes at a new menubar icon for Instiki. > My thought was to do something on the basic theme of the "Instiki" > name, sticking to the signature Georgia font and/or "Instiki green". > I welcome feedback, praise, flames, etc. ;-) I highly encourage > anyone who is interested to submit their own designs, too. > > A full name design (not for the menu bar!): Like it! Distinctive, simple and clean. > A menu bar icon based on the above, similar to the old "i2" nickname: > A less fancy menu bar icon: I wonder why green-i-logo.png has the i's inverted (which I really like) but ii.png has them looking the same side? > Tradition (and possibly the Apple UI guidelines?) dictates that menu > bar icons be black, which is possibly a point against the first > icon. Thoughts on this? It's easy enough to change... That would blend better with other bar icons - I vote for black. > -- John -- Oleg "2sheds" Kourapov mailto:ok at 2sheds.ru http://www.2sheds.ru From msm at uwnet.nl Mon Jun 5 08:39:18 2006 From: msm at uwnet.nl (Meindert Meindertsma) Date: Mon, 05 Jun 2006 14:39:18 +0200 Subject: [Instiki] Icons, etc. In-Reply-To: <5b08c9d90606050034n49cd54c9rbaecf364a692fda7@mail.gmail.com> References: <5F11310F-AA9C-438C-8600-FD6897607500@acm.org> <5b08c9d90606050034n49cd54c9rbaecf364a692fda7@mail.gmail.com> Message-ID: <20060605143918.t4mzidic0sosw0ss@webmail.uwnet.nl> Quoting Oleg Kourapov : > On 6/4/06, John Whitley wrote: >> Hi all, >> >> Here's a few of my first passes at a new menubar icon for Instiki. >> My thought was to do something on the basic theme of the "Instiki" >> name, sticking to the signature Georgia font and/or "Instiki green". >> I welcome feedback, praise, flames, etc. ;-) I highly encourage >> anyone who is interested to submit their own designs, too. >> >> A full name design (not for the menu bar!): > > Like it! Distinctive, simple and clean. > >> A menu bar icon based on the above, similar to the old "i2" nickname: >> A less fancy menu bar icon: > > I wonder why green-i-logo.png has the i's inverted (which I really > like) but ii.png has them looking the same side? > >> Tradition (and possibly the Apple UI guidelines?) dictates that menu >> bar icons be black, which is possibly a point against the first >> icon. Thoughts on this? It's easy enough to change... > > That would blend better with other bar icons - I vote for black. Black, coloured, whatever is appropiate, but keep the last i mirrored, I would say. Meindert Meindertsma. From punit.rathore at gmail.com Mon Jun 5 09:50:11 2006 From: punit.rathore at gmail.com (Punit Rathore) Date: Mon, 5 Jun 2006 09:50:11 -0400 Subject: [Instiki] Problems installing instiki 0.11.0 Message-ID: John, Finally, success. Thanks for your help, including installation of swig. However, one crutial step that was still missing was the setting the LD_LIBRARY_PATH in instiki.sh. You see the problem was that my default LD_LIBRARY_PATH did not have /usr/lib;/usr/local/lib in it. Now you might say that its pretty basic to check that if its true, but I beg to differ. My suggestion is that the next release README shuld include the instructions to check for the LD_LIBRARY_PATH setting. Punit mm. Doing an install on a Mac OS X 10.4.6 system with the following prequisites installled works just fine: * ruby 1.8.4 * the sqlite3-ruby gem * the sqlite3 libraries * swig (http://www.swig.org/) swig is required for sqlite3 *nix and Mac OS X systems, otherwise the sqlite3-ruby gem reverts to a broken pure ruby implementation. :-P My sequence for setup with the above prerequisites installed: 0) tar xzf instiki-0.11.0.tgz 1) cd instiki-0.11.0 2) rake environment RAILS_ENV=production db_schema_import 3) For Mac OS X/*nix: script/server -e production -p 2500 For Windows: instiki.cmd note that doing "rake ... db_schema_import" effectively does the same thing as "rake ... migrate", except that it does it in one step from schema.rb, and it creates/clears the sqlite3 db file as needed. At that point, I can connect to http://localhost:2500/ and I get the initial wiki page just fine. If you're still having trouble, please post what platform you're on (w.g. Win2k, etc.) and the precise steps you follow. I'll see if I can repro on a similar system. -- John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20060605/71215d95/attachment.htm From MLucas at mvrpc.org Mon Jun 5 09:56:29 2006 From: MLucas at mvrpc.org (Lucas, Mike) Date: Mon, 5 Jun 2006 09:56:29 -0400 Subject: [Instiki] is there a config to enable file uploads? Message-ID: Thanks for your help Meindert, you may have given me a clue to my problem. I'm running my Instiki installation on using Apache mod_proxy to proxy to the WEBrick server port 2500. When I follow the file upload directions you've provided, I get a '404 File Not Found' from Apache. It appears to me that Instiki never gets to run the upload routine, because Apache sees the file doesn't exist and just sends back the 404 error?? Does the upload routine work for any others proxying Instiki through Apache? I'm running this on Win 2003 server, Apache 2.0.54, Ruby 1.84.17, Instiki 0.11, and /files/ exists in the Instiki web I'm working on. -Mike -----Original Message----- From: instiki-users-bounces at rubyforge.org [mailto:instiki-users-bounces at rubyforge.org] On Behalf Of Meindert Meindertsma Sent: Friday, June 02, 2006 5:08 PM To: instiki-users at rubyforge.org Subject: Re: [Instiki] is there a config to enable file uploads? Hi Mike, I didn't know how to upload either, until I found out by accident today. Lucky me. So here's a recipe. Let's say your wiki is called "mywiki" and you want to upload an image "myFig.png". Create this (temporary) hyperlink in your wiki page: upload this (or in Textile: "upload this":http:/mywiki/files/myFig.png). After submitting the page, click on the new link. If any myFig.png graphics comes up in your browser: bad luck, this file already exists on the server -- try another name. But when you're more fortunate, you'll get the upload page you longed for. Fill in the form (the original filename doen't have to be "myFig.png"), and your file will be transferred to the server -- actually to public/mywiki/files/ -- as myFig.png. Now you can remove the hyperlink from your wiki page and replace it by something like (in Textile: !/mywiki/files/myFig.png!), or whatever you want. There is a restriction. The destination *has* to be the mywiki/files/ folder. Any other location (like images/, mywiki/files/someSubdirectory/ or mywiki/somePeerdirectory/) won't invoke the upload page. This worked for me on Windows 2000 + Ruby 1.8.4 + Instiki 0.11.0 + WEBrick, and I guess it will work for anyone using Instiki 0.11.0. Meindert Meindertsma. Quoting "Lucas, Mike" : > I am setting up several wikis to try to help collect some HOWTO info > for our staff, and love the simplicity and speed of Instiki, it is a > great product, my first foray into playing with a RoR app. > > However, no matter how I try to search and read the documentation on > file uploads in Instiki, I can't get this feature working. > > I set the file limit in the Web Settings to 1 GB to test without > limitations. > > I followed the small example on FileUploads page on instiki.org by > placing the location of the file I want uploaded in brackets. > > I have Instiki running on a local webserver, proxied to the outside > world via Apache. I've tried to point the upload files link to a file > straight off my local machine to see if it uploads to the web server > but that doesn't work. Does Instiki have a file upload module > somewhere, do i have to give permissions to the /files dir? (I am > running Apache webserver on a Windows Server box, with Ruby 1.84 > installed). > > I even ftp'd a file to the /files subdir and still can't get a clean > link. When I ftp the file directly, then add [[filename.pdf:file]] the > result is a highlighted link for a page that doesn't exist, but if I > click the question mark to create it, then the PDF in the /files dir > opens. Have I missed some config setting somewhere. I know instiki.org > has the FileUpload page on the TODO list, but I'm getting frustrated > not being able to sort it out on my own. Everything else with this > application is so simple and straightforward, I'm sure I'm staring at > the solution but just haven't grokked. it. > > Thanks, > -Mike > Michael Lucas > Web Manager > MVRPC > > _______________________________________________ Instiki-users mailing list Instiki-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instiki-users From whitley at acm.org Mon Jun 5 13:42:55 2006 From: whitley at acm.org (John Whitley) Date: Mon, 5 Jun 2006 10:42:55 -0700 Subject: [Instiki] Problems installing instiki 0.11.0 In-Reply-To: References: Message-ID: <710D42F9-A610-489A-AA16-767843329108@acm.org> Great news, Punit. Thanks for your pointers on LD_LIBRARY_PATH. I've got a few other updates ready to merge into the README file in SVN; I'll add library path settings to the changes I'm collecting. -- John On Jun 5, 2006, at 6:50 AM, Punit Rathore wrote: > John, > Finally, success. Thanks for your help, including installation > of swig. However, one crutial step that was still missing was the > setting the LD_LIBRARY_PATH in instiki.sh. You see the problem was > that my default LD_LIBRARY_PATH did not have /usr/lib;/usr/local/ > lib in it. Now you might say that its pretty basic to check that if > its true, but I beg to differ. My suggestion is that the next > release README shuld include the instructions to check for the > LD_LIBRARY_PATH setting. > > > Punit > > > mm. Doing an install on a Mac OS X 10.4.6 system with the following > prequisites installled works just fine: > * ruby 1.8.4 > * the sqlite3-ruby gem > * the sqlite3 libraries > * swig ( > http://www.swig.org/) swig is required for sqlite3 *nix and > Mac OS X systems, > otherwise the sqlite3-ruby gem reverts to a broken pure ruby > implementation. :-P > > My sequence for setup with the above prerequisites installed: > > 0) tar xzf instiki-0.11.0.tgz > 1) cd instiki-0.11.0 > 2) rake environment RAILS_ENV=production db_schema_import > 3) For Mac OS X/*nix: script/server -e production -p 2500 > For Windows: instiki.cmd > > note that doing "rake ... db_schema_import" effectively does the same > > thing as "rake ... migrate", except that it does it in one step from > schema.rb, and it creates/clears the sqlite3 db file as needed. > > At that point, I can connect to > http://localhost:2500/ and I get the > initial wiki page just fine. > > If you're still having trouble, please post what platform you're on > (w.g. Win2k, etc.) and the precise steps you follow. I'll see if I > > can repro on a similar system. > > -- John > > _______________________________________________ > 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/20060605/77b87328/attachment.htm From bh90 at evansville.edu Tue Jun 6 01:39:39 2006 From: bh90 at evansville.edu (Brian Howenstein) Date: Mon, 5 Jun 2006 22:39:39 -0700 Subject: [Instiki] Instiki and Bonjour/Zeroconf Message-ID: I have noticed that Instiki publishes itself as a Bonjour/Zeroconf service and was wondering if there was anyway to turn this off. Running Instiki is great locally, but I'm not sure I want it broadcasting its presence to everyone that happens to be on my local link. Thanks, /Brian -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2398 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20060605/5b5536f6/attachment.bin From ok at 2sheds.ru Tue Jun 6 03:20:48 2006 From: ok at 2sheds.ru (Oleg Kourapov) Date: Tue, 6 Jun 2006 11:20:48 +0400 Subject: [Instiki] Instiki and Bonjour/Zeroconf In-Reply-To: References: Message-ID: <5b08c9d90606060020m4420f6dcqc11f74ba0e6a1ce9@mail.gmail.com> On 6/6/06, Brian Howenstein wrote: > I have noticed that Instiki publishes itself as a Bonjour/Zeroconf > service and was wondering if there was anyway to turn this off. > > Running Instiki is great locally, but I'm not sure I want it > broadcasting its presence to everyone that happens to be on my local > link. That's a valid point - I'll include an option to switch it off in Instiki.app. > Thanks, > /Brian -- Oleg "2sheds" Kourapov mailto:ok at 2sheds.ru http://www.2sheds.ru From daryl at eddl.us Tue Jun 6 11:02:51 2006 From: daryl at eddl.us (Daryl Richter) Date: Tue, 6 Jun 2006 11:02:51 -0400 Subject: [Instiki] Votes for urgent fixes? In-Reply-To: <5b08c9d90606020539g65928932y5a181166498fd52a@mail.gmail.com> References: <5b08c9d90606012333i55d89857r79fcd5f0f9adfa4b@mail.gmail.com> <5b08c9d90606020539g65928932y5a181166498fd52a@mail.gmail.com> Message-ID: On Jun 2, 2006, at 8:39 AM, Oleg Kourapov wrote: > On 6/2/06, Daryl Richter wrote: >> On Jun 2, 2006, at 2:33 AM, Oleg Kourapov wrote: >>> On 6/1/06, John Whitley wrote: >>>> * Resurrecting the Mac OS X package for the 0.11.x series >>>> Another upgrade blocker for some users. This is critical to >>>> ease >>>> of use >>>> and setup for OS X users. >>> >>> The package is ready but it suffers from installation issues which I >>> reported to Alex as early as April or March but he hasn't still sent >>> me any fixes. If anyone else is willing to help me bring Instiki >>> 0.11 >>> to OS X users, I'll report those issues immediately for their >>> review. >> >> I am a Mac OS X developer and Instiki user who would be willing to >> try my hand at this. Please send me the details and let's see if we >> can get it done. > > Clean install of Instiki 0.11 w/ruby 1.8.4 (bundled in my app) gives > me the "undefined method `files_path' for nil:NilClass" error, which > has been previously mentioned on this list already. Recommendations > were to install SWIG package and my question is to help me confirm > this and (if this is indeed the case) bundle SWIG with Instiki package > for Mac OS X. Another hint I could take is how to make all this > (Instiki.app + ruby + swig) into a Universal Binary. > Ah, unfortuneately I can't help you there. I'm still on G4 only. Based on your later email I assume that bundling SWIG solved your problem and you will build the installer? -- Daryl self email: ( daryl at: eddl dot: us ) From sandalninja at gmail.com Tue Jun 6 11:36:36 2006 From: sandalninja at gmail.com (SandalNinja) Date: Tue, 6 Jun 2006 10:36:36 -0500 Subject: [Instiki] Hey all! Message-ID: <5f1a986c0606060836l6c3c72f0ue58f4e4bd7dfc776@mail.gmail.com> Hey everyone, I'm trying to do something I have yet found no walkthroughs or anything that would really help. I have a thumbdrive. I use both OS X and Windows. I would absolutely LOVE to be able to install a portable-instiki on my thumbdrive what I could access in both windows and OS X, and that refer to the same db or data. Does anyone know of a walkthrough or anything that I could use to make this happen? I've looked at several other wiki's but none of them do what I would like them to do, and none better than instiki. Any ideas? Many thanks in advance! ShaBot -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20060606/c0f4fbc3/attachment.htm From myles at monkeyinyoursoul.com Tue Jun 6 11:59:24 2006 From: myles at monkeyinyoursoul.com (Myles A. Braithwaite) Date: Tue, 06 Jun 2006 11:59:24 -0400 Subject: [Instiki] Hey all! In-Reply-To: <5f1a986c0606060836l6c3c72f0ue58f4e4bd7dfc776@mail.gmail.com> References: <5f1a986c0606060836l6c3c72f0ue58f4e4bd7dfc776@mail.gmail.com> Message-ID: <4485A65C.50107@monkeyinyoursoul.com> There are to ways: Instant Rails is one http://instantrails.rubyforge.org/wiki/wiki.pl but it is a little bulky for what you need (Apache and MySQL) and will only work on Windows. Thought try this http://www.erikveen.dds.nl/distributingrubyapplications/rails.html I have done it with some of my rails apps and it worked great, maybe Instiki could work, but it will reacquire you to use an exe or rb file (meaning windows or having ruby already installed). Hope this helped. SandalNinja wrote: > Hey everyone, > I'm trying to do something I have yet found no walkthroughs or > anything that would really help. > I have a thumbdrive. I use both OS X and Windows. I would absolutely > LOVE to be able to install a portable-instiki on my thumbdrive what I > could access in both windows and OS X, and that refer to the same db > or data. > Does anyone know of a walkthrough or anything that I could use to make > this happen? > I've looked at several other wiki's but none of them do what I would > like them to do, and none better than instiki. > Any ideas? > Many thanks in advance! > > ShaBot > ------------------------------------------------------------------------ > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users -- photo class= Monkey in your Soul Myles A. Braithwaite public: myles.braithwaite at gmail.com private: myles at miys.net 2235 Sheppard Ave. East, Suite 906 Toronto, Ontario M2J 5B5 office: +1 (416) 499-2861 x.309 mobile: +1 (647) 300-6985 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20060606/5707a991/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: 82639167_4bdae091fd_s.jpg Type: image/jpeg Size: 4138 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20060606/5707a991/attachment-0001.jpg From canyonrat at mac.com Tue Jun 6 12:40:18 2006 From: canyonrat at mac.com (Chris Gehlker) Date: Tue, 6 Jun 2006 09:40:18 -0700 Subject: [Instiki] Votes for urgent fixes? In-Reply-To: References: <5b08c9d90606012333i55d89857r79fcd5f0f9adfa4b@mail.gmail.com> <5b08c9d90606020539g65928932y5a181166498fd52a@mail.gmail.com> Message-ID: <0B45F413-D127-4D8C-9700-A31A7A091396@mac.com> On Jun 6, 2006, at 8:02 AM, Daryl Richter wrote: > > On Jun 2, 2006, at 8:39 AM, Oleg Kourapov wrote: > >> On 6/2/06, Daryl Richter wrote: >>> On Jun 2, 2006, at 2:33 AM, Oleg Kourapov wrote: >>>> On 6/1/06, John Whitley wrote: >>>>> * Resurrecting the Mac OS X package for the 0.11.x series >>>>> Another upgrade blocker for some users. This is critical to >>>>> ease >>>>> of use >>>>> and setup for OS X users. >>>> >>>> The package is ready but it suffers from installation issues >>>> which I >>>> reported to Alex as early as April or March but he hasn't still >>>> sent >>>> me any fixes. If anyone else is willing to help me bring Instiki >>>> 0.11 >>>> to OS X users, I'll report those issues immediately for their >>>> review. >>> >>> I am a Mac OS X developer and Instiki user who would be willing to >>> try my hand at this. Please send me the details and let's see if we >>> can get it done. >> >> Clean install of Instiki 0.11 w/ruby 1.8.4 (bundled in my app) gives >> me the "undefined method `files_path' for nil:NilClass" error, which >> has been previously mentioned on this list already. Recommendations >> were to install SWIG package and my question is to help me confirm >> this and (if this is indeed the case) bundle SWIG with Instiki >> package >> for Mac OS X. Another hint I could take is how to make all this >> (Instiki.app + ruby + swig) into a Universal Binary. >> > > Ah, unfortuneately I can't help you there. I'm still on G4 only. > > Based on your later email I assume that bundling SWIG solved your > problem and you will build the installer? I'm a rank Instiki newbie but I do have access to a G5 for testing and debugging. If I can help, I will gladly do so. Let me know. I currently get the "undefined method `files_path' for nil:NilClass" error. I also get an error when I try to run rake as part of the installation process. I don't know if these are related. I'm looking into rake now. --- Neither a man nor a crowd nor a nation can be trusted to act humanely or to think sanely under the influence of a great fear. -Bertrand Russell, philosopher, mathematician, author, Nobel laureate (1872-1970) From deasach at gmail.com Tue Jun 6 15:59:46 2006 From: deasach at gmail.com (Alan Macdougall) Date: Wed, 7 Jun 2006 07:59:46 +1200 Subject: [Instiki] Hey all! In-Reply-To: <5f1a986c0606060836l6c3c72f0ue58f4e4bd7dfc776@mail.gmail.com> References: <5f1a986c0606060836l6c3c72f0ue58f4e4bd7dfc776@mail.gmail.com> Message-ID: <9323cd640606061259u1eb19067k8a76710fccbd0c77@mail.gmail.com> On 6/7/06, SandalNinja wrote: > > I'm trying to do something I have yet found no walkthroughs or anything > that would really help. > I have a thumbdrive. I use both OS X and Windows. I would absolutely LOVE > to be able to install a portable-instiki on my thumbdrive what I could > access in both windows and OS X, and that refer to the same db or data. > I've done this in the past: http://halfpie.net/article/378/tracks-instiki-and-gtd-at-home-and-work Note that this is for an earlier version of Instiki, 0.92 I believe. Also the following might help: http://halfpie.net/article/507/installing-instiki-on-windows Although this still works with the newer versions, you just have to make sure that you have Sqlite installed on both machines. If you wish to avoid this potential hassle then I would recommend version 10.2 of Instiki available here: http://rubyforge.org/frs/?group_id=186 cheers Alan -- B?onn caora dhubh ar an tr?ad is gile. (There are black sheep in the brightest flocks.) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20060607/0fbc7dcd/attachment.htm From sandalninja at gmail.com Wed Jun 7 14:25:44 2006 From: sandalninja at gmail.com (SandalNinja) Date: Wed, 7 Jun 2006 13:25:44 -0500 Subject: [Instiki] Hey all! In-Reply-To: <9323cd640606061259u1eb19067k8a76710fccbd0c77@mail.gmail.com> References: <5f1a986c0606060836l6c3c72f0ue58f4e4bd7dfc776@mail.gmail.com> <9323cd640606061259u1eb19067k8a76710fccbd0c77@mail.gmail.com> Message-ID: <5f1a986c0606071125i3faf25das6a8e6f1da7339502@mail.gmail.com> How would I go about configuring instiki to read changes/configs from the thumbdrive instead of from /Lib/App Support/instiki on OS X? Thanks for the suggestions! ShaBot On 6/6/06, Alan Macdougall wrote: > > On 6/7/06, SandalNinja wrote: > > > I'm trying to do something I have yet found no walkthroughs or anything > > that would really help. > > I have a thumbdrive. I use both OS X and Windows. I would absolutely > > LOVE to be able to install a portable-instiki on my thumbdrive what I could > > access in both windows and OS X, and that refer to the same db or data. > > > > I've done this in the past: > > http://halfpie.net/article/378/tracks-instiki-and-gtd-at-home-and-work > > Note that this is for an earlier version of Instiki, 0.92 I believe. > > Also the following might help: > > http://halfpie.net/article/507/installing-instiki-on-windows > > Although this still works with the newer versions, you just have to make > sure that you have Sqlite installed on both machines. If you wish to avoid > this potential hassle then I would recommend version 10.2 of Instiki > available here: > > http://rubyforge.org/frs/?group_id=186 > cheers > > Alan > > > -- > B?onn caora dhubh ar an tr?ad is gile. > (There are black sheep in the brightest flocks.) > > > > _______________________________________________ > 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/20060607/397800bf/attachment.htm From myles at monkeyinyoursoul.com Wed Jun 7 14:36:11 2006 From: myles at monkeyinyoursoul.com (Myles A. Braithwaite) Date: Wed, 07 Jun 2006 14:36:11 -0400 Subject: [Instiki] Hey all! In-Reply-To: <5f1a986c0606071125i3faf25das6a8e6f1da7339502@mail.gmail.com> References: <5f1a986c0606060836l6c3c72f0ue58f4e4bd7dfc776@mail.gmail.com> <9323cd640606061259u1eb19067k8a76710fccbd0c77@mail.gmail.com> <5f1a986c0606071125i3faf25das6a8e6f1da7339502@mail.gmail.com> Message-ID: <44871C9B.4080408@monkeyinyoursoul.com> Download an run from source not .app. It will save were you ask it to save. SandalNinja wrote: > How would I go about configuring instiki to read changes/configs from > the thumbdrive instead of from /Lib/App Support/instiki on OS X? > Thanks for the suggestions! > ShaBot > > On 6/6/06, *Alan Macdougall* > wrote: > > On 6/7/06, *SandalNinja* > wrote: > > I'm trying to do something I have yet found no walkthroughs or > anything that would really help. > I have a thumbdrive. I use both OS X and Windows. I would > absolutely LOVE to be able to install a portable-instiki on my > thumbdrive what I could access in both windows and OS X, and > that refer to the same db or data. > > > I've done this in the past: > > http://halfpie.net/article/378/tracks-instiki-and-gtd-at-home-and-work > > Note that this is for an earlier version of Instiki, 0.92 I believe. > > Also the following might help: > > http://halfpie.net/article/507/installing-instiki-on-windows > > > Although this still works with the newer versions, you just have > to make sure that you have Sqlite installed on both machines. If > you wish to avoid this potential hassle then I would recommend > version 10.2 of Instiki available here: > > http://rubyforge.org/frs/?group_id=186 > cheers > > Alan > > > -- > B?onn caora dhubh ar an tr?ad is gile. > (There are black sheep in the brightest flocks.) > > > > _______________________________________________ > 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 -- photo class= Monkey in your Soul Myles A. Braithwaite public: myles.braithwaite at gmail.com private: myles at miys.net 2235 Sheppard Ave. East, Suite 906 Toronto, Ontario M2J 5B5 office: +1 (416) 499-2861 x.309 mobile: +1 (647) 300-6985 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20060607/16250b5e/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: 82639167_4bdae091fd_s.jpg Type: image/jpeg Size: 4138 bytes Desc: not available Url : http://rubyforge.org/pipermail/instiki-users/attachments/20060607/16250b5e/attachment-0001.jpg From whitley at acm.org Sat Jun 10 01:59:04 2006 From: whitley at acm.org (John Whitley) Date: Fri, 9 Jun 2006 22:59:04 -0700 Subject: [Instiki] Bazaar branches available Message-ID: <314619F8-4532-4324-B25C-2D70A373209F@acm.org> Hi all, I've put up some Bazaar (aka 'bzr') branches with my instiki work. I've been a bit busy on other fronts, so there isn't a whole lot of new stuff here, but I forsee another good spate of hacking time coming up quite soon... I've also got some variants of the logo/icon work that I'll post up over the weekend. Here are the branches currently available: http://bangpath.org/bzr/instiki/trunk -- Mirror of the Instiki svn trunk, the base for all other branches http://bangpath.org/bzr/instiki/main -- a rollup of trunk + all fixes and feature work to-date http://bangpath.org/bzr/instiki/bug248 -- Fix and tests for bug 248 To get these, download and install the bzr 0.8.2 release from http:// bazaar-vcs.org/. The following command, for example, will create a new branch and working tree in 'instiki-main' in the current directory: bzr branch http://bangpath.org/bzr/instiki/main instiki-main -- John P.S. Yes, all this will go up on instiki.org asap. ;-) From jjshanks at gmail.com Mon Jun 12 15:44:51 2006 From: jjshanks at gmail.com (Joshua Shanks) Date: Mon, 12 Jun 2006 14:44:51 -0500 Subject: [Instiki] Instiki on Apache Message-ID: <84f0acdb0606121244o3d067d6dud4e12d6f208d6474@mail.gmail.com> I am also having troube getting instiki to run with apache. I get this in my apache error log [Mon Jun 12 14:32:02 2006] [notice] mod_fcgid: server /var/www/sites/help/public/dispatch.fcgi(25784) started [Mon Jun 12 14:32:02 2006] [notice] mod_fcgid: server /var/www/sites/help/public/dispatch.fcgi(25785) started [Mon Jun 12 14:32:02 2006] [notice] mod_fcgid: server /var/www/sites/help/public/dispatch.fcgi(25786) started [Mon Jun 12 14:32:08 2006] [notice] mod_fcgid: process /var/www/sites/help/public/dispatch.fcgi(25786) exit(server exited), terminated by calling exit(), return code: 255 [Mon Jun 12 14:32:08 2006] [notice] mod_fcgid: process /var/www/sites/help/public/dispatch.fcgi(25785) exit(server exited), terminated by calling exit(), return code: 255 [Mon Jun 12 14:32:08 2006] [notice] mod_fcgid: process /var/www/sites/help/public/dispatch.fcgi(25784) exit(server exited), terminated by calling exit(), return code: 255 I am running Fedora Core 5 rails 1.1.2 instiki-0.11.0 apache 2.2.0 mod_fcgid.1.09 I have several other rails apps running under apache but Instiki just doesn't seem to want to work. I checked my shebang in dispatch.fcgi and that is correct and the same as all my other rails apps that I have running under apache. Any ideas? here is what is in my httpd.conf IPCCommTimeout 40 IPCConnectTimeout 10 LimitInternalRecursion 20 SocketPath /tmp/fcgidsock ServerName help.foo.com DocumentRoot /var/www/sites/help/public DefaultInitEnv RAILS_ENV produciton Options ExecCGI FollowSymLinks AddHandler fcgid-script .fcgi RewriteEngine On RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] From jperrie at us.ibm.com Tue Jun 13 17:15:55 2006 From: jperrie at us.ibm.com (Joseph Perrie) Date: Tue, 13 Jun 2006 16:15:55 -0500 Subject: [Instiki] Problems with RedCloth Anchor Support In-Reply-To: <84f0acdb0606121244o3d067d6dud4e12d6f208d6474@mail.gmail.com> Message-ID: Is this intentional? r = RedCloth.new("-- --\r\n p(link)") => "-- --\r\n p(link)" irb(main):014:0> r.to_html => "
\n p(#link)" I would expect the output to be: => "=> "
\n
\n link" Tony From jperrie at us.ibm.com Tue Jun 13 17:42:31 2006 From: jperrie at us.ibm.com (Joseph Perrie) Date: Tue, 13 Jun 2006 16:42:31 -0500 Subject: [Instiki] Problems with RedCloth Anchor Support In-Reply-To: Message-ID: Sorry, here it is again with full stops. irb(main):007:0> RedCloth.new("p(link). blah").to_html => "

blah

" irb(main):008:0> RedCloth.new("-- p(link). blah").to_html => "

—p(link). blah

" Tony Perrie Engineer, STI Convergence Team, BQQA 11501 Burnet Rd, Building 906/3007C Austin, TX, 78759 Phone: 512-838-1402, T/L: 678-1402 Fax: 512-838-2132 Tom Counsell To 06/13/2006 04:33 Joseph Perrie/Austin/IBM at IBMUS PM cc Subject [Instiki] Problems with RedCloth Anchor Support On 13 Jun 2006, at 22:15, Joseph Perrie wrote: > Is this intentional? > > r = RedCloth.new("-- --\r\n p(link)") > => "-- --\r\n p(link)" > irb(main):014:0> r.to_html > => "
\n p(#link)" Try adding a full stop after the p, i.e.: p(link). Tom From jperrie at us.ibm.com Tue Jun 13 18:28:02 2006 From: jperrie at us.ibm.com (Joseph Perrie) Date: Tue, 13 Jun 2006 17:28:02 -0500 Subject: [Instiki] Problems with RedCloth Anchor Support In-Reply-To: Message-ID: I replicated the alleged bug here: http://instiki.org/show/AnchorBug Tony From whitley at acm.org Tue Jun 13 20:08:24 2006 From: whitley at acm.org (John Whitley) Date: Tue, 13 Jun 2006 17:08:24 -0700 Subject: [Instiki] Problems with RedCloth Anchor Support In-Reply-To: References: Message-ID: Hi Tony, As a point of order: While Instiki folks are certainly interested in RedCloth issues, RedCloth is maintained by a separate team from Instiki. If you have a suspected or confirmed bug, I recommend checking out the RedCloth homepage, with links to the project page, mailing lists, etc.: http://whytheluckystiff.net/ruby/redcloth/ To the specific issue that you cite, I believe that your interpretation of Textile is incorrect in this case. All of the "block modifiers" must begin a paragraph. This is essentially all of the modifiers that end in a period, e.g. "hn.", "p.", "bq.", and so forth. Your example "-- p(link). blah" places the "p." after the start of the paragraph, so it (correctly) isn't recognized. Possible solutions are to start the paragraph with the "p." marker: p(#link). -- blah which produces: Or alternatively use a Textile span marker: -- %(#link)blah% to get:

blah

FYI, The above examples were generated via RedCloth 3.0.4. -- John On Jun 13, 2006, at 3:28 PM, Joseph Perrie wrote: > I replicated the alleged bug here: > > http://instiki.org/show/AnchorBug > > Tony > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From tony at involution.com Tue Jun 13 20:47:40 2006 From: tony at involution.com (Tony Perrie) Date: Tue, 13 Jun 2006 19:47:40 -0500 Subject: [Instiki] Problems with RedCloth Anchor Support In-Reply-To: References: Message-ID: What do you define as a paragraph in RedCloth? Because in RedCloth also doesn't support this either: -- p(link). Nor does it support this:
p(link). The quick reference page on hobix, seems to suggest that characters on a line by themself are considered a paragraph. http://hobix.com/textile/quick.html So, I'm fairly confused at this point. What exactly is considered a paragraph to RedCloth? Clearly, this behavior is not obvious to the casual user of Textile (Instiki users?). I personally think it is a bug. I'm looking at the RedCloth source code to try to fix it, but it's fairly dense code. I'm not blaming anyone, and I'm hoping that this thread will serve as documentation for other users. Also, I emailed _why who I met briefly at SXSWi in March of this year. I will keep the list updated with any response that he has. Finally, I feel that this is an appropriate forum for this discussion because if this software is used by a wider audience these emails serve as documentation for users. This is particularly relevant because RedCloth doesn't have a mailing list that I can seem to find. Regards, Tony On 6/13/06, John Whitley wrote: > Hi Tony, > > As a point of order: While Instiki folks are certainly interested in > RedCloth issues, > RedCloth is maintained by a separate team from Instiki. If you have > a suspected or confirmed bug, I recommend checking out the RedCloth > homepage, with links to the project page, mailing > lists, etc.: > http://whytheluckystiff.net/ruby/redcloth/ > > To the specific issue that you cite, I believe that your > interpretation of Textile is > incorrect in this case. All of the "block modifiers" must begin a > paragraph. This is > essentially all of the modifiers that end in a period, e.g. "hn.", > "p.", "bq.", and so forth. > Your example "-- p(link). blah" places the "p." after the start of > the paragraph, so it (correctly) isn't recognized. > > Possible solutions are to start the paragraph with the "p." marker: > > p(#link). -- blah > > which produces: > > > > Or alternatively use a Textile span marker: > > -- %(#link)blah% > > to get: > >

blah

> > FYI, The above examples were generated via RedCloth 3.0.4. > > -- John > > On Jun 13, 2006, at 3:28 PM, Joseph Perrie wrote: > > > I replicated the alleged bug here: > > > > http://instiki.org/show/AnchorBug > > > > Tony > > > > _______________________________________________ > > 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 > From hoyhoy at gmail.com Tue Jun 13 20:48:15 2006 From: hoyhoy at gmail.com (Tony Perrie) Date: Tue, 13 Jun 2006 19:48:15 -0500 Subject: [Instiki] Fwd: Problems with RedCloth Anchor Support In-Reply-To: References: Message-ID: What do you define as a paragraph in RedCloth? Because in RedCloth also doesn't support this either: -- p(link). Nor does it support this:
p(link). The quick reference page on hobix, seems to suggest that characters on a line by themself are considered a paragraph. http://hobix.com/textile/quick.html So, I'm fairly confused at this point. What exactly is considered a paragraph to RedCloth? Clearly, this behavior is not obvious to the casual user of Textile (Instiki users?). I personally think it is a bug. I'm looking at the RedCloth source code to try to fix it, but it's fairly dense code. I'm not blaming anyone, and I'm hoping that this thread will serve as documentation for other users. Also, I emailed _why who I met briefly at SXSWi in March of this year. I will keep the list updated with any response that he has. Finally, I feel that this is an appropriate forum for this discussion because if this software is used by a wider audience these emails serve as documentation for users. This is particularly relevant because RedCloth doesn't have a mailing list that I can seem to find. Regards, Tony On 6/13/06, John Whitley wrote: > Hi Tony, > > As a point of order: While Instiki folks are certainly interested in > RedCloth issues, > RedCloth is maintained by a separate team from Instiki. If you have > a suspected or confirmed bug, I recommend checking out the RedCloth > homepage, with links to the project page, mailing > lists, etc.: > http://whytheluckystiff.net/ruby/redcloth/ > > To the specific issue that you cite, I believe that your > interpretation of Textile is > incorrect in this case. All of the "block modifiers" must begin a > paragraph. This is > essentially all of the modifiers that end in a period, e.g. "hn.", > "p.", "bq.", and so forth. > Your example "-- p(link). blah" places the "p." after the start of > the paragraph, so it (correctly) isn't recognized. > > Possible solutions are to start the paragraph with the "p." marker: > > p(#link). -- blah > > which produces: > > > > Or alternatively use a Textile span marker: > > -- %(#link)blah% > > to get: > >

blah

> > FYI, The above examples were generated via RedCloth 3.0.4. > > -- John > > On Jun 13, 2006, at 3:28 PM, Joseph Perrie wrote: > > > I replicated the alleged bug here: > > > > http://instiki.org/show/AnchorBug > > > > Tony > > > > _______________________________________________ > > 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 > From whitley at acm.org Tue Jun 13 21:16:04 2006 From: whitley at acm.org (John Whitley) Date: Tue, 13 Jun 2006 18:16:04 -0700 Subject: [Instiki] Problems with RedCloth Anchor Support In-Reply-To: References: Message-ID: <20EBDC41-5964-4876-B4BF-1F7663C2441F@acm.org> A paragraph is delineated by a wholly blank line. I agree that Textile documentation (read: spec and tutorial material) needs improvement on this point and many others; this is a convention common to many lightweight markup languages of Textile's ilk, which is largely how they've gotten this far. That said, and having used many markup languages of various uses, I've found Textile to be far and away the nicest to actually write in. -- John On Jun 13, 2006, at 5:47 PM, Tony Perrie wrote: > What do you define as a paragraph in RedCloth? Because in RedCloth > also doesn't support this either: > > -- > p(link). > > Nor does it support this: > >
> p(link). > > The quick reference page on hobix, seems to suggest that characters on > a line by themself are considered a paragraph. > http://hobix.com/textile/quick.html > > So, I'm fairly confused at this point. What exactly is considered a > paragraph to RedCloth? > > Clearly, this behavior is not obvious to the casual user of Textile > (Instiki users?). I personally think it is a bug. I'm looking at the > RedCloth source code to try to fix it, but it's fairly dense code. > I'm not blaming anyone, and I'm hoping that this thread will serve as > documentation for other users. > > Also, I emailed _why who I met briefly at SXSWi in March of this year. > I will keep the list updated with any response that he has. > > Finally, I feel that this is an appropriate forum for this discussion > because if this software is used by a wider audience these emails > serve as documentation for users. This is particularly relevant > because RedCloth doesn't have a mailing list that I can seem to find. > > Regards, > > Tony > > On 6/13/06, John Whitley wrote: >> Hi Tony, >> >> As a point of order: While Instiki folks are certainly interested in >> RedCloth issues, >> RedCloth is maintained by a separate team from Instiki. If you have >> a suspected or confirmed bug, I recommend checking out the RedCloth >> homepage, with links to the project page, mailing >> lists, etc.: >> http://whytheluckystiff.net/ruby/redcloth/ >> >> To the specific issue that you cite, I believe that your >> interpretation of Textile is >> incorrect in this case. All of the "block modifiers" must begin a >> paragraph. This is >> essentially all of the modifiers that end in a period, e.g. "hn.", >> "p.", "bq.", and so forth. >> Your example "-- p(link). blah" places the "p." after the start of >> the paragraph, so it (correctly) isn't recognized. >> >> Possible solutions are to start the paragraph with the "p." marker: >> >> p(#link). -- blah >> >> which produces: >> >> >> >> Or alternatively use a Textile span marker: >> >> -- %(#link)blah% >> >> to get: >> >>

blah

>> >> FYI, The above examples were generated via RedCloth 3.0.4. >> >> -- John >> >> On Jun 13, 2006, at 3:28 PM, Joseph Perrie wrote: >> >>> I replicated the alleged bug here: >>> >>> http://instiki.org/show/AnchorBug >>> >>> Tony >>> >>> _______________________________________________ >>> 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 >> > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From tony at involution.com Tue Jun 13 23:22:57 2006 From: tony at involution.com (Tony Perrie) Date: Tue, 13 Jun 2006 22:22:57 -0500 Subject: [Instiki] Problems with RedCloth Anchor Support In-Reply-To: <20EBDC41-5964-4876-B4BF-1F7663C2441F@acm.org> References: <20EBDC41-5964-4876-B4BF-1F7663C2441F@acm.org> Message-ID: Indeed, I'm an idiot. Thanks for your help. Tony On 6/13/06, John Whitley wrote: > A paragraph is delineated by a wholly blank line. I agree that > Textile documentation (read: spec and tutorial material) needs > improvement on this point and many others; this is a convention > common to many lightweight markup languages of Textile's ilk, which > is largely how they've gotten this far. > > That said, and having used many markup languages of various uses, > I've found Textile to be far and away the nicest to actually write in. > > -- John > > On Jun 13, 2006, at 5:47 PM, Tony Perrie wrote: > > > What do you define as a paragraph in RedCloth? Because in RedCloth > > also doesn't support this either: > > > > -- > > p(link). > > > > Nor does it support this: > > > >
> > p(link). > > > > The quick reference page on hobix, seems to suggest that characters on > > a line by themself are considered a paragraph. > > http://hobix.com/textile/quick.html > > > > So, I'm fairly confused at this point. What exactly is considered a > > paragraph to RedCloth? > > > > Clearly, this behavior is not obvious to the casual user of Textile > > (Instiki users?). I personally think it is a bug. I'm looking at the > > RedCloth source code to try to fix it, but it's fairly dense code. > > I'm not blaming anyone, and I'm hoping that this thread will serve as > > documentation for other users. > > > > Also, I emailed _why who I met briefly at SXSWi in March of this year. > > I will keep the list updated with any response that he has. > > > > Finally, I feel that this is an appropriate forum for this discussion > > because if this software is used by a wider audience these emails > > serve as documentation for users. This is particularly relevant > > because RedCloth doesn't have a mailing list that I can seem to find. > > > > Regards, > > > > Tony > > > > On 6/13/06, John Whitley wrote: > >> Hi Tony, > >> > >> As a point of order: While Instiki folks are certainly interested in > >> RedCloth issues, > >> RedCloth is maintained by a separate team from Instiki. If you have > >> a suspected or confirmed bug, I recommend checking out the RedCloth > >> homepage, with links to the project page, mailing > >> lists, etc.: > >> http://whytheluckystiff.net/ruby/redcloth/ > >> > >> To the specific issue that you cite, I believe that your > >> interpretation of Textile is > >> incorrect in this case. All of the "block modifiers" must begin a > >> paragraph. This is > >> essentially all of the modifiers that end in a period, e.g. "hn.", > >> "p.", "bq.", and so forth. > >> Your example "-- p(link). blah" places the "p." after the start of > >> the paragraph, so it (correctly) isn't recognized. > >> > >> Possible solutions are to start the paragraph with the "p." marker: > >> > >> p(#link). -- blah > >> > >> which produces: > >> > >> > >> > >> Or alternatively use a Textile span marker: > >> > >> -- %(#link)blah% > >> > >> to get: > >> > >>

blah

> >> > >> FYI, The above examples were generated via RedCloth 3.0.4. > >> > >> -- John > >> > >> On Jun 13, 2006, at 3:28 PM, Joseph Perrie wrote: > >> > >>> I replicated the alleged bug here: > >>> > >>> http://instiki.org/show/AnchorBug > >>> > >>> Tony > >>> > >>> _______________________________________________ > >>> 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 > >> > > _______________________________________________ > > 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 > From tony at involution.com Tue Jun 13 23:36:14 2006 From: tony at involution.com (Tony Perrie) Date: Tue, 13 Jun 2006 22:36:14 -0500 Subject: [Instiki] Problems with RedCloth Anchor Support In-Reply-To: <20EBDC41-5964-4876-B4BF-1F7663C2441F@acm.org> References: <20EBDC41-5964-4876-B4BF-1F7663C2441F@acm.org> Message-ID: I gave you props in my blog here. http://involution.com/2006/06/13/redcloth-bug/ Tony On 6/13/06, John Whitley wrote: > A paragraph is delineated by a wholly blank line. I agree that > Textile documentation (read: spec and tutorial material) needs > improvement on this point and many others; this is a convention > common to many lightweight markup languages of Textile's ilk, which > is largely how they've gotten this far. > > That said, and having used many markup languages of various uses, > I've found Textile to be far and away the nicest to actually write in. > > -- John > > On Jun 13, 2006, at 5:47 PM, Tony Perrie wrote: > > > What do you define as a paragraph in RedCloth? Because in RedCloth > > also doesn't support this either: > > > > -- > > p(link). > > > > Nor does it support this: > > > >
> > p(link). > > > > The quick reference page on hobix, seems to suggest that characters on > > a line by themself are considered a paragraph. > > http://hobix.com/textile/quick.html > > > > So, I'm fairly confused at this point. What exactly is considered a > > paragraph to RedCloth? > > > > Clearly, this behavior is not obvious to the casual user of Textile > > (Instiki users?). I personally think it is a bug. I'm looking at the > > RedCloth source code to try to fix it, but it's fairly dense code. > > I'm not blaming anyone, and I'm hoping that this thread will serve as > > documentation for other users. > > > > Also, I emailed _why who I met briefly at SXSWi in March of this year. > > I will keep the list updated with any response that he has. > > > > Finally, I feel that this is an appropriate forum for this discussion > > because if this software is used by a wider audience these emails > > serve as documentation for users. This is particularly relevant > > because RedCloth doesn't have a mailing list that I can seem to find. > > > > Regards, > > > > Tony > > > > On 6/13/06, John Whitley wrote: > >> Hi Tony, > >> > >> As a point of order: While Instiki folks are certainly interested in > >> RedCloth issues, > >> RedCloth is maintained by a separate team from Instiki. If you have > >> a suspected or confirmed bug, I recommend checking out the RedCloth > >> homepage, with links to the project page, mailing > >> lists, etc.: > >> http://whytheluckystiff.net/ruby/redcloth/ > >> > >> To the specific issue that you cite, I believe that your > >> interpretation of Textile is > >> incorrect in this case. All of the "block modifiers" must begin a > >> paragraph. This is > >> essentially all of the modifiers that end in a period, e.g. "hn.", > >> "p.", "bq.", and so forth. > >> Your example "-- p(link). blah" places the "p." after the start of > >> the paragraph, so it (correctly) isn't recognized. > >> > >> Possible solutions are to start the paragraph with the "p." marker: > >> > >> p(#link). -- blah > >> > >> which produces: > >> > >> > >> > >> Or alternatively use a Textile span marker: > >> > >> -- %(#link)blah% > >> > >> to get: > >> > >>

blah

> >> > >> FYI, The above examples were generated via RedCloth 3.0.4. > >> > >> -- John > >> > >> On Jun 13, 2006, at 3:28 PM, Joseph Perrie wrote: > >> > >>> I replicated the alleged bug here: > >>> > >>> http://instiki.org/show/AnchorBug > >>> > >>> Tony > >>> > >>> _______________________________________________ > >>> 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 > >> > > _______________________________________________ > > 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 > From canyonrat at mac.com Wed Jun 14 12:54:11 2006 From: canyonrat at mac.com (Chris Gehlker) Date: Wed, 14 Jun 2006 09:54:11 -0700 Subject: [Instiki] Newbie Question about Instiki and Ruby on Rails Message-ID: <6F24F678-37D6-45F5-9519-A799C3D5CAEF@mac.com> The Instiki FAQ says that Instiki in *not* a rails application and that i2 is the rails wiki. However my Instiki site says "Powered by Ruby on Rails." It it helpful to study Rails documentation to better understand Instiki or is there a better way to go. -- Vegetarians eat Vegetables, Humanitarians frighten me From whitley at acm.org Wed Jun 14 16:23:25 2006 From: whitley at acm.org (John Whitley) Date: Wed, 14 Jun 2006 13:23:25 -0700 Subject: [Instiki] Newbie Question about Instiki and Ruby on Rails In-Reply-To: <6F24F678-37D6-45F5-9519-A799C3D5CAEF@mac.com> References: <6F24F678-37D6-45F5-9519-A799C3D5CAEF@mac.com> Message-ID: <6DAFBEB2-D990-47A1-B392-88AB846D4C4E@acm.org> These days Instiki is most certainly a Rails application. Rails documentation, books, tutorials, etc. are directly applicable. Instiki used to use the ?madeleine? persistence engine. As of the 0.11.0 release, Instiki uses an ActiveRecord back-end, meaning that it is now a fairly traditional Rails application. i2 is the engine behind http://wiki.rubyonrails.org/, and is a separate codebase from Instiki. Although I note that the "i2" link at the bottom of those pages points to http://instiki.org/ ;-) -- John On Jun 14, 2006, at 9:54 AM, Chris Gehlker wrote: > The Instiki FAQ says that Instiki in *not* a rails application and > that i2 is the rails wiki. However my Instiki site says "Powered by > Ruby on Rails." It it helpful to study Rails documentation to better > understand Instiki or is there a better way to go. > > -- > Vegetarians eat Vegetables, Humanitarians frighten me > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From jmotta at wwidea.org Wed Jun 14 16:31:23 2006 From: jmotta at wwidea.org (Jonathan Motta) Date: Wed, 14 Jun 2006 14:31:23 -0600 Subject: [Instiki] server dying Message-ID: <4490721B.9000101@wwidea.org> The machine that instiki is running on downloaded some M$ security updates last night and rebooted. Now, when we run instiki, it runs fine for a while, then dies, usually when trying to edit a page. The error in the DOS window shows that it's seg faulting at timeout.rb on line 41. Anybody got any bright ideas? From myles at monkeyinyoursoul.com Wed Jun 14 16:34:07 2006 From: myles at monkeyinyoursoul.com (Myles A. Braithwaite) Date: Wed, 14 Jun 2006 16:34:07 -0400 Subject: [Instiki] Newbie Question about Instiki and Ruby on Rails In-Reply-To: <6DAFBEB2-D990-47A1-B392-88AB846D4C4E@acm.org> References: <6F24F678-37D6-45F5-9519-A799C3D5CAEF@mac.com> <6DAFBEB2-D990-47A1-B392-88AB846D4C4E@acm.org> Message-ID: <449072BF.6000907@monkeyinyoursoul.com> i2 code http://dev.rubyonrails.org/browser/tools/i2/trunk John Whitley wrote: > These days Instiki is most certainly a Rails application. Rails > documentation, books, tutorials, etc. are directly applicable. > > Instiki used to use the ?madeleine? persistence engine. As of the > 0.11.0 release, Instiki uses an ActiveRecord back-end, meaning that > it is now a fairly traditional Rails application. > > i2 is the engine behind http://wiki.rubyonrails.org/, and is a > separate codebase from Instiki. Although I note that the "i2" link > at the bottom of those pages points to http://instiki.org/ ;-) > > -- John > > On Jun 14, 2006, at 9:54 AM, Chris Gehlker wrote: > > >> The Instiki FAQ says that Instiki in *not* a rails application and >> that i2 is the rails wiki. However my Instiki site says "Powered by >> Ruby on Rails." It it helpful to study Rails documentation to better >> understand Instiki or is there a better way to go. >> >> -- >> Vegetarians eat Vegetables, Humanitarians frighten me >> >> >> _______________________________________________ >> 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 > -- Monkey in your Soul Myles A. Braithwaite myles at monkeyinyoursoul.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20060614/2bfb4c93/attachment.htm From canyonrat at mac.com Wed Jun 14 20:22:59 2006 From: canyonrat at mac.com (Chris Gehlker) Date: Wed, 14 Jun 2006 17:22:59 -0700 Subject: [Instiki] Newbie Question about Instiki and Ruby on Rails In-Reply-To: <6DAFBEB2-D990-47A1-B392-88AB846D4C4E@acm.org> References: <6F24F678-37D6-45F5-9519-A799C3D5CAEF@mac.com> <6DAFBEB2-D990-47A1-B392-88AB846D4C4E@acm.org> Message-ID: <50AADABA-81C8-4B92-B870-041A22BD9C3C@mac.com> On Jun 14, 2006, at 1:23 PM, John Whitley wrote: > These days Instiki is most certainly a Rails application. Rails > documentation, books, tutorials, etc. are directly applicable. Thanks, John. I'll fix the FAQ. -- For blocks are better cleft with wedges, Than tools of sharp or subtle edges, And dullest nonsense has been found By some to be the most profound. -Samuel Butler, From rsanheim at gmail.com Thu Jun 15 00:30:45 2006 From: rsanheim at gmail.com (Rob Sanheim) Date: Wed, 14 Jun 2006 23:30:45 -0500 Subject: [Instiki] Bazaar branches available In-Reply-To: <314619F8-4532-4324-B25C-2D70A373209F@acm.org> References: <314619F8-4532-4324-B25C-2D70A373209F@acm.org> Message-ID: On 6/10/06, John Whitley wrote: > Hi all, > > I've put up some Bazaar (aka 'bzr') branches with my instiki work. > I've been a bit busy on other fronts, so there isn't a whole lot of > new stuff here, but I forsee another good spate of hacking time > coming up quite soon... I've also got some variants of the logo/icon > work that I'll post up over the weekend. > > Here are the branches currently available: > > http://bangpath.org/bzr/instiki/trunk > -- Mirror of the Instiki svn trunk, the base for all other branches > > http://bangpath.org/bzr/instiki/main > -- a rollup of trunk + all fixes and feature work to-date > > http://bangpath.org/bzr/instiki/bug248 Thanks for your work, John. Are these changes going to be merged back onto the main instiki svn? Are you going to be getting commit rights, or are you going to just fork and go with it? - Rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com From whitley at acm.org Thu Jun 15 01:27:29 2006 From: whitley at acm.org (John Whitley) Date: Wed, 14 Jun 2006 22:27:29 -0700 Subject: [Instiki] Bazaar branches available In-Reply-To: References: <314619F8-4532-4324-B25C-2D70A373209F@acm.org> Message-ID: <16973E0C-6903-4F60-984A-A9A46BCC23E6@acm.org> Rob Sanheim wrote: > Thanks for your work, John. Glad to help. ;-) > Are these changes going to be merged back onto the main instiki svn? That's my intent, however I've been unable to reach Alexey for over a month. I published my branches as a way to keep Instiki work moving forward in the meantime until I can get commit rights, Trac/RubyForge permissions etc. sorted out properly. Even once that is sorted out, I expect to keep my bzr branches around as a place to publish experimental feature work and so forth before it's quite ready for mainline. -- John From stephen.ng at planetnutek.com Fri Jun 16 10:46:42 2006 From: stephen.ng at planetnutek.com (Stephen Ng) Date: Fri, 16 Jun 2006 22:46:42 +0800 Subject: [Instiki] Installation problem Message-ID: <4492C452.20601@planetnutek.com> Hi! I tried installing instiki-0.11.0 according to the README file and received the following error on my Fedora 3 system - [root at nutekfedora instiki-0.11.0]# rake migrate (in /home/sng/Ruby/instiki-0.11.0) rake aborted! Access denied for user: 'root at localhost' (Using password: NO) (See full trace by running task with --trace) On running with trace the following was displayed - [root at nutekfedora instiki-0.11.0]# rake --trace migrate (in /home/sng/Ruby/instiki-0.11.0) ** Invoke migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute migrate rake aborted! Access denied for user: 'root at localhost' (Using password: NO) /home/sng/Ruby/instiki-0.11.0/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:316:in `real_connect' /home/sng/Ruby/instiki-0.11.0/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:316:in `connect' /home/sng/Ruby/instiki-0.11.0/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:87:in `initialize' /home/sng/Ruby/instiki-0.11.0/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:37:in `mysql_connection' /home/sng/Ruby/instiki-0.11.0/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection_without_query_cache=' /home/sng/Ruby/instiki-0.11.0/vendor/rails/activerecord/lib/active_record/query_cache.rb:54:in `connection=' /home/sng/Ruby/instiki-0.11.0/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:106:in `retrieve_connection' /home/sng/Ruby/instiki-0.11.0/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:20:in `connection' /home/sng/Ruby/instiki-0.11.0/vendor/rails/activerecord/lib/active_record/migration.rb:178:in `migrate' /home/sng/Ruby/instiki-0.11.0/vendor/rails/railties/lib/tasks/databases.rake:3 /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `execute' /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:387:in `execute' /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:357:in `invoke' /usr/lib/ruby/1.8/thread.rb:135:in `synchronize' /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:350:in `invoke' /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `run' /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in `run' /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/bin/rake:7 /usr/bin/rake:18 It seems to me that "rake migrate" is using mysql and failing because migrate does not provide password to mysql. It does not use sqlite even though I have sqlite installed. I read in the README that there are plans to migrate to mysql. Is this whats happening with v 0.11.0? If so, how do I patch migrate to ask for the password? I'd appreciate any help. Thanks. Stephen From stephen.ng at planetnutek.com Tue Jun 20 05:00:04 2006 From: stephen.ng at planetnutek.com (Stephen Ng) Date: Tue, 20 Jun 2006 17:00:04 +0800 Subject: [Instiki] MySQL or Sqlite Message-ID: <4497B914.7020001@planetnutek.com> If I have both MySQL and Sqlite installed, how can I get instiki to use one DB instead of the other? Stephen From csimonut at gmail.com Tue Jun 20 05:33:12 2006 From: csimonut at gmail.com (Christian Simonutti) Date: Tue, 20 Jun 2006 11:33:12 +0200 (CEST) Subject: [Instiki] MySQL or Sqlite In-Reply-To: <4497B914.7020001@planetnutek.com> References: <4497B914.7020001@planetnutek.com> Message-ID: <4423.212.69.160.76.1150795992.squirrel@localdomain.at> On Tue, June 20, 2006 11:00, Stephen Ng wrote: > If I have both MySQL and Sqlite installed, how can I get instiki to use > one DB instead of the other? RoR applications get there db-config from config/database.yml. You have to setup the tables for instiki, if you switch the database. There are migrate-files under db/migrate, but I don't know if they describe the full schema used by instiki. How to use migrations is described here: * http://wiki.rubyonrails.com/rails/pages/UnderstandingMigrations * http://wiki.rubyonrails.com/rails/pages/UsingMigrations Hope that helps, Simon From jjshanks at gmail.com Thu Jun 22 16:54:59 2006 From: jjshanks at gmail.com (Joshua Shanks) Date: Thu, 22 Jun 2006 15:54:59 -0500 Subject: [Instiki] Instiki on Apache In-Reply-To: <84f0acdb0606121244o3d067d6dud4e12d6f208d6474@mail.gmail.com> References: <84f0acdb0606121244o3d067d6dud4e12d6f208d6474@mail.gmail.com> Message-ID: <84f0acdb0606221354u2b7d98cfx61da69f718b042df@mail.gmail.com> Finally got this work. Seems there was several problems. my hints run dispatch.fcgi from the command line to see if it works, also might want to go into debug mode "ruby -r debug dispatch.rb" to see what exceptions are being thrown. Usually you'll have to set up REQUEST_METHOD i did "export REQUEST_METHOD=GET" to get it to work. and then magically everything worked. its seems like there was a hump and that helped it get over it. also the usual double checking of permissions and database.yml files are important. On 6/12/06, Joshua Shanks wrote: > I am also having troube getting instiki to run with apache. > > I get this in my apache error log > > [Mon Jun 12 14:32:02 2006] [notice] mod_fcgid: server > /var/www/sites/help/public/dispatch.fcgi(25784) started > [Mon Jun 12 14:32:02 2006] [notice] mod_fcgid: server > /var/www/sites/help/public/dispatch.fcgi(25785) started > [Mon Jun 12 14:32:02 2006] [notice] mod_fcgid: server > /var/www/sites/help/public/dispatch.fcgi(25786) started > [Mon Jun 12 14:32:08 2006] [notice] mod_fcgid: process > /var/www/sites/help/public/dispatch.fcgi(25786) exit(server exited), > terminated by calling exit(), return code: 255 > [Mon Jun 12 14:32:08 2006] [notice] mod_fcgid: process > /var/www/sites/help/public/dispatch.fcgi(25785) exit(server exited), > terminated by calling exit(), return code: 255 > [Mon Jun 12 14:32:08 2006] [notice] mod_fcgid: process > /var/www/sites/help/public/dispatch.fcgi(25784) exit(server exited), > terminated by calling exit(), return code: 255 > > I am running > Fedora Core 5 > rails 1.1.2 > instiki-0.11.0 > apache 2.2.0 > mod_fcgid.1.09 > > I have several other rails apps running under apache but Instiki just > doesn't seem to want to work. I checked my shebang in dispatch.fcgi > and that is correct and the same as all my other rails apps that I > have running under apache. Any ideas? > > here is what is in my httpd.conf > > IPCCommTimeout 40 > IPCConnectTimeout 10 > LimitInternalRecursion 20 > SocketPath /tmp/fcgidsock > > > ServerName help.foo.com > DocumentRoot /var/www/sites/help/public > DefaultInitEnv RAILS_ENV produciton > > Options ExecCGI FollowSymLinks > AddHandler fcgid-script .fcgi > RewriteEngine On > RewriteRule ^$ index.html [QSA] > RewriteRule ^([^.]+)$ $1.html [QSA] > RewriteCond %{REQUEST_FILENAME} !-f > RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] > > > From jjshanks at gmail.com Thu Jun 22 16:59:16 2006 From: jjshanks at gmail.com (Joshua Shanks) Date: Thu, 22 Jun 2006 15:59:16 -0500 Subject: [Instiki] better urls Message-ID: <84f0acdb0606221359o779f8e95ydc6521969a2b09b2@mail.gmail.com> Currently running instiki in apache. I am trying to get rid of the foo.bar.com/mywiki/published/HomePage stuff into foo.bar.com/HomePage. I have been trying to get this to work with apaches rewrite rules with no luck. I looked into the routes.rb and couldn't figure that out either. I know this has to be possible under apache. my apache config looks like this: ServerName foobar.xyz.com DocumentRoot /var/www/sites/xyz/help/public DefaultInitEnv RAILS_ENV production RewriteLog "/var/www/sites/xyz/help/rewrite.log" RewriteLogLevel 2 AddHandler fcgid-script .fcgi RewriteEngine On RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] ErrorDocument 500 "

Application error

Rails application failed to start properly"
Options Indexes +FollowSymLinks +ExecCGI AllowOverride AuthConfig Order allow,deny Allow from all
any help would be greatly appreciated. From whitley at acm.org Thu Jun 22 16:10:45 2006 From: whitley at acm.org (John Whitley) Date: Thu, 22 Jun 2006 13:10:45 -0700 Subject: [Instiki] I'd like to help with Instiki... In-Reply-To: References: <313862AC-F0C7-4901-8850-0A02E3723937@eddl.us> <927B6231-82C7-4282-A1C2-B07607D16D70@bangpath.org> Message-ID: <9E2C923B-E864-4837-B9F8-D55D99D8D523@acm.org> Daryl Richter wrote: > One question on your instructions below, though: > > John Whitley wrote: >> >> Then to make a new local branch for bugfix work, you can type the >> following in the repo directory: >> >> bzr branch trunk bugNNN > > should this be "bzr branch main bug270"? > > I guess perhaps that's the same thing. Well, main is defined as trunk + all other changes to date. I.e. trunk is the SVN mirror, while main contains all of the changes that aren't in SVN. For now, work on a branch of trunk and then I'll merge it into main. This pattern will only hold water for so long, eventually bugfix and/or feature work will start to have an increasing number of conflicts. But working off of trunk has the short-term advantage of making things easier to move into SVN for the moment. -- John From whitley at acm.org Wed Jun 28 20:23:17 2006 From: whitley at acm.org (John Whitley) Date: Wed, 28 Jun 2006 17:23:17 -0700 Subject: [Instiki] Missives from the front lines Message-ID: <5B11BB35-88A6-4B20-8780-34FA9475447B@acm.org> Hi all, Sorry to be so quiet lately; things are happening with Instiki, but I haven't been writing about them much lately. On to recent news: First off, Daryl Richter has offered to put shoulder-to-yoke and help push Instiki forwards. Thanks and welcome! For my part, I'm working on scratching a personal itch related to web bookmark management. Think Instiki + del.icio.us, including the ability to cite bookmarks from wiki pages, sync bookmarks to/from del.icio.us, export for Firefox, etc. The plan for now is to implement bookmarking support as a Rails Engine (dubbed 'Annote') so that it can be added to Instiki, or used in other Rails apps. Thus far I've been involved in a fair bit of RTFM and back-of-the- napkin work for Annote. That phase is about done, and I'm getting moving on actual implementation. More news as it happens, John From tysontate at gmail.com Wed Jun 28 20:55:18 2006 From: tysontate at gmail.com (Tyson Tate) Date: Wed, 28 Jun 2006 17:55:18 -0700 Subject: [Instiki] Instiki on MacOS X Message-ID: <6d12b83c0606281755r6fac4748x101dd3fc478dc344@mail.gmail.com> I've been out of the Instiki world for a while now, so I apologize if these questions have been answered elsewhere. I built up a good amount of content using the packaged MacOS X version of Instiki 0.10.2 and now need to move that conent to a new system. However, I have the known problem with 0.10.2 not being able to export. So, I'm trying to get 0.11.0 up and running on MacOS X 10.4.7. I've properly installed all requirements through DarwinPorts, and am able to run Instiki. Two problems: First, I can't create a new web. When I try to do so, I get the following error: "NoMethodError in Admin#create_system undefined method `files_path' for nil:NilClass" Secondly, I can't migrate my old database: "$ ruby script/import_storage -t /Users/ttate/Library/Application\ Support/Instiki/2500 -i /Users/ttate/Desktop/instiki-0.11.0/ -d sqlite -o instiki_import.sql script/import_storage:97:in `require': no such file to load -- wiki_service (LoadError) from script/import_storage:97" The above error is dying on "require 'wiki_service'" in the import_storage script. Any ideas? Thanks, Tyson Tate From whitley at acm.org Wed Jun 28 21:14:10 2006 From: whitley at acm.org (John Whitley) Date: Wed, 28 Jun 2006 18:14:10 -0700 Subject: [Instiki] Instiki on MacOS X In-Reply-To: <6d12b83c0606281755r6fac4748x101dd3fc478dc344@mail.gmail.com> References: <6d12b83c0606281755r6fac4748x101dd3fc478dc344@mail.gmail.com> Message-ID: Tyson Tate wrote: > undefined method `files_path' for nil:NilClass" Hi Tyson, This error is almost certainly that the SWIG library is missing. When SWIG isn't present, sqlite3-ruby reverts to a broken pure Ruby implementation. Does 'port installed' show the swig port is present? If so, then you might try reinstalling the sqlite3-ruby gem. Give that a try; sorting out the SWIG issues will definitely sort out not being able to run and work with Instiki 0.11.0. I expect it will also fix the migration tool's problems as well. -- John From tomdmail at gmail.com Thu Jun 29 12:21:36 2006 From: tomdmail at gmail.com (tomdmail at gmail.com) Date: Thu, 29 Jun 2006 12:21:36 -0400 Subject: [Instiki] Instiki on MacOS X In-Reply-To: <6d12b83c0606281755r6fac4748x101dd3fc478dc344@mail.gmail.com> References: <6d12b83c0606281755r6fac4748x101dd3fc478dc344@mail.gmail.com> Message-ID: <6d35ecba0606290921s29cbe277wf8dccf42ec211b64@mail.gmail.com> Hi Tyson, It's a pretty easy to fix the export problem in 0.10.2 In your instiki 0.10.2 directory: 1. go to the app/controllers subdirectory. 2. find the file application.rb and open it in a text editor. 3. goto about line 66. 4. find this section: def send_file(file, options = {}) options[:type] ||= (FILE_TYPES[File.extname(file)] || 'application/octet-stream') super(file, options) end and add the line "options[:stream] = false" so that the section looks like this: def send_file(file, options = {}) options[:type] ||= (FILE_TYPES[File.extname(file)] || 'application/octet-stream') options[:stream] = false # add this line here!! super(file, options) end After making that change you should be able to export from 0.10.2. Tom On 6/28/06, Tyson Tate wrote: > I've been out of the Instiki world for a while now, so I apologize if > these questions have been answered elsewhere. > > I built up a good amount of content using the packaged MacOS X version > of Instiki 0.10.2 and now need to move that conent to a new system. > However, I have the known problem with 0.10.2 not being able to > export. > > So, I'm trying to get 0.11.0 up and running on MacOS X 10.4.7. I've > properly installed all requirements through DarwinPorts, and am able > to run Instiki. > > Two problems: > > First, I can't create a new web. When I try to do so, I get the following error: > > "NoMethodError in Admin#create_system > > undefined method `files_path' for nil:NilClass" > > Secondly, I can't migrate my old database: > > "$ ruby script/import_storage -t /Users/ttate/Library/Application\ > Support/Instiki/2500 -i /Users/ttate/Desktop/instiki-0.11.0/ -d sqlite > -o instiki_import.sql > script/import_storage:97:in `require': no such file to load -- > wiki_service (LoadError) > from script/import_storage:97" > > The above error is dying on "require 'wiki_service'" in the > import_storage script. > > Any ideas? > > Thanks, > Tyson Tate > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From robert.bruce at t-online.de Thu Jun 29 15:18:03 2006 From: robert.bruce at t-online.de (BobR) Date: Thu, 29 Jun 2006 21:18:03 +0200 Subject: [Instiki] undefined method `files_path' for nil:NilClass" In-Reply-To: References: Message-ID: Am 29.06.2006 um 18:21 John wrote: > Tyson Tate wrote: >> undefined method `files_path' for nil:NilClass" > > Hi Tyson, > > This error is almost certainly that the SWIG library is missing. > When SWIG isn't present, sqlite3-ruby reverts to a broken pure Ruby > implementation. Does 'port installed' show the swig port is > present? If so, then you might try reinstalling the sqlite3-ruby gem. > > Give that a try; sorting out the SWIG issues will definitely sort out > not being able to run and work with Instiki 0.11.0. I expect it will > also fix the migration tool's problems as well. > > -- John John, I have the same problem. When trying to install/reinstall SWIG, after doing the ./configure as in the INSTALL instructions, when I try the "make" step I get this message: Build system is out of date. Please reconfigure (rerun: ./autogen.sh && ./configure) make[2]: *** [am--refresh] Error 1 make[1]: *** [Makefile.in] Error 1 make: *** [source] Error 2 I tried (rerun: ./autogen.sh && ./configure) to no avail (assuming that means to run and rerun those commands). This is definitely beyond me -- any further suggestion on this? I'd be grateful. Thanks, Bob OS 10.4.6 Rails installed according to hivelogic.com's instructions -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20060629/7d305683/attachment.html From tysontate at gmail.com Thu Jun 29 16:13:41 2006 From: tysontate at gmail.com (Tyson Tate) Date: Thu, 29 Jun 2006 13:13:41 -0700 Subject: [Instiki] undefined method `files_path' for nil:NilClass" In-Reply-To: References: Message-ID: <6d12b83c0606291313w2c1c1de4jfaf00bbcc9a6a67c@mail.gmail.com> I installed Swig with DarwinPorts sucessfully and am still having the same problem creating a new web: NoMethodError in Admin#create_system undefined method `files_path' for nil:NilClass Trace: #{RAILS_ROOT}/app/models/wiki_file.rb:49:in `content_path' #{RAILS_ROOT}/app/models/web.rb:86:in `create_files_directory' #{RAILS_ROOT}/app/models/wiki.rb:13:in `create_web' #{RAILS_ROOT}/app/models/wiki.rb:70:in `setup' #{RAILS_ROOT}/app/controllers/admin_controller.rb:17:in `create_system' instiki:6 The migration fails with the same error before, as well: script/import_storage:97:in `require': no such file to load -- wiki_service (LoadError) from script/import_storage:97 Any ideas? -Tyson On 6/29/06, BobR wrote: > > Am 29.06.2006 um 18:21 John wrote: > > Hi Tyson, > > This error is almost certainly that the SWIG library is missing. > When SWIG isn't present, sqlite3-ruby reverts to a broken pure Ruby > implementation. Does 'port installed' show the swig port is > present? If so, then you might try reinstalling the sqlite3-ruby gem. > > Give that a try; sorting out the SWIG issues will definitely sort out > not being able to run and work with Instiki 0.11.0. I expect it will > also fix the migration tool's problems as well. > > -- John From ttate at calpoly.edu Thu Jun 29 12:59:26 2006 From: ttate at calpoly.edu (Tyson Tate) Date: Thu, 29 Jun 2006 09:59:26 -0700 Subject: [Instiki] Instiki on MacOS X In-Reply-To: <6d12b83c0606281755r6fac4748x101dd3fc478dc344@mail.gmail.com> References: <6d12b83c0606281755r6fac4748x101dd3fc478dc344@mail.gmail.com> Message-ID: <324B3994-78DD-4C0F-B662-AA61835F8F7A@calpoly.edu> Thanks to both John and Tom for your help. I'm on my way to work right now to give these ideas a shot. I may end up sticking with Instiki, knowing that it's still under development (or at least somewhat). My work needed a nice Wiki solution for our in-house documentation and such, but the only other decent wiki I could find was MediaWiki, which is a bit overkill four our needs. I wasn't going to go with Instiki, knowing about the export problems and such, but it looks like 0.11.0 should fix the worst of my worries. Are there any other outstanding issues I should worry about before making Instiki our standard platform for internal wikis? Thanks! -Tyson From ttate at calpoly.edu Thu Jun 29 16:38:12 2006 From: ttate at calpoly.edu (Tyson Tate) Date: Thu, 29 Jun 2006 13:38:12 -0700 Subject: [Instiki] Instiki on MacOS X In-Reply-To: <324B3994-78DD-4C0F-B662-AA61835F8F7A@calpoly.edu> References: <6d12b83c0606281755r6fac4748x101dd3fc478dc344@mail.gmail.com> <324B3994-78DD-4C0F-B662-AA61835F8F7A@calpoly.edu> Message-ID: <28CBFB75-2835-407B-A260-2C2884F4187A@calpoly.edu> Ignore this e-mail - I have no idea why it took 4 hours to reach the list. :) I've replied in the other thread because installing SWIG didn't help and fixing the code in 0.10.0 didn't fix the export problem. -Tyson On Jun 29, 2006, at 9:59 AM, Tyson Tate wrote: > Thanks to both John and Tom for your help. I'm on my way to work > right now to give these ideas a shot. > > I may end up sticking with Instiki, knowing that it's still under > development (or at least somewhat). My work needed a nice Wiki > solution for our in-house documentation and such, but the only other > decent wiki I could find was MediaWiki, which is a bit overkill four > our needs. I wasn't going to go with Instiki, knowing about the > export problems and such, but it looks like 0.11.0 should fix the > worst of my worries. > > Are there any other outstanding issues I should worry about before > making Instiki our standard platform for internal wikis? > > Thanks! > -Tyson > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From whitley at acm.org Thu Jun 29 17:19:50 2006 From: whitley at acm.org (John Whitley) Date: Thu, 29 Jun 2006 14:19:50 -0700 Subject: [Instiki] undefined method `files_path' for nil:NilClass" In-Reply-To: <6d12b83c0606291313w2c1c1de4jfaf00bbcc9a6a67c@mail.gmail.com> References: <6d12b83c0606291313w2c1c1de4jfaf00bbcc9a6a67c@mail.gmail.com> Message-ID: Hi Tyson, Apologies for the pain of the by-hand install for OS X. SWIG has proven to be rather much of a hassle for some folks. (Oleg, any progress on getting the 0.11.0 all-in-one setup going?) Did you also try reinstalling the sqlite3-ruby gem? How do you have this gem installed? If a reinstall of the suspect gem doesn't work, then I recommend giving Locomotive a try. See http://locomotive.raaum.org/ for details and download. It's literally "Rails in a box" for OS X -- ruby, rails, gems, dependent libraries (including sqlite3) -- everything in one neat package that won't impact your existing Darwinports installation. You should be able to run Instiki and perform the migration just fine. For the migration, use Locomotive's feature to open a Terminal window with all of the Locomotive path settings in place. -- John From tysontate at gmail.com Thu Jun 29 17:36:40 2006 From: tysontate at gmail.com (Tyson Tate) Date: Thu, 29 Jun 2006 14:36:40 -0700 Subject: [Instiki] undefined method `files_path' for nil:NilClass" In-Reply-To: References: <6d12b83c0606291313w2c1c1de4jfaf00bbcc9a6a67c@mail.gmail.com> Message-ID: <6d12b83c0606291436m31bcafdcgbbee1196843c38c2@mail.gmail.com> Awesome! Locomotive, indeed, works. It wouldn't, however, run Instiki successfully on its own (something, I suspect, having to do with Locomotive allowing you to specify the port). Opening my instiki folder in the Terminal thorugh Locomotive and running instiki there gets Instiki up and running wonderfully. Thanks again for the help! -Tyson On 6/29/06, John Whitley wrote: > Hi Tyson, > > Apologies for the pain of the by-hand install for OS X. SWIG has > proven to be rather much of a hassle for some folks. (Oleg, any > progress on getting the 0.11.0 all-in-one setup going?) > > Did you also try reinstalling the sqlite3-ruby gem? How do you have > this gem installed? > > If a reinstall of the suspect gem doesn't work, then I recommend > giving Locomotive a try. See http://locomotive.raaum.org/ for > details and download. It's literally "Rails in a box" for OS X -- > ruby, rails, gems, dependent libraries (including sqlite3) -- > everything in one neat package that won't impact your existing > Darwinports installation. You should be able to run Instiki and > perform the migration just fine. For the migration, use > Locomotive's feature to open a Terminal window with all of the > Locomotive path settings in place. > > -- John > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From daryl at eddl.us Thu Jun 29 21:53:32 2006 From: daryl at eddl.us (Daryl Richter) Date: Thu, 29 Jun 2006 21:53:32 -0400 Subject: [Instiki] Missives from the front lines In-Reply-To: <5B11BB35-88A6-4B20-8780-34FA9475447B@acm.org> Message-ID: Hi- It's Daryl here, and I have indeed started working on instiki. My first task was bug #270, "Export Errors", in which instiki, when *not* running via Webrick blows up when you click on the "Export" link on the front page. Here is what I have found: The offending line is in export.rhtml, here it is: <% if OPTIONS[:pdflatex] && @web.markup == :textile %> The problem is that "OPTIONS" is set in script/server, so that if you start instiki using anything other than webrick you get an error. The OPTIONS are the command-line options passed to Webrick on start. I use Mongrel, so I was seeing the error myself. I could try to fix it by getting the command-line options from the other servers (don't know how yet), or just removing the condition, but I would propose that instead of being a command line option, the setting of whether or not you support output to pdf and/or latex be wiki settings that could be set via the "Edit Web" page. I guess this could be a web-by-web setting, though it seems more like a wiki-wide setting to me. What do others think? -- Daryl On 6/28/06 8:23 PM, "John Whitley" wrote: > Hi all, > > Sorry to be so quiet lately; things are happening with Instiki, but I > haven't been writing about them much lately. On to recent news: > > First off, Daryl Richter has offered to put shoulder-to-yoke and help > push Instiki forwards. Thanks and welcome! > > For my part, I'm working on scratching a personal itch related to web > bookmark management. Think Instiki + del.icio.us, including the > ability to cite bookmarks from wiki pages, sync bookmarks to/from > del.icio.us, export for Firefox, etc. The plan for now is to > implement bookmarking support as a Rails Engine (dubbed 'Annote') so > that it can be added to Instiki, or used in other Rails apps. > > Thus far I've been involved in a fair bit of RTFM and back-of-the- > napkin work for Annote. That phase is about done, and I'm getting > moving on actual implementation. > > More news as it happens, > John > > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >