similar to: wiki -> txt

Displaying 20 results from an estimated 2000 matches similar to: "wiki -> txt"

2015 Aug 22
2
Russian wiki
On 22 August 2015 at 19:20, Ilyas Arinov <arinov.ilyas at gmail.com> wrote: > I have to update pages twice now to see its content. > > --> --> > > Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/MoinMoin/request.py", line 1207, in > run > handler(self.page.page_name, self) > File >
2015 Aug 22
2
Russian wiki
I am not sure, but ru section fails to load now. Last changes was translating SIG section. Please, help to fix this issue. 2015-08-22 21:24 GMT+06:00 Ilyas Arinov <arinov.ilyas at gmail.com>: > Thanks. Now I can do it by myself. > > 2015-08-22 19:43 GMT+06:00 Alan Bartlett <ajb at elrepo.org>: > >> On 22 August 2015 at 14:37, Akemi Yagi <amyagi at gmail.com>
2015 Aug 22
0
Russian wiki
Ok, it was temporary I think. Thanks. 2015-08-23 2:46 GMT+06:00 Alan Bartlett <ajb at elrepo.org>: > On 22 August 2015 at 19:20, Ilyas Arinov <arinov.ilyas at gmail.com> wrote: > > I have to update pages twice now to see its content. > > > > --> --> > > > > Traceback (most recent call last): > > File
2015 Aug 22
0
Russian wiki
I have to update pages twice now to see its content. --> --> Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/MoinMoin/request.py", line 1207, in run handler(self.page.page_name, self) File "/var/www/html/wiki.centos.org/wiki_instance/data/plugin/action/show.py", line 27, in execute if not request.user.may.read(pagename): File
2015 Aug 23
2
Russian wiki
The top menu bar has now language dependent settings. If I click Russian wiki from Front Page, the menu still English. Should I add russian links ( as HowTo, Tips&Tricks etc) into Russian Front Page to allow Russian users open this pages on the native language? 2015-08-23 2:49 GMT+06:00 Ilyas Arinov <arinov.ilyas at gmail.com>: > Ok, it was temporary I think. Thanks. > >
2007 Feb 15
2
Wiki to doc/ in tarball
So I finally started building a script that does it. Anyone interested in helping with it so that it produces readable output? First step is getting raw wiki pages. I'll do this directly by getting them from the filesystem. You can get them from here: http://dovecot.org/tmp/wikipages.tar.gz Next there's http://dovecot.org/tmp/wiki2txt.pl which is my horrible Perl script that kind of
2006 Apr 27
0
rails prettyurl''s
hi we wanted to embed a rails application into our cms generated php files. small example: static site: www.someweb.com/someweb/somepage.php the code in the somepage.php file will use curl (remote http call) to load the rails application into its layout. now the problem is that all the urls (links, forms) generated by the rails application will leave somepage.php and point to something like
2007 Aug 08
1
Using CURL
Hi, Here is my first step (call it a proof of concept) in using the "hint" priority with dynamic values. Background - this works exten => 12345,hint,SIP/12345-1 To make this a little dynamic, I used a web page to return to me the value of the sip registration. In other words, http://www.somepage.com/test.html returns the following (without quotes): "SIP/12345-1" I
2006 Jan 24
1
Query String in routes.
Is there any way to access the query string full request uri in routes.rb? I''d like to route requests for those going after my old application urls to my new rails application urls. The old app used /wiki.cgi?PageName The rails app uses /wiki/show/PageName Like... map.connect ''wiki.cgi'', :controller => "wiki", :action => "show", :id =>
2007 May 12
3
Setting form-values
Hi, I''ve recently had some trouble setting form values in my code - for example: require ''rubygems'' require ''mechanize'' def save(pagename, content, editsummary = '''') agent = WWW::Mechanize.new agent.user_agent = ''Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'' page =
2006 Aug 14
4
Controller method problem
Hi, I have a def in my controller see below where i want to find the page object based on a parameter value and then use the page_id to then find all the contents that belong to that page in the same method. Controller def aboutus @page = Page.find_by_name(params[''About Us'']) @contents = Content.find(:all, :conditions => "page_id = #{@page.id}") end
2012 Aug 22
3
Libvirt Seg Fault when compiling either 0.9.13 or 0.10.0-rc1
Hi all, I am trying to install a version of Libvirt that will be compatible with qemu-kvm-1.1 but I cannot seem to get Libvirt to compile. During the make portion of the install I get the following error: ... make[4]: Entering directory `/home/shawn/libvirt-0.10.0/docs' Generating 404.html.tmp /bin/bash: line 5: 59204 Segmentation fault /usr/bin/xsltproc --stringparam pagename $name
2006 Feb 28
1
Can I let routes.rb take precedence over file names?
I''d like Rails to intercept the url''s of html pages in a certain directory so I can embed them in my site. I put them in public/pages and tried to catch them with a route like map.connect ''pages/:pagename'' However this only works if the file does not exist; e.g. "pages/test.html" will only be routed if that file doesn''t exist,
2004 Oct 10
1
using recent theora under Linux
Hello, in case somebody wants to test Theora without compilation, feel free to use konvalo.org's setup. It includes mplayer with theora from svn 2004-09-21 with Wim Taymans' mmx-patches from August 2004 applied (there are mplayer and mplayer.theora-mmx, the latter with decoder mmx-patches from VP3HoSwiYO) and a theora-encoder script (a bit slower than ffmpeg2theora as it runs several
2004 Oct 10
1
using recent theora under Linux
Hello, in case somebody wants to test Theora without compilation, feel free to use konvalo.org's setup. It includes mplayer with theora from svn 2004-09-21 with Wim Taymans' mmx-patches from August 2004 applied (there are mplayer and mplayer.theora-mmx, the latter with decoder mmx-patches from VP3HoSwiYO) and a theora-encoder script (a bit slower than ffmpeg2theora as it runs several
2006 Mar 27
1
rio instabilities
I''m having some serious problems with rio (rio.rubyforge.org) within my Rails app and I was wondering if you lot could offer any advice. So: I''m writing an app that generates folders full of content. The rough process of what happens when you run the "Generate" method on a "Site" object is: it copies a template directory to a directory named (site.directory)
2005 Dec 15
4
Database best practices?
I started with rails a few weeks ago and I''ve been very impressed with the whole framework. My first project after the cookbook was a small application connecting to Postgres. This was originally a port of an Access application so I was delighted with the new facilities for constraint checks, triggers, etc. As I started to write the front-end though I noticed myself rewriting the
2015 Oct 15
0
404 branded page
hi Tuomas, https://www.centos.org/somepage - our 404 pages dont look the best they could, and dont have any urls leading off to good starting points for people following stale urls. I was wondering if you might be able to conjure up something for us to use as a 404 destination ? no rush, whenever you are able to. and as always, thanks in advance! regards, -- Karanbir Singh +44-207-0999389 |
2005 Mar 30
3
ffmpeg2theora with mmx patches is available on konvalo.org
Hello, ffmpeg2theora (with encoder mmx patches) is available on konvalo.org. You can run it on Linux (2.6.x), FreeBSD (5.x) and NetBSD (2.x) on Intel x86. ffmpeg2theora may be considered the recommended Theora encoder. The author of the program is Jan Gerber @ v2v.cc Those of you who already use Konvalo.org do not need to do anything, the program is in your PATH. Otherwise see
2005 Mar 30
3
ffmpeg2theora with mmx patches is available on konvalo.org
Hello, ffmpeg2theora (with encoder mmx patches) is available on konvalo.org. You can run it on Linux (2.6.x), FreeBSD (5.x) and NetBSD (2.x) on Intel x86. ffmpeg2theora may be considered the recommended Theora encoder. The author of the program is Jan Gerber @ v2v.cc Those of you who already use Konvalo.org do not need to do anything, the program is in your PATH. Otherwise see