[Moin-user] FastCGI/Fcgid/SCGI support in Moin 1.9

2010-02-13 Thread Frank Lin PIAT
Hello, FastCGI, fcgid, SCGI support has changed in moin 1.9[1] and they are under-documented (WSGI is the native and recommended setup, see [2] for how to convert a FastCGI setup). If you do use one of those setup, it would be a nice if you could document how to use them. May be in a HowTo ( http

[Moin-user] Upgrading to moin-1.9.x: No module named server.server_wsgi

2010-01-23 Thread Frank Lin PIAT
For whom ever may face this "bug"... If your webserver refuse to serve wiki content (error 500) and it's log has some entry like: > mod_wsgi (pid=11776): Target WSGI script '/var/www/moin.wsgi' cannot be > loaded as Python module. > mod_wsgi (pid=11776): Exception occurred processing WSGI script

[Moin-user] cookie_lifetime, anonymous_session_lifetime, and openid in MoinMoin 1.9

2009-12-09 Thread Frank Lin PIAT
Hello, The variables cookie_lifetime and anonymous_session_lifetime have changed in an incompatible way in moin 1.9: in moin 1.8 [1], the variables use to be: cookie_lifetime = INTEGER anonymous_session_lifetime = INTEGER in moin 1.9 [2], the variables use to be: cookie_lifetime = TUPLE, l

[Moin-user] wikis URLs in farmconfig (moin 1.9.0)

2009-12-08 Thread Frank Lin PIAT
Hello, It seems there's a discrepancy in farmconfig.py[1] for moinmoin-1.9.0 : The documentation (comments) mention that > # * the right part does NOT include "http://"; nor "https://"; at > the beginning But a few line below, the example is: >#("wiki1", r"^http://wiki1\.example\.org/

Re: [Moin-user] installing MoinMoin on ubuntu

2009-10-08 Thread Frank Lin PIAT
On Mon, 2009-10-05 at 14:10 +0200, Nico Zanferrari wrote: > >> If you use moinmoin >= 1.8.2 (i.e Jaunty or Karmic), make sure you > >> install the package "fckeditor" as it is merely "suggested" in Ubuntu. > > Well, installing the package is not enough: you have also to link it > in the right plac

Re: [Moin-user] installing MoinMoin on ubuntu

2009-09-22 Thread Frank Lin PIAT
On Tue, 2009-09-22 at 17:50 +0200, Thomas Waldmann wrote: > On Tue, 2009-09-22 at 09:36 -0500, glenn opdycke-hansen wrote: > > I am looking for advice in installing MoinMoin on ubuntu. The > > ubuntu/server instructions for MoinMoin results in a gui editor not > > working. > > The debian (and may

Re: [Moin-user] SyntaxReference link redirects to http, not https

2009-06-17 Thread Frank Lin PIAT
On Wed, 2009-06-17 at 09:04 +0100, Chris Paulson-Ellis wrote: > Frank Lin PIAT wrote: > > On Mon, 2009-06-15 at 14:57 +0100, Chris Paulson-Ellis wrote: > >> I have a moin instance working over https, but on an unusual port. Mostly > >> it works, but the SyntaxReferen

Re: [Moin-user] SyntaxReference link redirects to http, not https

2009-06-16 Thread Frank Lin PIAT
On Mon, 2009-06-15 at 14:57 +0100, Chris Paulson-Ellis wrote: > I have a moin instance working over https, but on an unusual port. Mostly it > works, but the SyntaxReference link on the edit page is broken. > > The URL is correct. ie: > > https://wiki.example.com:1234/SyntaxReference > > but wh

Re: [Moin-user] Default License for Wikis

2009-06-01 Thread Frank Lin PIAT
On Tue, 2009-06-02 at 00:12 +0100, Barry Cornelius wrote: > On Mon, Jun 01, 2009 at 11:46:04PM +0200, Frank Lin PIAT wrote: > > I am looking for some sensible license to use for a wiki. Obviously, > > some license like CC-BY-SA, CC-BY-NC, CC-BY, GFDL, OPL comes to my mind. &g

[Moin-user] Default License for Wikis

2009-06-01 Thread Frank Lin PIAT
Hello, I am looking for some sensible license to use for a wiki. Obviously, some license like CC-BY-SA, CC-BY-NC, CC-BY, GFDL, OPL comes to my mind. Alternatively, I fount http://www.nukecoder.com/legal-terms.html which state (The text itself is probably GPL'ed): > 7. Submission of content on thi

Re: [Moin-user] Question about ‘plugin_dir ’ from HelpOnConfiguration

2009-05-27 Thread Frank Lin PIAT
On Tue, 2009-05-26 at 15:46 -0500, Rick Vanderveer wrote: > The plugin_dir variable piques my interest. How is this used exactly? > Is it primarily for my collection of third-party macros? Yes > Or do I need to move all macros (including moinmoin's built-in ones) into > this? No > I assume t

Re: [Moin-user] Announcement: OpenDocument export for MoinMoin 1.7 and 1.8

2009-05-22 Thread Frank Lin PIAT
Hello, On Thu, 2009-05-21 at 17:23 +0200, Hape Schaal wrote: > > a new version of the OpenDocument formatter is available, tested > with MoinMoin 1.7 and 1.8: Even though I don't need that feature *at the moment*, it seems to be a very useful feature. Thanks you. Franklin --

Re: [Moin-user] error when using moin command line utility

2009-05-22 Thread Frank Lin PIAT
Hello, On Thu, 2009-05-21 at 15:02 -0400, Flagrant Disregard wrote: > Greetings, > > I have just setup our own MoinMoin instance for our office > I and think it is wonderful! > > Yesterday, I upgraded from 1.8.2 to 1.8.3, and in reading the > upgrade instructions, came to the point where I was

[Moin-user] Rotating event-log file

2009-05-10 Thread Frank Lin PIAT
Hello, I have written a script to rotate the event-log, preserving the previous period's log entries. Therefore, the statistics are never empty after log rotation. It can also be used to rotate the edit-log every 3 months. FYI, I have stressed it. It can "lose" 1 log line if you have more that 2

Re: [Moin-user] User hompages & Page titles

2009-05-01 Thread Frank Lin PIAT
On Fri, 2009-05-01 at 16:49 +0200, Thomas Waldmann wrote: > > > > 1. MoinMoin assumes that every user will want to have a homepage > > > > at /UserName. I want user homepages to live at /People/UserName > > > > instead. > > [..] > > > What you can do to keep your wiki namespace clean from user ho

Re: [Moin-user] Error message for Macro input errors.

2009-05-01 Thread Frank Lin PIAT
On Fri, 2009-05-01 at 16:40 +0200, Thomas Waldmann wrote: > > I am writing a macro which needs some arguments. I wonder if it is > > possible to detect if the page is being previewed? > > I would display error message in preview mode, but silently ignore > > errors when the page is viewed by a regu

[Moin-user] Error message for Macro input errors.

2009-05-01 Thread Frank Lin PIAT
Hello, I am writing a macro which needs some arguments. I wonder if it is possible to detect if the page is being previewed? I would display error message in preview mode, but silently ignore errors when the page is viewed by a regular user? Thanks, Franklin ---

Re: [Moin-user] User hompages & Page titles

2009-05-01 Thread Frank Lin PIAT
On Fri, 2009-02-13 at 18:51 +0100, Thomas Waldmann wrote: > > 1. MoinMoin assumes that every user will want to have a homepage > > at /UserName. I want user homepages to live at /People/UserName > > instead. [..] > What you can do to keep your wiki namespace clean from user homepages, > is to use

Re: [Moin-user] TextCha at login

2009-03-29 Thread Frank Lin PIAT
On Sat, 2009-03-28 at 17:23 +0100, Frank Lin PIAT wrote: > On Sat, 2009-03-28 at 17:19 +0100, Frank Lin PIAT wrote: > > > Then I would like to use something like (which don't seem to work in > > Moin 1.7): > > textchas_disabled_group = u"Known" I sti

Re: [Moin-user] TextCha at login

2009-03-28 Thread Frank Lin PIAT
On Sat, 2009-03-28 at 17:19 +0100, Frank Lin PIAT wrote: > Hello, > > Is it possible to TextCha to validate logins? Actually, I just noticed that Textcha is required to create the account, which is enough for me. > Then I would like to use something like (which don't seem to w

[Moin-user] TextCha at login

2009-03-28 Thread Frank Lin PIAT
Hello, Is it possible to TextCha to validate logins? Then I would like to use something like (which don't seem to work in Moin 1.7): textchas_disabled_group = u"Known" Franklin --

[Moin-user] (ab)Using Admonitions to implement sidebar

2009-03-23 Thread Frank Lin PIAT
Hello, It seems that it is be possible to implement a sidebar using the Admonition logic. You can see an example in [1]. The typical wiki code and CSS are below. What do you think about it? I could work on a patch if you are interested. Franklin ### SAMPLE CODE ### {{{#!wiki sidebar '''New cal

[Moin-user] Upgrading shared underlays?

2009-03-17 Thread Frank Lin PIAT
Hello, Moinmoin seems to allow sharing underlays and user database (directive data_underlay_dir and user_dir[1]). I haven't investigated that much, but how much is that supported? i.e Would it be upgraded/migrated properly (if the underlay is used in two wikis, it means that the data would be mig

Re: [Moin-user] Last edited .... by .... => contributors

2009-03-09 Thread Frank Lin PIAT
Hello, On Mon, 2009-03-09 at 22:27 +0100, m...@heavy.ch wrote: > Frank Lin PIAT schrieb: > > On Fri, 2009-03-06 at 10:24 +, k...@aplteam.com wrote: > >> I would like to prevent MoinMoin to change the "last edited by" guy > >> when the "Trivial&qu

Re: [Moin-user] Last edited .... by .... => contributors

2009-03-09 Thread Frank Lin PIAT
On Fri, 2009-03-06 at 10:24 +, k...@aplteam.com wrote: > I would like to prevent MoinMoin to change the "last edited by" guy > when the "Trivial" checkbox is ticked. I have another question related to "last edited": - is it possible to hide the "by JohnDoe" part? - is it possible to replace

Re: [Moin-user] https

2009-03-09 Thread Frank Lin PIAT
Hello, On Thu, 2009-02-19 at 13:05 +0100, R.Bauer wrote: > waqas ahmad schrieb: > > > > I want to run my moinmoin url with https(for security reasons). How can i > > setup with SSL option. > > > > I am using Apache2.2.8 with mod_wsgi > > configure mod_ssl on your apache server, see documentat

Re: [Moin-user] executing a command when a page is saved (commited)?

2009-01-19 Thread Frank Lin PIAT
Hi, On Sun, 2009-01-18 at 23:33 +0100, R.Bauer wrote: > Frank Lin PIAT schrieb: > > Hello, > > > > Is there a way to execute a command when a page is save? > > > you can add your code to the event handler > search for PageChangedEvent and TrivialPageChanged

[Moin-user] executing a command when a page is saved (commited)?

2009-01-17 Thread Frank Lin PIAT
Hello, Is there a way to execute a command when a page is save? Thanks, Franklin -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword ___

Re: [Moin-user] pages/templates variables

2009-01-04 Thread Frank Lin PIAT
Hello, On Thu, 2009-01-01 at 11:35 +0100, jdd wrote: > > I would like to have some sort of page variables / macro > to create a template for pages like this one: > > http://wiki.tldp.org/Serial-HOWTO > > the "serial-HOWTO name is" present a number of time in the page and I > would like to buil

Re: [Moin-user] Why oh why!

2008-12-13 Thread Frank Lin PIAT
On Sat, 2008-12-13 at 13:35 +0100, Sebastian Haase wrote: > Hi Franklin, > this sound very interesting: so there is a Debian specific script !? > Is there any online place where one could browse through the mentioned files ? > (readme, ... + the script ) The script simply invoke "upstream" migrati

Re: [Moin-user] Why oh why!

2008-12-13 Thread Frank Lin PIAT
Hello Pierre, On Wed, 2008-12-10 at 21:45 +0100, Pierre Coupard wrote: > As far as documentation is concerned, the Debian package is quite devoid > of it, as are most Debian packages. Short answer: vim -o /usr/share/doc/$packagename/{NEWS,README}.Debian.gz Long answer: As you may know, Debia

Re: [Moin-user] transclude in shtml page

2008-10-30 Thread Frank Lin PIAT
On Thu, 2008-10-30 at 20:07 +0100, jdd for http://tldp.org wrote: > Hello, > > I try to include (transclude in Moin language) the relevant part of a > wiki page in a static shmtl page. [..] > If I use the wget line in an xterm, I get > wget http://wiki.tldp.org/FrontPage?action=content > Connecti