From hfschwing at runbox.com Wed Nov 1 04:00:32 2006 From: hfschwing at runbox.com (Hans F. Schwing) Date: Wed, 01 Nov 2006 16:00:32 +0700 Subject: [Moin-user] Trouble setting up MoinMoin on Fedora core 5 Message-ID: <45486230.8010104@runbox.com> I am trying to install MoinMoin 1.5.6 on Fedora Core 5. I followed the instructions as well as I could. Tried to do everything as recommended. I am setting up on Apache with CGI. When I try to access the wiki I get a blank page. the same when I try the action test. My httpd error log states the following: No such file or directory: exec of 'usr/share/moin/moinwiki/cgi-bin/moin.cgi' failed Premature end of script headers: moin.cgi I have edited the httpd.conf as directed to include the following: Alias /moinwiki/ "/usr/share/moin/htdocs/" Order deny,allow Allow from all ScriptAlias /moinwiki "/usr/share/moin/moinwiki/cgi-bin/moin.cgi" Order deny,allow Allow from all I had to tweak moin.cgi because it seems Fedora Core 5 had two versions of Python installed. I was getting an error in the httpd error log about "/usr/bin/env: pyhton\r: No such file or directory" So I used: #!/usr/bin/python2.4 sys.path.insert(0, '/usr/share/moin/moinwiki') Would very much appreciate any help. Regards, Hans From bergsonabscissa at rrexparris.com Wed Nov 1 20:37:27 2006 From: bergsonabscissa at rrexparris.com (tremendous) Date: Thu, 2 Nov 2006 09:37:27 +0800 Subject: [Moin-user] Nothing grows better than this one TERX momentous Message-ID: <66098887649644.9ABD49FA0E@WUWX> An HTML attachment was scrubbed... URL: From salih.ml at gmail.com Wed Nov 1 21:46:33 2006 From: salih.ml at gmail.com (Salih ML) Date: Wed, 1 Nov 2006 18:46:33 -0800 Subject: [Moin-user] Table header row with <=> Message-ID: <506875a10611011846y3ea39481j5c320f6153df0123@mail.gmail.com> Hello, I was able to identify a header row in a table with the following scheme: ||<=> Name || Last Name || Age || || John || Brown || 23 || The top row was displayed with bold text and gray background. However after upgrading MoinMoin this no longer works for me. It simply complains: Expected "=" to follow "=" I don't remember what I installed to make this type of marking work in the first place. :( Does anybody know how to fix it? Thanks, -- salih From Jeancowhand at roulettechat.nl Thu Nov 2 11:37:17 2006 From: Jeancowhand at roulettechat.nl (Jean) Date: Thu, 2 Nov 2006 18:37:17 +0200 Subject: [Moin-user] You could order it on-line and get immediately! Message-ID: <12141566988590.64C937322E@C9PSXAX> Dear user. Every day thousands of guys have this problem. You can stand out from the crowd. The great thing about Extra-Time is that it works, making you last longer from the very first time. Ever thought your relationship is about to break up because you finish within a few minutes from penetration? See our shop: http://lerapok.com/y/et/ Even the most demanding females will find it fully satisfying their needs. From david at thingbag.net Thu Nov 2 14:41:48 2006 From: david at thingbag.net (David Cramer) Date: Thu, 02 Nov 2006 13:41:48 -0600 Subject: [Moin-user] UNC paths in moinmon Message-ID: <454A49FC.3020505@thingbag.net> For an internal/intranet wiki, users want to include links to UNC directories like \\server\path or files \\server\path\setup.exe so the user can click the link and have the dir open in Explorer or run the executable. Googling, I found this page, http://kb.mozillazine.org/Links_to_local_pages_don't_work, which tells me I need to have this in my html to have Firefox open a shre blah. I created a plain test html page and find that the file://///servername/share syntax works in both Firefox and IE. When I put [file://///servername/share blah], the resulting html that moinmoin produces is what I would expect blah. That link _should_ work fine and does work fine in IE, but clicking on the link does nothing in Firefox. Is there something else I have to do to make links in moinmoin to UNC paths work in both firefox and IE? Thanks, David From p.f.moore at gmail.com Thu Nov 2 15:06:11 2006 From: p.f.moore at gmail.com (Paul Moore) Date: Thu, 2 Nov 2006 20:06:11 +0000 Subject: [Moin-user] UNC paths in moinmon In-Reply-To: <454A49FC.3020505@thingbag.net> References: <454A49FC.3020505@thingbag.net> Message-ID: <79990c6b0611021206h2994fb6dm8ca9fdfec6381860@mail.gmail.com> On 11/2/06, David Cramer wrote: > Is there something else I have to do to make links in moinmoin to UNC > paths work in both firefox and IE? IIRC, there's a security setting you need to change in Firefox. I don't recall the details, I'm afraid. But it's a client change, there's nothing extra you need to do in Moin. Paul. From p.f.moore at gmail.com Thu Nov 2 15:11:21 2006 From: p.f.moore at gmail.com (Paul Moore) Date: Thu, 2 Nov 2006 20:11:21 +0000 Subject: [Moin-user] UNC paths in moinmon In-Reply-To: <79990c6b0611021206h2994fb6dm8ca9fdfec6381860@mail.gmail.com> References: <454A49FC.3020505@thingbag.net> <79990c6b0611021206h2994fb6dm8ca9fdfec6381860@mail.gmail.com> Message-ID: <79990c6b0611021211g64b98643x7573084b62a0760a@mail.gmail.com> On 11/2/06, Paul Moore wrote: > On 11/2/06, David Cramer wrote: > > Is there something else I have to do to make links in moinmoin to UNC > > paths work in both firefox and IE? > > IIRC, there's a security setting you need to change in Firefox. I > don't recall the details, I'm afraid. But it's a client change, > there's nothing extra you need to do in Moin. Doh. The link you quoted (http://kb.mozillazine.org/Links_to_local_pages_don't_work) explains it - you need to follow the instructions in "disabling the security check" on the client PC. Sorry I didn't read that before posting. We had a similar issue on our intranet wiki - I decided not to bother worrying about it as the corporate standard is IE (which works without changes), so only rebels like me use Firefox. Paul. From david at thingbag.net Thu Nov 2 15:25:16 2006 From: david at thingbag.net (David Cramer) Date: Thu, 02 Nov 2006 14:25:16 -0600 Subject: [Moin-user] UNC paths in moinmon In-Reply-To: <79990c6b0611021211g64b98643x7573084b62a0760a@mail.gmail.com> References: <454A49FC.3020505@thingbag.net> <79990c6b0611021206h2994fb6dm8ca9fdfec6381860@mail.gmail.com> <79990c6b0611021211g64b98643x7573084b62a0760a@mail.gmail.com> Message-ID: <454A542C.5060309@thingbag.net> D'oh here too...now that I actually read the page rather than skimming for syntax. For Firefox users, I'll recommend installing the IE tabe extension and right clicking and selecting "Open in IE tab". One related gotcha is that if the path contains spaces, you apparently have to replace the spaces with %20 for it to work. I didn't see that anywhere in the moinmoin link syntax docs. Thanks, David Paul Moore wrote: > On 11/2/06, Paul Moore wrote: > >> On 11/2/06, David Cramer wrote: >> > Is there something else I have to do to make links in moinmoin to UNC >> > paths work in both firefox and IE? >> >> IIRC, there's a security setting you need to change in Firefox. I >> don't recall the details, I'm afraid. But it's a client change, >> there's nothing extra you need to do in Moin. > > > Doh. The link you quoted > (http://kb.mozillazine.org/Links_to_local_pages_don't_work) explains > it - you need to follow the instructions in "disabling the security > check" on the client PC. Sorry I didn't read that before posting. > > We had a similar issue on our intranet wiki - I decided not to bother > worrying about it as the corporate standard is IE (which works without > changes), so only rebels like me use Firefox. > > Paul. From p.f.moore at gmail.com Thu Nov 2 15:57:55 2006 From: p.f.moore at gmail.com (Paul Moore) Date: Thu, 2 Nov 2006 20:57:55 +0000 Subject: [Moin-user] UNC paths in moinmon In-Reply-To: <454A542C.5060309@thingbag.net> References: <454A49FC.3020505@thingbag.net> <79990c6b0611021206h2994fb6dm8ca9fdfec6381860@mail.gmail.com> <79990c6b0611021211g64b98643x7573084b62a0760a@mail.gmail.com> <454A542C.5060309@thingbag.net> Message-ID: <79990c6b0611021257n106f1ef3oc46d6eccba44bc8d@mail.gmail.com> On 11/2/06, David Cramer wrote: > D'oh here too...now that I actually read the page rather than skimming > for syntax. For Firefox users, I'll recommend installing the IE tabe > extension and right clicking and selecting "Open in IE tab". > > One related gotcha is that if the path contains spaces, you apparently > have to replace the spaces with %20 for it to work. I didn't see that > anywhere in the moinmoin link syntax docs. Yes, ultimately it's messy. Also, a link to a file (say, an Excel spreadsheet) is opened in such a way that if you try to edit it and then save it, you can't (it sees the original path as the URL, which is read only, rather than as the actual filename, or something like that). In the end, I punted and wrote a macro to build local-file links, using scripting and the Windows Scripting FileSystemObject to open files "properly". It's IE-specific, and needs the Wiki to be made a "trusted site" in IE, but it does the job for us. (I can't post the code at the moment, it's at work and I'm not, but let me know if you want it and I'll fish it out). Paul. From david at thingbag.net Thu Nov 2 16:37:12 2006 From: david at thingbag.net (David Cramer) Date: Thu, 02 Nov 2006 15:37:12 -0600 Subject: [Moin-user] UNC paths in moinmon In-Reply-To: <79990c6b0611021257n106f1ef3oc46d6eccba44bc8d@mail.gmail.com> References: <454A49FC.3020505@thingbag.net> <79990c6b0611021206h2994fb6dm8ca9fdfec6381860@mail.gmail.com> <79990c6b0611021211g64b98643x7573084b62a0760a@mail.gmail.com> <454A542C.5060309@thingbag.net> <79990c6b0611021257n106f1ef3oc46d6eccba44bc8d@mail.gmail.com> Message-ID: <454A6508.4040800@thingbag.net> Thanks for the offer, but our use case is more links to installers, so we don't have the "can't save the file" problem. I think I'll suggest that they serve the dirs in qustion up via a web server so they can use http urls. David Paul Moore wrote: > Yes, ultimately it's messy. Also, a link to a file (say, an Excel > spreadsheet) is opened in such a way that if you try to edit it and > then save it, you can't (it sees the original path as the URL, which > is read only, rather than as the actual filename, or something like > that). > > In the end, I punted and wrote a macro to build local-file links, > using scripting and the Windows Scripting FileSystemObject to open > files "properly". It's IE-specific, and needs the Wiki to be made a > "trusted site" in IE, but it does the job for us. > > (I can't post the code at the moment, it's at work and I'm not, but > let me know if you want it and I'll fish it out). > > Paul. From tpfennig at gmail.com Fri Nov 3 04:45:56 2006 From: tpfennig at gmail.com (Thilo Pfennig) Date: Fri, 3 Nov 2006 10:45:56 +0100 Subject: [Moin-user] WikiSandBox Message-ID: <2cbc44a0611030145j3315fd3eh13b48bd3d438830e@mail.gmail.com> I still get mails from WikiSandBox page from moinmoin.wikiwkiweb.de, although I certainly have not subscribed to it. As edits are made often this really is not funny. Can someone please check whatr is happening? Am i the only one affected? Thilo -- Blog: http://vinci.wordpress.com Linked In: http://www.linkedin.com/in/tpfennig From eduardo.mercovich at gmail.com Fri Nov 3 10:18:07 2006 From: eduardo.mercovich at gmail.com (Eduardo Mercovich) Date: Fri, 3 Nov 2006 12:18:07 -0300 Subject: [Moin-user] importing HTML into Moin In-Reply-To: <1162310983.18557.14.camel@localhost> References: <1162310983.18557.14.camel@localhost> Message-ID: <4459f0d30611030718n29d0ab54u3b8a45e240168e78@mail.gmail.com> Hello Jim. > I've got 100+ HTML files from an old site that I would like to > convert/merge/import into an existing Moin site. I don't want to import > the whole old site into Moin, just a subset of the old site into a new > page on the Moin site. [...] I suppose it depends on hoy much editing the content gets (more important if not even all of it will be migrated). After that, probably a few search and replace will make the HTLM -> Moin magic. Regards. -- Eduardo Mercovich Buenos Aires - Argentina. From eduardo.mercovich at gmail.com Fri Nov 3 10:20:58 2006 From: eduardo.mercovich at gmail.com (Eduardo Mercovich) Date: Fri, 3 Nov 2006 12:20:58 -0300 Subject: [Moin-user] WikiSandBox In-Reply-To: <2cbc44a0611030145j3315fd3eh13b48bd3d438830e@mail.gmail.com> References: <2cbc44a0611030145j3315fd3eh13b48bd3d438830e@mail.gmail.com> Message-ID: <4459f0d30611030720h3ed57e1cu85a8bec637f201f@mail.gmail.com> Hi Thilo. > I still get mails from WikiSandBox [...] Am i the only one affected? I don't receive them. -- Eduardo Mercovich Buenos Aires - Argentina. From matthew.brett at gmail.com Fri Nov 3 12:39:09 2006 From: matthew.brett at gmail.com (Matthew Brett) Date: Fri, 3 Nov 2006 17:39:09 +0000 Subject: [Moin-user] importing HTML into Moin In-Reply-To: <1162310983.18557.14.camel@localhost> References: <1162310983.18557.14.camel@localhost> Message-ID: <1e2af89e0611030939t54f20d4p4bb17f04f9832ea5@mail.gmail.com> Hi, On 10/31/06, Jim Popovitch wrote: > I've got 100+ HTML files from an old site that I would like to > convert/merge/import into an existing Moin site. I don't want to import > the whole old site into Moin, just a subset of the old site into a new > page on the Moin site. Any good ideas or tips on how to do this? I recently did something similar to generate this site: http://imaging.mrc-cbu.cam.ac.uk/imaging Do do this I wrote some conversion code using the moin html conversion code as a basis. It involved some hacking to get the full site converted in a sensible way - the basic code I used is here: http://imaging.mrc-cbu.cam.ac.uk/svn/html2moin/html2moin/trunk/ It has features like converting page to page links to use the new Wiki Page names. I haven't documented it very much, but if you think something like that would help you I am happy to advise, and will try and clean up the code to make it clearer how to use it, Best, Matthew From counterpoke at gmail.com Fri Nov 3 18:37:59 2006 From: counterpoke at gmail.com (Dexter Arver) Date: Fri, 3 Nov 2006 15:37:59 -0800 Subject: [Moin-user] Question about the auth module Message-ID: <3da487460611031537h63ec823cr717ef8fa76750ac2@mail.gmail.com> Hello! I am trying to change the ldap authentication module in auth.py. Basically, I am trying to enforce a group membership policy. To do this, I have added the following code to auth.py (ldap_login function, after ldap_dict is declared): {{{ try: request.log("MEMBER %s" % ldap_dict['memberOf'].index("CN=necgroup,CN=Us ers,DC=somedomain,DC=com")) except: request.log("NOT A MEMEBER of necgroup!") else: return user_obj, True }}} The try line will cause an exception if the user is not a member of necgroup. But even with this code, the user is still being authenticated. How do I make it so that this function will not allow the user to authenticate? I tried doing a {{{return None}}}, but it doesn't seem to do anything to stop the user from authenticating :( -Dexter -------------- next part -------------- An HTML attachment was scrubbed... URL: From emmanuelle.gouillart at normalesup.org Sat Nov 4 04:50:20 2006 From: emmanuelle.gouillart at normalesup.org (Emmanuelle Gouillart) Date: Sat, 4 Nov 2006 10:50:20 +0100 Subject: [Moin-user] web host using MoinMoin ? Message-ID: <20061104095020.GA10969@clipper.ens.fr> Hello ! I'm looking for a (commercial) web host which could host a wiki powered by MoinMoin. Do you know if such a solution exists ? Thank you ! Emmanuelle From toddobryan at mac.com Sun Nov 5 11:53:53 2006 From: toddobryan at mac.com (Todd O'Bryan) Date: Sun, 5 Nov 2006 11:53:53 -0500 Subject: [Moin-user] User list Message-ID: <4A0643BC-34DB-4281-946E-246D42EE426F@mac.com> Is there any way to list the users with accounts on the wiki? I realize they're in data/user, but they're listed by id number, which is almost useless. I have a user who does not appear on my user preferences page as admin, but when he tries (or I try, for that matter) to create a user with his name, it says a user with that name already exists. Any ideas? Todd From counterpoke at gmail.com Sun Nov 5 13:19:25 2006 From: counterpoke at gmail.com (Dexter Arver) Date: Sun, 5 Nov 2006 10:19:25 -0800 Subject: [Moin-user] User list In-Reply-To: <4A0643BC-34DB-4281-946E-246D42EE426F@mac.com> References: <4A0643BC-34DB-4281-946E-246D42EE426F@mac.com> Message-ID: <3da487460611051019q1b444d47idb32cd669f3f7fff@mail.gmail.com> I would just grep the directory for the username. -Dexter On 11/5/06, Todd O'Bryan wrote: > > Is there any way to list the users with accounts on the wiki? I > realize they're in data/user, but they're listed by id number, which > is almost useless. > > I have a user who does not appear on my user preferences page as > admin, but when he tries (or I try, for that matter) to create a user > with his name, it says a user with that name already exists. > > Any ideas? > > Todd > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: From linux at rehse.org Sun Nov 5 13:48:12 2006 From: linux at rehse.org (Uwe Rehse) Date: Sun, 05 Nov 2006 19:48:12 +0100 Subject: [Moin-user] User list In-Reply-To: <4A0643BC-34DB-4281-946E-246D42EE426F@mac.com> References: <4A0643BC-34DB-4281-946E-246D42EE426F@mac.com> Message-ID: <454E31EC.3030305@rehse.org> Hi Todd, maybe the UserList-macro is useful for you: http://moinmoin.wikiwikiweb.de/MacroMarket/UserList Regards, Uwe Todd O'Bryan wrote: > Is there any way to list the users with accounts on the wiki? I > realize they're in data/user, but they're listed by id number, which > is almost useless. > > I have a user who does not appear on my user preferences page as > admin, but when he tries (or I try, for that matter) to create a user > with his name, it says a user with that name already exists. > > Any ideas? > > Todd > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From toddobryan at mac.com Sun Nov 5 15:26:24 2006 From: toddobryan at mac.com (Todd O'Bryan) Date: Sun, 5 Nov 2006 15:26:24 -0500 Subject: [Moin-user] User list In-Reply-To: <3da487460611051019q1b444d47idb32cd669f3f7fff@mail.gmail.com> References: <4A0643BC-34DB-4281-946E-246D42EE426F@mac.com> <3da487460611051019q1b444d47idb32cd669f3f7fff@mail.gmail.com> Message-ID: <04DA2F7D-8C3F-4EAB-8B20-6FF982D521A5@mac.com> I did. No luck. The username doesn't seem to appear in the file with the user's id number. At least, it doesn't in mine. The only way I know which one is mine is because my email address is in there. Todd On Nov 5, 2006, at 1:19 PM, Dexter Arver wrote: > I would just grep the directory for the username. > > -Dexter > > On 11/5/06, Todd O'Bryan wrote:Is there any > way to list the users with accounts on the wiki? I > realize they're in data/user, but they're listed by id number, which > is almost useless. > > I have a user who does not appear on my user preferences page as > admin, but when he tries (or I try, for that matter) to create a user > with his name, it says a user with that name already exists. > > Any ideas? > > Todd > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From toddobryan at mac.com Sun Nov 5 15:58:54 2006 From: toddobryan at mac.com (Todd O'Bryan) Date: Sun, 5 Nov 2006 15:58:54 -0500 Subject: [Moin-user] Moin-user Digest, Vol 6, Issue 5 In-Reply-To: References: Message-ID: <218D5367-2DBA-4922-8825-F3C60189FED7@mac.com> > > Hi Todd, > > maybe the UserList-macro is useful for you: > > http://moinmoin.wikiwikiweb.de/MacroMarket/UserList > > Regards, > > Uwe Actually, UserList2 was, because I'm running 1.5. It, however, also doesn't list the user name. Yet when I try to create a user with the name, it says one exists. Also, my user files do not have "name=" lines. Anyone have any idea what could be going on here? It's very frustrating. Todd From toddobryan at mac.com Sun Nov 5 16:13:37 2006 From: toddobryan at mac.com (Todd O'Bryan) Date: Sun, 5 Nov 2006 16:13:37 -0500 Subject: [Moin-user] Correction Message-ID: <412A0CE5-EFCE-4740-B975-DCD49C0ABA6D@mac.com> I spoke too soon. There are 27 pairs of files in my data/user directory. They *do* have name= lines...I was just missing them when I looked. But none of them match the user I'm trying to create. And that user does not appear as an option when I log in as a SuperUser. Could I have disabled the user somehow, and, if so, is there any way to reactivate that user name? Or is there any way to see if that is, in fact, the problem? Todd From toddobryan at mac.com Sun Nov 5 18:36:16 2006 From: toddobryan at mac.com (Todd O'Bryan) Date: Sun, 5 Nov 2006 18:36:16 -0500 Subject: [Moin-user] Correction In-Reply-To: References: Message-ID: Nope. Here's the result of grepping the name: > grep ^name= * 1148731235.14.48691:name=ToddOBryan 1148761205.76.58416:name=NickFishman 1148778381.75.39644:name=JustinEnnis 1148779776.45.10079:name=JohnHooker 1148782854.03.18573:name=TimChoi 1148783648.71.10570:name=AustinBuchanan 1148785482.19.6488:name=KyleUnderwood 1148789931.7.26188:name=ShamirPatel 1148836472.65.13126:name=EricChen 1148842140.16.14701:name=MikeGarton 1148849189.65.19497:name=EricThorne 1148867039.98.29085:name=MargoEmont 1148870339.75.3413:name=KenneyUlrich 1148915072.42.852:name=BrandonClark 1148920652.2.51337:name=LiZheng 1148952726.16.19308:name=UditBajaj 1148961131.34.14484:name=NicoleLindenmayer 1149026384.98.53257:name=AbbyWooldridge 1149090519.74.45799:name=BarryPhelps 1149473121.75.21152:name=JonSabo 1152052305.17.25551:name=NihitBajaj 1152560433.62.60873:name=DanielRothenberg 1153792192.09.50367:name=DrakeRanquist 1159197346.47.63019:name=SeanTalbot 1159409226.71.8316:name=JeffOhlendorf 1159543282.37.57201:name=JonathanKrigger 1159548037.38.16389:name=ThomasEnyard The name I want to add is MaxUhlenhuth And most users haven't even set their emails. On Nov 5, 2006, at 5:04 PM, Schwols, Keith C wrote: > Todd, > > Check that the email address (and other information in the user/data > files are unique. I seem to remember having a problem where the > conflict was that the email (or something) was already used, but the > error message in the wiki said 'user already exists'. > > Also double check that the user name is case insensitive unique, there > is a problem that KeithSchwols matches keithschwols. > > ] > > "Divide and rule, a sound motto. Unite and lead, a better one." - > Goethe > > >> -----Original Message----- >> From: moin-user-bounces at lists.sourceforge.net [mailto:moin-user- >> bounces at lists.sourceforge.net] On Behalf Of Todd O'Bryan >> Sent: Sunday, November 05, 2006 2:14 PM >> To: moin-user at lists.sourceforge.net >> Subject: [Moin-user] Correction >> >> I spoke too soon. >> >> There are 27 pairs of files in my data/user directory. They *do* have >> name= lines...I was just missing them when I looked. >> >> But none of them match the user I'm trying to create. And that user >> does not appear as an option when I log in as a SuperUser. >> >> Could I have disabled the user somehow, and, if so, is there any way >> to reactivate that user name? Or is there any way to see if that is, >> in fact, the problem? >> >> Todd >> >> --------------------------------------------------------------------- >> -- > -- >> Using Tomcat but need to do more? Need to support web services, > security? >> Get stuff done quickly with pre-integrated technology to make your >> job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=12164 > 2 >> _______________________________________________ >> Moin-user mailing list >> Moin-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/moin-user From linux at rehse.org Sun Nov 5 19:51:55 2006 From: linux at rehse.org (Uwe Rehse) Date: Mon, 06 Nov 2006 01:51:55 +0100 Subject: [Moin-user] Moin-user Digest, Vol 6, Issue 5 In-Reply-To: <218D5367-2DBA-4922-8825-F3C60189FED7@mac.com> References: <218D5367-2DBA-4922-8825-F3C60189FED7@mac.com> Message-ID: <454E872B.80705@rehse.org> Hi Todd, have a look at the file data/cache/user/name2id . Maybe you could move this file to another location (outside your wiki instance) and try again to create the needed user account. (In name2id all user listed together with there user id's - maybe there is a login similar to this name you are trying to create...) regards, Uwe Todd O'Bryan wrote: >> Hi Todd, >> >> maybe the UserList-macro is useful for you: >> >> http://moinmoin.wikiwikiweb.de/MacroMarket/UserList >> >> Regards, >> >> Uwe > > Actually, UserList2 was, because I'm running 1.5. It, however, also > doesn't list the user name. Yet when I try to create a user with the > name, it says one exists. > > Also, my user files do not have "name=" lines. > > Anyone have any idea what could be going on here? It's very frustrating. > > Todd > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -- --------------------------------------------------------------------- uwe rehse d-16515 oranienburg linux(at)rehse(dot)org key-id: 0xABECB853 --------------------------------------------------------------------- From eduardo.mercovich at gmail.com Mon Nov 6 14:26:09 2006 From: eduardo.mercovich at gmail.com (Eduardo Mercovich) Date: Mon, 6 Nov 2006 16:26:09 -0300 Subject: [Moin-user] web host using MoinMoin ? In-Reply-To: <20061104095020.GA10969@clipper.ens.fr> References: <20061104095020.GA10969@clipper.ens.fr> Message-ID: <4459f0d30611061126g42e3fa1bv9715e2dec1edcbcb@mail.gmail.com> Hello Emmanuelle > I'm looking for a (commercial) web host which could host a wiki > powered by MoinMoin. Do you know if such a solution exists ? Take a loot at moinmoin.wikiwikiweb.de/MoinMoinHosting Regards... -- Eduardo Mercovich Buenos Aires - Argentina. From salih.ml at gmail.com Mon Nov 6 18:15:15 2006 From: salih.ml at gmail.com (Salih ML) Date: Mon, 6 Nov 2006 15:15:15 -0800 Subject: [Moin-user] Table header row with <=> In-Reply-To: <506875a10611011846y3ea39481j5c320f6153df0123@mail.gmail.com> References: <506875a10611011846y3ea39481j5c320f6153df0123@mail.gmail.com> Message-ID: <506875a10611061515t3f1aae01q9039a7d8f327e517@mail.gmail.com> Hello, With my previous version of MoinMoin server, I was able to use "<=>" at the top row of a table to identify it as a header. E.g. ||<=> Name || Last Name || Age || || John || Brown || 23 || The top row was displayed with bold text and gray background. However after upgrading MoinMoin to a newer relaase this no longer works for me. It simply complains: Expected "=" to follow "=" I don't remember what I installed to make this type of marking work in the first place. :( Does anybody know how to fix it? Namely, how can I use "<=>" at the top row again? Thanks, -- salih From keith.c.schwols at intel.com Mon Nov 6 18:21:53 2006 From: keith.c.schwols at intel.com (Schwols, Keith C) Date: Mon, 6 Nov 2006 16:21:53 -0700 Subject: [Moin-user] Table header row with <=> In-Reply-To: <506875a10611061515t3f1aae01q9039a7d8f327e517@mail.gmail.com> Message-ID: You probably applied the MoinMoinPatch/TableWithHeaderRows patch. The patch is 3 lines to the parser.py and 2 lines to your theme's CSS file(s). Upgrading probably overwrote those files. I'd start by re-reading the wiki page above and double check that you have the parser.py change. ]-----Original Message----- >From: moin-user-bounces at lists.sourceforge.net [mailto:moin-user- >bounces at lists.sourceforge.net] On Behalf Of Salih ML >Sent: Monday, November 06, 2006 4:15 PM >To: moin-user at lists.sourceforge.net >Subject: [Moin-user] Table header row with <=> > >Hello, > >With my previous version of MoinMoin server, I was able to use "<=>" >at the top row of a table to identify it as a header. E.g. > >||<=> Name || Last Name || Age || >|| John || Brown || 23 || > >The top row was displayed with bold text and gray background. However >after upgrading MoinMoin to a newer relaase this no longer works for >me. It simply complains: Expected "=" to follow "=" > >I don't remember what I installed to make this type of marking work in >the first place. :( Does anybody know how to fix it? Namely, how can I >use "<=>" at the top row again? > >Thanks, > >-- salih > >----------------------------------------------------------------------- -- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job >easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12164 2 >_______________________________________________ >Moin-user mailing list >Moin-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/moin-user From andrew-lists at mail.black1.org.uk Tue Nov 7 14:59:56 2006 From: andrew-lists at mail.black1.org.uk (Andrew Black - lists) Date: Tue, 07 Nov 2006 19:59:56 +0000 Subject: [Moin-user] Form to create a page Message-ID: <4550E5BC.4040202@mail.black1.org.uk> I would like to put a form on my Wiki that allows a user to create an announcemnt page. The page would have a name such as 20061107_123000 . The form would prompt for detail and allow an attachment to be uploaded. Is this possible and if so how Andrew From salih.ml at gmail.com Tue Nov 7 17:42:46 2006 From: salih.ml at gmail.com (Salih ML) Date: Tue, 7 Nov 2006 14:42:46 -0800 Subject: [Moin-user] Table header row with <=> In-Reply-To: References: <506875a10611061515t3f1aae01q9039a7d8f327e517@mail.gmail.com> Message-ID: <506875a10611071442i35d1b124gc9dfe6d964f7bf22@mail.gmail.com> Awesome.. Thank you very much. I totally forgot about it.. :) I found the explanation on the following link: http://moinmoin.wikiwikiweb.de/MoinMoinPatch/TableWithHeaderRows best, -- salih On 11/6/06, Schwols, Keith C wrote: > You probably applied the MoinMoinPatch/TableWithHeaderRows patch. The > patch is 3 lines to the parser.py and 2 lines to your theme's CSS > file(s). > > Upgrading probably overwrote those files. I'd start by re-reading the > wiki page above and double check that you have the parser.py change. > > ] > > "Divide and rule, a sound motto. Unite and lead, a better one." - Goethe > > > >-----Original Message----- > >From: moin-user-bounces at lists.sourceforge.net [mailto:moin-user- > >bounces at lists.sourceforge.net] On Behalf Of Salih ML > >Sent: Monday, November 06, 2006 4:15 PM > >To: moin-user at lists.sourceforge.net > >Subject: [Moin-user] Table header row with <=> > > > >Hello, > > > >With my previous version of MoinMoin server, I was able to use "<=>" > >at the top row of a table to identify it as a header. E.g. > > > >||<=> Name || Last Name || Age || > >|| John || Brown || 23 || > > > >The top row was displayed with bold text and gray background. However > >after upgrading MoinMoin to a newer relaase this no longer works for > >me. It simply complains: Expected "=" to follow "=" > > > >I don't remember what I installed to make this type of marking work in > >the first place. :( Does anybody know how to fix it? Namely, how can I > >use "<=>" at the top row again? > > > >Thanks, > > > >-- salih > > > >----------------------------------------------------------------------- > -- > >Using Tomcat but need to do more? Need to support web services, > security? > >Get stuff done quickly with pre-integrated technology to make your job > >easier > >Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12164 > 2 > >_______________________________________________ > >Moin-user mailing list > >Moin-user at lists.sourceforge.net > >https://lists.sourceforge.net/lists/listinfo/moin-user > From theller at ctypes.org Wed Nov 8 10:58:08 2006 From: theller at ctypes.org (Thomas Heller) Date: Wed, 08 Nov 2006 16:58:08 +0100 Subject: [Moin-user] wiki URL Message-ID: <4551FE90.3050107@ctypes.org> This question is probably OT for this group, but maybe someone can help me. I have a public_html directory where obviously *.cgi files are interpreted as cgi scripts. Now, I have installed mywiki.cgi in this directory, which gives me an URL like http://.../mydir/mywiki.cgi. The same directory also contains other *.html files, which are served fine. But, I want an url like http://.../mydir/mywiki, without the .cgi extension. >From what I've read in the docs about .htaccess files I found that I can add other file extensions that will be used as cgi scripts instead of static pages, also I found how to specify that *all* files in the directory containing the .htaccess are cgi scripts, but, it seems, all this does not allow to specify that exactly the file 'mywiki' is a cgi script. Hm, next is probably redirection. Can I redirect the URL http://.../mydir/mywiki to the public_html/mydir/mywiki.cgi cgi script? Does anyone have a simple solution for this problem? Thanks, Thomas From soloturn at gmail.com Wed Nov 8 13:59:16 2006 From: soloturn at gmail.com (solo turn) Date: Wed, 8 Nov 2006 19:59:16 +0100 Subject: [Moin-user] create a page with special characters does not work? Message-ID: i tried to create a wiki page http://moinmoin.wikiwikiweb.de/asd *?%&/&/() but it does not work. mediawiki takes pages like that, and it would be nice if it would work in moinmoin too. is there an option where one could configure it? -solo From soloturn at gmail.com Wed Nov 8 16:30:04 2006 From: soloturn at gmail.com (solo turn) Date: Wed, 8 Nov 2006 22:30:04 +0100 Subject: [Moin-user] mentalwealth: remove top line with icon, internet explorer strangeness Message-ID: hi, 1. remove top (nearly) empty line is it possible to remove the top line which is empty, currently just showing the moin icon? this icon could as well be just above the left side menu. 2. recent changes start below left side menu what can we do so the "recent changes" start on top? currently there is a grand white space until the left side menu ends, and below the changes are listed. -solo From linux at rehse.org Wed Nov 8 17:26:32 2006 From: linux at rehse.org (Uwe Rehse) Date: Wed, 08 Nov 2006 23:26:32 +0100 Subject: [Moin-user] wiki URL In-Reply-To: <4551FE90.3050107@ctypes.org> References: <4551FE90.3050107@ctypes.org> Message-ID: <45525998.90203@rehse.org> Hi Thomas, which web server do you use ? If it is the apache server, then the ScriptAlias statement could be an answer on your question: ScriptAlias /mywiki "/the/full/path/to/mydir/mywiki.cgi" The result should be a URL like http://..../mywiki This works for me at least in a global web server configuration with several different moinmoin-instances. I did not try it within a .htaccess file. Regards, Uwe Thomas Heller wrote: > This question is probably OT for this group, but maybe someone can help me. > > I have a public_html directory where obviously *.cgi files are interpreted > as cgi scripts. Now, I have installed mywiki.cgi in this directory, > which gives me an URL like http://.../mydir/mywiki.cgi. The same directory also > contains other *.html files, which are served fine. > > But, I want an url like http://.../mydir/mywiki, without the .cgi extension. >>From what I've read in the docs about .htaccess files I found that I can > add other file extensions that will be used as cgi scripts instead of static > pages, also I found how to specify that *all* files in the directory containing > the .htaccess are cgi scripts, but, it seems, all this does not allow to specify > that exactly the file 'mywiki' is a cgi script. > > Hm, next is probably redirection. Can I redirect the URL http://.../mydir/mywiki > to the public_html/mydir/mywiki.cgi cgi script? > > Does anyone have a simple solution for this problem? > > Thanks, > Thomas > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -- --------------------------------------------------------------------- uwe rehse d-16515 oranienburg linux(at)rehse(dot)org key-id: 0xABECB853 --------------------------------------------------------------------- From theller at ctypes.org Thu Nov 9 05:01:23 2006 From: theller at ctypes.org (Thomas Heller) Date: Thu, 09 Nov 2006 11:01:23 +0100 Subject: [Moin-user] wiki URL In-Reply-To: <45525998.90203@rehse.org> References: <4551FE90.3050107@ctypes.org> <45525998.90203@rehse.org> Message-ID: <4552FC73.6030903@ctypes.org> Uwe Rehse schrieb: > Hi Thomas, > > which web server do you use ? If it is the apache server, then the ScriptAlias > statement could be an answer on your question: > > ScriptAlias /mywiki "/the/full/path/to/mydir/mywiki.cgi" > > The result should be a URL like http://..../mywiki > > This works for me at least in a global web server configuration with several > different moinmoin-instances. I did not try it within a .htaccess file. Yes, it is apache. But ScriptAlias doesn't work (seems to be forbidden in .htaccess files). This is from /var/log/apache2/error.log: [Thu Nov 09 10:27:43 2006] [alert] [client w.x.y.z] /home/www/starship/crew/theller/.htaccess: ScriptAlias not allowed here Now I've tried RewriteRule: RewriteEngine On RewriteRule ^mywiki(.*)$ mywiki.cgi$1 This mostly works (http://.../mywiki or http://.../mywiki/Frontpage), but the hyperlinks that the wiki itself generates still point to "http://.../mywiki.cgi/Frontpage" which I find not so nice. Of course the urls are only rewritten in one direction... Thanks, Thomas From theller at ctypes.org Thu Nov 9 05:30:13 2006 From: theller at ctypes.org (Thomas Heller) Date: Thu, 09 Nov 2006 11:30:13 +0100 Subject: [Moin-user] wiki URL In-Reply-To: <4552FC73.6030903@ctypes.org> References: <4551FE90.3050107@ctypes.org> <45525998.90203@rehse.org> <4552FC73.6030903@ctypes.org> Message-ID: <45530335.1020601@ctypes.org> Thomas Heller schrieb: > Now I've tried RewriteRule: > > RewriteEngine On > RewriteRule ^mywiki(.*)$ mywiki.cgi$1 > > This mostly works (http://.../mywiki or http://.../mywiki/Frontpage), but the hyperlinks that the wiki > itself generates still point to "http://.../mywiki.cgi/Frontpage" which I find not so nice. > Of course the urls are only rewritten in one direction... I've finally found it. Rewriting in the opposite direction is actually easy in the mywiki.cgi script with this code inserted near the top: import os for name, value in os.environ.iteritems(): os.environ[name] = os.environ.replace("mywiki.cgi", "mywiki", 1) Thomas From Stefan.Marxext.MAFa.Lynx at rewe-group.com Thu Nov 9 05:42:12 2006 From: Stefan.Marxext.MAFa.Lynx at rewe-group.com (Marx, Stefan ext. MA Fa. Lynx) Date: Thu, 9 Nov 2006 11:42:12 +0100 Subject: [Moin-user] wiki URL Message-ID: > Thomas Heller schrieb: > > Now I've tried RewriteRule: > > > > RewriteEngine On > > RewriteRule ^mywiki(.*)$ mywiki.cgi$1 > > > > This mostly works (http://.../mywiki or http://.../mywiki/Frontpage), > but the hyperlinks that the wiki > > itself generates still point to "http://.../mywiki.cgi/Frontpage" which > I find not so nice. > > Of course the urls are only rewritten in one direction... > > > I've finally found it. Rewriting in the opposite direction is actually > easy in the mywiki.cgi script with > this code inserted near the top: > > import os > for name, value in os.environ.iteritems(): > os.environ[name] = os.environ.replace("mywiki.cgi", "mywiki", 1) > > Thomas > [Marx, Stefan ext. MA Fa. Lynx] Quite a hack, I think. Didn't work the Alias in the httpd.conf as Uwe stated ;=)? SCR, greetings from Cologne, Germany, cu Stefan From theller at ctypes.org Thu Nov 9 05:59:20 2006 From: theller at ctypes.org (Thomas Heller) Date: Thu, 09 Nov 2006 11:59:20 +0100 Subject: [Moin-user] wiki URL In-Reply-To: References: Message-ID: <45530A08.3020406@ctypes.org> Marx, Stefan ext. MA Fa. Lynx schrieb: >> Thomas Heller schrieb: >> > Now I've tried RewriteRule: >> > >> > RewriteEngine On >> > RewriteRule ^mywiki(.*)$ mywiki.cgi$1 >> > >> > This mostly works (http://.../mywiki or http://.../mywiki/Frontpage), >> but the hyperlinks that the wiki >> > itself generates still point to "http://.../mywiki.cgi/Frontpage" which >> I find not so nice. >> > Of course the urls are only rewritten in one direction... >> >> >> I've finally found it. Rewriting in the opposite direction is actually >> easy in the mywiki.cgi script with >> this code inserted near the top: >> >> import os >> for name, value in os.environ.iteritems(): >> os.environ[name] = os.environ.replace("mywiki.cgi", "mywiki", 1) >> >> Thomas >> > [Marx, Stefan ext. MA Fa. Lynx] > Quite a hack, I think. Didn't work the Alias in the httpd.conf as > Uwe stated ;=)? I don't have permission to edit httpd.conf (and didn't want to ask the admin for it). Of course it's a hack... it could probably be improved that only relevant entries would be replaced, but I was too lazy for that wight now. Thomas From tw-public at gmx.de Thu Nov 9 07:07:30 2006 From: tw-public at gmx.de (Thomas Waldmann) Date: Thu, 09 Nov 2006 13:07:30 +0100 Subject: [Moin-user] create a page with special characters does not work? In-Reply-To: References: Message-ID: <45531A02.9020805@gmx.de> > i tried to create a wiki page http://moinmoin.wikiwikiweb.de/asd > *?%&/&/() but it does not work. > You shouldn't use / in pagenames except you use it as subpage separator. If you find other problematic stuff, tell us. From szybalski at gmail.com Thu Nov 9 11:52:14 2006 From: szybalski at gmail.com (Lukasz Szybalski) Date: Thu, 9 Nov 2006 10:52:14 -0600 Subject: [Moin-user] moinmoin to docbook to other Message-ID: <804e5c70611090852i11899b80n3bb1ba45448d9288@mail.gmail.com> Hello, I was wondering if there is a plug in/script/feature that can convert docbook version of moinmoin wiki to other formats? I would like to create pages using moinmoin, then use docbook to convert it to something else. Since there are tools that can convert docbook to almost all the formats i need, i was wondering if these tools are incorporated into moinmoin or are there any plans to do it. The goal would be to do something like http://doc-book.sourceforge.net/ but have all the functionality of moinmoin. If so how do i enable it aka "Download this page in pdf" Lukasz -- Illinois Automotive recall database: http://www.lucasmanual.com/recall/index.psp Universal Information Crawler http://uicrawler.sourceforge.net/ From deflaterdeducible at royalbohemian.com Thu Nov 9 11:32:17 2006 From: deflaterdeducible at royalbohemian.com (Symbol.com alhambra) Date: Thu, 9 Nov 2006 18:32:17 +0200 Subject: [Moin-user] It's still not too late to ride this wave, pay attention to the message Message-ID: <06812373708923.A21BB59037@D4KK> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: CIMG2608.gif Type: image/gif Size: 9277 bytes Desc: not available URL: From nuno at tomatique.com Fri Nov 10 05:01:26 2006 From: nuno at tomatique.com (nuno baldaia) Date: Fri, 10 Nov 2006 10:01:26 +0000 Subject: [Moin-user] XML-RPC authentication Message-ID: Hello I'm looking for a way to authenticate MoinMoin users using XML-RPC. I'm developing an external editor (Eclipse plugin) for the MoinMoin wiki using the Wiki RPC Inteface 2 and I need a remote authentication mechanism. I've tried the WhoAmI script and macro to test the remote authentication and It worked fine with http authentication but I do not want to use http authentication. I'd rather like to use the MoinMoin default user authentication/registration behaviour to avoid extra server configurations. Is there any way to use the cookie based authentication, letting users register itself using the UserPreferences, and then allow remote authentication of that user? Thanks, nuno From eduardo.mercovich at gmail.com Fri Nov 10 15:14:10 2006 From: eduardo.mercovich at gmail.com (Eduardo Mercovich) Date: Fri, 10 Nov 2006 17:14:10 -0300 Subject: [Moin-user] moinmoin to docbook to other In-Reply-To: <804e5c70611090852i11899b80n3bb1ba45448d9288@mail.gmail.com> References: <804e5c70611090852i11899b80n3bb1ba45448d9288@mail.gmail.com> Message-ID: <4459f0d30611101214i5d3a5f91y2788aa832d130b99@mail.gmail.com> Hello Lukasz. > I was wondering if there is a plug in/script/feature that can convert > docbook version of moinmoin wiki to other formats? [...] Search for "Docbook" in MoinMoin. All the info is there. Regards... -- Eduardo Mercovich Buenos Aires - Argentina. From szybalski at gmail.com Mon Nov 13 16:08:31 2006 From: szybalski at gmail.com (Lukasz Szybalski) Date: Mon, 13 Nov 2006 15:08:31 -0600 Subject: [Moin-user] www and moin regular expression Message-ID: <804e5c70611131308y3edfd50fy4a2b3331a58711cc@mail.gmail.com> hello, I have installed moinmoin but it only works for http://example.com/mywiki/ how do i get it to work for http://www.example.com/mywiki/ and http://www.example.com/mywiki I installed it this way: http://moinmoin.wikiwikiweb.de/MoinMoinPackages/DebianLinux#head-1b39156a3daa5689018369273b567ce421eb6313 and used ("mywiki", r"^yoursite.com/mywiki/.*$"), as my regular expression. So what is the proper reg ex for www.example.com? Lucas From Mark.Volkert at weinig.de Tue Nov 14 09:54:16 2006 From: Mark.Volkert at weinig.de (Mark.Volkert at weinig.de) Date: Tue, 14 Nov 2006 15:54:16 +0100 Subject: [Moin-user] User defined smileys in MoinMoin 1.5.5a Message-ID: Hi, I try to setup some user defined smiley on our MoinMoin wiki in our intranet. Used google to find page HelpOnUpdating. smileys (default: {}) - User-defined smileys (a dict with the markup as the key and a tuple of width, height, border, image name as the value). But I am not able to get it working. Can someone give me an example for my wikiconfig.py? Whatever I tried, it ended up in a parsing error. I really need the language icons back :-) Thank you. Best Regards / Mit freundlichen Gruessen Mark Volkert -------------- next part -------------- An HTML attachment was scrubbed... URL: From mohacsi at niif.hu Thu Nov 16 06:57:15 2006 From: mohacsi at niif.hu (Mohacsi Janos) Date: Thu, 16 Nov 2006 12:57:15 +0100 (CET) Subject: [Moin-user] More controlled user registration Message-ID: <20061116125342.L48975@mignon.ki.iif.hu> Dear All, Are there any way to control the user registration in moinmoin? -Either approve their registration before they can use the registered users -Either registering the users by the admins and sending the account information via e-mail to the user Thank you for your helps. Regards, Janos Mohacsi Network Engineer, Research Associate, Head of Network Planning NIIF/HUNGARNET, HUNGARY Key 70EF9882: DEC2 C685 1ED4 C95A 145F 4300 6F64 7B00 70EF 9882 From R.Bauer at fz-juelich.de Thu Nov 16 16:51:43 2006 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu, 16 Nov 2006 22:51:43 +0100 Subject: [Moin-user] More controlled user registration In-Reply-To: References: Message-ID: <455CDD6F.7060302@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > Message: 1 > Date: Thu, 16 Nov 2006 12:57:15 +0100 (CET) > From: Mohacsi Janos > Subject: [Moin-user] More controlled user registration > To: moin-user at lists.sourceforge.net > Message-ID: <20061116125342.L48975 at mignon.ki.iif.hu> > Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > > Dear All, > Are there any way to control the user registration in moinmoin? > -Either approve their registration before they can use the registered > users > -Either registering the users by the admins and sending the account > information via e-mail to the user > > Thank you for your helps. > > Regards, >Janos Mohacsi Hi Janos You can use acls to protect all pages for not known users given in a UserGroup page which is set in the configuration for defaults. Then you can create new users using the moin command tool. It has a built in help page May be this is interesting too FeatureRequests/MoinSendMailAndCreateShouldCreateAlwaysAPassword cheers Reimar - -- Reimar Bauer Institut fuer Stratosphaerische Chemie (ICG-I) Forschungszentrum Juelich email: R.Bauer at fz-juelich.de - ------------------------------------------------------------------- a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html =================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFFXN1u5aOc3Q9hk/kRAtNjAJwOvlywwl4DMA9P+NWfbgr3xR1siQCeNRB8 hUr2umxrjiBkT0q9oZS6JC0= =D3Oq -----END PGP SIGNATURE----- From email at pfennigsolutions.de Fri Nov 17 08:07:58 2006 From: email at pfennigsolutions.de (Thilo Pfennig) Date: Fri, 17 Nov 2006 14:07:58 +0100 Subject: [Moin-user] www and moin regular expression In-Reply-To: <804e5c70611131308y3edfd50fy4a2b3331a58711cc@mail.gmail.com> References: <804e5c70611131308y3edfd50fy4a2b3331a58711cc@mail.gmail.com> Message-ID: <455DB42E.4070707@pfennigsolutions.de> Lukasz Szybalski schrieb: > hello, > I have installed moinmoin but it only works for > > http://example.com/mywiki/ > how do i get it to work for > > http://www.example.com/mywiki/ > and > http://www.example.com/mywiki > > > I installed it this way: > http://moinmoin.wikiwikiweb.de/MoinMoinPackages/DebianLinux#head-1b39156a3daa5689018369273b567ce421eb6313 > > and used ("mywiki", r"^yoursite.com/mywiki/.*$"), as my regular expression. > > So what is the proper reg ex for www.example.com? > > add a "?" after the "/" . That means that there can be a slash, but does not have to be. regards, Thilo -- Thilo Pfennig PfennigSolutions - Wiki-Systeme http://www.pfennigsolutions.de/ From email at pfennigsolutions.de Fri Nov 17 08:24:09 2006 From: email at pfennigsolutions.de (Thilo Pfennig) Date: Fri, 17 Nov 2006 14:24:09 +0100 Subject: [Moin-user] User defined smileys in MoinMoin 1.5.5a In-Reply-To: References: Message-ID: <455DB7F9.3050100@pfennigsolutions.de> Mark.Volkert at weinig.de schrieb: > But I am not able to get it working. Can someone give me an example > for my wikiconfig.py? You find and example in MoinMoin/config.py Thilo -- Thilo Pfennig PfennigSolutions - Wiki-Systeme http://www.pfennigsolutions.de/ From Mark.Volkert at weinig.de Fri Nov 17 09:01:57 2006 From: Mark.Volkert at weinig.de (Mark.Volkert at weinig.de) Date: Fri, 17 Nov 2006 15:01:57 +0100 Subject: [Moin-user] Antwort: Re: User defined smileys in MoinMoin 1.5.5a In-Reply-To: <455DB7F9.3050100@pfennigsolutions.de> Message-ID: I finally got it working. Thanks to Chris and all people who responded. Next questions would be "How to add my smileys to FCKeditor?". I found file "fckconfig.js" with line FCKConfig.SmileyImages. I appended my smileys and copied the files to the correct directory. But they don't appear in smiley selection dialog in GUI mode. Best Regards / Mit freundlichen Gruessen Mark Volkert Michael Weinig AG Bereich SoftwareDevelopment ________________________________________________ Weinigstrasse 2/4, 97941 Tauberbischofsheim, Germany Phone +49 (0) 9341 861726 Fax +49 (0) 9341 861702 E-Mail mark.volkert at weinig.de Internet http://www.weinig.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From soloturn at gmail.com Fri Nov 17 13:15:23 2006 From: soloturn at gmail.com (solo turn) Date: Fri, 17 Nov 2006 19:15:23 +0100 Subject: [Moin-user] create a page with special characters does not work? In-Reply-To: <45531A02.9020805@gmx.de> References: <45531A02.9020805@gmx.de> Message-ID: it does not even create the subpage, but cuts it off? but this is intended as i understand your reply? On 11/9/06, Thomas Waldmann wrote: > > > i tried to create a wiki page http://moinmoin.wikiwikiweb.de/asd > > *?%&/&/() but it does not work. > > > You shouldn't use / in pagenames except you use it as subpage separator. > > If you find other problematic stuff, tell us. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From soloturn at gmail.com Fri Nov 17 16:37:13 2006 From: soloturn at gmail.com (solo turn) Date: Fri, 17 Nov 2006 22:37:13 +0100 Subject: [Moin-user] restrict search to a certain category or "part of the wiki" Message-ID: hi, we would need that the search can be restricted to only consider a certain part of the wiki. we saw [[FullSearch(t:MoinMoinBugs/ r:CategoryMoinMoinBugConfirmed)]] from the bug report page ... but we were wondering what would be the best way to generalize this so that users could check / select all the categories they are interested in and then start the search. -solo From soloturn at gmail.com Fri Nov 17 16:38:06 2006 From: soloturn at gmail.com (solo turn) Date: Fri, 17 Nov 2006 22:38:06 +0100 Subject: [Moin-user] importing HTML into Moin In-Reply-To: <1e2af89e0611030939t54f20d4p4bb17f04f9832ea5@mail.gmail.com> References: <1162310983.18557.14.camel@localhost> <1e2af89e0611030939t54f20d4p4bb17f04f9832ea5@mail.gmail.com> Message-ID: how das copy-paste into the gui edit work? -solo On 11/3/06, Matthew Brett wrote: > Hi, > > On 10/31/06, Jim Popovitch wrote: > > I've got 100+ HTML files from an old site that I would like to > > convert/merge/import into an existing Moin site. I don't want to import > > the whole old site into Moin, just a subset of the old site into a new > > page on the Moin site. Any good ideas or tips on how to do this? > > I recently did something similar to generate this site: > > http://imaging.mrc-cbu.cam.ac.uk/imaging > > Do do this I wrote some conversion code using the moin html conversion > code as a basis. It involved some hacking to get the full site > converted in a sensible way - the basic code I used is here: > > http://imaging.mrc-cbu.cam.ac.uk/svn/html2moin/html2moin/trunk/ > > It has features like converting page to page links to use the new Wiki > Page names. > > I haven't documented it very much, but if you think something like > that would help you I am happy to advise, and will try and clean up > the code to make it clearer how to use it, > > Best, > > Matthew > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From jimpop at yahoo.com Fri Nov 17 17:10:18 2006 From: jimpop at yahoo.com (Jim Popovitch) Date: Fri, 17 Nov 2006 17:10:18 -0500 Subject: [Moin-user] importing HTML into Moin In-Reply-To: References: <1162310983.18557.14.camel@localhost> <1e2af89e0611030939t54f20d4p4bb17f04f9832ea5@mail.gmail.com> Message-ID: <1163801418.19243.11.camel@localhost> On Fri, 2006-11-17 at 22:38 +0100, solo turn wrote: > how das copy-paste into the gui edit work? Painfully (at least for what I'm trying to do). The original html is from a Dreamweaver site and contains tons of ../goto.pl&id=123231 ref tags that (presumably) do some sort of site db lookup and redirect the client browser to a page. What I was hoping to do is render it in a browser from the original (and now internal) site and then copy the richtext (WYSIWYG) into something that would convert into Moin html content. Do you think that the moin gui could handle this? If so, I'll look at upgrading our site to the 1.5 branch. -Jim P. From gdinwiddie at gmail.com Fri Nov 17 22:39:23 2006 From: gdinwiddie at gmail.com (George Dinwiddie) Date: Fri, 17 Nov 2006 22:39:23 -0500 Subject: [Moin-user] modifying wiki links In-Reply-To: <45077E7F.1000700@iDIAcomputing.com> References: <44FF9A92.8080802@iDIAcomputing.com> <45077E7F.1000700@iDIAcomputing.com> Message-ID: <455E806B.5020902@iDIAcomputing.com> I've done some more debugging on this, and seem to have found the problem. I had to comment out the lines # This may happen when using mod_python #if scriptAndPath.startswith(location): # self.path_info = scriptAndPath[len(location):] in request.py (about line 509 in version 1.5.6). Since I'm not using mod_python, I'm assuming it's OK. The problem is that it was leaving the ".fcg/" prepended to the pagename in the path_info variable. Comments? - George George Dinwiddie wrote: > By poking through request.py, I found that I can set a header in the > request to provide the external name of the script: > > RequestHeader set X-Moin-Location /moin/ > > This *does* create the proper URLs. All pages now display the > FrontPage, however. My URL rewriting looks like: > > ReWriteRule ^moin$ moin.fcg > ReWriteRule ^moin/(.*) moin.fcg/$1 > > This works fine without the X-Moin-Location header. Any ideas why the > page name might be getting lost? > > - George > > George Dinwiddie wrote: >> I'm moving from a dedicated server to a shared server, but trying to >> duplicate the external appearances. On my dedicated server, I use >> ScriptAlias /moin /var/moin/mywikiname/moin.cgi >> to simplify the URL and point to the script. On the shared server, I >> can't use ScriptAlias because I don't have access to the httpd.conf >> and must use .htaccess, instead. I've achieved partial success with >> ReWriteEngine on >> ReWriteRule ^moin moin.cgi >> ReWriteRule ^moin/(.*) moin.cgi/$1 >> This works fine if I type in the url >> http://mydomain.com/moin/FrontPage but if I click a link on the wiki, >> the form is http://mydomain.com/moin.cgi/FrontPage >> >> I *know* I've seen instructions for changing the way Moin generates >> these links, but now that I need it, my searches are coming up empty. >> How do I get rid of the ".cgi" portion of the link? >> >> - George >> > > -- ---------------------------------------------------------------------- * George Dinwiddie * gdinwiddie at idiacomputing.com Software Development http://www.idiacomputing.com Consultant and Coach http://www.agilemaryland.org ---------------------------------------------------------------------- From soloturn at gmail.com Sat Nov 18 09:18:03 2006 From: soloturn at gmail.com (solo turn) Date: Sat, 18 Nov 2006 15:18:03 +0100 Subject: [Moin-user] importing HTML into Moin In-Reply-To: <1163801418.19243.11.camel@localhost> References: <1162310983.18557.14.camel@localhost> <1e2af89e0611030939t54f20d4p4bb17f04f9832ea5@mail.gmail.com> <1163801418.19243.11.camel@localhost> Message-ID: you can try on http://moinmoin.wikiwikiweb.de/WikiSandBox, you don't need to save it there if it is confidential, just do preview and switch to text view. -solo On 11/17/06, Jim Popovitch wrote: > On Fri, 2006-11-17 at 22:38 +0100, solo turn wrote: > > how das copy-paste into the gui edit work? > > Painfully (at least for what I'm trying to do). The original html is > from a Dreamweaver site and contains tons of ../goto.pl&id=123231 ref > tags that (presumably) do some sort of site db lookup and redirect the > client browser to a page. > > What I was hoping to do is render it in a browser from the original (and > now internal) site and then copy the richtext (WYSIWYG) into something > that would convert into Moin html content. Do you think that the moin > gui could handle this? If so, I'll look at upgrading our site to the > 1.5 branch. > > -Jim P. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From email at pfennigsolutions.de Mon Nov 20 05:19:58 2006 From: email at pfennigsolutions.de (Thilo Pfennig) Date: Mon, 20 Nov 2006 11:19:58 +0100 Subject: [Moin-user] server choice Message-ID: <4561814E.60500@pfennigsolutions.de> My question is, if I can consider a twisted server as stable as an Apache based installation. It sure is quicker. And what if it gets under pressure. I found some old data in the wiki about performances, but don't know how this might have changed? My priorities are: 1. stability 2. fastness 3. compatibility So I could live with some plugins not working if it is fast and stable. While some plugins like the PDF plugin have to work. -- Thilo Pfennig PfennigSolutions - Wiki-Systeme http://www.pfennigsolutions.de/ From Stefan.Marxext.MAFa.Lynx at rewe-group.com Mon Nov 20 05:28:26 2006 From: Stefan.Marxext.MAFa.Lynx at rewe-group.com (Marx, Stefan ext. MA Fa. Lynx) Date: Mon, 20 Nov 2006 11:28:26 +0100 Subject: [Moin-user] server choice Message-ID: Hi Thilo, what about setting up a server config with that components and stress it with openSTA or similar tools. If you tweak it 'till it breaks you may get a clear impression about scalling and robustness, or? Unfortunaly I'll have only single instance handy for remote access, may be some on the list like to help your with a installation ;=). hth, greetings from Cologne, Germany, cu Stefan > -----Urspr?ngliche Nachricht----- > Von: Thilo Pfennig [SMTP:email at pfennigsolutions.de] > Gesendet am: Montag, 20. November 2006 11:20 > An: moin-user at lists.sourceforge.net > Betreff: [Moin-user] server choice > > My question is, if I can consider a twisted server as stable as an > Apache based installation. It sure is quicker. And what if it gets under > pressure. I found some old data in the wiki about performances, but > don't know how this might have changed? > > My priorities are: > > 1. stability > 2. fastness > 3. compatibility > > So I could live with some plugins not working if it is fast and stable. > While some plugins like the PDF plugin have to work. > > > -- > Thilo Pfennig > PfennigSolutions - Wiki-Systeme > http://www.pfennigsolutions.de/ > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From email at pfennigsolutions.de Mon Nov 20 07:02:39 2006 From: email at pfennigsolutions.de (Thilo Pfennig) Date: Mon, 20 Nov 2006 13:02:39 +0100 Subject: [Moin-user] server choice In-Reply-To: References: Message-ID: <4561995F.4060801@pfennigsolutions.de> Marx, Stefan ext. MA Fa. Lynx schrieb: > Hi Thilo, > > what about setting up a server config with that components and > stress it with openSTA or similar tools. If you tweak it 'till it > breaks > you may get a clear impression about scalling and robustness, or? > Maybe, but I than I think I will have to switch of SurgeProtection? Thilo -- Thilo Pfennig PfennigSolutions - Wiki-Systeme http://www.pfennigsolutions.de/ From Stefan.Marxext.MAFa.Lynx at rewe-group.com Mon Nov 20 07:10:53 2006 From: Stefan.Marxext.MAFa.Lynx at rewe-group.com (Marx, Stefan ext. MA Fa. Lynx) Date: Mon, 20 Nov 2006 13:10:53 +0100 Subject: [Moin-user] server choice Message-ID: Hi, nifty feature ... didn't know about SurgeProtection up to now since we use a internal Wiki within a intranet with just a couple of users. But as far as I can see you need even in this scenario some statistics and metrics to decide when to switch and then log the acitvies of your server under pressure? cu Stefan > > > -----Urspr?ngliche Nachricht----- > Von: Thilo Pfennig [SMTP:email at pfennigsolutions.de] > Gesendet am: Montag, 20. November 2006 13:03 > An: 'moin-user at lists.sourceforge.net' > Betreff: Re: [Moin-user] server choice > > Marx, Stefan ext. MA Fa. Lynx schrieb: > > Hi Thilo, > > > > what about setting up a server config with that components and > > stress it with openSTA or similar tools. If you tweak it 'till it > > breaks > > you may get a clear impression about scalling and robustness, or? > > > > Maybe, but I than I think I will have to switch of SurgeProtection? > > Thilo > > > -- > Thilo Pfennig > PfennigSolutions - Wiki-Systeme > http://www.pfennigsolutions.de/ > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From tw-public at gmx.de Mon Nov 20 06:43:06 2006 From: tw-public at gmx.de (Thomas Waldmann) Date: Mon, 20 Nov 2006 12:43:06 +0100 Subject: [Moin-user] create a page with special characters does not work? In-Reply-To: References: <45531A02.9020805@gmx.de> Message-ID: <456194CA.7030502@gmx.de> > it does not even create the subpage, but cuts it off? but this is > intended as i understand your reply? > Maybe try to create normal pages. :) / has a special meaning for moin, it is the subpage separator. it is similar to creating files in the filesystem, they also can't contain slashes (or backslashes, when you are on windows). A similar thing applies to stuff like & and ? - you can't use those verbatim in the pagename part of a moin URL, because they have a special meaning in URLs. >>> i tried to create a wiki page http://moinmoin.wikiwikiweb.de/asd >>> *?%&/&/() but it does not work. >>> From matthew.brett at gmail.com Mon Nov 20 07:18:18 2006 From: matthew.brett at gmail.com (Matthew Brett) Date: Mon, 20 Nov 2006 12:18:18 +0000 Subject: [Moin-user] Sharing user authentication between wikis Message-ID: <1e2af89e0611200418icc1065bs1e92c04f69c1dc81@mail.gmail.com> Hi, Sorry if I have missed this, but I am trying to find a way of sharing user authentication between wikis on a wiki farm, here: http://imaging.mrc-cbu.cam.ac.uk I am already sharing the user database between wikis, but I wanted to work out a nice automated way of taking all the users included on a group page for one wiki: http://imaging.mrc-cbu.cam.ac.uk/imaging/CbuGroup and using this set of users as authorized users on the other wikis on the wiki farm. Is there any easy way to do this? Can anyone point me in a good direction to start writing an appropriate macro if that is the only way to do it? Thanks a lot, Matthew From keith.c.schwols at intel.com Mon Nov 20 09:39:52 2006 From: keith.c.schwols at intel.com (Schwols, Keith C) Date: Mon, 20 Nov 2006 07:39:52 -0700 Subject: [Moin-user] Sharing user authentication between wikis In-Reply-To: <1e2af89e0611200418icc1065bs1e92c04f69c1dc81@mail.gmail.com> Message-ID: A couple of ways you could share a *Group page across a wiki farm. As the admin of the wiki, you could move the Group page to exist in the underlay directory. Similar to the help pages, the page would be available on all the wikis in the farm. The http://moinmoin.wikiwikiweb.de/FeatureRequests/OverlayPagesForFarms Overlay concept that Erick Martin put up on does this by allowing one (or more than one) wiki to be shared in a similar manner. For instance, you could make a wiki in your farm contain the Group pages, User home pages and other very common data. Then using the overlay, this wiki would appear as if it were common to all the other wikis in the farm. It's pretty slick. I've been using for about 3 weeks now on my corporate wiki. I've set the farmconfig options, so that all user's homepages are refered to the BaseWiki, I've linked the user/ directory, so that the user data is shared between the wiki farm webs. ]-----Original Message----- >From: moin-user-bounces at lists.sourceforge.net [mailto:moin-user- >bounces at lists.sourceforge.net] On Behalf Of Matthew Brett >Sent: Monday, November 20, 2006 5:18 AM >To: moin-user at lists.sourceforge.net >Subject: [Moin-user] Sharing user authentication between wikis > >Hi, > >Sorry if I have missed this, but I am trying to find a way of sharing >user authentication between wikis on a wiki farm, here: > >http://imaging.mrc-cbu.cam.ac.uk > >I am already sharing the user database between wikis, but I wanted to >work out a nice automated way of taking all the users included on a >group page for one wiki: > >http://imaging.mrc-cbu.cam.ac.uk/imaging/CbuGroup > >and using this set of users as authorized users on the other wikis on >the wiki farm. > >Is there any easy way to do this? Can anyone point me in a good >direction to start writing an appropriate macro if that is the only >way to do it? > >Thanks a lot, > >Matthew > >----------------------------------------------------------------------- -- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share >your >opinions on IT & business topics through brief surveys - and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVD EV >_______________________________________________ >Moin-user mailing list >Moin-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/moin-user From tim.bird at am.sony.com Mon Nov 20 15:37:42 2006 From: tim.bird at am.sony.com (Tim Bird) Date: Mon, 20 Nov 2006 12:37:42 -0800 Subject: [Moin-user] Fun python project (svgchart) free to a good home Message-ID: <45621216.1000201@am.sony.com> Hi all, I started working on a python program to produce charts from python data, directly in SVG (Scalable Vector Graphics) format. I'm hoping to use this in the CELF test lab for some of the results presentation, but it could be made into a very useful general purpose tool, IMHO. We're currently using pygdchart for this in the lab, but it has drawbacks. Unfortunately, I don't have enough time to finish the program. If you want to work on this VERY FUN project, please let me know. I think that you will find it a very entertaining and educational experience. It would make for a great couple of hours of hobby programming over Thanksgiving!! Please see http://tree.celinuxforum.org/CelfPubWiki/SVGChart for details, and let me know if you are interested. I've posted this same notice to the celinux-dev mailing list. The reason I'm posting this to a MoinMoin list also is that I know that MoinMoin uses pygdchart to produce its stats pages. I believe a large number of MoinMoin sites don't ever turn this feature on, because of the dependency on gdchart. A standalone charting module written purely in python would make the stats feature more accessible to users of MoinMoin. So I thought someone here might be interested. Regards, -- Tim ============================= Tim Bird Architecture Group Chair, CE Linux Forum Senior Staff Engineer, Sony Electronics ============================= From Patrick.Hawranek at gfk.at Tue Nov 21 05:26:39 2006 From: Patrick.Hawranek at gfk.at (Hawranek Patrick) Date: Tue, 21 Nov 2006 11:26:39 +0100 Subject: [Moin-user] MMDE virus? Message-ID: <04D98F2F6DE8D245A9BDA7788F2754B806CA39F0@srv0060.gfk.at.local> Hello moinmoin admins I have little question about moinmoin desktop edition, I downloaded the moin-desktop-1.5.5a-1.exe from http://moinmoin.wikiwikiweb.de/DesktopEdition from 2 different mirrors(Switch, mesh solutions), but my virusscann( I use ikarus) says that the moin-desktop-1.5.5a-1.exe contains the virus "polipos.a". Do you have any information problems with moinmoin and the virus I mentioned above? Or is this a misinterpretation of my virusscan? Thank you & Best regards Patrick Hawranek ----------------------------------------------- Disclaimer Diese E-Mail (ggf. nebst Anhang) enth?lt vertrauliche und/oder rechtlich gesch?tzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrt?mlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. This e-mail (and any attachment/s) contains confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden. 21.11.2006 11:23:32 ----------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From email at pfennigsolutions.de Tue Nov 21 06:30:07 2006 From: email at pfennigsolutions.de (Thilo Pfennig) Date: Tue, 21 Nov 2006 12:30:07 +0100 Subject: [Moin-user] MMDE virus? In-Reply-To: <04D98F2F6DE8D245A9BDA7788F2754B806CA39F0@srv0060.gfk.at.local> References: <04D98F2F6DE8D245A9BDA7788F2754B806CA39F0@srv0060.gfk.at.local> Message-ID: <4562E33F.5000801@pfennigsolutions.de> Sorry, I have no answer to your question but I want to suggest that we might consider to have virus scanner integration in the future. I have not thought about this before but really I think it could be dangerous if somebody replaces an attachment with a virus version. Maybe some kind of signature would also be nice (maybe just an MD5 that is read-only?) Anybody have thought about this problems, yet? Thilo -- Thilo Pfennig PfennigSolutions - Wiki-Systeme http://www.pfennigsolutions.de/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthew.brett at gmail.com Tue Nov 21 11:28:41 2006 From: matthew.brett at gmail.com (Matthew Brett) Date: Tue, 21 Nov 2006 16:28:41 +0000 Subject: [Moin-user] Sharing user authentication between wikis In-Reply-To: References: <1e2af89e0611200418icc1065bs1e92c04f69c1dc81@mail.gmail.com> Message-ID: <1e2af89e0611210828ufd42f4es196c2020d32087e8@mail.gmail.com> Hi, > For instance, you could make a wiki in your farm contain the Group > pages, User home pages and other very common data. Then using the > overlay, this wiki would appear as if it were common to all the other > wikis in the farm. It's pretty slick. I've been using for about 3 > weeks now on my corporate wiki. I've set the farmconfig options, so > that all user's homepages are refered to the BaseWiki, I've linked the > user/ directory, so that the user data is shared between the wiki farm > webs. Thanks for this - very useful. Is there any easy way to make sure that home pages are created on the basewiki, rather than the individual wikis? Best, Matthew From szybalski at gmail.com Tue Nov 21 12:53:23 2006 From: szybalski at gmail.com (Lukasz Szybalski) Date: Tue, 21 Nov 2006 11:53:23 -0600 Subject: [Moin-user] www and moin regular expression In-Reply-To: <455DB42E.4070707@pfennigsolutions.de> References: <804e5c70611131308y3edfd50fy4a2b3331a58711cc@mail.gmail.com> <455DB42E.4070707@pfennigsolutions.de> Message-ID: <804e5c70611210953i3d39e213gfab6df5dd8586108@mail.gmail.com> great. I managed to get it to work with following ("mywiki", r"^[www.]?/?.*$"), so now www.... .com/mywiki/ .com/mywiki all 3 work and i guess localhost, 192.168.0.1 etc. Great thx Lucas On 11/17/06, Thilo Pfennig wrote: > Lukasz Szybalski schrieb: > > hello, > > I have installed moinmoin but it only works for > > > > http://example.com/mywiki/ > > how do i get it to work for > > > > http://www.example.com/mywiki/ > > and > > http://www.example.com/mywiki > > > > > > I installed it this way: > > http://moinmoin.wikiwikiweb.de/MoinMoinPackages/DebianLinux#head-1b39156a3daa5689018369273b567ce421eb6313 > > > > and used ("mywiki", r"^yoursite.com/mywiki/.*$"), as my regular expression. > > > > So what is the proper reg ex for www.example.com? > > > > > add a "?" after the "/" . That means that there can be a slash, but does > not have to be. > > regards, > > > Thilo > > -- > Thilo Pfennig > PfennigSolutions - Wiki-Systeme > http://www.pfennigsolutions.de/ > > -- -- Illinois Automotive recall database: http://www.lucasmanual.com/recall/index.psp Universal Information Crawler http://uicrawler.sourceforge.net/ From matthew.brett at gmail.com Wed Nov 22 06:09:04 2006 From: matthew.brett at gmail.com (Matthew Brett) Date: Wed, 22 Nov 2006 11:09:04 +0000 Subject: [Moin-user] Sharing user authentication between wikis In-Reply-To: <1e2af89e0611210828ufd42f4es196c2020d32087e8@mail.gmail.com> References: <1e2af89e0611200418icc1065bs1e92c04f69c1dc81@mail.gmail.com> <1e2af89e0611210828ufd42f4es196c2020d32087e8@mail.gmail.com> Message-ID: <1e2af89e0611220309m25c5d526i9aab1baa8c155d43@mail.gmail.com> Hi, > Is there any easy way to make sure > that home pages are created on the basewiki, rather than the > individual wikis? Thanks again (to Keith) for pointing out the user_homewiki feature. I notice though that when this is set, the users do not automatically get the home page template when clicking on their username - is it possible to set moin to do this somehow? Thanks again, Matthew From mike.fechner at consultingwerk.de Wed Nov 22 08:25:46 2006 From: mike.fechner at consultingwerk.de (Mike Fechner) Date: Wed, 22 Nov 2006 14:25:46 +0100 Subject: [Moin-user] Delete user account Message-ID: Hi, is it possible to delete a user from the moin wiki? Thanks, Mike ------------------------------------------- Consultingwerk Ltd. Mike Fechner Unter K?ster 1-3 50667 K?ln Germany Tel.: +49 (0) 221 / 27 609-40 Fax.: +49 (0) 221 / 27 609-41 Mobil: +49 (0) 160 / 700 82 29 mike.fechner at consultingwerk.de http://www.consultingwerk.de Consulting, Coaching, Project Management, Development, Progress, OpenEdge, .NET, JAVA, SOA, Integration Technologies -------------- next part -------------- An HTML attachment was scrubbed... URL: From tw-public at gmx.de Wed Nov 22 09:56:20 2006 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed, 22 Nov 2006 15:56:20 +0100 Subject: [Moin-user] Sharing user authentication between wikis In-Reply-To: <1e2af89e0611220309m25c5d526i9aab1baa8c155d43@mail.gmail.com> References: <1e2af89e0611200418icc1065bs1e92c04f69c1dc81@mail.gmail.com> <1e2af89e0611210828ufd42f4es196c2020d32087e8@mail.gmail.com> <1e2af89e0611220309m25c5d526i9aab1baa8c155d43@mail.gmail.com> Message-ID: <45646514.8040108@gmx.de> > Thanks again (to Keith) for pointing out the user_homewiki feature. I > notice though that when this is set, the users do not automatically > get the home page template when clicking on their username - is it > possible to set moin to do this somehow? > moin does this when it recognizes that current pagename == username. so maybe just share the moin cookie and the user_dir, too, and it should work. From tw-public at gmx.de Wed Nov 22 09:58:41 2006 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed, 22 Nov 2006 15:58:41 +0100 Subject: [Moin-user] Delete user account In-Reply-To: References: Message-ID: <456465A1.9030203@gmx.de> > is it possible to delete a user from the moin wiki? > Yes, but usually you rather want to disable the account to preserve history. Just log in as a superuser, select the name from the list on UserPreferences and get this user. Then, as this user, click on "disable this account forever" and save. From matthew.brett at gmail.com Wed Nov 22 10:55:13 2006 From: matthew.brett at gmail.com (Matthew Brett) Date: Wed, 22 Nov 2006 15:55:13 +0000 Subject: [Moin-user] Sharing user authentication between wikis In-Reply-To: <45646514.8040108@gmx.de> References: <1e2af89e0611200418icc1065bs1e92c04f69c1dc81@mail.gmail.com> <1e2af89e0611210828ufd42f4es196c2020d32087e8@mail.gmail.com> <1e2af89e0611220309m25c5d526i9aab1baa8c155d43@mail.gmail.com> <45646514.8040108@gmx.de> Message-ID: <1e2af89e0611220755w512b5951j58b3f053c4687f61@mail.gmail.com> Hi, > moin does this when it recognizes that current pagename == username. > so maybe just share the moin cookie and the user_dir, too, and it should > work. Excellent, thank you. Just for reference, for my wikifarm at: http://imaging.mrc-cbu.cam.ac.uk/ I set # Cookie stuff cookie_domain = 'imaging.mrc-cbu.cam.ac.uk' cookie_path = '/' in farmconfig.py, Best, Matthew From Chuck.R.Irvine at embarq.com Wed Nov 22 11:32:54 2006 From: Chuck.R.Irvine at embarq.com (Irvine, Chuck R [EQ]) Date: Wed, 22 Nov 2006 10:32:54 -0600 Subject: [Moin-user] Outline view based on Headings Message-ID: <01A57D96E866824596CEF57A16F81C1F0187CDAD@PKDWB11C.ad.sprint.com> I think it would be useful to have an expandable/collapsible ouline view on each page that would allow the user to view and navigate the structure of a webpage. The nodes in the outline would correspond to Heading levels: -H1 -H2.1 -H2.2 -H3.1 -H1 Does Moin currently have in anything like this? If not, do other folks think it would be useful, and if so, how difficult would it be to implement? Thanks Chuck -------------- next part -------------- An HTML attachment was scrubbed... URL: From szybalski at gmail.com Wed Nov 22 13:18:20 2006 From: szybalski at gmail.com (Lukasz Szybalski) Date: Wed, 22 Nov 2006 12:18:20 -0600 Subject: [Moin-user] www and moin regular expression and "//" Message-ID: <804e5c70611221018s3485c74dpc84195c6f0a4e085@mail.gmail.com> Now on my ubuntu installation for some reason i get the "//" before a link so front page has link to NewPage, but link looks like : http://192.168.1.1/mywiki//NewPage so i click on it. It shows a front page again. I need to click on NewPage again but this time it is correct. Final link is: http://192.168.1.1/mywiki//NewPage/NewPage but now i get this if i click on Front Page http://192.168.1.1/mywiki//NewPage/FrontPage What is wrong? On 11/21/06, Lukasz Szybalski wrote: > great. > I managed to get it to work with following > ("mywiki", r"^[www.]?/?.*$"), > so now > www.... > .com/mywiki/ > .com/mywiki > all 3 work > and i guess localhost, 192.168.0.1 etc. > > Great thx > Lucas > > > On 11/17/06, Thilo Pfennig wrote: > > Lukasz Szybalski schrieb: > > > hello, > > > I have installed moinmoin but it only works for > > > > > > http://example.com/mywiki/ > > > how do i get it to work for > > > > > > http://www.example.com/mywiki/ > > > and > > > http://www.example.com/mywiki > > > > > > > > > I installed it this way: > > > http://moinmoin.wikiwikiweb.de/MoinMoinPackages/DebianLinux#head-1b39156a3daa5689018369273b567ce421eb6313 > > > > > > and used ("mywiki", r"^yoursite.com/mywiki/.*$"), as my regular expression. > > > > > > So what is the proper reg ex for www.example.com? > > > > > > > > add a "?" after the "/" . That means that there can be a slash, but does > > not have to be. > > > > regards, > > > > From eduardo.mercovich at gmail.com Wed Nov 22 13:55:28 2006 From: eduardo.mercovich at gmail.com (Eduardo Mercovich) Date: Wed, 22 Nov 2006 15:55:28 -0300 Subject: [Moin-user] Outline view based on Headings In-Reply-To: <01A57D96E866824596CEF57A16F81C1F0187CDAD@PKDWB11C.ad.sprint.com> References: <01A57D96E866824596CEF57A16F81C1F0187CDAD@PKDWB11C.ad.sprint.com> Message-ID: <4459f0d30611221055o6e9fead6g47f8c92916da7013@mail.gmail.com> Hello Chuck. > I think it would be useful to have an expandable/collapsible ouline view on > each page [...] > Does Moin currently have in anything like this? If not, do other folks > think it would be useful, I does not have it yet, and I (for one) would completely love it. :-) > and if so, how difficult would it be to implement? No idea, I am not programmer. :-\ Regards... -- Eduardo Mercovich Buenos Aires - Argentina. From jimpop at yahoo.com Wed Nov 22 17:21:36 2006 From: jimpop at yahoo.com (Jim Popovitch) Date: Wed, 22 Nov 2006 17:21:36 -0500 Subject: [Moin-user] error/HTTP INTERNAL SERVER ERROR.html.var Message-ID: <1164234096.6325.2.camel@localhost> Every now and then one of my wiki's displays "error/HTTP INTERNAL SERVER ERROR.html.var" when opening a page from a saved URL (shortcut/bookmark). Any ideas on what could cause this? Tia, -Jim P. From andrew-lists at mail.black1.org.uk Thu Nov 23 04:11:01 2006 From: andrew-lists at mail.black1.org.uk (Andrew Black - lists) Date: Thu, 23 Nov 2006 09:11:01 +0000 Subject: [Moin-user] Formatting questions - break and preformated Message-ID: <456565A5.7070306@mail.black1.org.uk> Hi 2 Formatting questions Is there a way of breaking a line within a table. I have tried || aaaaa || line 1
line 2 || but the
gets quoted. I would like to post some preformated (ie code to be displayed monospaced) but with highlighting Eg {{{ some code '''newvar = 1 ''' some more code }}} From email at pfennigsolutions.de Thu Nov 23 06:38:59 2006 From: email at pfennigsolutions.de (Thilo Pfennig) Date: Thu, 23 Nov 2006 12:38:59 +0100 Subject: [Moin-user] www and moin regular expression and "//" In-Reply-To: <804e5c70611221018s3485c74dpc84195c6f0a4e085@mail.gmail.com> References: <804e5c70611221018s3485c74dpc84195c6f0a4e085@mail.gmail.com> Message-ID: <45658853.4020305@pfennigsolutions.de> Lukasz Szybalski schrieb: > What is wrong? > I am not quite sure, but generally this is a problem with your Aliases and paths. Look in your Apache config for Alias /mywiki any mabe also in your wiki config. At some point leave out a trailing slash. Thilo -- Thilo Pfennig PfennigSolutions - Wiki-Systeme http://www.pfennigsolutions.de/ From email at pfennigsolutions.de Thu Nov 23 06:39:48 2006 From: email at pfennigsolutions.de (Thilo Pfennig) Date: Thu, 23 Nov 2006 12:39:48 +0100 Subject: [Moin-user] Formatting questions - break and preformated In-Reply-To: <456565A5.7070306@mail.black1.org.uk> References: <456565A5.7070306@mail.black1.org.uk> Message-ID: <45658884.1030409@pfennigsolutions.de> Andrew Black - lists schrieb: > Hi > 2 Formatting questions > > Is there a way of breaking a line within a table. I have tried > || aaaaa || line 1
line 2 || > but the
gets quoted. > Sure: [[BR]] -- Thilo Pfennig PfennigSolutions - Wiki-Systeme http://www.pfennigsolutions.de/ From eduardo.mercovich at gmail.com Thu Nov 23 07:13:34 2006 From: eduardo.mercovich at gmail.com (Eduardo Mercovich) Date: Thu, 23 Nov 2006 09:13:34 -0300 Subject: [Moin-user] error/HTTP INTERNAL SERVER ERROR.html.var In-Reply-To: <1164234096.6325.2.camel@localhost> References: <1164234096.6325.2.camel@localhost> Message-ID: <4459f0d30611230413x41ae7222tcaefc949d29e01a6@mail.gmail.com> Hi. > Every now and then one of my wiki's displays "error/HTTP INTERNAL SERVER > ERROR.html.var" when opening a page from a saved URL > (shortcut/bookmark). Any ideas on what could cause this? I never saw that behaviour. What bookmark? Regards... -- Eduardo Mercovich Buenos Aires - Argentina. From jimpop at yahoo.com Fri Nov 24 00:12:08 2006 From: jimpop at yahoo.com (Jim Popovitch) Date: Fri, 24 Nov 2006 00:12:08 -0500 Subject: [Moin-user] error/HTTP INTERNAL SERVER ERROR.html.var In-Reply-To: <4459f0d30611230413x41ae7222tcaefc949d29e01a6@mail.gmail.com> References: <1164234096.6325.2.camel@localhost> <4459f0d30611230413x41ae7222tcaefc949d29e01a6@mail.gmail.com> Message-ID: <1164345128.16588.8.camel@localhost> On Thu, 2006-11-23 at 09:13 -0300, Eduardo Mercovich wrote: > Hi. > > > Every now and then one of my wiki's displays "error/HTTP INTERNAL SERVER > > ERROR.html.var" when opening a page from a saved URL > > (shortcut/bookmark). Any ideas on what could cause this? > > I never saw that behaviour. What bookmark? I took a look at the log files and it seems to be related to accessing /UserPreferences. On my system /UserPreferences is redirected by apache to ssl, so I don't know if that's related. The error log shows this: Premature end of script headers: moin.cgi, referer: https:///UserPreferences It looks like if the bookmark is http:// but the last page visited was http:///some-page, then when the bookmark is used to access the wiki, Moin tries to display the last visited URL and sometimes this produces the "HTTP INTERNAL SERVER ERROR.html.var" message and logs the error shown above. Strange. Where can I find more info on the "Premature end of script headers" error? Tia, -Jim P. From eduardo.mercovich at gmail.com Fri Nov 24 07:17:02 2006 From: eduardo.mercovich at gmail.com (Eduardo Mercovich) Date: Fri, 24 Nov 2006 09:17:02 -0300 Subject: [Moin-user] error/HTTP INTERNAL SERVER ERROR.html.var In-Reply-To: <1164345128.16588.8.camel@localhost> References: <1164234096.6325.2.camel@localhost> <4459f0d30611230413x41ae7222tcaefc949d29e01a6@mail.gmail.com> <1164345128.16588.8.camel@localhost> Message-ID: <4459f0d30611240417y7e94e69bo5a66a3715f22e557@mail.gmail.com> Hello Jim. [...] > Where can I find more info on the "Premature end of script headers" > error? Too many places, since it is usually related to some filesystem permission that negates access to essential files or directories. Regards,,, -- Eduardo Mercovich Buenos Aires - Argentina. From tpfennig at gmail.com Mon Nov 27 06:12:12 2006 From: tpfennig at gmail.com (Thilo Pfennig) Date: Mon, 27 Nov 2006 12:12:12 +0100 Subject: [Moin-user] moin command Message-ID: <2cbc44a0611270312qf2eca58p2b40a32469ef8f85@mail.gmail.com> Can we discuss what this command can do? Maybe we can than make a wiki page for it? moin ... account check ... How is that used? moin ... account create ... moin ... account disable ... moin ... cli show ... moin ... export dump ... moin ... import irclog ... moin ... lupy build ... moin ... lupy optimize ... moin ... maint cleancache ... moin ... maint cleanpage ... moin ... maint globaledit ... moin ... maint mkpagepacks ... moin ... maint reducewiki ... moin ... migration data ... -- Blog: http://vinci.wordpress.com Linked In: http://www.linkedin.com/in/tpfennig From matthew.brett at gmail.com Mon Nov 27 10:18:07 2006 From: matthew.brett at gmail.com (Matthew Brett) Date: Mon, 27 Nov 2006 15:18:07 +0000 Subject: [Moin-user] AutoAdmin feature confusion Message-ID: <1e2af89e0611270718r22cadd20i4c3c48a8463081c3@mail.gmail.com> Hi, I am sorry, I realize I really have not understood this well, but I was hoping that the AutoAdmin feature would solve my problem, and I cannot understand how it should work. I wanted to give a defined list of users the ability to be Admins on their home pages. I slavishly followed the recipe here: http://moinmaster.wikiwikiweb.de/HelpOnAutoAdmin and Made a new wiki Added from MoinMoin.util.autoadmin import SecurityPolicy at the top of wikiconfig.py Restricted default admin permissions to users in AdminGroup Made a group page containing a user that should be able to edit their home page: SomeGroup - where the user is not in AdminGroup Added SomeGroup to AutoAdminGroup Restarted the (apache cgi) server but, this didn't work, in that the user in SomeGroup cannot edit their own home page. I am sorry to be dumb here, but is there more information somewhere to help me better understand that feature? I am using the 1.5.6 release. Best, Matthew At that point I was naively expecting From tw at waldmann-edv.de Mon Nov 27 11:59:58 2006 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon, 27 Nov 2006 17:59:58 +0100 Subject: [Moin-user] AutoAdmin feature confusion In-Reply-To: <1e2af89e0611270718r22cadd20i4c3c48a8463081c3@mail.gmail.com> References: <1e2af89e0611270718r22cadd20i4c3c48a8463081c3@mail.gmail.com> Message-ID: <456B198E.8010703@waldmann-edv.de> > I wanted to give a defined list of users the ability to be Admins on > their home pages. > Yeah, this is what it was made for. > I slavishly followed the recipe here: > > http://moinmaster.wikiwikiweb.de/HelpOnAutoAdmin > Be careful, moinmaster wiki is for us preparing the moin 1.6 docs. For moin 1.5 better use your local pages you got with moin. > Made a new wiki > Added from MoinMoin.util.autoadmin import SecurityPolicy Looks like you got that right nevertheless. > at the top of wikiconfig.py > No, you need to add it at the same place where you do your other config settings (and indented by the same amount of spaces) or it won't work. > Restarted the (apache cgi) server > If it is plain old & slow standard cgi (and not fastcgi, not mod_python, not any other persistent stuff), restarting is not necessary as CGI restarts moin anyway for each request. > but, this didn't work, in that the user in SomeGroup cannot edit their > own home page. admin right is only about being able to change ACLs, it does not include read or write (or any other) permission, so the user must have read,write on the page by some other means. > I am sorry to be dumb here, I guess you just overlooked the 4 blanks in front of "from MoinMoin....autoadmin import SecurityPolicy". I added a hint to the moinmaster page about indentation being like the other settings, I hope that helps. From matthew.brett at gmail.com Mon Nov 27 12:51:05 2006 From: matthew.brett at gmail.com (Matthew Brett) Date: Mon, 27 Nov 2006 17:51:05 +0000 Subject: [Moin-user] AutoAdmin feature confusion In-Reply-To: <456B198E.8010703@waldmann-edv.de> References: <1e2af89e0611270718r22cadd20i4c3c48a8463081c3@mail.gmail.com> <456B198E.8010703@waldmann-edv.de> Message-ID: <1e2af89e0611270951h5e07bb4etaabc5c1c12b2af25@mail.gmail.com> Hi, > admin right is only about being able to change ACLs, it does not include > read or write (or any other) permission, so the user must have > read,write on the page by some other means. Great - thanks for that - it does work as you describe now. Is there any simple way of restricting the user's write permission to their own pages? Best, Matthew From Chuck.R.Irvine at embarq.com Mon Nov 27 16:53:02 2006 From: Chuck.R.Irvine at embarq.com (Irvine, Chuck R [EQ]) Date: Mon, 27 Nov 2006 15:53:02 -0600 Subject: [Moin-user] Error when trying to save a TWikiDraw drawing... Message-ID: <01A57D96E866824596CEF57A16F81C1F0187CDB3@PKDWB11C.ad.sprint.com> >From my computer which is hosting our Moin wiki, I can save a TWikiDraw drawing. But when a user on another attempts this, they get an error message: Saved .draw Failed .map Failed .gif Failed .png Failed Does anyone have any idea what the problem might be or where I could look for relevant log messages? Thanks, Chuck From Chuck.R.Irvine at embarq.com Mon Nov 27 17:19:03 2006 From: Chuck.R.Irvine at embarq.com (Irvine, Chuck R [EQ]) Date: Mon, 27 Nov 2006 16:19:03 -0600 Subject: [Moin-user] Error when trying to save a TWikiDraw drawing... In-Reply-To: <01A57D96E866824596CEF57A16F81C1F0187CDB3@PKDWB11C.ad.sprint.com> Message-ID: <01A57D96E866824596CEF57A16F81C1F0187CDB4@PKDWB11C.ad.sprint.com> I looked at my apache access.log file. Corresponding to the users failed save action, I see the first set log messages below. The interesting thing is the "500" log messages. When I perform (successfully) the same operation I get the second set of log messages (without the "500" messages). In the error.log, the only suspicious message is: [Mon Nov 27 15:59:24 2006] [info] [client 10.71.41.17] (OS 10053)An established connection was aborted by the software in your host machine. : core_output_filter: writing data to the network Does anyone have any ideas? Thanks -Chuck ****************************** failed save operation ************** 10.71.41.17 - - [27/Nov/2006:15:59:18 -0600] "GET /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:15:59:18 -0600] "GET /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:15:59:19 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png HTTP/1.1" 401 401 10.71.41.17 - lmw4410 [27/Nov/2006:15:59:18 -0600] "GET /NetSysDev/Test HTTP/1.1" 200 12959 10.71.41.17 - - [27/Nov/2006:15:59:19 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=mydrawing.png HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:15:59:19 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png HTTP/1.1" 401 401 10.71.41.17 - lmw4410 [27/Nov/2006:15:59:19 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=mydrawing.png HTTP/1.1" 200 913 10.71.41.17 - lmw4410 [27/Nov/2006:15:59:19 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png HTTP/1.1" 304 - 10.71.41.17 - lmw4410 [27/Nov/2006:15:59:23 -0600] "GET /NetSysDev/Test?action=AttachFile&rename=picturename.png&drawing=picturename HTTP/1.1" 200 7944 10.71.41.17 - - [27/Nov/2006:15:59:24 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png&ts=1164664764.83 HTTP/1.1" 401 401 10.71.41.17 - lmw4410 [27/Nov/2006:15:59:23 -0600] "GET /NetSysDev/Test?action=AttachFile&rename=picturename.png&drawing=picturename HTTP/1.1" 200 12880 10.71.41.17 - - [27/Nov/2006:15:59:24 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png&ts=1164664764.83 HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:15:59:24 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.draw HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:15:59:24 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.draw HTTP/1.1" 500 545 10.71.41.17 - lmw4410 [27/Nov/2006:15:59:24 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png&ts=1164664764.83 HTTP/1.1" 200 648 10.71.41.17 - - [27/Nov/2006:15:59:51 -0600] "POST /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:15:59:51 -0600] "POST /NetSysDev/Test HTTP/1.1" 500 545 10.71.41.17 - - [27/Nov/2006:15:59:51 -0600] "POST /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:15:59:51 -0600] "POST /NetSysDev/Test HTTP/1.1" 500 545 10.71.41.17 - - [27/Nov/2006:15:59:51 -0600] "POST /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:15:59:51 -0600] "POST /NetSysDev/Test HTTP/1.1" 500 545 10.71.41.17 - - [27/Nov/2006:16:00:05 -0600] "POST /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:16:00:05 -0600] "POST /NetSysDev/Test HTTP/1.1" 500 545 10.71.41.17 - - [27/Nov/2006:16:00:05 -0600] "POST /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:16:00:05 -0600] "POST /NetSysDev/Test HTTP/1.1" 500 545 10.71.41.17 - - [27/Nov/2006:16:00:05 -0600] "POST /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.17 - - [27/Nov/2006:16:00:05 -0600] "POST /NetSysDev/Test HTTP/1.1" 500 545 ********************************** successful save operation *********** 10.71.41.56 - - [27/Nov/2006:16:03:00 -0600] "GET /NetSysDev HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:00 -0600] "GET /NetSysDev HTTP/1.1" 401 401 10.71.41.56 - cri1258 [27/Nov/2006:16:03:00 -0600] "GET /NetSysDev HTTP/1.1" 200 11671 10.71.41.56 - - [27/Nov/2006:16:03:10 -0600] "GET /NetSysDev HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:10 -0600] "GET /NetSysDev HTTP/1.1" 401 401 10.71.41.56 - cri1258 [27/Nov/2006:16:03:10 -0600] "GET /NetSysDev HTTP/1.1" 200 11671 10.71.41.56 - - [27/Nov/2006:16:03:21 -0600] "GET /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:21 -0600] "GET /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:25 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:25 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=mydrawing.png HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:25 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png HTTP/1.1" 401 401 10.71.41.56 - cri1258 [27/Nov/2006:16:03:22 -0600] "GET /NetSysDev/Test HTTP/1.1" 200 11337 10.71.41.56 - cri1258 [27/Nov/2006:16:03:25 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png HTTP/1.1" 304 - 10.71.41.56 - cri1258 [27/Nov/2006:16:03:25 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=mydrawing.png HTTP/1.1" 304 - 10.71.41.56 - cri1258 [27/Nov/2006:16:03:28 -0600] "GET /NetSysDev/Test?action=AttachFile&rename=mydrawing.png&drawing=mydrawing HTTP/1.1" 200 11211 10.71.41.56 - - [27/Nov/2006:16:03:29 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=mydrawing.draw HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:29 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=mydrawing.draw HTTP/1.1" 401 401 10.71.41.56 - cri1258 [27/Nov/2006:16:03:29 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=mydrawing.png&ts=1164665009.22 HTTP/1.1" 200 913 10.71.41.56 - cri1258 [27/Nov/2006:16:03:29 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=mydrawing.draw HTTP/1.1" 200 912 10.71.41.56 - - [27/Nov/2006:16:03:40 -0600] "POST /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:40 -0600] "POST /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.56 - cri1258 [27/Nov/2006:16:03:40 -0600] "POST /NetSysDev/Test HTTP/1.1" 200 2 10.71.41.56 - cri1258 [27/Nov/2006:16:03:41 -0600] "POST /NetSysDev/Test HTTP/1.1" 500 6702 10.71.41.56 - - [27/Nov/2006:16:03:41 -0600] "POST /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:41 -0600] "POST /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.56 - cri1258 [27/Nov/2006:16:03:41 -0600] "POST /NetSysDev/Test HTTP/1.1" 200 2 10.71.41.56 - - [27/Nov/2006:16:03:42 -0600] "GET /NetSysDev/Test?action=AttachFile&ts=1164665009.22 HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:42 -0600] "GET /NetSysDev/Test?action=AttachFile&ts=1164665009.22 HTTP/1.1" 401 401 10.71.41.56 - cri1258 [27/Nov/2006:16:03:42 -0600] "GET /NetSysDev/Test?action=AttachFile&ts=1164665009.22 HTTP/1.1" 200 11034 10.71.41.56 - - [27/Nov/2006:16:03:54 -0600] "GET /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:54 -0600] "GET /NetSysDev/Test HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:54 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:54 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=mydrawing.png HTTP/1.1" 401 401 10.71.41.56 - - [27/Nov/2006:16:03:55 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png HTTP/1.1" 401 401 10.71.41.56 - cri1258 [27/Nov/2006:16:03:54 -0600] "GET /NetSysDev/Test HTTP/1.1" 200 11337 10.71.41.56 - cri1258 [27/Nov/2006:16:03:55 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=mydrawing.png HTTP/1.1" 200 860 10.71.41.56 - cri1258 [27/Nov/2006:16:03:55 -0600] "GET /NetSysDev/Test?action=AttachFile&do=get&target=picturename.png HTTP/1.1" 304 - > -----Original Message----- > From: moin-user-bounces at lists.sourceforge.net > [mailto:moin-user-bounces at lists.sourceforge.net] On Behalf Of > Irvine, Chuck R [EQ] > Sent: Monday, November 27, 2006 3:53 PM > To: moin-user at lists.sourceforge.net > Subject: [Moin-user] Error when trying to save a TWikiDraw drawing... > > > From my computer which is hosting our Moin wiki, I can save > a TWikiDraw > drawing. But when a user on another attempts this, they get an error > message: > > Saved .draw Failed .map Failed .gif Failed .png Failed > > Does anyone have any idea what the problem might be or where > I could look for relevant log messages? > > Thanks, > Chuck > > > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the > chance to share your opinions on IT & business topics through > brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge &CID=DEVDEV _______________________________________________ Moin-user mailing list Moin-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user From counterpoke at gmail.com Mon Nov 27 18:13:26 2006 From: counterpoke at gmail.com (Dexter Arver) Date: Mon, 27 Nov 2006 15:13:26 -0800 Subject: [Moin-user] How do you enable SSL with Ldap? Message-ID: <3da487460611271513l14624bbfwae981166e7111608@mail.gmail.com> Hello! I was wondering if anyone knew how I could enable ssl logins with MoinMoin while still retaining ldap for login authentication. Thank you! -Dexter -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrew-lists at mail.black1.org.uk Tue Nov 28 05:21:01 2006 From: andrew-lists at mail.black1.org.uk (Andrew Black - lists) Date: Tue, 28 Nov 2006 10:21:01 +0000 Subject: [Moin-user] How do I get a list of pages in a Category Message-ID: <456C0D8D.7030601@mail.black1.org.uk> I want a macro do display a list of pages in a category. I have tried [[FullSearch(CategoryXxxx)]] but this gives me pages that reference the category too. Andrew From eduardo.mercovich at gmail.com Tue Nov 28 06:51:26 2006 From: eduardo.mercovich at gmail.com (Eduardo Mercovich) Date: Tue, 28 Nov 2006 08:51:26 -0300 Subject: [Moin-user] How do I get a list of pages in a Category In-Reply-To: <456C0D8D.7030601@mail.black1.org.uk> References: <456C0D8D.7030601@mail.black1.org.uk> Message-ID: <4459f0d30611280351l20bd67e3s94d3a5dec5bce0b9@mail.gmail.com> Hello Andrew. > I want a macro do display a list of pages in a category. > I have tried [[FullSearch(CategoryXxxx)]] but this gives me pages that > reference the category too. [[FullSearch(CategoryXxxx -title:CategoryXxxx)]] This will exclude self. Regards,,, -- Eduardo Mercovich Buenos Aires - Argentina. From tw-public at gmx.de Tue Nov 28 08:43:12 2006 From: tw-public at gmx.de (Thomas Waldmann) Date: Tue, 28 Nov 2006 14:43:12 +0100 Subject: [Moin-user] AutoAdmin feature confusion In-Reply-To: <1e2af89e0611270951h5e07bb4etaabc5c1c12b2af25@mail.gmail.com> References: <1e2af89e0611270718r22cadd20i4c3c48a8463081c3@mail.gmail.com> <456B198E.8010703@waldmann-edv.de> <1e2af89e0611270951h5e07bb4etaabc5c1c12b2af25@mail.gmail.com> Message-ID: <456C3CF0.7070507@gmx.de> >> admin right is only about being able to change ACLs, it does not include >> read or write (or any other) permission, so the user must have >> read,write on the page by some other means. >> > > Great - thanks for that - it does work as you describe now. Is there > any simple way of restricting the user's write permission to their own > pages? > Someone with admin and read/write rights could put an appropriate ACL on those pages (but in that case, you maybe don't need autoadmin secpol). For other cases you maybe need an autoadminreadwritedeleteeverything policy. From tw at waldmann-edv.de Tue Nov 28 08:50:18 2006 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Tue, 28 Nov 2006 14:50:18 +0100 Subject: [Moin-user] How do I get a list of pages in a Category In-Reply-To: <456C0D8D.7030601@mail.black1.org.uk> References: <456C0D8D.7030601@mail.black1.org.uk> Message-ID: <456C3E9A.6090000@waldmann-edv.de> Andrew Black - lists schrieb: > I want a macro do display a list of pages in a category. > I have tried [[FullSearch(CategoryXxxx)]] but this gives me pages that > reference the category too. > Referencing a category is the same thing as being in a category. If you want to talk about CategoryFoo without getting into it, you have to use Category``Foo for example. From ab at black1.org.uk Tue Nov 28 10:02:36 2006 From: ab at black1.org.uk (Andrew Black) Date: Tue, 28 Nov 2006 15:02:36 +0000 Subject: [Moin-user] How do I get a list of pages in a Category In-Reply-To: <456C3E9A.6090000@waldmann-edv.de> References: <456C0D8D.7030601@mail.black1.org.uk> <456C3E9A.6090000@waldmann-edv.de> Message-ID: <456C4F8C.2030406@black1.org.uk> Thomas Waldmann wrote: > Andrew Black - lists schrieb: >> I want a macro do display a list of pages in a category. >> I have tried [[FullSearch(CategoryXxxx)]] but this gives me pages that >> reference the category too. >> > Referencing a category is the same thing as being in a category. > > If you want to talk about CategoryFoo without getting into it, you have > to use Category``Foo for example. That is interesting. If I have a page MyIndex page with lines along [[FullSearch(CategoryXxxx)]] and [[FullSearch(CategoryYyyy)]] it appears to list itself (MyIndex) as belonging to both the categories which doesn't seem quite right. From crosseyedpenguin at yahoo.com Tue Nov 28 16:25:21 2006 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Tue, 28 Nov 2006 13:25:21 -0800 (PST) Subject: [Moin-user] New Style Migration - the 1.5.6 data/meta file is 01050500 Message-ID: <244313.55742.qm@web36201.mail.mud.yahoo.com> I have just migrated from 1.5.4 to 1.5.6 on Windows/XP and ran the new style migration script. Unless I have missed something, the script did not change anything except the data/meta file. The 1.5.6 data/meta file now contains: data_format_revision: 01050500 Is the above a bug (should be 01050600?) or is the intent to have the meta file content lag behind the current release number whenever the data directory format does not change? Roger Haase ____________________________________________________________________________________ Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited From dodecatheon at gmail.com Tue Nov 28 16:27:48 2006 From: dodecatheon at gmail.com (Ted Stern) Date: Tue, 28 Nov 2006 13:27:48 -0800 Subject: [Moin-user] changing username for a user Message-ID: Hi, is it possible to change a username in MoinMoin and preserve the user history? For example, I'd like to change LongnameSurname to NicknameSurname Since I don't have permissions on the webserver, I'd like to do this using my SuperUser account via my browser, rather than move directories around on the filesystem. Ted -- dodecatheon at gmail dot com Frango ut patefaciam -- I break so that I may reveal From uttwo at hotmail.com Tue Nov 28 23:02:12 2006 From: uttwo at hotmail.com (UT TWO) Date: Wed, 29 Nov 2006 04:02:12 +0000 Subject: [Moin-user] new be to moinm moin Message-ID: I just did a basic intall of moin moin on the ms 2003 server the port has been opened so that uses can log in from out side. 1> how i make a url? 2. How can i log in form another computer? thanks Asad > Date: Fri, 24 Nov 2006 09:17:02 -0300> From: eduardo.mercovich at gmail.com> To: jimpop at yahoo.com> CC: moin-user at lists.sourceforge.net> Subject: Re: [Moin-user] error/HTTP INTERNAL SERVER ERROR.html.var> > Hello Jim.> > [...]> > Where can I find more info on the "Premature end of script headers"> > error?> > Too many places, since it is usually related to some filesystem> permission that negates access to essential files or directories.> > Regards,,,> > > -- > Eduardo Mercovich> Buenos Aires - Argentina.> > -------------------------------------------------------------------------> Take Surveys. Earn Cash. Influence the Future of IT> Join SourceForge.net's Techsay panel and you'll get the chance to share your> opinions on IT & business topics through brief surveys - and earn cash> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> _______________________________________________> Moin-user mailing list> Moin-user at lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/moin-user _________________________________________________________________ Be one of the first to try Windows Live Mail. http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d -------------- next part -------------- An HTML attachment was scrubbed... URL: From riggins.kevin at principal.com Wed Nov 29 11:08:41 2006 From: riggins.kevin at principal.com (Kevin Riggins) Date: Wed, 29 Nov 2006 16:08:41 +0000 (UTC) Subject: [Moin-user] LDAP logging not working... Message-ID: I have the following: Redhat Linux ES4 MoinMoin 1.5.6 Apache 2.0.52 Python 2.3.4 mod_python 3.1.3 I am unable to get logging to work. I have the ldap authentication setup configured to log verbose, but nothing is getting written to the apache logs. I searched on the MoinMoin site and found where someone had written patch that is supposed to rectify this, but I am unable to determine how to install the patch. The name of the patch bundle is apache2modpy3logging. The file command shows the file as being data. Any help with either, how to get logging to work or how to install the bundle would be much appreciated. Thanks, Kevin From eduardo.mercovich at gmail.com Thu Nov 30 13:27:41 2006 From: eduardo.mercovich at gmail.com (Eduardo Mercovich) Date: Thu, 30 Nov 2006 15:27:41 -0300 Subject: [Moin-user] new be to moinm moin In-Reply-To: References: Message-ID: <4459f0d30611301027p2b577baeg59e0534334ddec37@mail.gmail.com> Hello. > I just did a basic intall of moin moin on the ms 2003 server > the port has been opened so that uses can log in from out side. > 1> how i make a url? You don't. The URL is created with each page name. > 2. How can i log in form another computer? Type it's IP (4 numbers separated with dots) or name in the location bar of a browser and you will be in your wiki. Log in from there. If it is not your computer, remember to log out when your working session finishes. Regards,,, -- Eduardo Mercovich Buenos Aires - Argentina.