similar to: Instiki 0.9.2

Displaying 20 results from an estimated 1000 matches similar to: "Instiki 0.9.2"

2006 Mar 17
0
Installed Gems on godaddy.com
Hi, is there a core list of gems that one needs to install in a production environment? Anyways, here''s a current list of installed gems on godaddy.com: Gems *actionmailer 1.0.1* [www] <http://www.rubyonrails.org/> - depends on actionpack <http://www.situationman.com/_h_admin_/gems.html#actionpack>. Service layer for easy email delivery and testing. *actionmailer 1.1.5*
2007 Jan 17
0
instiki markdown vs Redcloth
I installed instiki and it works great. The default setting is to use ''textile'' markup engine and I love it. I love that if I just put google.com then it is convereted into a link. I have another app where I use Redcloth. Here in order to a link I need to do this. "Google.com":http://google.com It''s my understanding that instiki is using Redcloth as
2005 Oct 11
0
DB in memory...
Hi all, I''d like to develop an application with an in-memory db. I''d like to use the same model of Instiki. Instiki uses Madeleine to work. I''d like to know what are the basic step I must do to build a model class to make it "storable" in Madeleine. I am watching at the Instiki source but ruby is still new to me...and I have find little comments on
2006 Mar 19
20
Instiki 0.11.0 - ActiveRecord Forever
Dear all, If you thought Instiki was a dead project, you were right. Since I''ve got a day job that doesn''t suck (Official Ruby Zealot of ThoughtWorks Canada), my motivation to do open source greatly sufferred :) But... but... but! Here is Instiki 0.11.0, and in this version Instiki is (finally!) moving to ActiveRecord backend and (finally!) has the File Upload feature.
2007 Mar 24
0
ignored blocks in redcloth
Hello Redclothians, In Redcloth, is there syntax to add something to a wiki block that is not parsed by redcloth? for example: $permission$ h2. title * blah * blah where $permission$ is ignored by redcloth, so it doesnt affect the rendering of wiki syntax -> html, but appears when you edit a page (perk for me would to also have it not appear in the rendered html). Why would anyone want
2005 Feb 22
1
Instiki @ O''Reilly ETech 2005
Hi all, Sorry if I should be posting this elsewhere--I couldn''t find an Instiki specific mailing list, but the Instiki site is down. I wanted to mention that my friend Tim Lauer and I are going to be doing a short "high order bit" talk at the O''Reilly Emerging Technologies conference, describing a particular use of Instiki which we came up with:
2006 Aug 01
0
How to retrieve :web when redirecting to an Instiki page?
Hello, I am currently working on implementing some authentification code onto Instiki (0.11.0). I am encountering a problem in this situation : When I try to access say http:/localhost:2500/orz/show/Test , where orz is an instiki web name, I am redirected to my signin form screen (which is what I want) but then upon signing in I get the following message: No url can be generated for the hash
2006 Mar 02
5
Instiki and SQL Server??
Hello. I reeeeally want to get Instiki running at my day job, but they are Microsoft-heads. While I can probably sell them on trying Rails, they are definitely going to want the database to sit in our SQL Server instance with our other databases. I can''t get instiki to create the tables in sql server though (I''ve added ADO.rb, and gotten a connection). When I run the
2005 May 24
3
textilize/markdown/sanitize for messageboards, oh my!
Hullo, fellow Railsers! (warning: this isn''t a 100% Rails specific question, but I guess it very much applies to what a lot of us are currently doing.) For a project that involves messageboard functionality I''m looking for a good way of sanitizing user input, so the silly fools, err, my wonderful users don''t mess things up too much. I''ve played around with
2006 Apr 29
1
Textile to LaTeX
Hello, Is there a patch laying around somewhere to convert Textile to LaTeX? (Instiki did/does this?) Or, better yet, is RedCloth 3.1 still in the pipeline? In ruby-talk 129874 (7 Feb 2005), why the lucky stiff wrote: > > Let me give you a roadmap of what to expect with RedCloth 3 > in the coming months. > > RedCloth 3.1 will focus on getting us diverse outputs.
2005 Aug 04
1
Lighttpd Proxy to Instiki
Hi, Has anyone managed to get lighttpd to proxy requests through to an instiki running on another port? >From my lighttpd configuration: $HTTP["host"] == "wiki.railsapphosting.com" { proxy.balance = "hash" proxy.server = ( "" => ( ("host" => "206.222.22.155", "port" => 50074) )) } Instiki is bound to
2006 Jun 04
0
Pimki 1.8.200
Hi All, Just a quick note on a new release of Pimki: The Wiki-based PIM to GetThingsDone! Pimki 1.8.200 is a bug fix release: accumulated bug fixes plus an explicit dependency on Madeleine 0.7.1 (the new 0.7.2 is incompatible). Important note: this release is still based on the Pimki 1.x branch. Snapshots from previous versions of Pimki and Instiki up to 0.9.2 should work fine. Work on Pimki2
2006 Jul 14
0
Instiki and Rails
Am I missing something or is the Rails powered Instiki lacking the ability to actually compare the differences between changes in a page? ie: I want to see what changed between the current revision and the prior one. Instiki http://www.instiki.org/show/HomePage -- Posted via http://www.ruby-forum.com/.
2006 May 24
1
Authentication between Instiki and Mailman Solved!
Basically, we needed to authenticate against the cookie written by Ruby. It turns out that you can write a cookie for the entire TLD of *.example.com from Instiki (Rails). So, I changed the cookie writing code in the wiki_controller to the following. # app/controllers/wiki_controller.rb cookies[''ldap_username_2006''] = {:value =>emailaddress, :expires
2006 Aug 04
0
Hard break broken in 3.0.4?
Is :hard_break working in RedCloth 3.0.4? $ ruby -v ruby 1.8.4 (2005-12-24) [i686-linux] $ pwd /lib/ruby/gems/1.8/gems/RedCloth-3.0.4/lib $ irb irb(main):001:0> require ''redcloth'' => true irb(main):002:0> rc = RedCloth.new("h1. Heading\n\n_Not_ heading.") => "h1. Heading\n\n_Not_ heading." irb(main):003:0>
2006 Feb 04
1
i2 vs. instiki-ar
Just wondering if anyone can tell me the differences between i2 and instiki-ar? Is one preferred over the other? Also, instiki-ar has support for file uploads but it doesn''t look like i2 does. Is there any plan to add that support? Any insights would be appreciated. Thanks. Steven Smith
2005 Oct 21
3
Need feedback on Instiki-AR beta
Hi all, Following the recent release of Instiki-AR beta, I haven''t had a lot of bug reports or other feedback. This could mean one of the two things. Either nobody is using it, or some people are, and have no problems at all. One thing for sure is that it''s certainly getting downloaded (20 times a day, as it were)! I''d like to know which way is it. So, if you are
2005 Dec 19
2
rails based wiki: is instiki still being developed?
hello, is the instiki project still being developed? it seems the web site is down for a couple of weeks now, and almost no activity is going on on the developer mailing list. on a related note, are you aware of other actively developed rails-based wikis? many thanks in advance.
2005 Aug 17
7
Need help with the rubyonrails wiki - instiki filters
I am trying to do a tutorial improvement on the wiki but I am having some problems with the auto formatting. Using httdp.conf produces http://httpd.conf when filtered. Using *.so produces .so and bold text there after. Is there any shorthand for the user for making text appear as it should without the linking and re-writes? Or does the admin have to change the filters in Instiki? Tesla
2006 Mar 24
9
Escaping characters
Hi, I am writing some help about post formatting. I am using redcloth to format the text, and in a FAQ, also formatted with redcloth, I explain what to type to what to obtain. So, how could I escape ''*'', ''#'' & Co, to have an output like <redcloth> Type *word* to obtain <strong>word</strong> </redcloth> I tried "Type