From vriens at ciberania.cl Mon Jun 2 14:30:07 2003 From: vriens at ciberania.cl (Marijn P. Vriens) Date: Mon Jun 2 14:30:07 2003 Subject: [Moin-user] Responce times of MoinMoin. Message-ID: <1054589489.24525.1508.camel@guajiro.local> Hi listers, I'm using MoinMoin 1.0 as an Interanet Wiki. It works without problems until now, except that it takes a while to do any actions in the Wiki. It takes serveral seconds (3 or so) to respond to anything. Since it's Interanet that's a bit slow. The Wiki is running on a modest Linux (Debian, Woody) machine (AMD-k6 @ 450Mhz) with Apache. I've been looking a bit, and the server CPU gets a big hit from a python process when a page is loaded. I'm thinking that the hit is a bit too much.. can it be that some .py files of moin are not getting compiled? And so how do i get them to compile. Or is there something else I can do to speed-up the Wiki access? Regards, Marijn Vriens. -- From francois.granger at free.fr Tue Jun 3 01:09:03 2003 From: francois.granger at free.fr (=?iso-8859-1?Q?Fran=E7ois?= Granger) Date: Tue Jun 3 01:09:03 2003 Subject: [Moin-user] Responce times of MoinMoin. In-Reply-To: <1054589489.24525.1508.camel@guajiro.local> References: <1054589489.24525.1508.camel@guajiro.local> Message-ID: At 17:31 -0400 02/06/2003, in message [Moin-user] Responce times of MoinMoin., Marijn P. Vriens wrote: > >I've been looking a bit, and the server CPU gets a big hit from a python >process when a page is loaded. Currently, it runs as a CGI, this means that the python interpreter is re loaded each time. This is the "big hit". > I'm thinking that the hit is a bit too >much.. can it be that some .py files of moin are not getting compiled? >And so how do i get them to compile. Or is there something else I can do >to speed-up the Wiki access? As far as I know, the best way to speed it up is to run it as mod-python. I found instructions to do such for another similar program, PyBlosxom. See there: http://roughingit.subtlehints.net/pyblosxom/development/mod_pythonHOWTO.html I did not tested it yet. -- Hofstadter's Law : It always takes longer than you expect, even when you take into account Hofstadter's Law. From wari at celestix.com Tue Jun 3 01:47:06 2003 From: wari at celestix.com (Wari Wahab) Date: Tue Jun 3 01:47:06 2003 Subject: [Moin-user] Responce times of MoinMoin. In-Reply-To: References: <1054589489.24525.1508.camel@guajiro.local> Message-ID: <3EDC5EB2.3000004@celestix.com> Fran?ois Granger wrote: > As far as I know, the best way to speed it up is to run it as > mod-python. I found instructions to do such for another similar > program, PyBlosxom. See there: > > http://roughingit.subtlehints.net/pyblosxom/development/mod_pythonHOWTO.html If you don't care about what server you run on, I beleive you can also run MoinMoin as a twisted server, not sure how do set it up as such, but as far as I can tell, there are twisted specific stuff at MoinMoin.webapi.twistedMoin (any simple instructions for that?) -- Regards: Wari Wahab Senior R&D Engineer Celestix Networks http://www.celestix.com/ From xlii at xlii.org Tue Jun 3 11:15:16 2003 From: xlii at xlii.org (Ellen Herzfeld) Date: Tue Jun 3 11:15:16 2003 Subject: [Moin-user] External Editor on Mac OS X Server In-Reply-To: <49295.192.168.1.1.1054299119.squirrel@webmail.lizard.homelinux.net> References: <16086.23310.521072.501325@paci .nautilus> <16087.11983.489251.142994@paci.nautilus> <49295.192.168.1.1.1054299119.squirrel@webmail.lizard.homelinux.net> Message-ID: At 14:51 +0200 30.05.2003, Alberto Berti wrote: >Hi Ellen, > >configuring moinmoin external editor on mac os x isn't so simple. >There is a recipe >for doing this on the original Zope External Editor's page on zope's site: > >http://www.zope.org/Members/Feneric/ExtEditMacOSX > >You have to follow that recipe also for moin moin external editor, >but where the author >writes "Zope External Editor Helper Application" you should read >"moineedit.py". > >I hope this helps, > >Alberto > After some experimenting we have gotten it to work on MAC OS X in Mozilla and Camino with BBEdit as editor. I have edited the relevant page (action/ExternalEdit) in MoinMoin Wiki describing what we did. Thanks. Ellen From Manfred.Nowak at mncom.de Thu Jun 5 02:46:06 2003 From: Manfred.Nowak at mncom.de (Manfred Nowak) Date: Thu Jun 5 02:46:06 2003 Subject: [Moin-user] no gifs after install Message-ID: <001c01c32b47$50c29e30$bf01a8c0@MNWS1> Hi, after install, moinmoin-wiki is working, but no gifs are shown :( Wiki ist runnung on Gentoo-Linux using install-instructions from the Install.html. Any Help?? Manfred From gia at webde-ag.de Thu Jun 5 03:03:08 2003 From: gia at webde-ag.de (Gisbert Amm) Date: Thu Jun 5 03:03:08 2003 Subject: [Moin-user] no gifs after install Message-ID: <74ADFA8C453ED611A71E00508BBBA135D9ECD7@exchange1.cinetic.de> The parameter url_prefix in moin_config.py should point to the directory where the images are located. url_prefix = '' Regards, Gisbert Amm http://web.de/ > -----Original Message----- > From: Manfred Nowak [mailto:Manfred.Nowak at mncom.de] > Sent: Thursday, June 05, 2003 11:46 AM > To: moin-user at lists.sourceforge.net > Subject: [Moin-user] no gifs after install > > > Hi, > > after install, moinmoin-wiki is working, > but no gifs are shown :( > > Wiki ist runnung on Gentoo-Linux > using install-instructions from the Install.html. > > Any Help?? > > Manfred > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From c.brosch at mx.uni-saarland.de Fri Jun 6 10:17:04 2003 From: c.brosch at mx.uni-saarland.de (Christopher Brosch) Date: Fri Jun 6 10:17:04 2003 Subject: [Moin-user] xslt version? In-Reply-To: ; from jh@web.de on Tue, Apr 29, 2003 at 08:09:14PM +0200 References: <20030429165055.A16787@rw22linux2.jura.uni-sb.de> Message-ID: <20030606185708.A14965@rw22linux2.jura.uni-sb.de> Am Tue, Apr 29, 2003 at 08:09:14PM +0200 schrieb Juergen Hermann: > >can anyone tell me how to enable the xslt version? On "XsltVersion" I > >get the error message "XSLT option disabled!". > > HelpOnConfiguration, ctrl-f "xslt" Thank you. ;) After enabling the xslt-option in the config-file I get these error messa- ges: ImportError: No module named xslt ... (the whole page is copy+pasted below). Google doesn?t help in this case, when I search for "No module named xslt" I only get moinmoin-Wikis that have the same problem as mine. 4Suite (4Suite-0.11-2.rpm) and all necessary packages are installed. TIA, Christopher -------------------8<----------------------------- ImportError: No module named xslt Python 2.2.2 /usr/local/bin/python2.2 A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call first. The exception attributes are: __doc__ = "Import can't find module, or can't find name in module." __getitem__ = > __init__ = > __module__ = 'exceptions' __str__ = > args = ('No module named xslt',) /usr/local/lib/python2.2/site-packages/MoinMoin/parser/xslt.py in format(self=, formatter=) 46 47 import xml.sax 48 import xml.xslt xml = , global xslt = undefined 49 import xml.xslt.Processor 50 /usr/local/lib/python2.2/site-packages/MoinMoin/Page.py in send_page(self=, request=, msg='', **keywords={'count_hit': 1}) 390 else: 391 # parse the text and send the page content 392 Parser(body, request).format(self.formatter) Parser = , body = '\n\n...')"/>\n \n\n\n', request = , global format = undefined, self = , global formatter = undefined 393 394 # check for pending footnotes /usr/local/lib/python2.2/site-packages/MoinMoin/cgimain.py in run(properties={}) 187 else: 188 try: 189 cgitb.handler() cgitb = , handler = undefined 190 except: 191 cgi.print_exception(*saved_exc) -------8<--------------- From mhp at dadlnet.dk Tue Jun 10 10:48:01 2003 From: mhp at dadlnet.dk (Morten H Pedersen) Date: Tue Jun 10 10:48:01 2003 Subject: [Moin-user] Windows installation Message-ID: I have followed the installation information for windows on two different pc's with windows 2000 and XP. Both failed, with errors when going to the home-page. In one of them an extra / was added after the name, i.e., localhost/mywiki/config.cgi/ so that it did not run. If i manually removed the dash the Frontpage came up, but editing was not possible (that was on Win2k with python 2.2.2 and sys in c:\moin\moinmoin). On windows XP also with python 2.2.? but now in c:\moin\lib\site-packages directory nothing worked at all. IS the installation information correct? Sincerely, Morten H?gholm Pedersen mhp at dadlnet.dk From fgenc at web.de Wed Jun 11 04:45:16 2003 From: fgenc at web.de (fatih genc) Date: Wed Jun 11 04:45:16 2003 Subject: [Moin-user] xml bug Message-ID: <200306111144.h5BBioQ14498@mailgate5.cinetic.de> An HTML attachment was scrubbed... URL: From tw at waldmann-edv.de Wed Jun 11 08:20:06 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Wed Jun 11 08:20:06 2003 Subject: [Moin-user] xml bug References: <200306111144.h5BBioQ14498@mailgate5.cinetic.de> Message-ID: <3EE7482B.6030502@waldmann-edv.de> Hi, > i think it exist a fistake by xml function of wiki. > This xml to see on this link : That is maybe simply because that XML stuff is still unfinished. > it look so! > it can be ? All your base are belong to us! ;) greetings, Thomas From crosseyedpenguin at yahoo.com Wed Jun 11 09:35:10 2003 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Wed Jun 11 09:35:10 2003 Subject: [Moin-user] Windows installation In-Reply-To: Message-ID: <20030611163422.17250.qmail@web14308.mail.yahoo.com> --- Morten H Pedersen wrote: > I have followed the installation information for windows on two > different > pc's with windows 2000 and XP. Both failed, with errors when going to > the > home-page. In one of them an extra / was added after the name, i.e., > > localhost/mywiki/config.cgi/ so that it did not run. If i manually > removed > the dash the Frontpage came up, but editing was not possible (that > was on > Win2k with python 2.2.2 and sys in c:\moin\moinmoin). On windows XP > also > with python 2.2.? but now in c:\moin\lib\site-packages directory > nothing > worked at all. > > IS the installation information correct? How about a few more clues -- are you running Apache or IIS? If you are running Apache, on the first PC you may have entered this into httpd.conf: ScriptAlias /mywiki/ "C:/......." when you should have entered: ScriptAlias /mywiki "C:/......." e.g. no trailing slash. The trailing slash is needed on the Alias statements. Roger Haase __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com From jh at web.de Mon Jun 16 16:21:07 2003 From: jh at web.de (Juergen Hermann) Date: Mon Jun 16 16:21:07 2003 Subject: [Moin-user] xslt version? In-Reply-To: <20030606185708.A14965@rw22linux2.jura.uni-sb.de> Message-ID: On Fri, 6 Jun 2003 18:57:08 +0200, Christopher Brosch wrote: >4Suite (4Suite-0.11-2.rpm) and all necessary packages are installed. If you want XSLT support, please use moin current or stable and 4Suite 1.0alpha. Ciao, J?rgen From uriana at trxmail.com Mon Jun 16 20:55:08 2003 From: uriana at trxmail.com (uriana at trxmail.com) Date: Mon Jun 16 20:55:08 2003 Subject: [Moin-user] =?euc-kr?B?o6ixpLDto6m1pcDMxq4sILnMxsMgLSC4uLOywMcgsaTA5Q==?= Message-ID: .. ?????? [click to see ] "?? ???? ??? ???? ?? ??? ???" "??? ?? ??? ???." "? ?? ??? ??? ????? ?????" "? ? ??? ??????, ????? ???? ???..." ???? * ? ????? ????? ??? ???? ???? ??[???], [???], [???], ???[???]? ??? ????? ?? ??? ???? ?? ???? ???? ??? ???? ??? ??? ????? ??, ??, ??, ????? ????? ??? ???? ???? ????? ? ? ?? ??? ??? ???. ??????? www.mygal.co.kr ???. ??? - ? ??? ??? ?? ?? ????? ?????? ? ?? ???. -------------- next part -------------- An HTML attachment was scrubbed... URL: From MHoegeman at ixiacom.com Wed Jun 18 08:06:22 2003 From: MHoegeman at ixiacom.com (Michael Hoegeman) Date: Wed Jun 18 08:06:22 2003 Subject: [Moin-user] Running moin under twisted. Anyone have some example (config file s?) Message-ID: <15FDCE057B48784C80836803AE3598D502955F2C@racerx.ixiacom.com> Is anyone Running moin under twisted. If so are there some example (config files?) Or a place you can point me at that gives some hints about How to set it up. Anything at all would be appreciated. Right now I'm starting from nothing so I'll take anything I can find.. -mike From jh at web.de Wed Jun 18 11:11:02 2003 From: jh at web.de (Juergen Hermann) Date: Wed Jun 18 11:11:02 2003 Subject: [Moin-user] Running moin under twisted. Anyone have some example (config file s?) In-Reply-To: <15FDCE057B48784C80836803AE3598D502955F2C@racerx.ixiacom.com> Message-ID: On Wed, 18 Jun 2003 08:06:24 -0700, Michael Hoegeman wrote: >Is anyone Running moin under twisted. I do, but still in CGI mode. Ciao, J?rgen From loveyunkee at intizen.com Thu Jun 19 17:12:16 2003 From: loveyunkee at intizen.com (¼ö¿¬) Date: Thu Jun 19 17:12:16 2003 Subject: [Moin-user] ÁøÂ¥ ±¦ÂúÀº ¿Í·¹Áî ¼Ò°³½ÃÄѵ帳´Ï´Ù. Message-ID: <410-22003652001023450@intizen.com> An HTML attachment was scrubbed... URL: From mh at habanerotech.net Fri Jun 20 00:02:24 2003 From: mh at habanerotech.net (Mike Hoegeman) Date: Fri Jun 20 00:02:24 2003 Subject: [Moin-user] multi line table cells Message-ID: <3EF2B236.62B6DDA@habanerotech.net> sometimes i'd like to have a table cell contents that i can line continue over several lines. i.e. i'd like to do something like this: ||small cell||a call that has a lot of text in it that i would like to break \ across over serveral lines to make it easier to edit|| obviously \ does not work, is there something like backslash that i can use here?? -- Mike Hoegeman Habanero Technologies, LLC http://habanerotech.net/personal-pages/mh/contact.html From carsten at cwrose.de Fri Jun 20 00:30:02 2003 From: carsten at cwrose.de (Carsten W. Rose) Date: Fri Jun 20 00:30:02 2003 Subject: AW: [Moin-user] multi line table cells In-Reply-To: <3EF2B236.62B6DDA@habanerotech.net> Message-ID: <000701c336fd$989ede00$0500a8c0@tristan> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Of course, try [[BR]] :-) > -----Urspr?ngliche Nachricht----- > Von: moin-user-admin at lists.sourceforge.net > [mailto:moin-user-admin at lists.sourceforge.net] Im Auftrag von > Mike Hoegeman > Gesendet: Freitag, 20. Juni 2003 09:05 > An: moin-user at lists.sourceforge.net > Betreff: [Moin-user] multi line table cells > > > > sometimes i'd like to have a table cell contents that i can > line continue > over several lines. > > i.e. i'd like to do something like this: > > ||small cell||a call that has a lot of text in it that i > would like to > ||break \ > across over serveral lines to make it easier to edit|| > > obviously \ does not work, is there something like backslash > that i can use here?? > > -- > Mike Hoegeman Habanero Technologies, LLC > http://habanerotech.net/personal-pages/mh/contact.html > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU > Hosting Partner. Refer Dedicated Servers. We Manage Them. You > Get 10% Monthly Commission! INetU Dedicated Managed Hosting > http://www.inetu.net/partner/index.php > > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/m> oin-user > -----BEGIN PGP SIGNATURE----- Version: PGP 8.0 iQA/AwUBPvK3ses6KKccLOHnEQLenACgqn4vY5J6PgHF+XKeHSTvF2fUVqgAn3jr EHDxuWN5x5VOJki9+wAqVgGV =v5tD -----END PGP SIGNATURE----- From s-i-m-o-n at paradise.net.nz Fri Jun 20 00:36:45 2003 From: s-i-m-o-n at paradise.net.nz (Simon) Date: Fri Jun 20 00:36:45 2003 Subject: [Moin-user] No Module In-Reply-To: <15FDCE057B48784C80836803AE3598D502955F2C@racerx.ixiacom.com> Message-ID: <20030620073448.621629EC74@smtp-2.paradise.net.nz> I've just upgraded my apache from 2.0.36 (Win32) to 2.0.46 (Win32) - and thats all I changed My moinmoin stopped working. Needless to say it was working fine up till then. I have the same apache config file. Presumably I need to reset up something, but what? On inspection I am getting (from the apache error log) Premature end of script headers: moin.cgi Traceback (most recent call last): File "C:/Moin/simonwiki/moin.cgi", line 31, in ? from MoinMoin import cgimain I've had a quick look at http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/HelpOnInstalling_2fApacheOnWin32 I've tried both moin.cgi and moin.bat (which I was running from) moin.bat @echo off set PYTHONPATH=C:\Moin\Lib\site-packages c: cd \moin\simonwiki "c:\program files\python22\python.exe" moin.cgi More information Python 2.2.1 (#34, Apr 9 2002, 19:34:33) [MSC 32 bit (Intel)] on win32 Python is installed in "c:/program files/python22" I'm running moinmoin 1.6 (from moin_config.py) Any suggestions would be greatly appreciated MoinMoin CGI Diagnosis ====================== Your PYTHONPATH is: ['C:/Moin/simonwiki', 'C:\\program files\\python22\\DLLs', 'C:\\program files\\python22\\lib', 'C:\\program files\\python22\\lib\\lib-tk', 'C:\\program files\\python22', 'C:\\program files\\python22\\lib\\site-packages'] Traceback (innermost last): File "C:/Moin/simonwiki/moin.cgi", line 20, in ? from MoinMoin import cgimain ImportError: No module named MoinMoin moin.cgi #! "c:/program files/python22/python" """ MoinMoin - CGI Driver Script Copyright (c) 2000 by J?rgen Hermann All rights reserved, see COPYING for details. $Id: moin.cgi,v 1.2 2002/03/11 21:48:48 jhermann Exp $ """ #import sys #sys.path.append('/usr/local/home/USERNAME/lib/python') import os if os.environ.get('QUERY_STRING') == 'test': print "Content-Type: text/plain\n\nMoinMoin CGI Diagnosis\n======================\n" try: from MoinMoin import cgimain print 'Package "MoinMoin" sucessfully imported.\n' cgimain.test() except: import sys, traceback, string, pprint type, value, tb = sys.exc_info() if type == ImportError: print 'Your PYTHONPATH is:\n%s' % pprint.pformat(sys.path) print "\nTraceback (innermost last):\n%s" % string.join( traceback.format_tb(tb) + traceback.format_exception_only(type, value)) else: from MoinMoin import cgimain cgimain.run() From crosseyedpenguin at yahoo.com Fri Jun 20 10:18:13 2003 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Fri Jun 20 10:18:13 2003 Subject: [Moin-user] No Module In-Reply-To: <20030620073448.621629EC74@smtp-2.paradise.net.nz> Message-ID: <20030620171725.26539.qmail@web14301.mail.yahoo.com> --- Simon wrote: > I've just upgraded my apache from 2.0.36 (Win32) to 2.0.46 (Win32) - > and thats all I changed > > My moinmoin stopped working. > Needless to say it was working fine up till then. > I have the same apache config file. > Presumably I need to reset up something, but what? > > On inspection I am getting (from the apache error log) > Premature end of script headers: moin.cgi > Traceback (most recent call last): > File "C:/Moin/simonwiki/moin.cgi", line 31, in ? > from MoinMoin import cgimain > > I've had a quick look at > http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/HelpOnInstalling_2fApacheOnWin32 > > I've tried both moin.cgi > and moin.bat (which I was running from) > I think the problem you are experiencing is the one many Windows users had when they tried to use the bat file execution process. For some reason, Apache is not passing on the environmental value set in the bat file, and the result is the MoinMoin directories can not be found by moin.cgi. I think I read about this long ago when I wasn't paying attention, and I have not been able to refind the reference or a similar one. Using your old installation with the bat file, a simple solution which "should" work is to modify the moin.cgi file by uncommenting the lines: #import sys #sys.path.append('/usr/local/home/USERNAME/lib/python') Modify the sys.path.append statement to point at c:/Moin/Lib/site-packages If you are trying to use the new procedure, this requires a complete reinstallation of MoinMoin as several directories are in different places. Roger Haase __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com From mhp at dadlnet.dk Sat Jun 21 05:25:03 2003 From: mhp at dadlnet.dk (Morten H Pedersen) Date: Sat Jun 21 05:25:03 2003 Subject: [Moin-user] Windows installation In-Reply-To: <20030611163422.17250.qmail@web14308.mail.yahoo.com> Message-ID: Thanks for the help. I tried to do it all once again - and now it worked. I must have done something wrong the first time Sincerely, Morten H Pedersen From Juni2003.to.FrankEngler at spamgourmet.com Sat Jun 21 11:52:03 2003 From: Juni2003.to.FrankEngler at spamgourmet.com (Frank Engler) Date: Sat Jun 21 11:52:03 2003 Subject: [Moin-user] default-lang without effect Message-ID: <87of0rgt6l.fsf@Erde.Engler-dialup.de.vu> Hello list Setting default-lang to de and in the Browser the language to de-de has no effect. I expext that "FindPage" "EditText" at the bottom would be German. Release 1.0 Revision 1.159 What did I forget? Frank From adulau at foo.be Sun Jun 22 06:07:02 2003 From: adulau at foo.be (Alexandre Dulaunoy) Date: Sun Jun 22 06:07:02 2003 Subject: [Moin-user] XML MoinMoin and converting to SGML or/and PDF Message-ID: <20030622130622.GC8923@darjeeling> Dear All, We are currently experiencing MoinMoin and it's really an excellent piece of Free Software. I was wondering if there is a possibility to get the XML format of the page and generate SGML or directly PDF. I have looked around the ParserMarket... If see any tools or possibilities to do that, please let me know. Thanks a lot, Have a nice day, adulau -- -- Alexandre Dulaunoy (adulau) -- http://www.foo.be/ -- http://pgp.ael.be:11371/pks/lookup?op=get&search=0x44E6CBCD -- "Knowledge can create problems, it is not through ignorance -- that we can solve them" Isaac Asimov -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From tw at waldmann-edv.de Sun Jun 22 10:55:03 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Sun Jun 22 10:55:03 2003 Subject: [Moin-user] XML MoinMoin and converting to SGML or/and PDF In-Reply-To: <20030622130622.GC8923@darjeeling> References: <20030622130622.GC8923@darjeeling> Message-ID: <3EF5EA5D.10307@waldmann-edv.de> > > >We are currently experiencing MoinMoin and it's really an excellent >piece of Free Software. I was wondering if there is a possibility to >get the XML format of the page and generate SGML or directly >PDF. I have looked around the ParserMarket... If see any tools or >possibilities to do that, please let me know. > I used Mozilla under Linux to print to a postscript file and then used ps2pdf to generate PDF. Thomas From tw at waldmann-edv.de Sun Jun 22 11:12:03 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Sun Jun 22 11:12:03 2003 Subject: [Moin-user] ACL security warning In-Reply-To: <20030622130622.GC8923@darjeeling> References: <20030622130622.GC8923@darjeeling> Message-ID: <3EF5EE93.4010407@waldmann-edv.de> You can ignore this message, if: * you are still using MoinMoin 1.0 or older * you don't use ACLs to protect sensitive information in your wiki If somebody is already using that ACL (Access Control List) feature of the latest CVS versions, he should be aware that until CVS version of NOW there was some security problem: If you edit a page that is read-protected by "#acl SomeBody,SomeGroup:read,..." and contains sensitive information that only these people should be able to see, then that moin-editor-backup.txt backup function (attaching the last previewed/saved text to your homepage) made it available to all (except if your homepage has similar ACLs, but that is mostly not the case). So if you already use that feature to protect sensitive information, you should: * immediately upgrade to latest CVS * delete all moin-editor-backup.txt files you find under data/pages/... (that is maybe a good idea anyway, as these files won't be used any more) With latest CVS, you still have an editor backup function, but that is done (hopefully) safe now. It uses a subpage HomePage/MoinEditorBackup (if subpages are allowed) or a page HomePageMoinEditorBackup (if no subpages are allowed) to save the editor text. If ACLs are enabled, it puts #acl YourName:read,write,delete on that page, so nobody else (except people allowed by config, like admins) can read it. Sorry for any trouble ... Thomas From adulau at foo.be Sun Jun 22 11:17:02 2003 From: adulau at foo.be (Alexandre Dulaunoy) Date: Sun Jun 22 11:17:02 2003 Subject: [Moin-user] Re: XML MoinMoin and converting to SGML or/and PDF In-Reply-To: <3EF5EA5D.10307@waldmann-edv.de> References: <20030622130622.GC8923@darjeeling> <3EF5EA5D.10307@waldmann-edv.de> Message-ID: <20030622181536.GF10725@darjeeling> On 22/Jun/03 19:41 +0200, Thomas Waldmann wrote: > > > > > >We are currently experiencing MoinMoin and it's really an excellent > >piece of Free Software. I was wondering if there is a possibility to > >get the XML format of the page and generate SGML or directly > >PDF. I have looked around the ParserMarket... If see any tools or > >possibilities to do that, please let me know. > > > I used Mozilla under Linux to print to a postscript file and then used > ps2pdf to generate PDF. Yes, no problems on client side. I was thinking of a server side (on MoinMoin) solution. A 'special' button producing Postscript/PDF, for example. Thanks, adulau -- -- Alexandre Dulaunoy (adulau) -- http://www.foo.be/ -- http://pgp.ael.be:11371/pks/lookup?op=get&search=0x44E6CBCD -- "Knowledge can create problems, it is not through ignorance -- that we can solve them" Isaac Asimov -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From s-i-m-o-n at paradise.net.nz Sun Jun 22 17:59:02 2003 From: s-i-m-o-n at paradise.net.nz (Simon) Date: Sun Jun 22 17:59:02 2003 Subject: [Moin-user] No Module In-Reply-To: <20030620171725.26539.qmail@web14301.mail.yahoo.com> Message-ID: <20030623005801.44976AE33E@smtp-3.paradise.net.nz> Thankyou - this advice solved my problem at once. On Fri, 20 Jun 2003 10:17:25 -0700 (PDT), Roger Haase wrote: =--- Simon wrote: => I've just upgraded my apache from 2.0.36 (Win32) to 2.0.46 (Win32) - => My moinmoin stopped working. => Premature end of script headers: moin.cgi => Traceback (most recent call last): => File "C:/Moin/simonwiki/moin.cgi", line 31, in ? => from MoinMoin import cgimain =I think the problem you are experiencing is the one many Windows users =had when they tried to use the bat file execution process. For some =reason, Apache is not passing on the environmental value set in the bat =file, and the result is the MoinMoin directories can not be found by =moin.cgi. I think I read about this long ago when I wasn't paying =attention, and I have not been able to refind the reference or a =similar one. =Using your old installation with the bat file, a simple solution which ="should" work is to modify the moin.cgi file by uncommenting the lines: = #import sys = #sys.path.append('/usr/local/home/USERNAME/lib/python') =Modify the sys.path.append statement to point at =c:/Moin/Lib/site-packages =Roger Haase From Juni2003.to.FrankEngler at spamgourmet.com Mon Jun 23 14:21:07 2003 From: Juni2003.to.FrankEngler at spamgourmet.com (Frank Engler) Date: Mon Jun 23 14:21:07 2003 Subject: [Moin-user] Re: default-lang without effect In-Reply-To: <87of0rgt6l.fsf@Erde.Engler-dialup.de.vu> (Thomas Waldmann's message of "Sun, 22 Jun 2003 19:39:39 +0200") References: <87of0rgt6l.fsf@Erde.Engler-dialup.de.vu> Message-ID: <8765mwxzhp.fsf_-_@Erde.Engler-dialup.de.vu> Thomas Waldmann writes: >>Setting default-lang to de >> > Where? moin_config.py | default_lang = 'de' >>and in the Browser the language to de-de >>has no effect. I expext that "FindPage" "EditText" at the bottom >>would be German. >> > Works here, but I am using CVS version. But IIRC, that also worked in 1.0. ? Frank From felciano at ingenuity.com Fri Jun 27 14:27:03 2003 From: felciano at ingenuity.com (Ramon Felciano) Date: Fri Jun 27 14:27:03 2003 Subject: [Moin-user] Re: AW: multi line table cells Message-ID: <9C17D16FE65EBC4BA4C815B71E6DD61903349DCF@mpexch1.nt.ingenuity.com> I think the original question had to do with allowing line breaks in the Wiki text, not the resulting HTML. This is to make it easier to edit, not view. Here's the corresponding feature from http://twiki.org/cgi-bin/view/TWiki/TWikiDocumentation#TWiki_Text_Formatting: --------------------------------- Note: In case you have a long row and you want it to be more readable when you edit the table you can split the row into lines that end with a '\' backslash character. --------------------------------- So this would make it easier to create tables with text in cells by letting you "word wrap" when editing the page source. Does MoinMoin have anything like that? Ramon -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Of course, try [[BR]] :-) > -----Urspr?ngliche Nachricht----- > Von: moin-user-admin at li... > [mailto:moin-user-admin at li...] Im Auftrag von > Mike Hoegeman > Gesendet: Freitag, 20. Juni 2003 09:05 > An: moin-user at li... > Betreff: [Moin-user] multi line table cells > > > > sometimes i'd like to have a table cell contents that i can > line continue > over several lines. > > i.e. i'd like to do something like this: > > ||small cell||a call that has a lot of text in it that i > would like to > ||break \ > across over serveral lines to make it easier to edit|| > > obviously \ does not work, is there something like backslash > that i can use here?? > > ----+---- This email message (and any attached document) contains information from Ingenuity Systems Inc. which may be considered confidential by Ingenuity, or which may be privileged or otherwise exempt from disclosure under law, and is for the sole use of the individual or entity to whom it is addressed. Any other dissemination, distribution or copying of this message is strictly prohibited. If you receive this message in error, please notify me and destroy the attached message (and all attached documents) immediately.