[Moin-user] mathjax

2010-12-06 Thread Neal Becker
http://www.mathjax.org/ Looks like an interesting way to integrate LaTeX markup. Anyone looked into using this? -- What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being

Re: [Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread Neal Becker
I am using mod_wsgi. I restarted apache. Don't know about 'touch deployment script'. Do I need to do something? R.Bauer wrote: > Neal Becker schrieb: >> I'm using moin 1.8.5. I have pygments-1.1.1. >> >> I tried copying moin-parser.py to mywiki/dat

[Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread Neal Becker
I'm using moin 1.8.5. I have pygments-1.1.1. I tried copying moin-parser.py to mywiki/data/plugin/parser/code.py. I edited that file to set INLINESTYLES = True. No other changes. I made a test page: Describe FrontEndDecimation here. {{{#!code python for i in range (10): print 'hello' }}} No

Re: [Moin-user] attachments in 1.8.3

2009-06-02 Thread Neal Becker
R.Bauer wrote: > Neal Becker schrieb: >> I've been away from moin for a while, and now I'm trying 1.8.3. I see >> that when I attach a pdf, and then view the resulting page, moin only >> offers to >> download it. I wanted to directly start my pdf viewer.

[Moin-user] attachments in 1.8.3

2009-06-01 Thread Neal Becker
I've been away from moin for a while, and now I'm trying 1.8.3. I see that when I attach a pdf, and then view the resulting page, moin only offers to download it. I wanted to directly start my pdf viewer. What is the current procedure for 1.8.3?

Re: [Moin-user] 1.8.3 trouble

2009-05-29 Thread Neal Becker
Thomas Waldmann wrote: >> > I'm just trying 1.8.3 on fedora 10 linux. >> > >> > I have installed mathtran plugin (if that matters). > > Shouldn't matter I think. > >> > Problem 1: >> > If I use konqueror to edit, then save, I get: >> > Please use the interactive user interface to use action edi

Re: [Moin-user] 1.8.3 trouble

2009-05-29 Thread Neal Becker
Neal Becker wrote: > I'm just trying 1.8.3 on fedora 10 linux. > > I have installed mathtran plugin (if that matters). > > Problem 1: > If I use konqueror to edit, then save, I get: > Please use the interactive user interface to use action edit! > > I can&

[Moin-user] 1.8.3 trouble

2009-05-28 Thread Neal Becker
I'm just trying 1.8.3 on fedora 10 linux. I have installed mathtran plugin (if that matters). Problem 1: If I use konqueror to edit, then save, I get: Please use the interactive user interface to use action edit! I can't seem to reliably edit and save.

[Moin-user] 1.8.0rc1, is it reading wikiconfig.py?

2008-10-29 Thread Neal Becker
I'm running 1.8.0rc1 like this: "cd /home/moin/mywiki && moin --config-dir=/home/moin/mywiki server standalone --port=8081 --interface='' --start" /home/moin/mywiki contains wikiconfig.py wikiconfig.py contains: class Config(DefaultConfig): port = 8081 interface = '' These settings se

[Moin-user] Updated 1.7.0 -> 1.7.2, now moin won't start

2008-10-28 Thread Neal Becker
Installed moin-1.7.2 using python setup.py install. Ran moin --config-dir=./ migration data ./moin --config-dir=./ start 2008-10-28 20:17:51,665 WARNING MoinMoin.log:120 using logging configuration read from built-in fallback in MoinMoin.log module! Loading ... MoinMoin - 1.7.2 [release] Trac

[Moin-user] Latex in moin-1.6.2?

2008-05-30 Thread Neal Becker
{{{#!inline_latex hello }}} Gives me this: cannot import name wiki - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

Re: [Moin-user] moin 1.6.2

2008-03-25 Thread Neal Becker
Looks like the bug where my attachments don't directly cause download (unless written as [[attachment:bla.csv|blah.cs|&do=get]] ) is not fixed in 1.6.2 - This SF.net email is sponsored by: Microsoft Defy all challenges. Mic

[Moin-user] moving attachments

2008-03-12 Thread Neal Becker
I have a bunch of attachments at some_page I have (accidentally) created a some_page.txt, which is now current and has some more attachments. How can I move the attachments from 'some_page' to 'some_page.txt'? The links in 'some_page.txt' already point to those attachment names. --

[Moin-user] code block within rst

2008-02-29 Thread Neal Becker
I'm trying out pygments. pygments comes with external/moin-parser.py. I installed this into my wiki data/plugin/parser as code.py. I want to include python code within rst. The only way I found to do this is: {{{!#rst blah blah }}} {{{#!code python print "hello" }}} {{{#!rst }}} That is,

Re: [Moin-user] help on attachment (.csv)

2008-02-14 Thread Neal Becker
Neal Becker wrote: > In a page I put: > > Results [[attachment:test_rate1_15.py.nbecker3.20371.err.csv]] > > Clicking on the attachment doesn't work. I get a page that says: > > Attachment 'test_rate1_15.py.nbecker3.20371.err.csv' > Download > >

[Moin-user] help on attachment (.csv)

2008-02-14 Thread Neal Becker
In a page I put: Results [[attachment:test_rate1_15.py.nbecker3.20371.err.csv]] Clicking on the attachment doesn't work. I get a page that says: Attachment 'test_rate1_15.py.nbecker3.20371.err.csv' Download Embedding of object by chosen formatter not possible: test_rate1_15.py.nbecker3.20371.

[Moin-user] offline edit?

2008-02-06 Thread Neal Becker
I have an rst file I want to add to my wiki. Is there a feature to do this, maybe offline-edit? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

[Moin-user] inline_latex w/1.6.1?

2008-02-05 Thread Neal Becker
Looks like it doesn't work: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/MoinMoin/request/__init__.py", line 1283, in run handler(self.page.page_name, self) File "/usr/lib/python2.5/site-packages/MoinMoin/action/edit.py", line 152, in execute pg.sendEdito

[Moin-user] moin.py standalone 1.6.1 error

2008-02-05 Thread Neal Becker
moin.py in 1.6.1 has an error, should say: from MoinMoin.server.server_standalone import StandaloneConfig, run - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.

Re: [Moin-user] moin + asciimath

2007-09-30 Thread Neal Becker
On Sunday 30 September 2007, [EMAIL PROTECTED] wrote: > Gnarlie> Not sure what I should be seeing, but here is the same page in > Gnarlie> the Mac browser iCab: > > Gnarlie> http://gnarlie.freeshell.org/HelpOnMathematicalFormulas.png > > Nope, you shouldn't be seeing the "$$ ... $$" stu