Re: [Moin-user] Advice on page structure

2009-04-05 Thread Christopher MacMinn
> > I'm trying to create a page that includes a list of people, with each > > entry containing a paragraph of text and a right-aligned photo (see, > > e.g., here: http://almlab.mit.edu/ALM/Lab_Members/Lab_Members.html). > > yes with the moinmoin engine this is possible, but the moinmoin wiki > syn

Re: [Moin-user] ReStructuredText as default parser?

2009-04-05 Thread Andreas Hilboll
Thanks a lot -- worked like a charm ;) Danijel Tasov schrieb: > Andreas Hilboll wrote: >> So what do I do with those pages which have already been written in >> moinmoin markup and which I don't want to translate now? Is there a way >> to automatically translate? Or can I set the markup for sing

Re: [Moin-user] ReStructuredText as default parser?

2009-04-05 Thread Danijel Tasov
Andreas Hilboll wrote: > So what do I do with those pages which have already been written in > moinmoin markup and which I don't want to translate now? Is there a way > to automatically translate? Or can I set the markup for single pages > manually to moinmoin? I tried #!wiki, but this did not s

Re: [Moin-user] ReStructuredText as default parser?

2009-04-05 Thread Fred Drake
On Sun, Apr 5, 2009 at 3:57 PM, Andreas Hilboll wrote: > So what do I do with those pages which have already been written in > moinmoin markup and which I don't want to translate now? Is there a way > to automatically translate? Or can I set the markup for single pages > manually to moinmoin? I tr

Re: [Moin-user] ReStructuredText as default parser?

2009-04-05 Thread Andreas Hilboll
Great, thanks a lot! It's actually working :) So what do I do with those pages which have already been written in moinmoin markup and which I don't want to translate now? Is there a way to automatically translate? Or can I set the markup for single pages manually to moinmoin? I tried #!wiki, bu

Re: [Moin-user] ReStructuredText as default parser?

2009-04-05 Thread Fred Drake
On Sun, Apr 5, 2009 at 12:59 PM, Dennis Benzinger wrote: > I don't know if it was already possible with 1.7.1 but you can set the > default_markup option to rst. Read: I've been using Moin this way for quite some time; it was working just fine at least as far back as 1.5.something. This is defin

Re: [Moin-user] Advice on page structure

2009-04-05 Thread m...@heavy.ch
Christopher MacMinn schrieb: > Hi everyone - > > I'm trying to create a page that includes a list of people, with each > entry containing a paragraph of text and a right-aligned photo (see, > e.g., here: http://almlab.mit.edu/ALM/Lab_Members/Lab_Members.html). > > I can't figure out how to do th

Re: [Moin-user] Advice on page structure

2009-04-05 Thread Christopher MacMinn
This is layout is certainly along the lines of what I had in mind, but I'm trying to avoid tables. Thanks, though. :) - C On Sun, Apr 5, 2009 at 12:34 PM, Gnarlodious wrote: > Something like this? > http://EliAshbyHealingArts.com/Staff > > -- Gnarlie > > On 4/5/09, Christopher MacMinn wrote:

Re: [Moin-user] ReStructuredText as default parser?

2009-04-05 Thread Dennis Benzinger
Am 05.04.2009 15:35, Andreas Hilboll schrieb: > Hi there, > > I would like to establish ReStructuredText as the default markup > language in my moinmoin (1.7.1) wiki. Is there any way I can do this so > users don't have to write the {{{#!rst }}} on each page? > [...] I don't know if it was alre

Re: [Moin-user] Advice on page structure

2009-04-05 Thread Gnarlodious
Something like this? http://EliAshbyHealingArts.com/Staff -- Gnarlie On 4/5/09, Christopher MacMinn wrote: > Hi everyone - > I'm trying to create a page that includes a list of people, with each entry > containing a paragraph of text and a right-aligned photo (see, e.g., here: > http://almlab.mi

[Moin-user] Nesting wiki syntax and delimiters

2009-04-05 Thread Christopher MacMinn
Hi again, everyone - This is a long one, so sorry about that. I'm having a few problems with basic wiki syntax, all loosely related to slightly more advanced use. Thoughts, opinions, corrections, etc. are all welcome. First: end-of-line and blank lines. The wiki parser appears to insert mult

[Moin-user] Advice on page structure

2009-04-05 Thread Christopher MacMinn
Hi everyone - I'm trying to create a page that includes a list of people, with each entry containing a paragraph of text and a right-aligned photo (see, e.g., here: http://almlab.mit.edu/ALM/Lab_Members/Lab_Members.html). I can't figure out how to do this with MoinMoin syntax... I realize that the

[Moin-user] ReStructuredText as default parser?

2009-04-05 Thread Andreas Hilboll
Hi there, I would like to establish ReStructuredText as the default markup language in my moinmoin (1.7.1) wiki. Is there any way I can do this so users don't have to write the {{{#!rst }}} on each page? Thanks a lot! Andreas ---