Re: [Moin-user] Basic startup

2008-11-17 Thread R.Bauer
mailing list schrieb: > --- On Mon, 11/17/08, Thomas Waldmann <[EMAIL PROTECTED]> wrote: > >> Download, unpack, start ./wikiserver.py, enjoy! :) > > I'm just getting a blank page when pointing to x.x.x.x:8080 (iptables is > off). Should I see a "Moin" logo or some sort of wiki, etc.? Thanks. >

Re: [Moin-user] Embeded Video and svg images

2008-11-17 Thread R.Bauer
Matthew Nuzum schrieb: > On Mon, Nov 17, 2008 at 10:55 AM, Rick Vanderveer > <[EMAIL PROTECTED]> wrote: >> Hey Waqas, >> After struggling for a long time, we were never able to get the EmbedObject >> macro to work reliably or predictably. We finally gave up and just escape >> to raw html. You nee

Re: [Moin-user] Embeded Video and svg images

2008-11-17 Thread m...@heavy.ch
Hi There > > and i tried to put some video files on pages but page show only window media > player but doesnt play the video. > > I changed my wikiconfig.py also regarding this > document.(http://master.moinmo.in/HelpOnMacros/EmbedObject). > > but i cant play video on pages. i see only th

Re: [Moin-user] Basic startup

2008-11-17 Thread mailing list
--- On Mon, 11/17/08, Thomas Waldmann <[EMAIL PROTECTED]> wrote: > Download, unpack, start ./wikiserver.py, enjoy! :) I'm just getting a blank page when pointing to x.x.x.x:8080 (iptables is off). Should I see a "Moin" logo or some sort of wiki, etc.? Thanks. Mike ---

Re: [Moin-user] Basic startup

2008-11-17 Thread Thomas Waldmann
On Mon, 2008-11-17 at 11:24 -0800, mailing list wrote: > Moin 1.8.0 on Linux. I keep getting the "FATAL ERROR..." is there a way to > startup moin just to "test drive" it? Download, unpack, start ./wikiserver.py, enjoy! :) --

Re: [Moin-user] template links seems to be missing after update

2008-11-17 Thread Thomas Waldmann
> > If you still have the old page_*_regex in your config, just remove them. > > See docs/CHANGES for more details. > Thanks, Thomas, that was it! Sorry I didn't pore over the Changes doc > more carefully. I notice that one previous regex line wasn't in the > newly-generated wikiconfig.py, the o

[Moin-user] Basic startup

2008-11-17 Thread mailing list
Moin 1.8.0 on Linux. I keep getting the "FATAL ERROR..." is there a way to startup moin just to "test drive" it? I've gone through the wikiconfig.py and left it untouch as I just wanted a moin site up to try it out. What other subcommand do I need besides the "--config-dir" option? Thanks.

Re: [Moin-user] template links seems to be missing after update

2008-11-17 Thread Matthew W
On Sat, Nov 15, 2008 at 12:13 AM, Thomas Waldmann <[EMAIL PROTECTED]> wrote: >> I recently updated from 1.6.1 to 1.8.0. Everything seems fine except >> that now the links to the page templates are all missing > > If you still have the old page_*_regex in your config, just remove them. > See docs/C

Re: [Moin-user] Embeded Video and svg images

2008-11-17 Thread Matthew Nuzum
On Mon, Nov 17, 2008 at 10:55 AM, Rick Vanderveer <[EMAIL PROTECTED]> wrote: > Hey Waqas, > After struggling for a long time, we were never able to get the EmbedObject > macro to work reliably or predictably. We finally gave up and just escape > to raw html. You need to download a 'raw' parser, a

Re: [Moin-user] Embeded Video and svg images

2008-11-17 Thread Rick Vanderveer
Hey Waqas, After struggling for a long time, we were never able to get the EmbedObject macro to work reliably or predictably. We finally gave up and just escape to raw html. You need to download a 'raw' parser, as the built-in html parser doesn't allow full media control. This is fine for interna

[Moin-user] Embeded Video and svg images

2008-11-17 Thread waqas ahmad
Hi, I want to show some movies and svg images on moinmoin pages. Can some body tell me how i can do this. I m using moinmoin 1.7. and i tried to put some video files on pages but page show only window media player but doesnt play the video. I changed my wikiconfig.py also regard