Re: [Moin-user] parameterized include

2009-02-16 Thread m...@heavy.ch
rupert thurner schrieb: > hi, > > would a parameterized include like > http://www.wikimedia.ch/index.php?title=Template:Lang&action=edit would be > possible on a moinmoin wiki too? this would be a possibility to construct a > standardized language bar, and you see if a page is translated or not. >

Re: [Moin-user] parameterized include

2009-02-16 Thread m...@heavy.ch
hi you also maybe look at this example: http://moinmo.in/FeatureRequests/ThisPageInOtherLanguages bye Marcel rupert thurner schrieb: > hi, > > would a parameterized include like > http://www.wikimedia.ch/index.php?title=Template:Lang&action=edit would be > possible on a moinmoin wiki too? thi

Re: [Moin-user] Disable automatic CamelCase linking?

2009-02-16 Thread Thomas Waldmann
> I think the long term solution here is to do a one-time conversion of > CamelCase links on all system and help pages to use [[brackets]]. > Given that a conversion script was written to do a similar thing from > 1.5 to 1.6, this shouldn't be too difficult. Guess why it took so long between 1.5 a

Re: [Moin-user] parameterized include

2009-02-16 Thread m...@heavy.ch
rupert thurner schrieb: > hi, > > would a parameterized include like > http://www.wikimedia.ch/index.php?title=Template:Lang&action=edit would be > possible on a moinmoin wiki too? this would be a possibility to construct a > standardized language bar, and you see if a page is translated or not. >

Re: [Moin-user] Disable automatic CamelCase linking?

2009-02-16 Thread Thomas Waldmann
> That is only acceptable if such parser were maintained as part > of the official moin distribution, and kept up-to-date with the > the rest of the features of a classical parser. Yes, that would be better. It would also be better if we had more developers. :) > I had enough bad experience with

Re: [Moin-user] Disable automatic CamelCase linking?

2009-02-16 Thread Rick Vanderveer
On Mon, Feb 16, 2009 at 2:30 AM, Thomas Waldmann wrote: > as the recent system and help pages explicitely have "#format wiki" > on > them, so they'll still use the normal camelcase-enabled "wiki" parser > (they need it, because they use camelcase linking). > I think the long term solution here

Re: [Moin-user] Disable automatic CamelCase linking?

2009-02-16 Thread Mark Martinec
Rick Vanderveer wrote: >> I was wondering if there is a config option to disable automatic >> link generation for CamelCase words? > I would like to second this. > [...] Also consider: > - the Creole markup spec does not include CamelCase. > - Many other wiki's have gradually moved away from Came

[Moin-user] Wrong parser in spite of processing instruction?

2009-02-16 Thread Dennis Benzinger
Hi! If I set default_markup = 'rst' then pages with a format processing instruction #format wiki (for example HelpOnConfiguration) are not correctly displayed (e.g. the contents box is empty) and there are rst parser errors in the log. Shouldn't pages with a format processing instruction only be

Re: [Moin-user] Rss Feed Problem

2009-02-16 Thread Thomas Waldmann
> can somebody tell me, How Rss works with LDAP. I just change my > authentication from sspi to ldap method and Rss is not working. Only > works for that pages, where i write #acl All:read,write. Then it > works. Even i gave the username and password to Feed-Reader. So how does the feed reader gi

[Moin-user] Rss Feed Problem

2009-02-16 Thread waqas ahmad
Hi once again, can somebody tell me, How Rss works with LDAP. I just change my authentication from sspi to ldap method and Rss is not working. Only works for that pages, where i write #acl All:read,write. Then it works. Even i gave the username and password to Feed-Reader. thanks in advanc

Re: [Moin-user] Disable automatic CamelCase linking?

2009-02-16 Thread Thomas Waldmann
> I was wondering if there is a config option to disable automatic link > generation for CamelCase words? There is a "nocamelcase" parser somewhere on the wiki (try ParserMarket and search). Try if it works for your moin version. You could even set that as default parser (see HelpOnConfigurati