On Wed, 2009-11-04 at 10:04 -0500, Neal Becker wrote:
> 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.
BTW, moin 1.9.0rc1 has parser/highlight.py built-in (and the
highlight.py code is also available for 1.8.x on the wiki).
Neal Becker schrieb:
> I am using mod_wsgi. I restarted apache. Don't know about 'touch
> deployment script'. Do I need to do something?
>
no that's enought instead of restarting the apache process you could
also touch your moin.wsgi.
> R.Bauer wrote:
>
>> Neal Becker schrieb:
>>> I'm using
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/data/plugin/parser/code.py.
>> I edited that f
Neal Becker schrieb:
> 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.
Do you have restarted the server process. Or if you run mod_wsgi do you
have touched yo
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