[Moin-user] MoinMoin and Python 2.2

bragiba at simi.is bragiba at simi.is
Thu Jan 3 04:15:20 EST 2002


I was just looking for a tarball myself and had real trouble finding one.
Is it possible that you could set up a tarball every night made from the
latest CVS distribution?
For people that do not want to use CVS or cannot this is a very good
option.


Með kveðju/Best Regards
Bragi Baldursson
GPRS Kerfisverkfræðingur/GPRS Systems Engineer
Sími/Tel.:  550 63 08    mailto:bragiba at siminn.is
Fax:  550 63 39    www:http://www.siminn.is
Gsm:   892 63 08

- Síminn auðveldar samskipti -


                                                                                                                                            
                    Bruce.Durling at equifax.com                                                                                               
                    Sent by:                           To:     "Juergen Hermann" <jh at web.de>                                                
                    moin-user-admin at lists.sourc        cc:     "Bruce.Durling at equifax.com" <Bruce.Durling at equifax.com>,                     
                    eforge.net                         "moin-user at lists.sourceforge.net" <moin-user at lists.sourceforge.net>                  
                                                       Subject:     Re: [Moin-user] MoinMoin and Python 2.2                                 
                                                                                                                                            
                    03.01.2002 12:03                                                                                                        
                                                                                                                                            
                                                                                                                                            





Thanks for the patch. It works a treat.

I'd love to get the latest version out of cvs, but firewalls prevent me
from pointing anything at it. Is there a nightly tar ball that I've missed?

I love the wiki syntax in MoinMoin. Its kept me from going with either
Twiki or ZWiki. In fact I find most other Structured Text things to be a
little deficient in comparison. Keep up the good work. I'll keep looking
around for ways to contribute.

cheers,
bld





                    "Juergen Hermann"

                    <jh at web.de>                        To:
"Bruce.Durling at equifax.com"
                    Sent by:
<Bruce.Durling at equifax.com>, "moin-user at lists.sourceforge.net"
                    moin-user-admin at lists.sourc
<moin-user at lists.sourceforge.net>
                    eforge.net                         cc:

                                                       Subject:     Re:
[Moin-user] MoinMoin and Python 2.2

                    01/03/02 10:59 AM

                    Please respond to "Juergen

                    Hermann"






On Thu, 3 Jan 2002 08:28:11 +0000, Bruce.Durling at equifax.com wrote:

>Should I raise a bug in the sf.net bug tracker or is this list a better
>place to post it?

Apply this:

--- parser/wiki.py      2001/12/20 23:26:32     1.63
+++ parser/wiki.py      2002/01/03 10:58:10
@@ -622,7 +622,7 @@
     def replace(self, match):
         #hit = filter(lambda g: g[1], match.groupdict().items())
         for type, hit in match.groupdict().items():
-            if hit is not None:
+            if hit is not None and type != "hmarker":
                 ##print "###", cgi.escape(`type`), cgi.escape(`hit`), "
###"
                 if self.in_pre and type not in ['pre', 'ent']:
                     return self.highlight_text(hit)


Or get the latest CVS version.


Ciao, Jürgen



_______________________________________________
Moin-user mailing list
Moin-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user





_______________________________________________
Moin-user mailing list
Moin-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user





_______________________________________________________________________
Þessi tölvupóstur og viðhengi hans gætu innihaldið trúnaðarupplýsingar
eingöngu ætlaðar þeim sem hann er stílaður á. Efni tölvupóstsins og
viðhengi er á ábyrgð sendanda ef það tengist ekki starfsemi Símans.
Sjá nánar: http://www.siminn.is/um_okkur/almennt/tolvupostur.asp

This e-mail and its attachments may contain confidential and privileged
information only intended for the person or entity to which it is
addressed.
Further information: http://www.siminn.is/english/about_us/email.asp
_______________________________________________________________________


More information about the Moin-user mailing list