From christophe at kualasoft.com Fri Jan 4 07:00:59 2008 From: christophe at kualasoft.com (Christophe Bouhier) Date: Fri, 4 Jan 2008 13:00:59 +0100 Subject: [Instiki] integrating Instiki In-Reply-To: <5A45A535-B090-4B2D-9917-684E096458FD@golem.ph.utexas.edu> References: <6C02CE52-9C9F-4C96-9F83-50E6B4B92102@golem.ph.utexas.edu> <000001c8461d$944d9f10$05a0a8c0@msi.cell> <5A45A535-B090-4B2D-9917-684E096458FD@golem.ph.utexas.edu> Message-ID: <000001c84ec9$7ab144d0$b98ea8c0@msi.cell> Hi Jacques, OK, let me see how this will work, as I am mixing the adapted wiki with other private functions, so keeping it clean is a bit of a challenge. I'll make sure it's 2.0.x compatible. Cheers / -----Original Message----- From: jpodder at augustine.hostingrails.com [mailto:jpodder at augustine.hostingrails.com] On Behalf Of Jacques Distler Sent: Monday, December 24, 2007 14:33 To: Christophe Bouhier Cc: instiki-users at rubyforge.org Subject: Re: [Instiki] integrating Instiki -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 24, 2007, at 5:10 AM, Christophe Bouhier wrote: > 0.12 solves many deprecation warnings visible with rails 1.2.5. I know. See SVN commit #533. > Instiki integrated into a site which implements > Restful_Authentication. > > - Authentication on wiki, is not through instiki authentication, but > restful_auth. > - Uses user login instead of AnonymousCoward :-) > > I can commit the "standalone" code somewhere, if someone is > interessted, but I'm very interested in this (provided the authentication code works with Rails 2.0.2). > I can imagine the main committers, won't be too happy, of the > duplicate code base. As long as you keep up with the developments on Instiki Trunk, I don't see why that should be a problem. Fortunately, development on the main branch of Instiki is fairly slow, at the moment (last commit was October 15, by yours truly), so that keeping up shouldn't be too hard. Jacques -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) Comment: PGP Key - http://golem.ph.utexas.edu/~distler/distler.asc iD8DBQFHb7VvnyqPIXpYcjcRAozkAKDgJ5a4FzKMcic9wJMdutGjwmtNJACcDdRc A+Ke3wh3mFlCAIKu+xcbxNM= =CTXN -----END PGP SIGNATURE----- From dapiced at videotron.ca Fri Jan 4 13:14:29 2008 From: dapiced at videotron.ca (Dominic D'Apice) Date: Fri, 04 Jan 2008 13:14:29 -0500 Subject: [Instiki] how to backup instiki ? Message-ID: <000001c84efd$a5fad230$0b0a0a0a@compaq1> What should I take care if I would like to backup what I edit in instiki ? All the instiki directory? or storage directory is enough ? Also, does a export via my browser can be re-injected into instiki directory somewhere? Please need help Thanks Dominic -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080104/9de260d7/attachment.html From johannes.vanderknyff at gmail.com Fri Jan 4 14:28:38 2008 From: johannes.vanderknyff at gmail.com (Johannes Vanderknyff) Date: Fri, 4 Jan 2008 14:28:38 -0500 Subject: [Instiki] how to backup instiki ? In-Reply-To: <000001c84efd$a5fad230$0b0a0a0a@compaq1> References: <000001c84efd$a5fad230$0b0a0a0a@compaq1> Message-ID: >From a very simple perspective, you could just back up the database. By default it uses sqlite, and the file is in the db directory. Johannes On Jan 4, 2008 1:14 PM, Dominic D'Apice wrote: > What should I take care if I would like to backup what I edit in instiki > ? > > > > > > All the instiki directory? or storage directory is enough ? > > > > Also, does a export via my browser can be re-injected into instiki > directory somewhere? > > > > > > Please need help > > > > Thanks > > Dominic > > > > > > _______________________________________________ > 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/20080104/68635488/attachment-0001.html From parasew at 5uper.net Fri Jan 4 17:59:56 2008 From: parasew at 5uper.net (Matthias Tarasiewicz) Date: Fri, 4 Jan 2008 23:59:56 +0100 Subject: [Instiki] how to backup instiki ? In-Reply-To: <000001c84efd$a5fad230$0b0a0a0a@compaq1> References: <000001c84efd$a5fad230$0b0a0a0a@compaq1> Message-ID: hi dominic, backing up instiki depends on the database you use. for sqlite3, as johannes already said it is really just needed to copy the files from the db directory. if you are running on mysql or postgresql, you might want to take a look in the mysqldump/ mysqlimport pg_dump (pg_dumpall)/ pg_restore regards, matthias On 04.01.2008, at 19:14, Dominic D'Apice wrote: > What should I take care if I would like to backup what I edit in > instiki ? > > > All the instiki directory? or storage directory is enough ? > > Also, does a export via my browser can be re-injected into instiki > directory somewhere? > > > Please need help > > Thanks > Dominic > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From dapiced at videotron.ca Fri Jan 4 19:04:13 2008 From: dapiced at videotron.ca (Dominic D'Apice) Date: Fri, 04 Jan 2008 19:04:13 -0500 Subject: [Instiki] wget the export zip file Message-ID: <000001c84f2e$817be710$0b0a0a0a@compaq1> Is there a way to call the wget command to retrieve the export zip file automaticly each day ? wget http://wikidom/export I cannot supply user ans password, because it is a javascript function... Is there a way ? Thanks Dominic -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080104/adfa1fdd/attachment.html From dapiced at videotron.ca Fri Jan 4 22:11:09 2008 From: dapiced at videotron.ca (Dominic D'Apice) Date: Fri, 04 Jan 2008 22:11:09 -0500 Subject: [Instiki] ruby script/server take almost all of my ram memory , why ? Message-ID: <000001c84f48$9ebdaf10$0b0a0a0a@compaq1> Hi, ruby script/server take 85% of all of my ram memory , why ? root 2368 0.5 85.6 1371864 663528 ? S 20:03 0:39 ruby script/server how can i fix that ? thanks Dominic -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080104/42205181/attachment.html From Eugenio.Draschner at ofheo.gov Tue Jan 15 10:02:31 2008 From: Eugenio.Draschner at ofheo.gov (Draschner, Eugenio) Date: Tue, 15 Jan 2008 10:02:31 -0500 Subject: [Instiki] Memory Issues Message-ID: <170A26E58D958B4D91B0FE94E6B0C90A0776CFC4@EMAIL1.oa.ofheo.gov> All: I am new to Ruby, Instiki and Wikis... so bear with me. I have installed Instiki and created a wiki which I have now proceeded to populate with information. The wiki lives on my two processor networked laptop with 1 gig RAM. I don't have that much info... the db is less than 1 MB ... but it has gotten to the point where the ruby process grows seemingly exponentially as I click through the wiki. I tried changing out the Webrick server for Mongrel, but that did not improve things. I've tried scouring the web but with the exception of a few similar complaints and some commiseration by others, I could not find any patches or solutions. I have thought about swapping out the sqlite db for mysql but I have a feeling that it will make no difference. Anybody have any ideas? The wiki I have created is a useful one, but no one can use it because it runs my laptop out of memory within a few minutes. Anyone have any ideas? Thanks much!!! Gene -------------------------------------------------------------------- Confidentiality Notice: The information contained in this e-mail and any attachments may be confidential or privileged under applicable law, or otherwise may be protected from disclosure to anyone other than the intended recipient(s). Any use, distribution, or copying of this e-mail, including any of its contents or attachments by any person other than the intended recipient, or for any purpose other than its intended use, is strictly prohibited. If you believe you have received this e-mail in error: permanently delete the e-mail and any attachments, and do not save, copy, disclose, or rely on any part of the information contained in this e-mail or its attachments. Please call 202-414-8920 if you have questions. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080115/54c5f4f4/attachment.html From cwall at semperllc.com Mon Jan 21 15:15:18 2008 From: cwall at semperllc.com (Chris Wall) Date: Mon, 21 Jan 2008 15:15:18 -0500 Subject: [Instiki] Instiwiki - showing up a blank page only Message-ID: <5FD2010F-B2C8-4A0A-AA33-648B244DEE85@semperllc.com> I'm not an expert on instiki, our wiki recently just started showing a blank page only any of the links (in history) also show up blank with no source html is there a way to recover from this? I did try "rake db:migrate RAILS_ENV=production" but just got an error Don't know how to build task "db:migrate" thx in adv hello again, mike instead of the rake db:migrate, please do a rake db:migrate RAILS_ENV=production this should work! regards, matthias On 9/26/07, Matthias Tarasiewicz wrote: > hello mike, > please excuse the late answer. this sounds like an sqlite issue to me. > which version of sqlite are you running on your system? can you please > try to delete the following files > > db/production.db.sqlite3 > db/development.db > > then go to the root of the instiki directory and type > rake db:migrate > Chris Wall From johannes.vanderknyff at gmail.com Mon Jan 21 16:37:14 2008 From: johannes.vanderknyff at gmail.com (Johannes Vanderknyff) Date: Mon, 21 Jan 2008 16:37:14 -0500 Subject: [Instiki] Instiwiki - showing up a blank page only In-Reply-To: <5FD2010F-B2C8-4A0A-AA33-648B244DEE85@semperllc.com> References: <5FD2010F-B2C8-4A0A-AA33-648B244DEE85@semperllc.com> Message-ID: If I recall, this is because the database is not yet initialized. If you are using mysql, create that database and then run that rake command. Johannes On Jan 21, 2008 3:15 PM, Chris Wall wrote: > I'm not an expert on instiki, > > our wiki recently just started showing a blank page only > > any of the links (in history) also show up blank with no source html > > is there a way to recover from this? > > I did try "rake db:migrate RAILS_ENV=production" > > but just got an error > > Don't know how to build task "db:migrate" > > thx in adv > > > > > hello again, mike > instead of the rake db:migrate, please do a > rake db:migrate RAILS_ENV=production > > this should work! > > regards, > matthias > > On 9/26/07, Matthias Tarasiewicz wrote: > > hello mike, > > please excuse the late answer. this sounds like an sqlite issue to > me. > > which version of sqlite are you running on your system? can you > please > > try to delete the following files > > > > db/production.db.sqlite3 > > db/development.db > > > > then go to the root of the instiki directory and type > > rake db:migrate > > > > Chris Wall > > _______________________________________________ > 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/20080121/c7e2436d/attachment.html From cwall at semperllc.com Mon Jan 21 17:48:48 2008 From: cwall at semperllc.com (Chris Wall) Date: Mon, 21 Jan 2008 17:48:48 -0500 Subject: [Instiki] Instiwiki - showing up a blank page only In-Reply-To: References: <5FD2010F-B2C8-4A0A-AA33-648B244DEE85@semperllc.com> Message-ID: <7DBA335B-31CB-42D2-B178-83069F23DE62@semperllc.com> No mysql just ran the ruby install after downloading the instiwiki Was working fine for months ..... Now it's MIA .... Trying to find a way to get the wiki back up / running and not have to have someone spend all the time needed to re-create any way to export via command line? or create a database via command line? maybe put the backup onto a windows computer? thx On Jan 21, 2008, at 4:37 PM, Johannes Vanderknyff wrote: > If I recall, this is because the database is not yet initialized. > If you are using mysql, create that database and then run that rake > command. > > Johannes > > On Jan 21, 2008 3:15 PM, Chris Wall < cwall at semperllc.com> wrote: > I'm not an expert on instiki, > > our wiki recently just started showing a blank page only > > any of the links (in history) also show up blank with no source html > > is there a way to recover from this? > > I did try "rake db:migrate RAILS_ENV=production" > > but just got an error > > Don't know how to build task "db:migrate" > > thx in adv > > > > > hello again, mike > instead of the rake db:migrate, please do a > rake db:migrate RAILS_ENV=production > > this should work! > > regards, > matthias > > On 9/26/07, Matthias Tarasiewicz wrote: > > hello mike, > > please excuse the late answer. this sounds like an sqlite issue to > me. > > which version of sqlite are you running on your system? can you > please > > try to delete the following files > > > > db/production.db.sqlite3 > > db/development.db > > > > then go to the root of the instiki directory and type > > rake db:migrate > > > > Chris Wall > > _______________________________________________ > 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 Chris Wall CIO - Boston HQ Semper International - Boston 205 Portland St, Suite #300 Boston, MA 02114 cwall at semperllc.com phone 877-377-4687 Ext 245 fax 617-227-1468 We don't send resumes, we send highly skilled people capable of hitting the ground running. http://www.semperllc.com *Atlanta *Baltimore *Boston ( HQ) *Chicago *Dallas *Los Angeles *Minneapolis *Orange County *San Francisco *Wayne (NJ) Offices in MA CA GA IL TX NJ MD MN Please check this link for available (jobs) positions: http://www.semperllc.com/default.cfm?fuseaction=Search.JobList To browse our pre-qualified employee lists: http://www.semperllc.com/default.cfm?fuseaction=Search.Staff From spencer at lasermount.plus.com Tue Jan 22 02:53:28 2008 From: spencer at lasermount.plus.com (Spencer Collyer) Date: Tue, 22 Jan 2008 07:53:28 +0000 Subject: [Instiki] Using Instiki wiki to store bookmarks Message-ID: <20080122075328.1e73b50f@hathor.lasermount.plus.com> Hi, I've got a slightly-left-field usage of a wiki planned, and I'm wondering if Instiki would be a good one to use to implement it. Basically, I want to store my web browser bookmarks in a wiki. This makes more sense to me than having them on a menu, for a couple of reasons. Firstly, I use several computers around the house - one in the office, and a couple of laptops - so having one central repository for my bookmarks makes sense. I don't see any point using one of the online bookmark repositories, as I've no interest in sharing them. Secondly, I have a *lot* of bookmarks, and have them heavily categorised on my bookmark menu, so sometimes I have to go down three or four menu levels to get to the category I want. This is fine if it's just one bookmark from that submenu, but gets annoying if (as often happens) I'm working my way through a load of pages on the same or related menus, so having them all on a tab I keep permanently open would make a lot of sense. Thirdly, if they are on a web page, I can easily add comments alongside the actual links, just as a quick reminder if I need one of what the page is about and so on. In order to make this easier, I have a couple of requirements. 1) I want to be able to easily convert my bookmarks into a set of pages (one per sub-menu) that I can easily load into the wiki. To do this I'll probably write a Perl script to parse the bookmarks.html file and generate a set of wiki pages ready to be used. How easy is it to get Instiki to accept externally generated content like this? 2) I want to be able to write a Firefox extension that will allow me to emulate the current 'bookmark page' functionality, but store the bookmark in the appropriate wiki page. Is there an API external programs can use, or some other way to get externally-generated changes into Instiki? I know I can cut'n'paste the bookmark, but it would be nicer if it could be done by emulating current bookmarking. Thanks in advance for your attention. Spencer Collyer -- <<< Eagles may soar, but weasels don't get sucked into jet engines >>> 7:39am up 25 days 0:45, 16 users, load average: 0.44, 0.54, 0.42 Registered Linux User #232457 | LFS ID 11703 From rhkramer at gmail.com Tue Jan 22 08:12:37 2008 From: rhkramer at gmail.com (Randy Kramer) Date: Tue, 22 Jan 2008 08:12:37 -0500 Subject: [Instiki] Using Instiki wiki to store bookmarks In-Reply-To: <20080122075328.1e73b50f@hathor.lasermount.plus.com> References: <20080122075328.1e73b50f@hathor.lasermount.plus.com> Message-ID: <200801220812.51534.rhkramer@gmail.com> Aside, sorry for the top posting--I was going to just put the intro (the first two paragraphs) as a top post, but I think the rest of my response works here as well (i.e., basically just responding to your subject line). I debated whether to reply privately or publicly (sp?)--still haven't decided--I guess I'll know when I press send. I decided to post it to the list, so it seems less like I'm sneaking around promoting TWiki. I like your idea--I'm slowly working on something with some similarities (but perhaps a much broader scope) (something I loosely call an askSam / (T)Wiki clone or workalike). Anyway: I use TWiki (keep reading for clarification) and recommend that you look into it, for the following reasons. * The back end storage is almost plain text files, one per TWiki page. ("Almost" because they are marked up with TWiki markup which is a fairly typical wiki markup (but like most wikis, not standard across multiple wikis). With almost plain text files, your interface from Firefox could start out pretty simple--all it has to do is find the right file and, for example, append the TWiki marked up text for the link and any text you might want to add. For example, to show a link in a bulleted list item, this is the basic markup (the angle brackets are "metadata" (??)--you don't need (or want) those in the actual markup of a link): * [[][]] * TWiki has lots of other features that I'm not sure Instiki has, among them automatic tables of content based on headings. * TWiki has: * a lot of plugins already (so you could create another if that was required or helped for your application) * a community of developers (many wikis, when I did a fairly thorough search several years ago, had only a single developer)--thus, you might interest one of the developers in helping you with whatever you need done for an API * I just think the TWiki people (partly for the reasons above) might be more receptive to having an API--I'm not sure whether they do at this point or not * written in Perl (which is one of the reasons I looked at Instiki--I didn't want to learn Perl, and at some point in time decided I did want to learn Ruby)--obviously, you don't need to know Perl to use TWiki, but if you want to add an API, you probably need knowledge of Perl. * (aside) TWiki allows what they call multiple webs (I'd call them subdirectories) but their terminology (afaic) is a little strange--I forget what they call a page (maybe a "node"?), and then they call a subdirectory a web--there is other strangeness which I can't recall atm. I should point out a few other things: * my "application" (I guess nowadays I could call it a mashup) doesn't actively use TWiki at this point, although the data is generally being maintained (i.e., with TWiki markup) so it can be moved back to the TWiki at any point in the future. A slight problem is that I've extended the markup language slightly, so some of the things I do now will not currently show up properly on a TWiki. (ATM, I can't recall what those extensions are ;-) * TWiki is about to make a new release, 4.2. With luck it will be out tomorrow, but depending on the timing of any contact you make with the developers, many of them may be busy with other things. (I used a much older version of TWiki when I used it--in general, my opinion is that TWiki is somewhat bloated since then.) * I did attempt to use Instiki at one point in time. I don't remember the little things that might have been difficult at the time (they might have been solved since then), but the back-end data storage was my biggest stumbling block. At the time, iirc, they used I think what is called marshalling to serialize the objects into a file. IIRC, there was some talk about a different approach, maybe that's been done by now. Sorry for posting this to an Instiki list--I still am subscribed to this list and "lurk" (don't interpret that as "laying in ambush"--its to attempt to keep up with Instiki and maybe learn some things). Randy Kramer PS: You can find TWiki at twiki.org. They have a TWiki which you will find rather quickly, which includes a sandbox web where you can experiment. On Tuesday 22 January 2008 02:53 am, Spencer Collyer wrote: > I've got a slightly-left-field usage of a wiki planned, and I'm wondering if Instiki would be a good one to use to implement it. > > Basically, I want to store my web browser bookmarks in a wiki. This makes more sense to me than having them on a menu, for a couple of reasons. > > Firstly, I use several computers around the house - one in the office, and a couple of laptops - so having one central repository for my bookmarks makes sense. I don't see any point using one of the online bookmark repositories, as I've no interest in sharing them. > > Secondly, I have a *lot* of bookmarks, and have them heavily categorised on my bookmark menu, so sometimes I have to go down three or four menu levels to get to the category I want. This is fine if it's just one bookmark from that submenu, but gets annoying if (as often happens) I'm working my way through a load of pages on the same or related menus, so having them all on a tab I keep permanently open would make a lot of sense. > > Thirdly, if they are on a web page, I can easily add comments alongside the actual links, just as a quick reminder if I need one of what the page is about and so on. > > In order to make this easier, I have a couple of requirements. > > 1) I want to be able to easily convert my bookmarks into a set of pages (one per sub-menu) that I can easily load into the wiki. To do this I'll probably write a Perl script to parse the bookmarks.html file and generate a set of wiki pages ready to be used. How easy is it to get Instiki to accept externally generated content like this? > > 2) I want to be able to write a Firefox extension that will allow me to emulate the current 'bookmark page' functionality, but store the bookmark in the appropriate wiki page. Is there an API external programs can use, or some other way to get externally-generated changes into Instiki? I know I can cut'n'paste the bookmark, but it would be nicer if it could be done by emulating current bookmarking. > > Thanks in advance for your attention. > > Spencer Collyer > > -- > <<< Eagles may soar, but weasels don't get sucked into jet engines >>> > 7:39am up 25 days 0:45, 16 users, load average: 0.44, 0.54, 0.42 > Registered Linux User #232457 | LFS ID 11703 > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From cwall at semperllc.com Wed Jan 23 14:33:28 2008 From: cwall at semperllc.com (Chris Wall) Date: Wed, 23 Jan 2008 14:33:28 -0500 Subject: [Instiki] Any Help would be appreciated Message-ID: <9F4F4592-2C54-40B5-9AF1-BFB8A739C203@semperllc.com> Hello: We downloaded and installed the instiki and ruby one step installer on a Macintosh 10.4.11 system. The wiki was working fine for a few months. Then the wiki just started showing blank pages. We have backups of the 2500 folder containing 2 zip files and a lot of 0000000000#.snapshot files I've tried all the suggestions from the mailing list so far and nothing has worked to get the wiki working again. I believe we are using msqlite - whatever the ruby installer set up ... Is there any way to get the wiki pages restored? from these zip files? p.s. they will not open with winzip or Macintosh unzip thanks in advance Chris Wall Boston HQ Semper International - Boston 205 Portland St, Suite #300 Boston, MA 02114 cwall at semperllc.com phone 877-377-4687 Ext 245 fax 617-227-1468 We don't send resumes, we send highly skilled people capable of hitting the ground running. http://www.semperllc.com *Atlanta *Baltimore *Boston ( HQ) *Chicago *Dallas *Los Angeles *Minneapolis *Orange County *San Francisco *Wayne (NJ) Offices in MA CA GA IL TX NJ MD MN Please check this link for available (jobs) positions: http://www.semperllc.com/default.cfm?fuseaction=Search.JobList To browse our pre-qualified employee lists: http://www.semperllc.com/default.cfm?fuseaction=Search.Staff From stingh711 at gmail.com Thu Jan 24 07:06:26 2008 From: stingh711 at gmail.com (Sting) Date: Thu, 24 Jan 2008 20:06:26 +0800 Subject: [Instiki] Is there any code formatter for instiki? Message-ID: <51835e810801240406v2df26bcaodd03834ad49756e2@mail.gmail.com> Hi, I wonder there is any code formatter for instiki. I get some jave and xml code to put on my wiki. Thanks! -- Best regards! -Sting -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080124/8f3e191a/attachment.html From parasew at 5uper.net Thu Jan 24 07:58:55 2008 From: parasew at 5uper.net (Matthias Tarasiewicz) Date: Thu, 24 Jan 2008 13:58:55 +0100 Subject: [Instiki] Is there any code formatter for instiki? In-Reply-To: <51835e810801240406v2df26bcaodd03834ad49756e2@mail.gmail.com> References: <51835e810801240406v2df26bcaodd03834ad49756e2@mail.gmail.com> Message-ID: <9DE014CF-BAAF-4E5A-9C46-7417D7F43352@5uper.net> sting, you could create your own custom css for your formatted code and always put your code snippets in some div container class, this would be some workaround. i am not aware of any code formatter for instiki so far, but you also might want to try to style the tag in a custom css. On 24.01.2008, at 13:06, Sting wrote: > Hi, I wonder there is any code formatter for instiki. I get some > jave and xml code to put on my wiki. Thanks! > > -- > Best regards! > -Sting _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From parasew at 5uper.net Thu Jan 24 08:02:30 2008 From: parasew at 5uper.net (Matthias Tarasiewicz) Date: Thu, 24 Jan 2008 14:02:30 +0100 Subject: [Instiki] Any Help would be appreciated In-Reply-To: <9F4F4592-2C54-40B5-9AF1-BFB8A739C203@semperllc.com> References: <9F4F4592-2C54-40B5-9AF1-BFB8A739C203@semperllc.com> Message-ID: <0E9DF767-89FF-4374-84D0-833601D54A38@5uper.net> maybe you updated your system files since? this is a strange behaviour which should not occur. this could be a sqlite3 issue. please try to reinstall the one click installer and also please check if sqlite3 --version and ruby -v gives you the right output from the versions of the one-click installer. if not, maybe the path settings in ~/.bash_login got overwritten? On 23.01.2008, at 20:33, Chris Wall wrote: > Hello: > > We downloaded and installed the instiki and ruby one step installer > on a Macintosh 10.4.11 system. > > The wiki was working fine for a few months. > > Then the wiki just started showing blank pages. > > We have backups of the 2500 folder containing 2 zip files and a lot > of 0000000000#.snapshot files > > I've tried all the suggestions from the mailing list so far and > nothing > has worked to get the wiki working again. > > I believe we are using msqlite - whatever the ruby installer set > up ... > > Is there any way to get the wiki pages restored? > from these zip files? > > p.s. they will not open with winzip or Macintosh unzip > > thanks in advance > > Chris Wall > Boston HQ > Semper International - Boston > 205 Portland St, Suite #300 > Boston, MA 02114 > > cwall at semperllc.com > > phone 877-377-4687 Ext 245 > fax 617-227-1468 > > We don't send resumes, we send highly skilled people capable of > hitting the ground running. > > http://www.semperllc.com > > *Atlanta *Baltimore *Boston ( HQ) *Chicago *Dallas *Los Angeles > *Minneapolis *Orange County *San Francisco *Wayne (NJ) > > Offices in MA CA GA IL TX NJ MD MN > > Please check this link for available (jobs) positions: > > http://www.semperllc.com/default.cfm?fuseaction=Search.JobList > > To browse our pre-qualified employee lists: > > http://www.semperllc.com/default.cfm?fuseaction=Search.Staff > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From cwall at semperllc.com Thu Jan 24 13:55:54 2008 From: cwall at semperllc.com (Chris Wall) Date: Thu, 24 Jan 2008 13:55:54 -0500 Subject: [Instiki] Any Help would be appreciated In-Reply-To: <0E9DF767-89FF-4374-84D0-833601D54A38@5uper.net> References: <9F4F4592-2C54-40B5-9AF1-BFB8A739C203@semperllc.com> <0E9DF767-89FF-4374-84D0-833601D54A38@5uper.net> Message-ID: <92955C50-BCC8-44C0-A05B-810B051FB231@semperllc.com> Thanks: We do update our macintosh OS on a weekly schedule if there are updates I did read about a problem instiki experienced after the Dec 2007 Mac Update I did try re-installing with Ruby - no luck I can get a blank wiki up and running, but when I try to put the 2500 folder files back and go to the wiki , all we get are blank pages I'm assuming the actual "production.db.sqlite3" file was corrupted or overwritten in the backups it seems to be no good either > sqlite3 --version is 3.4.0 > ruby -v is 1.8.6 (2007-03-13 patchlevel 0 [universal darwin] is there any way to retrieve the data in the 2500 folder files? I did try a suggestion to rename them to ZIP files , but using winzip, XP unzip or Macintosh unzip does not work Thanks in advance Chris On Jan 24, 2008, at 8:02 AM, Matthias Tarasiewicz wrote: > maybe you updated your system files since? > this is a strange behaviour which should not occur. this could be a > sqlite3 issue. > please try to reinstall the one click installer and also please > check if > > sqlite3 --version > and > ruby -v > > gives you the right output from the versions of the one-click > installer. if not, maybe the path settings in ~/.bash_login got > overwritten? From cwall at semperllc.com Tue Jan 29 11:15:03 2008 From: cwall at semperllc.com (Chris Wall) Date: Tue, 29 Jan 2008 11:15:03 -0500 Subject: [Instiki] Any Help would be appreciated In-Reply-To: <92955C50-BCC8-44C0-A05B-810B051FB231@semperllc.com> References: <9F4F4592-2C54-40B5-9AF1-BFB8A739C203@semperllc.com> <0E9DF767-89FF-4374-84D0-833601D54A38@5uper.net> <92955C50-BCC8-44C0-A05B-810B051FB231@semperllc.com> Message-ID: Is there any way to recover any of the wiki data or text from the 2500 folder only? Assuming the files under db are not recoverable ? thanks On Jan 24, 2008, at 1:55 PM, Chris Wall wrote: > Thanks: > > We do update our macintosh OS on a weekly schedule if there are > updates > > I did read about a problem instiki experienced after the Dec 2007 > Mac Update > > I did try re-installing with Ruby - no luck > > I can get a blank wiki up and running, but when I try to put the > 2500 folder > files back and go to the wiki , all we get are blank pages > > I'm assuming the actual "production.db.sqlite3" file was corrupted > or overwritten > > in the backups it seems to be no good either > >> sqlite3 --version is 3.4.0 > >> ruby -v is 1.8.6 (2007-03-13 patchlevel 0 [universal darwin] > > is there any way to retrieve the data in the 2500 folder files? > > I did try a suggestion to rename them to ZIP files , but > using winzip, XP unzip or Macintosh unzip does not work > > Thanks in advance > > Chris > > On Jan 24, 2008, at 8:02 AM, Matthias Tarasiewicz wrote: > >> maybe you updated your system files since? >> this is a strange behaviour which should not occur. this could be a >> sqlite3 issue. >> please try to reinstall the one click installer and also please >> check if >> >> sqlite3 --version >> and >> ruby -v >> >> gives you the right output from the versions of the one-click >> installer. if not, maybe the path settings in ~/.bash_login got >> overwritten? > > Chris Wall CIO - Boston HQ Semper International - Boston 205 Portland St, Suite #300 Boston, MA 02114 cwall at semperllc.com phone 877-377-4687 Ext 245 fax 617-227-1468 We don't send resumes, we send highly skilled people capable of hitting the ground running. http://www.semperllc.com *Atlanta *Baltimore *Boston ( HQ) *Chicago *Dallas *Los Angeles *Minneapolis *Orange County *San Francisco *Wayne (NJ) Offices in MA CA GA IL TX NJ MD MN Please check this link for available (jobs) positions: http://www.semperllc.com/default.cfm?fuseaction=Search.JobList To browse our pre-qualified employee lists: http://www.semperllc.com/default.cfm?fuseaction=Search.Staff