From mail at heavy.ch Wed Apr 1 00:59:43 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Wed, 01 Apr 2009 06:59:43 +0200 Subject: [Moin-user] Useful?! In-Reply-To: <49D28C86.6090405@heavy.ch> References: <580814a00903311218m4ac753c8gca7361a1bed1d8c2@mail.gmail.com> <49D28C86.6090405@heavy.ch> Message-ID: <49D2F4BF.4000804@heavy.ch> Mail at Heavy.ch schrieb: > Kai Jaeger schrieb: >> I make heavy use of MoinMoin's Category feature. >> >> In particular I use category pages which do a (non-chached) >> FullSearch. As a result these lists are always up-to-date. Nice. >> >> However, the page names are not always that clear. I would very much >> appriciate a feature that allows me to define a kind of short >> description on a particular page which, if set, could be used >> automatically by the page performing a >> >> FullSearch(category:MyCategory) >> >> For example, on a page "ThisIsMyExample" there could be something like >> > > use something like this: > <> > > more Information under: http://moinmo.in/HelpOnMacros/Include > ehm, sorry! this works for pagename but not for fullsearch cat:CategoryFoo bye Marcel From chantra at debuntu.org Wed Apr 1 11:32:47 2009 From: chantra at debuntu.org (chantra) Date: Wed, 1 Apr 2009 15:32:47 +0000 (UTC) Subject: [Moin-user] Does LDAPAuth support ldaps? (with self-signed certs) Message-ID: Hi Matthew, I had this issue also. Reason is due to the absence of certificate details: tls_cacertdir='', tls_cacertfile='', tls_certfile='', tls_keyfile='', I have logged a bug report with a potential fix and patch here: http://moinmo.in/MoinMoinBugs/LdapTlsNoCertificate chantra From powtac at gmx.de Wed Apr 1 15:45:26 2009 From: powtac at gmx.de (Simon Bruechner) Date: Wed, 01 Apr 2009 21:45:26 +0200 Subject: [Moin-user] Where to set up a TestGroup Message-ID: <49D3C456.50001@gmx.de> Hi, where in the wiki can I set up the TestGroup page? I don't understand how to create a Group for a protected group of users. In the "documentation" http://moinmo.in/Documentation I didn't find anything! Simon From mail at heavy.ch Wed Apr 1 17:23:27 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Wed, 01 Apr 2009 23:23:27 +0200 Subject: [Moin-user] Where to set up a TestGroup In-Reply-To: <49D3C456.50001@gmx.de> References: <49D3C456.50001@gmx.de> Message-ID: <49D3DB4F.1040603@heavy.ch> Simon Bruechner schrieb: > Hi, > where in the wiki can I set up the TestGroup page? I don't understand > how to create a Group for a protected group of users. In the > "documentation" http://moinmo.in/Documentation I didn't find anything! Hi there read here: http://moinmo.in/HelpOnAccessControlLists in short: 1. you have a user, we say FooBar 2. create a page like TestPage with some content like: #acl TestGroup:read,write = TestPage = this is my testpage 3. create a page TestGroup 4. add there some lists like: = @PAGE@ = * FooBar 5. and now the User FooBar has read and write access to your created TestPage, because his in the group TestGroup. hope it's helps bye Marcel > Simon > > ------------------------------------------------------------------------------ > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From kai at aplteam.com Wed Apr 1 17:30:43 2009 From: kai at aplteam.com (Kai Jaeger) Date: Wed, 1 Apr 2009 22:30:43 +0100 Subject: [Moin-user] Setting WSGIScriptAlias Message-ID: <580814a00904011430o61c0ed69ua049cc27e526834e@mail.gmail.com> So far I accessed my wiki via http://aplteam.com/aplwiki For this to work I used: WSGIScriptAlias /aplwiki "C:/configs/moin.wsgi" I would like to change now to http://aplwiki.com but suprisingly I cannot find a way how to change the WSGIScriptAlias statement accordingly. Kai From mail at heavy.ch Wed Apr 1 17:36:39 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Wed, 01 Apr 2009 23:36:39 +0200 Subject: [Moin-user] Useful?! In-Reply-To: <580814a00903311218m4ac753c8gca7361a1bed1d8c2@mail.gmail.com> References: <580814a00903311218m4ac753c8gca7361a1bed1d8c2@mail.gmail.com> Message-ID: <49D3DE67.60205@heavy.ch> Kai Jaeger schrieb: > I make heavy use of MoinMoin's Category feature. > > In particular I use category pages which do a (non-chached) > FullSearch. As a result these lists are always up-to-date. Nice. > > However, the page names are not always that clear. I would very much > appriciate a feature that allows me to define a kind of short > description on a particular page which, if set, could be used > automatically by the page performing a > > FullSearch(category:MyCategory) > > For example, on a page "ThisIsMyExample" there could be something like > > #Description This is my short description of the "MyCategory" page > > which then results on the CategoryPage as a dd list: > > -------------- > MyCategory > This is my short description of the "MyCategory" page > -------------- Hi Kai ReimarBaur created this: http://moinmo.in/MacroMarket/CollectLists "...will create a table column for every subpage of the current page and fills in the data from each key value pair of a definition list" I made (and not finished) some small modification to search for Categories. Some examples are here: http://wikiwiki.ch/Test/CollectLists well just what came in my mind as you were talkin' about categories and dd's. bye Marcel From mail at heavy.ch Wed Apr 1 17:43:34 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Wed, 01 Apr 2009 23:43:34 +0200 Subject: [Moin-user] Setting WSGIScriptAlias In-Reply-To: <580814a00904011430o61c0ed69ua049cc27e526834e@mail.gmail.com> References: <580814a00904011430o61c0ed69ua049cc27e526834e@mail.gmail.com> Message-ID: <49D3E006.6030009@heavy.ch> Kai Jaeger schrieb: > So far I accessed my wiki via > http://aplteam.com/aplwiki > > For this to work I used: > WSGIScriptAlias /aplwiki "C:/configs/moin.wsgi" > > I would like to change now to > http://aplwiki.com > > but suprisingly I cannot find a way how to change > the WSGIScriptAlias statement accordingly. Hi read here: ## in case you want your wiki under the root url (http://server.example.com/), use this instead: #Alias /robots.txt /usr/share/moin/htdocs/robots.txt #Alias /favicon.ico /usr/share/moin/htdocs/favicon.ico #WSGIScriptAlias / /var/www/moin/mywiki/moin.wsg http://moinmo.in/HowTo/ApacheWithModWSGI bye Marcel From mail at heavy.ch Wed Apr 1 18:22:30 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Thu, 02 Apr 2009 00:22:30 +0200 Subject: [Moin-user] How can a macro output a wikitext together with another macro... Message-ID: <49D3E926.8040507@heavy.ch> hi there I made some small macro like: <> with should output some FootNote Macro with prefilled automatic generated footnote text/links, well see here for an example http://rock.heavy.ch/Test The problem is that the macro "FootNote" is not getting rendered/executed. How I can do this? My source looks like this (in short): ******************************************** from MoinMoin.parser.text_moin_wiki import Parser as WikiParser request = macro.request formatter = macro.formatter wikitext = u''' <> ''' % { "item": item, "urlWikipedia" : urlWikipedia, "urlGFDL" : urlGFDL, "urlWikipediaAuthor" : urlWikipediaAuthor, } wikitext = wikiutil.escape(wikitext) WikiParser(wikitext,request).format(request.formatter) ******************************************** The output as a normal wiki text works but if you use some @PAGE@, or even another Macro it's not working. Is there an example how I can call from a macro another marco and parse/render this? I was looking in other macros and in the source of moinmoin but couldn't find any examples how to do this. Any hints? :-))) Btw. I tried first to directly return the text with a formatter but I was only able to this with text or rawHTML and not moin wiki text. Did I miss something? --> Or would it better to do make this stuff with a parser like {{{#!License type=article,source=wikipedia,item=MoinMoin }}} bye Marcel p.s. sended this already with the wrong from e-mail adress, so this is the right one, the other can be deleted. From kai at aplteam.com Thu Apr 2 03:11:43 2009 From: kai at aplteam.com (Kai Jaeger) Date: Thu, 2 Apr 2009 08:11:43 +0100 Subject: [Moin-user] Useful?! In-Reply-To: <49D3DE67.60205@heavy.ch> References: <580814a00903311218m4ac753c8gca7361a1bed1d8c2@mail.gmail.com> <49D3DE67.60205@heavy.ch> Message-ID: <580814a00904020011u3efadd78h113d18d0b9be4f4e@mail.gmail.com> That looks very promising. Is this a case study or are you planning the enhance that macro accordingly? Kai On Wed, Apr 1, 2009 at 10:36 PM, Mail at Heavy.ch wrote: > Kai Jaeger schrieb: >> I make heavy use of MoinMoin's Category feature. >> >> In particular I use category pages which do a (non-chached) >> FullSearch. As a result these lists are always up-to-date. Nice. >> >> However, the page names are not always that clear. I would very much >> appriciate a feature that allows me to define a kind of short >> description on a particular page which, if set, could be used >> automatically by the page performing a >> >> FullSearch(category:MyCategory) >> >> For example, on a page "ThisIsMyExample" there could be something like >> >> #Description This is my short description of the "MyCategory" page >> >> which then results on the CategoryPage as a dd list: >> >> -------------- >> MyCategory >> ? ? This is my short description of the "MyCategory" page >> -------------- > > Hi Kai > > ReimarBaur created this: http://moinmo.in/MacroMarket/CollectLists > "...will create a table column for every subpage of the current page and > fills in the data from each key value pair of a definition list" > > I made (and not finished) some small modification to search for > Categories. Some examples are here: http://wikiwiki.ch/Test/CollectLists > > well just what came in my mind as you were talkin' about categories and > dd's. > > bye > Marcel > From kai at aplteam.com Thu Apr 2 03:09:32 2009 From: kai at aplteam.com (Kai Jaeger) Date: Thu, 2 Apr 2009 08:09:32 +0100 Subject: [Moin-user] Setting WSGIScriptAlias In-Reply-To: <49D3E006.6030009@heavy.ch> References: <580814a00904011430o61c0ed69ua049cc27e526834e@mail.gmail.com> <49D3E006.6030009@heavy.ch> Message-ID: <580814a00904020009n11dc85cfn2b8249dad440d25b@mail.gmail.com> Hi Marcel, It's one of the occasions were in hindsight I think "Why didn't came this to my mind - it's obvious, isn't it? Anyway, thanks for your help. Kai On Wed, Apr 1, 2009 at 10:43 PM, Mail at Heavy.ch wrote: > Kai Jaeger schrieb: >> So far I accessed my wiki via >> http://aplteam.com/aplwiki >> >> For this to work I used: >> WSGIScriptAlias ? ? ? /aplwiki ? ? ? ?"C:/configs/moin.wsgi" >> >> I would like to change now to >> http://aplwiki.com >> >> but suprisingly I cannot find a way how to change >> the WSGIScriptAlias statement accordingly. > > Hi > > read here: > > ? ?## in case you want your wiki under the root url > (http://server.example.com/), use this instead: > ? ?#Alias /robots.txt /usr/share/moin/htdocs/robots.txt > ? ?#Alias /favicon.ico /usr/share/moin/htdocs/favicon.ico > ? ?#WSGIScriptAlias / /var/www/moin/mywiki/moin.wsg > > http://moinmo.in/HowTo/ApacheWithModWSGI > > bye > Marcel > > > > > > From rb.proj at gmail.com Thu Apr 2 03:55:36 2009 From: rb.proj at gmail.com (R.Bauer) Date: Thu, 02 Apr 2009 09:55:36 +0200 Subject: [Moin-user] Useful?! In-Reply-To: <580814a00904020011u3efadd78h113d18d0b9be4f4e@mail.gmail.com> References: <580814a00903311218m4ac753c8gca7361a1bed1d8c2@mail.gmail.com> <49D3DE67.60205@heavy.ch> <580814a00904020011u3efadd78h113d18d0b9be4f4e@mail.gmail.com> Message-ID: Kai Jaeger schrieb: > That looks very promising. > > Is this a case study or are you planning the enhance that macro accordingly? > > Kai Hi Kai it will be enhancent. Any contribution is welcome. It lives currently with some other nice stuff in http://hg.moinmo.in/moin/extensions/ cheers Reimar > > On Wed, Apr 1, 2009 at 10:36 PM, Mail at Heavy.ch wrote: >> Kai Jaeger schrieb: >>> I make heavy use of MoinMoin's Category feature. >>> >>> In particular I use category pages which do a (non-chached) >>> FullSearch. As a result these lists are always up-to-date. Nice. >>> >>> However, the page names are not always that clear. I would very much >>> appriciate a feature that allows me to define a kind of short >>> description on a particular page which, if set, could be used >>> automatically by the page performing a >>> >>> FullSearch(category:MyCategory) >>> >>> For example, on a page "ThisIsMyExample" there could be something like >>> >>> #Description This is my short description of the "MyCategory" page >>> >>> which then results on the CategoryPage as a dd list: >>> >>> -------------- >>> MyCategory >>> This is my short description of the "MyCategory" page >>> -------------- >> Hi Kai >> >> ReimarBaur created this: http://moinmo.in/MacroMarket/CollectLists >> "...will create a table column for every subpage of the current page and >> fills in the data from each key value pair of a definition list" >> >> I made (and not finished) some small modification to search for >> Categories. Some examples are here: http://wikiwiki.ch/Test/CollectLists >> >> well just what came in my mind as you were talkin' about categories and >> dd's. >> >> bye >> Marcel >> > > ------------------------------------------------------------------------------ From rb.proj at gmail.com Thu Apr 2 04:06:02 2009 From: rb.proj at gmail.com (R.Bauer) Date: Thu, 02 Apr 2009 10:06:02 +0200 Subject: [Moin-user] How can a macro output a wikitext together with another macro... In-Reply-To: <49D3E926.8040507@heavy.ch> References: <49D3E926.8040507@heavy.ch> Message-ID: Mail at Heavy.ch schrieb: > hi there > > I made some small macro like: > <> > > with should output some FootNote Macro with prefilled automatic > generated footnote text/links, well see here for an example > > http://rock.heavy.ch/Test > > The problem is that the macro "FootNote" is not getting > rendered/executed. How I can do this? > > My source looks like this (in short): > ******************************************** > from MoinMoin.parser.text_moin_wiki import Parser as WikiParser > request = macro.request > formatter = macro.formatter > wikitext = u''' > < Diese Wikiseite basiert auf dem Artikel > [[%(urlWikipedia)s/%(item)s|%(item)s]] > aus der freien Enzyklopädie Wikipedia und steht unter > der [[%(urlGFDL)s|GFDL]] > In der Wikipedia ist eine Liste der > [[%(urlWikipediaAuthor)s/index.php?title=%(item)s&action=history|Autoren]] > verfügbar. > )>> > ''' % { > "item": item, > "urlWikipedia" : urlWikipedia, > "urlGFDL" : urlGFDL, > "urlWikipediaAuthor" : urlWikipediaAuthor, > } > wikitext = wikiutil.escape(wikitext) > WikiParser(wikitext,request).format(request.formatter) > ******************************************** > > The output as a normal wiki text works but if you use some @PAGE@, Hi Marcel That vars @ .. @ aren't parsed they are only replaced by PageEditor on saving. see PageEditor._expand_variables also look at wikiutil.renderText > or even another Macro it's not working. > > Is there an example how I can call from a macro another marco and > parse/render this? I was looking in other macros and in the source of > moinmoin but couldn't find any examples how to do this. Any hints? :-))) look at bottom of http://moinmo.in/MacroMarket/SvgPlot-1.8 the unit tests are also a good source for examples. (me will add that example later to the MoinAPI/Beipiele) > > Btw. I tried first to directly return the text with a formatter but I > was only able to this with text or rawHTML and not moin wiki text. Did I > miss something? > > --> Or would it better to do make this stuff with a parser like > {{{#!License type=article,source=wikipedia,item=MoinMoin > }}} a macro is better and try to use the arg_parser for your arguments for macro_license.py. cheers Reimar > > bye > Marcel > > p.s. > sended this already with the wrong from e-mail adress, so this is the > right one, the other can be deleted. > > > > ------------------------------------------------------------------------------ From chantra at debuntu.org Thu Apr 2 04:19:30 2009 From: chantra at debuntu.org (chantra) Date: Thu, 2 Apr 2009 08:19:30 +0000 (UTC) Subject: [Moin-user] =?utf-8?q?Does_LDAPAuth_support_ldaps=3F_=28with_self?= =?utf-8?q?-signed=09certs=29?= References: <33acb3db0812071935s29a35d87u4fef44d59e2fe85d@mail.gmail.com> <1228724528.22921.7.camel@black.firma.waldmann-edv.de> <33acb3db0812081311p25edf67eqb59ae09aed8d24dc@mail.gmail.com> <1228771998.6362.7.camel@black.firma.waldmann-edv.de> <33acb3db0812081415p6ec09581j19db8d31e3d07758@mail.gmail.com> Message-ID: Hi Matthew, I had this issue also. Reason is due to the absence of certificate details: tls_cacertdir='', tls_cacertfile='', tls_certfile='', tls_keyfile='', I have logged a bug report with a potential fix and patch here: http://moinmo.in/MoinMoinBugs/LdapTlsNoCertificate chantra ---- http://www.debuntu.org From kai at aplteam.com Thu Apr 2 08:57:42 2009 From: kai at aplteam.com (Kai Jaeger) Date: Thu, 2 Apr 2009 13:57:42 +0100 Subject: [Moin-user] Useful?! In-Reply-To: References: <580814a00903311218m4ac753c8gca7361a1bed1d8c2@mail.gmail.com> <49D3DE67.60205@heavy.ch> <580814a00904020011u3efadd78h113d18d0b9be4f4e@mail.gmail.com> Message-ID: <580814a00904020557o6425f86cn4ccbb9006a117cef@mail.gmail.com> Hi Reimar > it will be enhancent. Any contribution is welcome. I understand the a broad hint. Unfortunately I am not exactly fluent in Python, so the only thing I can offer is testing it. My understanding is that right now it won't work on categories? Regards Kai From mail at heavy.ch Thu Apr 2 18:19:56 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Fri, 03 Apr 2009 00:19:56 +0200 Subject: [Moin-user] How can a macro output a wikitext together with another macro... In-Reply-To: References: <49D3E926.8040507@heavy.ch> Message-ID: <49D53A0C.6090309@heavy.ch> R.Bauer schrieb: > Mail at Heavy.ch schrieb: >> Is there an example how I can call from a macro another marco and >> parse/render this? I was looking in other macros and in the source of >> moinmoin but couldn't find any examples how to do this. Any hints? :-))) > > look at bottom of > http://moinmo.in/MacroMarket/SvgPlot-1.8 > thanks! this helped me to create a working version: http://lotek.heavy.ch/MoinMoinWiki/Development1.8/Macro?action=AttachFile&do=view&target=Licence.py but in your SvgPlot you wrote: {{{ 118 macro.formatter = request.html_formatter 119 p = Parser("##\n", request) }}} for what is this needed? Well anyway thanks for your great help. bye Marcel From eric at tibco.com Thu Apr 2 20:58:08 2009 From: eric at tibco.com (Eric Johnson) Date: Thu, 02 Apr 2009 17:58:08 -0700 Subject: [Moin-user] After upgrade to 1.8.1, now a second click needed to download a file Message-ID: <49D55F20.2000608@tibco.com> We just completed an upgrade to MoinMoin 1.8.1 (from 1.5.8!). Now users are complaining that getting certain attachments requires an extra click. The message they're seeing is: Current configuration does not allow embedding of the file BW570Training_Presentation.ppt because of its mimetype application/vnd.ms-powerpoint Where do I change the configuration to allow the embedding? -Eric. From mail at heavy.ch Fri Apr 3 06:09:53 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Fri, 3 Apr 2009 05:09:53 -0500 (CDT) Subject: [Moin-user] HTML Output of the FootNote Macro Message-ID: <29191.212.203.75.130.1238753393.squirrel@webmail.webfaction.com> Hi there Yesterday I could create a onw macro ?Licence.py? with the help of ReimarBaur (thanks). This macro call itself the Macro ?FootNote? and output some customized footnote text. So far so good! But I discovered that If I call the macro FootNote from another macro (like I do) then the html output looks diferent as if I just would add the macro <> into my wikpage. I add here an example: http://wikiwiki.ch/Licence Has anybody some hint why this happens and how can I avoid this? Do I need to add first some formatter

tags around the footnote text in my macro or what?... Thanks for any help Bye Marcel From KLettow at ThomasNet.com Fri Apr 3 13:41:54 2009 From: KLettow at ThomasNet.com (Lettow, Kenneth) Date: Fri, 3 Apr 2009 13:41:54 -0400 Subject: [Moin-user] Trying to install /mathtran or /inline_latex In-Reply-To: <49D55F20.2000608@tibco.com> References: <49D55F20.2000608@tibco.com> Message-ID: <4B65679CBF43EB42BDD38909AACEEF7CFE52FE@TPCOEXCL.tpco.loc> I am a MoinMoin newbie trying to install the /mathtran or /inline_latex parser in my wiki. When I click on the relevant .py file in the parsermarket I am sent to a mercurial repository with no way to download the file. I am sure it is something simple. Thanks in advance for the help. -----Original Message----- From: Eric Johnson [mailto:eric at tibco.com] Sent: Thursday, April 02, 2009 8:58 PM To: moin-user Subject: [Moin-user] After upgrade to 1.8.1,now a second click needed to download a file We just completed an upgrade to MoinMoin 1.8.1 (from 1.5.8!). Now users are complaining that getting certain attachments requires an extra click. The message they're seeing is: Current configuration does not allow embedding of the file BW570Training_Presentation.ppt because of its mimetype application/vnd.ms-powerpoint Where do I change the configuration to allow the embedding? -Eric. ------------------------------------------------------------------------ ------ _______________________________________________ Moin-user mailing list Moin-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user From KLettow at ThomasNet.com Fri Apr 3 13:43:11 2009 From: KLettow at ThomasNet.com (Lettow, Kenneth) Date: Fri, 3 Apr 2009 13:43:11 -0400 Subject: [Moin-user] Trying to install /mathtran or /inline_latex Message-ID: <4B65679CBF43EB42BDD38909AACEEF7CFE52FF@TPCOEXCL.tpco.loc> I am a MoinMoin newbie trying to install the /mathtran or /inline_latex parser in my wiki. When I click on the relevant .py file in the parsermarket I am sent to a mercurial repository with no way to download the file. I am sure it is something simple. Thanks in advance for the help. -----Original Message----- From: Eric Johnson [mailto:eric at tibco.com] Sent: Thursday, April 02, 2009 8:58 PM To: moin-user Subject: [Moin-user] After upgrade to 1.8.1,now a second click needed to download a file We just completed an upgrade to MoinMoin 1.8.1 (from 1.5.8!). Now users are complaining that getting certain attachments requires an extra click. The message they're seeing is: Current configuration does not allow embedding of the file BW570Training_Presentation.ppt because of its mimetype application/vnd.ms-powerpoint Where do I change the configuration to allow the embedding? -Eric. ------------------------------------------------------------------------ ------ _______________________________________________ Moin-user mailing list Moin-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user From mail at heavy.ch Fri Apr 3 14:47:35 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Fri, 03 Apr 2009 20:47:35 +0200 Subject: [Moin-user] After upgrade to 1.8.1, now a second click needed to download a file In-Reply-To: <49D55F20.2000608@tibco.com> References: <49D55F20.2000608@tibco.com> Message-ID: <49D659C7.40001@heavy.ch> Eric Johnson schrieb: > We just completed an upgrade to MoinMoin 1.8.1 (from 1.5.8!). > > Now users are complaining that getting certain attachments requires an > extra click. > > The message they're seeing is: > > Current configuration does not allow embedding of the file > BW570Training_Presentation.ppt because of its mimetype > application/vnd.ms-powerpoint > > Where do I change the configuration to allow the embedding? > Hi Eric Check the configuration mimetypes_embed, andmimetypes_xss_protect and see this page: http://moinmo.in/HelpOnMacros/EmbedObject Be aware that emending a proprietary software like powerpoint is no guarantee that it works with all browser/os. Even the embedded pdf documents gives me sometimes a pain-in-the-ass and the need to close/restart my browser, because of that buggie pdf plugins.... I had once the problem that an apache server doesn't know the correct mimetype and because I couldn't change this on the apache, I had to add the correct filetype into the wikiutil.py directly (search for "mimetype support"). but that's pity, because with every update you will loose this stuff and need to redo/patch it. bye Marcel From mail at heavy.ch Fri Apr 3 14:57:39 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Fri, 03 Apr 2009 20:57:39 +0200 Subject: [Moin-user] Trying to install /mathtran or /inline_latex In-Reply-To: <4B65679CBF43EB42BDD38909AACEEF7CFE52FE@TPCOEXCL.tpco.loc> References: <49D55F20.2000608@tibco.com> <4B65679CBF43EB42BDD38909AACEEF7CFE52FE@TPCOEXCL.tpco.loc> Message-ID: <49D65C23.7020302@heavy.ch> Lettow, Kenneth schrieb: > I am a MoinMoin newbie trying to install the /mathtran or /inline_latex > parser in my wiki. When I click on the relevant .py file in the > parsermarket I am sent to a mercurial repository with no way to download > the file. > > I am sure it is something simple. try this link: http://hg.moinmo.in/moin/extensions/file/ff2e57ddeb68/data/plugin/parser I guess the link changed... from extension-1.7 to extensions bye Marcel From kai at aplteam.com Sat Apr 4 05:12:33 2009 From: kai at aplteam.com (Kai Jaeger) Date: Sat, 4 Apr 2009 10:12:33 +0100 Subject: [Moin-user] Users in a farm Message-ID: <580814a00904040212u1cdee406x5d947e9f3966424a@mail.gmail.com> I have a wiki farm. Users are not shared between the wikis. When I go in one of the wikis with only 2 users right now on my personal homepage and click then on CategoryHomepage, I get a list of all users of all the wikis in the farm. Rightly it says that the homepages of those users who belong to a different wiki do not exist, but even providing these pieces of information is not okay. Is this a bug or did I make a configuration error? Kai From mail at heavy.ch Sat Apr 4 05:33:19 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Sat, 04 Apr 2009 11:33:19 +0200 Subject: [Moin-user] Users in a farm In-Reply-To: <580814a00904040212u1cdee406x5d947e9f3966424a@mail.gmail.com> References: <580814a00904040212u1cdee406x5d947e9f3966424a@mail.gmail.com> Message-ID: <49D7295F.3050108@heavy.ch> Kai Jaeger schrieb: > I have a wiki farm. Users are not shared between the wikis. > > When I go in one of the wikis with only 2 users right now on my > personal homepage and click then on CategoryHomepage, I get a list of > all users of all the wikis in the farm. > > Rightly it says that the homepages of those users who belong to a > different wiki do not exist, but even providing these pieces of > information is not okay. > > Is this a bug or did I make a configuration error? > first if a user create an account then he has to manually create his own user page. with the config variable user_homewiki you can "define" if the user create his homepage on the current wiki (default) or on a central wiki (e.g. if you using a farmwiki). this is very helpful because then you can have central user homepages and also the links e.g. from RecentChanges (to the username) links automatically to the correct central user homepage. The page "CategoryHomepages" makes a FullSearch for all pages where belongs to the CategoryHomepages BUT only on the same wiki. A farmwiki wide search is yet not implemented. but as I explained before if you use "user_homewiki" then all homepages will be created on the same wiki. be aware if users already created homepages on different wikis you need to manually move them to your know user_homewiki. also need to setup correct interwiki names... helpful links to read and study: * http://moinmo.in/HelpOnConfiguration * http://moinmo.in/InterWiki * http://moinmo.in/HelpOnUserHandling * http://moinmo.in/HelpOnSessions (for advanced stuff like single sign on for all wikis) bye Marcel From kai at aplteam.com Sat Apr 4 05:55:02 2009 From: kai at aplteam.com (Kai Jaeger) Date: Sat, 4 Apr 2009 10:55:02 +0100 Subject: [Moin-user] Users in a farm In-Reply-To: <49D7295F.3050108@heavy.ch> References: <580814a00904040212u1cdee406x5d947e9f3966424a@mail.gmail.com> <49D7295F.3050108@heavy.ch> Message-ID: <580814a00904040255x5223c2fdg5465b4e014741d07@mail.gmail.com> Brilliant, thanks Marcel. I overlooked the importance of user_homewiki... On Sat, Apr 4, 2009 at 10:33, Mail at Heavy.ch wrote: > Kai Jaeger schrieb: >> I have a wiki farm. Users are not shared between the wikis. >> >> When I go in one of the wikis with only 2 users right now on my >> personal homepage and click then on CategoryHomepage, I get a list of >> all users of all the wikis in the farm. >> >> Rightly it says that the homepages of those users who belong to a >> different wiki do not exist, but even providing these pieces of >> information is not okay. >> >> Is this a bug or did I make a configuration error? >> > > first if a user create an account then he has to manually create his own > user page. > > with the config variable user_homewiki you can "define" if the user > create his homepage on the current wiki (default) or on a central wiki > (e.g. if you using a farmwiki). this is very helpful because then you > can have central user homepages and also the links e.g. from > RecentChanges (to the username) links automatically to the correct > central user homepage. > > The page "CategoryHomepages" makes a FullSearch for all pages where > belongs to the CategoryHomepages BUT only on the same wiki. A farmwiki > wide search is yet not implemented. but as I explained before if you use > "user_homewiki" then all homepages will be created on the same wiki. be > aware if users already created homepages on different wikis you need to > manually move them to your know user_homewiki. also need to setup > correct interwiki names... > > helpful links to read and study: > ?* http://moinmo.in/HelpOnConfiguration > ?* http://moinmo.in/InterWiki > ?* http://moinmo.in/HelpOnUserHandling > ?* http://moinmo.in/HelpOnSessions (for advanced stuff like single sign > on for all wikis) > > bye > Marcel > From kai at aplteam.com Sat Apr 4 11:43:51 2009 From: kai at aplteam.com (Kai Jaeger) Date: Sat, 4 Apr 2009 16:43:51 +0100 Subject: [Moin-user] ACL rights Message-ID: <580814a00904040843o55dd46f4m4e719a4d2d450272@mail.gmail.com> For the first time I tried to set ACL rights on a particular page to make sure that for the time being only I can see and edit the page: #acl KaiJaeger:read,write,admin All: The page is immutable to others, but they can still read the page. Best of all: when I try to change the acl now, I get an error: "You can't change ACLs on this page since you have no admin rights on it!" What's wrong here? Kai From lists at iDIAcomputing.com Sat Apr 4 13:41:51 2009 From: lists at iDIAcomputing.com (George Dinwiddie) Date: Sat, 04 Apr 2009 13:41:51 -0400 Subject: [Moin-user] ACL rights In-Reply-To: <580814a00904040843o55dd46f4m4e719a4d2d450272@mail.gmail.com> References: <580814a00904040843o55dd46f4m4e719a4d2d450272@mail.gmail.com> Message-ID: <49D79BDF.2000302@iDIAcomputing.com> Kai Jaeger wrote: > For the first time I tried to set ACL rights on a particular page to > make sure that for the time being only I can see and edit the page: > > #acl KaiJaeger:read,write,admin All: > > The page is immutable to others, but they can still read the page. > > Best of all: when I try to change the acl now, I get an error: > "You can't change ACLs on this page since you have no admin rights on it!" > > What's wrong here? What's your ACL setup in the config? -- ---------------------------------------------------------------------- * George Dinwiddie * http://blog.gdinwiddie.com Software Development http://www.idiacomputing.com Consultant and Coach http://www.agilemaryland.org ---------------------------------------------------------------------- From lists at iDIAcomputing.com Sat Apr 4 14:03:38 2009 From: lists at iDIAcomputing.com (George Dinwiddie) Date: Sat, 04 Apr 2009 14:03:38 -0400 Subject: [Moin-user] ACL rights In-Reply-To: <580814a00904041055o64eee3d8mb2345efce67020c0@mail.gmail.com> References: <580814a00904040843o55dd46f4m4e719a4d2d450272@mail.gmail.com> <49D79BDF.2000302@iDIAcomputing.com> <580814a00904041055o64eee3d8mb2345efce67020c0@mail.gmail.com> Message-ID: <49D7A0FA.9020206@iDIAcomputing.com> Kai Jaeger wrote: > Shouldn't the page acl take precedence? "KaiJaeger" catches me, "All" > everybody else. The page ACL only takes precedence over the default ACL. See http://moinmo.in/HelpOnAccessControlLists#Configuration - George -- ---------------------------------------------------------------------- * George Dinwiddie * http://blog.gdinwiddie.com Software Development http://www.idiacomputing.com Consultant and Coach http://www.agilemaryland.org ---------------------------------------------------------------------- From kai at aplteam.com Sat Apr 4 14:12:01 2009 From: kai at aplteam.com (Kai Jaeger) Date: Sat, 4 Apr 2009 19:12:01 +0100 Subject: [Moin-user] ACL rights In-Reply-To: <49D7A0FA.9020206@iDIAcomputing.com> References: <580814a00904040843o55dd46f4m4e719a4d2d450272@mail.gmail.com> <49D79BDF.2000302@iDIAcomputing.com> <580814a00904041055o64eee3d8mb2345efce67020c0@mail.gmail.com> <49D7A0FA.9020206@iDIAcomputing.com> Message-ID: <580814a00904041112u639f6c45wfc907eb05dcd2014@mail.gmail.com> Oh dear. Thanks! On Sat, Apr 4, 2009 at 19:03, George Dinwiddie wrote: > Kai Jaeger wrote: >> >> Shouldn't the page acl take precedence? "KaiJaeger" catches me, "All" >> everybody else. > > The page ACL only takes precedence over the default ACL. ?See > http://moinmo.in/HelpOnAccessControlLists#Configuration > > ?- George > > -- > ?---------------------------------------------------------------------- > ?* George Dinwiddie * ? ? ? ? ? ? ? ? ? ? ?http://blog.gdinwiddie.com > ?Software Development ? ? ? ? ? ? ? ? ? ?http://www.idiacomputing.com > ?Consultant and Coach ? ? ? ? ? ? ? ? ? ?http://www.agilemaryland.org > ?---------------------------------------------------------------------- > > From lists at hilboll.de Sun Apr 5 09:35:14 2009 From: lists at hilboll.de (Andreas Hilboll) Date: Sun, 5 Apr 2009 15:35:14 +0200 Subject: [Moin-user] ReStructuredText as default parser? Message-ID: <49D8B392.3070304@hilboll.de> Hi there, I would like to establish ReStructuredText as the default markup language in my moinmoin (1.7.1) wiki. Is there any way I can do this so users don't have to write the {{{#!rst }}} on each page? Thanks a lot! Andreas From cmac at mit.edu Sun Apr 5 11:58:37 2009 From: cmac at mit.edu (Christopher MacMinn) Date: Sun, 5 Apr 2009 11:58:37 -0400 Subject: [Moin-user] Advice on page structure Message-ID: <95da30590904050858j228a7644v377c2e592796732e@mail.gmail.com> Hi everyone - I'm trying to create a page that includes a list of people, with each entry containing a paragraph of text and a right-aligned photo (see, e.g., here: http://almlab.mit.edu/ALM/Lab_Members/Lab_Members.html). I can't figure out how to do this with MoinMoin syntax... I realize that the wiki syntax is really for page content more than structure, but this is a pretty simple page structure. Any suggestions? Should I give up and use a block of HTML? Thanks! Best, Chris MacMinn PS Related topic of nesting wiki syntax is coming in a separate email. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cmac at mit.edu Sun Apr 5 12:29:24 2009 From: cmac at mit.edu (Christopher MacMinn) Date: Sun, 5 Apr 2009 12:29:24 -0400 Subject: [Moin-user] Nesting wiki syntax and delimiters Message-ID: <95da30590904050929h39fa2579v30c6c6c94777134b@mail.gmail.com> Hi again, everyone - This is a long one, so sorry about that. I'm having a few problems with basic wiki syntax, all loosely related to slightly more advanced use. Thoughts, opinions, corrections, etc. are all welcome. First: end-of-line and blank lines. The wiki parser appears to insert multiple meaningless and

elements into the HTML output -- they have ids like "line-1" and "line867". This leads to ugly HTML for what should be a very simple page, and I think it comes from how blank lines are handled. I would suggest that at the very least, these should not have ids -- certainly, it would not be advisable to try to style them since they are not user-generated, so I think the ids just clutter the output. Also on this topic, some things do not work as expected -- the syntax instructions state that a definition list with multiple definitions for a single term should be constructed like this: Term:: :: definition 1 :: definition 2 :: definition 3 And this pretends to produce the desired output, but in fact the three

elements are not associated with the correct
element at all -- each
is handled as a separate definition for a term with a blank
. Semantically, this is bad... and it could also lead to CSS problems. Second: nesting wiki syntax. It appears that many types of wiki syntax don't nest. For example, consider the following: === [[userpage|User's Name]] === * [[userpage|User's Name]] * blah blah [[userpage|User's Name]]:: :: blah blah Only the middle of these three works as expected -- the other two don't parse the link. It also doesn't work to nest a definition list within an unordered list, or vice-versa: * Term 1:: :: definition * Term 2:: definition Term 1:: :: * Item 1 * Item 2 * Item 3 Term 3:: :: definition I realize that these may be slightly tricky to parse correctly, but they are trivial to construct with HTML. Which brings me to my next point... Third: delimiters for wiki syntax Is there a way to manually delimit the beginning and end of a wiki element? For example, * { Term 1:: :: definition 1 :: definition 2 :: definition 3 } * item 2 This way, everything between the curly brackets would be shoved inside the first
  • element of the
      . I think the structural clarity this would bring is well worth the trade-off of bracket-clutter. Thanks! Best, Chris MacMinn -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnarlodious at gmail.com Sun Apr 5 12:34:19 2009 From: gnarlodious at gmail.com (Gnarlodious) Date: Sun, 5 Apr 2009 10:34:19 -0600 Subject: [Moin-user] Advice on page structure In-Reply-To: <95da30590904050858j228a7644v377c2e592796732e@mail.gmail.com> References: <95da30590904050858j228a7644v377c2e592796732e@mail.gmail.com> Message-ID: <2e24105e0904050934i2164c466pb796029a5198f475@mail.gmail.com> Something like this? http://EliAshbyHealingArts.com/Staff -- Gnarlie On 4/5/09, Christopher MacMinn wrote: > Hi everyone - > I'm trying to create a page that includes a list of people, with each entry > containing a paragraph of text and a right-aligned photo (see, e.g., here: > http://almlab.mit.edu/ALM/Lab_Members/Lab_Members.html). > > I can't figure out how to do this with MoinMoin syntax... I realize that the > wiki syntax is really for page content more than structure, but this is a > pretty simple page structure. Any suggestions? Should I give up and use a > block of HTML? > > Thanks! > > Best, Chris MacMinn > > > PS > Related topic of nesting wiki syntax is coming in a separate email. > From Dennis.Benzinger at gmx.net Sun Apr 5 12:59:55 2009 From: Dennis.Benzinger at gmx.net (Dennis Benzinger) Date: Sun, 05 Apr 2009 18:59:55 +0200 Subject: [Moin-user] ReStructuredText as default parser? In-Reply-To: <49D8B392.3070304@hilboll.de> References: <49D8B392.3070304@hilboll.de> Message-ID: <49D8E38B.7010706@gmx.net> Am 05.04.2009 15:35, Andreas Hilboll schrieb: > Hi there, > > I would like to establish ReStructuredText as the default markup > language in my moinmoin (1.7.1) wiki. Is there any way I can do this so > users don't have to write the {{{#!rst }}} on each page? > [...] I don't know if it was already possible with 1.7.1 but you can set the default_markup option to rst. Read: http://moinmo.in/HelpOnConfiguration#various HTH, Dennis Benzinger From cmac at mit.edu Sun Apr 5 13:59:44 2009 From: cmac at mit.edu (Christopher MacMinn) Date: Sun, 5 Apr 2009 13:59:44 -0400 Subject: [Moin-user] Advice on page structure In-Reply-To: <2e24105e0904050934i2164c466pb796029a5198f475@mail.gmail.com> References: <95da30590904050858j228a7644v377c2e592796732e@mail.gmail.com> <2e24105e0904050934i2164c466pb796029a5198f475@mail.gmail.com> Message-ID: <95da30590904051059p7d087fa7o40b9f473f83790d5@mail.gmail.com> This is layout is certainly along the lines of what I had in mind, but I'm trying to avoid tables. Thanks, though. :) - C On Sun, Apr 5, 2009 at 12:34 PM, Gnarlodious wrote: > Something like this? > http://EliAshbyHealingArts.com/Staff > > -- Gnarlie > > On 4/5/09, Christopher MacMinn wrote: > > Hi everyone - > > I'm trying to create a page that includes a list of people, with each > entry > > containing a paragraph of text and a right-aligned photo (see, e.g., > here: > > http://almlab.mit.edu/ALM/Lab_Members/Lab_Members.html). > > > > I can't figure out how to do this with MoinMoin syntax... I realize that > the > > wiki syntax is really for page content more than structure, but this is a > > pretty simple page structure. Any suggestions? Should I give up and use > a > > block of HTML? > > > > Thanks! > > > > Best, Chris MacMinn > > > > > > PS > > Related topic of nesting wiki syntax is coming in a separate email. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mail at heavy.ch Sun Apr 5 14:43:54 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Sun, 05 Apr 2009 20:43:54 +0200 Subject: [Moin-user] Advice on page structure In-Reply-To: <95da30590904050858j228a7644v377c2e592796732e@mail.gmail.com> References: <95da30590904050858j228a7644v377c2e592796732e@mail.gmail.com> Message-ID: <49D8FBEA.5090403@heavy.ch> Christopher MacMinn schrieb: > Hi everyone - > > I'm trying to create a page that includes a list of people, with each > entry containing a paragraph of text and a right-aligned photo (see, > e.g., here: http://almlab.mit.edu/ALM/Lab_Members/Lab_Members.html). > > I can't figure out how to do this with MoinMoin syntax... I realize that > the wiki syntax is really for page content more than structure, but this > is a pretty simple page structure. Any suggestions? Should I give up > and use a block of HTML? > > Thanks! > > Best, Chris MacMinn > yes with the moinmoin engine this is possible, but the moinmoin wiki syntax is not "about" layout, so you have to modify the css by yourself. (an example of customized themes are here: http://moinmo.in/ThemeMarket) future ideas: it would be possible that you can create only the userhompages and then with some include macro generate automatically a main/overview page. 1. EXAMPLE WIKIPAGE: = Lab Members = == Lastname Surname == [[LastnameSurname|{{attachment:image.png||class=photo right}}]] Text Text Text [[LastNameSurname|Read more...]] ------ == Lastname Surname == [[LastnameSurname|{{attachment:image.png||class=photo right}}]] Text Text Text [[LastNameSurname|Read more...]] ------ 2. EXAMPLE CSS and into your css (e.g. common.css) you can add those: .photo { border:5px solid gray; margin:10px; width:250px; } .right { float:right; } .hr2 { height: 3px; color: gray; clear: both; } bye Marcel From fdrake at gmail.com Sun Apr 5 15:00:42 2009 From: fdrake at gmail.com (Fred Drake) Date: Sun, 5 Apr 2009 15:00:42 -0400 Subject: [Moin-user] ReStructuredText as default parser? In-Reply-To: <49D8E38B.7010706@gmx.net> References: <49D8B392.3070304@hilboll.de> <49D8E38B.7010706@gmx.net> Message-ID: <9cee7ab80904051200h1a94e0ddm14d6c8fad885222a@mail.gmail.com> On Sun, Apr 5, 2009 at 12:59 PM, Dennis Benzinger wrote: > I don't know if it was already possible with 1.7.1 but you can set the > default_markup option to rst. Read: I've been using Moin this way for quite some time; it was working just fine at least as far back as 1.5.something. This is definitely much nicer than the more traditional wiki syntax. -Fred -- Fred L. Drake, Jr. "Chaos is the score upon which reality is written." --Henry Miller From lists at hilboll.de Sun Apr 5 15:57:25 2009 From: lists at hilboll.de (Andreas Hilboll) Date: Sun, 5 Apr 2009 21:57:25 +0200 Subject: [Moin-user] ReStructuredText as default parser? In-Reply-To: <9cee7ab80904051200h1a94e0ddm14d6c8fad885222a@mail.gmail.com> References: <49D8B392.3070304@hilboll.de> Message-ID: <49D90D25.7040200@hilboll.de> Great, thanks a lot! It's actually working :) So what do I do with those pages which have already been written in moinmoin markup and which I don't want to translate now? Is there a way to automatically translate? Or can I set the markup for single pages manually to moinmoin? I tried #!wiki, but this did not seem to work ... Thanks again, Andreas Fred Drake schrieb: > On Sun, Apr 5, 2009 at 12:59 PM, Dennis Benzinger > wrote: >> I don't know if it was already possible with 1.7.1 but you can set the >> default_markup option to rst. Read: > > I've been using Moin this way for quite some time; it was working just > fine at least as far back as 1.5.something. > > This is definitely much nicer than the more traditional wiki syntax. > > > -Fred > From fdrake at gmail.com Sun Apr 5 16:40:42 2009 From: fdrake at gmail.com (Fred Drake) Date: Sun, 5 Apr 2009 16:40:42 -0400 Subject: [Moin-user] ReStructuredText as default parser? In-Reply-To: <49D90D25.7040200@hilboll.de> References: <49D8B392.3070304@hilboll.de> <49D8E38B.7010706@gmx.net> <9cee7ab80904051200h1a94e0ddm14d6c8fad885222a@mail.gmail.com> <49D90D25.7040200@hilboll.de> Message-ID: <9cee7ab80904051340s1f1d0353i79479860914ac2cb@mail.gmail.com> On Sun, Apr 5, 2009 at 3:57 PM, Andreas Hilboll wrote: > So what do I do with those pages which have already been written in > moinmoin markup and which I don't want to translate now? Is there a way > to automatically translate? Or can I set the markup for single pages > manually to moinmoin? I tried #!wiki, but this did not seem to work ... I think "#format wiki" should work. I started by setting the default format to rest, so didn't have any legacy to worry about. -Fred -- Fred L. Drake, Jr. "Chaos is the score upon which reality is written." --Henry Miller From danielt at pilgerer.org Sun Apr 5 16:51:32 2009 From: danielt at pilgerer.org (Danijel Tasov) Date: Sun, 5 Apr 2009 22:51:32 +0200 Subject: [Moin-user] ReStructuredText as default parser? In-Reply-To: <49D90D25.7040200@hilboll.de> References: <9cee7ab80904051200h1a94e0ddm14d6c8fad885222a@mail.gmail.com> <49D90D25.7040200@hilboll.de> Message-ID: <20090405205132.GA18426@localhost> Andreas Hilboll wrote: > So what do I do with those pages which have already been written in > moinmoin markup and which I don't want to translate now? Is there a way > to automatically translate? Or can I set the markup for single pages > manually to moinmoin? I tried #!wiki, but this did not seem to work ... http://moinmo.in/HelpContents?action=raw #format wiki in the first line should do the trick. -DaTa From lists at hilboll.de Sun Apr 5 17:45:19 2009 From: lists at hilboll.de (Andreas Hilboll) Date: Sun, 5 Apr 2009 23:45:19 +0200 Subject: [Moin-user] ReStructuredText as default parser? In-Reply-To: <20090405205132.GA18426@localhost> References: <9cee7ab80904051200h1a94e0ddm14d6c8fad885222a@mail.gmail.com> Message-ID: <49D9266F.8000600@hilboll.de> Thanks a lot -- worked like a charm ;) Danijel Tasov schrieb: > Andreas Hilboll wrote: >> So what do I do with those pages which have already been written in >> moinmoin markup and which I don't want to translate now? Is there a way >> to automatically translate? Or can I set the markup for single pages >> manually to moinmoin? I tried #!wiki, but this did not seem to work ... > > http://moinmo.in/HelpContents?action=raw > > #format wiki > > in the first line should do the trick. > > > -DaTa > > ------------------------------------------------------------------------------ > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From cmac at mit.edu Sun Apr 5 20:02:07 2009 From: cmac at mit.edu (Christopher MacMinn) Date: Sun, 5 Apr 2009 20:02:07 -0400 Subject: [Moin-user] Advice on page structure In-Reply-To: <49D8FBEA.5090403@heavy.ch> References: <95da30590904050858j228a7644v377c2e592796732e@mail.gmail.com> <49D8FBEA.5090403@heavy.ch> Message-ID: <95da30590904051702w41016280ic38e1f3ccbeec4a6@mail.gmail.com> > > I'm trying to create a page that includes a list of people, with each > > entry containing a paragraph of text and a right-aligned photo (see, > > e.g., here: http://almlab.mit.edu/ALM/Lab_Members/Lab_Members.html). > > yes with the moinmoin engine this is possible, but the moinmoin wiki > syntax is not "about" layout, so you have to modify the css by yourself. > (an example of customized themes are here: http://moinmo.in/ThemeMarket) > Don't worry, doing the CSS myself is not a problem. future ideas: it would be possible that you can create only the > userhompages and then with some include macro generate automatically a > main/overview page. > Is it possible to include only some of the information from the user homepage on the main page, or does it have to be the entire page? Thanks for the example below -- this should do the trick. I was stuck on containing the name, description, and picture all together in some sort
    • and then making a list of them, but your suggestion is certainly easier. Thanks! Best, Chris 1. EXAMPLE WIKIPAGE: > > = Lab Members = > == Lastname Surname == > [[LastnameSurname|{{attachment:image.png||class=photo right}}]] > Text Text Text > > > [[LastNameSurname|Read more...]] > > ------ > > == Lastname Surname == > [[LastnameSurname|{{attachment:image.png||class=photo right}}]] > Text Text Text > > > [[LastNameSurname|Read more...]] > > ------ > > 2. EXAMPLE CSS > and into your css (e.g. common.css) you can add those: > > > > .photo { > border:5px solid gray; > margin:10px; > width:250px; > } > .right { > float:right; > } > .hr2 { > height: 3px; > color: gray; > clear: both; > } -------------- next part -------------- An HTML attachment was scrubbed... URL: From tw-public at gmx.de Mon Apr 6 04:20:50 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Mon, 06 Apr 2009 10:20:50 +0200 Subject: [Moin-user] ReStructuredText parser maintenance / rewrite In-Reply-To: <9cee7ab80904051340s1f1d0353i79479860914ac2cb@mail.gmail.com> References: <49D8B392.3070304@hilboll.de> <49D8E38B.7010706@gmx.net> <9cee7ab80904051200h1a94e0ddm14d6c8fad885222a@mail.gmail.com> <49D90D25.7040200@hilboll.de> <9cee7ab80904051340s1f1d0353i79479860914ac2cb@mail.gmail.com> Message-ID: <1239006050.19894.33.camel@x300> As we have some rst users here, I just wanted to note that the rst parser needs better maintenance and a rewrite. It is more or less unmaintained by moin development, mostly because we do not use ReST. I sometimes try to adapt and fix it, but doing this and testing it is not easy if you are not a ReST user. While this method currently more or less works, there is a big problem at the horizon: for some version after 2.0 we are currently working on a complete rewrite of how parsers and formatters work (see http://hg.moinmo.in/moin/1.9-dom-bblank/ - don't be confused by the "1.9" in it, it just means it is currently based on 1.9, NOT that it will be released as 1.9). This approach will work internally with some sort of DOM tree and will be much cleaner and more powerful than the current way (the current parser/formatter works line-by-line and that's often a problem). Problem is that there is no rewrite of the rst parser yet (and that it should be done by someone with a clue about rst, but we have no such developer). It will take a while until we can get that code into production - but it will also take a while until a new rst parser could be finished, IF somebody jumps on it. From waqas805 at hotmail.com Mon Apr 6 08:53:15 2009 From: waqas805 at hotmail.com (waqas ahmad) Date: Mon, 6 Apr 2009 14:53:15 +0200 Subject: [Moin-user] AllPagesWithAcl Message-ID: Hi, I am using one macro, that gives me the whole list of pages with defined acl's. you can find under following link: http://moinmo.in/MacroMarket/1.6_AdminTools?action=AttachFile&do=view&target=AllPagesWithACL.py i want to do little change in this macro, maybe you guys can help me. At the moment this macro is giving the whole list of pages with acl. But i want to get the pageList with respect to acl Group. e.g. I have 3 Groups. FranceGroup SupportGroup DevGroup I want to get whole list of pages with acl in which I mentioned FranceGroup ACLs (Not other pages For other acls). And then other list for SupportGroup and DevGroup. I want to do some filtering between pages. Maybe I use this macro like <<> , it will show me the list of pages with acl only for FranceGroup. And When I will call macro like that <<> , then It gives me the list of pages, where I used the acl only for this Group. And when I will call like this <<> then It will me the the result of all those pages, where I did not defined the acls. Note: As you can see in this macro on "line 30" that there is one filter is defined for PageList. I need this kind of filter for my AclList column.Can somebody tell me how can i write this "filter code line" for acl column. I will appreciate any kind of help. Best Regards, Waqas Ahmad _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx -------------- next part -------------- An HTML attachment was scrubbed... URL: From waqas805 at hotmail.com Mon Apr 6 11:11:49 2009 From: waqas805 at hotmail.com (waqas ahmad) Date: Mon, 6 Apr 2009 17:11:49 +0200 Subject: [Moin-user] string matching[AllpageWithAcl] Message-ID: hi, How can i define here that, Give me the string back, if it matches the "SupportGroup" in acl line(#acl SupportGroup,DevGroup:read,write FranceGroup:read). def getAcl(request, pagename): pg = Page(request, pagename) pi = pg.get_pi() ret = pi["acl"].getString() if ret == '': ret = "not Defined" return ret this code is giving me whole acl list for pages. but i want to get only those PageList where i defined acl's for my "SupportGroup". This question is related with my last mail.I want to change this macro(http://moinmo.in/MacroMarket/1.6_AdminTools?action=AttachFile&do=view&target=AllPagesWithACL.py) littlebit. thanks in advance, Regards, Waqas _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric at tibco.com Mon Apr 6 14:12:03 2009 From: eric at tibco.com (Eric Johnson) Date: Mon, 06 Apr 2009 11:12:03 -0700 Subject: [Moin-user] Seeing error in apache logs, using WSGI Message-ID: <49DA45F3.6040708@tibco.com> An HTML attachment was scrubbed... URL: From tw-public at gmx.de Mon Apr 6 15:00:05 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Mon, 06 Apr 2009 21:00:05 +0200 Subject: [Moin-user] Seeing error in apache logs, using WSGI In-Reply-To: <49DA45F3.6040708@tibco.com> References: <49DA45F3.6040708@tibco.com> Message-ID: <1239044405.27156.3.camel@x300> > the some of the time, when users go to access the RSS feed. > [error] 2009-04-06 10:30:33,355 WARNING MoinMoin.request:1387 Duplicate http header: 'Expires: Sun, 06 Apr 2008 17:30:33 GMT' (ignored) Known bug for logged in users requesting RSS feed with having a session cookie. Harmless, though. We hope it'll go away in 1.9. :) From eric at tibco.com Mon Apr 6 15:19:49 2009 From: eric at tibco.com (Eric Johnson) Date: Mon, 06 Apr 2009 12:19:49 -0700 Subject: [Moin-user] Seeing error in apache logs, using WSGI In-Reply-To: <1239044405.27156.3.camel@x300> References: <49DA45F3.6040708@tibco.com> <1239044405.27156.3.camel@x300> Message-ID: <49DA55D5.404@tibco.com> An HTML attachment was scrubbed... URL: From GregNoel at tigris.org Tue Apr 7 04:24:49 2009 From: GregNoel at tigris.org (Greg Noel) Date: Tue, 7 Apr 2009 01:24:49 -0700 Subject: [Moin-user] ACLs v. spaces in user names Message-ID: Hi, OK, here's the scenario: we have a user with a space in his username. (Yeah, I didn't know that was possible, either.) He needs to have exclusive control of a page, so the obvious solution is to use an ACL that gives him read, write, and revert permission (and limit public access to read-only). The ACL is space-separated. The question is how to put a username with a space in it in an ACL list. Is it possible? The help pages don't cover the problem and a search of the mailing list didn't find anything relevant. If it's not possible, then either spaces should be forbidden in names or there needs to be a syntax for names with spaces in them. Tks, -- Greg Noel, retired UNIX guru From kai at aplteam.com Tue Apr 7 09:09:51 2009 From: kai at aplteam.com (Kai Jaeger) Date: Tue, 7 Apr 2009 14:09:51 +0100 Subject: [Moin-user] Categories Message-ID: <580814a00904070609k1e6cbf8buf20abb39db7c5a96@mail.gmail.com> Although the GUI editor is much better now, and quite useable, I still prefer the text editor, maybe simply because I got used to it. No, that's not true, I believe I am a bit faster with the Text editor. Anyway, there is one feature in the GUI editor which I would very mnuch appreciate in the text editor, and it has nothing to do with GUI anyway: the combo box with the list of categories one can select from. Very nice. That should be available in the text editor as well. Kai From tw-public at gmx.de Tue Apr 7 10:26:23 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Tue, 07 Apr 2009 16:26:23 +0200 Subject: [Moin-user] ACLs v. spaces in user names In-Reply-To: References: Message-ID: <1239114383.3694.16.camel@x300> Hi Greg, > OK, here's the scenario: we have a user with a space in his username. > (Yeah, I didn't know that was possible, either.) He needs to have > exclusive control of a page, so the obvious solution is to use an ACL > that gives him read, write, and revert permission (and limit public > access to read-only). > > The ACL is space-separated. It looks like, but it works a bit different (rather ":"-separated). > The question is how to put a username > with a space in it in an ACL list. Is it possible? This should work: Jane Doe:admin,read,write Joe Doe:read Cheers, Thomas From fdrake at gmail.com Tue Apr 7 12:54:09 2009 From: fdrake at gmail.com (Fred Drake) Date: Tue, 7 Apr 2009 12:54:09 -0400 Subject: [Moin-user] Categories In-Reply-To: <580814a00904070609k1e6cbf8buf20abb39db7c5a96@mail.gmail.com> References: <580814a00904070609k1e6cbf8buf20abb39db7c5a96@mail.gmail.com> Message-ID: <9cee7ab80904070954u5df9a8ebt857323deea1a0855@mail.gmail.com> On Tue, Apr 7, 2009 at 9:09 AM, Kai Jaeger wrote: > Anyway, there is one feature in the GUI editor which I would very > mnuch appreciate in the text editor, and it has nothing to do with GUI > anyway: the combo box with the list of categories one can select from. Wikis traditionally don't deal well with metadata like categories, which just sticks out all the more in the case of a wiki like moin that supports multiple syntaxes and editors. I'd be really happy with a moin that took metadata out of the text area and provided separate fields for it, especially if internal APIs were provided for extensions to make effective use of the information as well. I can't really complain, though, since wikis are generally a "good enough" solution. If the status quo really weren't good enough, I'd find an open source wiki and create a patch. (No, I've not, and not for lack of a moin to work with!) -Fred -- Fred L. Drake, Jr. "Chaos is the score upon which reality is written." --Henry Miller From mail at heavy.ch Wed Apr 8 13:20:44 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Wed, 08 Apr 2009 19:20:44 +0200 Subject: [Moin-user] Users in a farm In-Reply-To: <580814a00904071243nc109846nf27d37da0964ac2f@mail.gmail.com> References: <580814a00904040212u1cdee406x5d947e9f3966424a@mail.gmail.com> <49D7295F.3050108@heavy.ch> <580814a00904070924u328e1803w6511ed4a8ff57f5d@mail.gmail.com> <49DB9E20.3000608@heavy.ch> <580814a00904071243nc109846nf27d37da0964ac2f@mail.gmail.com> Message-ID: <49DCDCEC.2090502@heavy.ch> Kai Jaeger schrieb: > Hi Marcel > >> What do you mean "apart from each other". the user homepages, the user >> files (with all their login, password, ...) itself or both. > > Literally everything. The wikis are supposed to be completely > separated with the exception of the underlay stuff. separate is the default.... > >> if this is fine, then you want be able to use a >> <> because a search works only on the >> current wiki (that's why some folks prefers to have all user homepages >> in a separated user homepage wiki) > > No, it doesn't work. As I said, it lists pages of users not known in > that wiki, although these pages do not exist. it doesn't matter if the user exist on this wiki or not... as long as there is a wiki page with the same UserName it will shown up. if you use a cached version of FullSearch try to refresh (delete cach) > > I did tell the wikis apart from each other by setting the > Interwikiname and the user_dir to the same unique name for every > single wiki. > > So how the hell does the FullSearch manage to "see" the user names > from other wikis? it's not possible but you maybe mixing user names (login names) and user homepages (wiki pages) together.. those are two completely different things. > > It should take same effort to see those if you like to see them across > several wikis, but it's exactly the other way round. > > And I haven't changed anything in the config, or moved files or stuff. > sure if you move files on the directory level (via a shell access) and you're using xapian you need to manually update the xapian index,,, bye Marcel From sr at riedel-st.de Wed Apr 8 13:19:26 2009 From: sr at riedel-st.de (Stefan Riedel) Date: Wed, 8 Apr 2009 19:19:26 +0200 Subject: [Moin-user] ACL to attachments Message-ID: <004601c9b86e$2b66cac0$82346040$@de> Hy, is there a simple way to set acls for attachments? In my wiki I would like authorize a member to download an attachment but a guest will get an error. Kind Regards Stefan Riedel -------------- next part -------------- An HTML attachment was scrubbed... URL: From mail at heavy.ch Wed Apr 8 14:37:17 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Wed, 08 Apr 2009 20:37:17 +0200 Subject: [Moin-user] ACL to attachments In-Reply-To: <004601c9b86e$2b66cac0$82346040$@de> References: <004601c9b86e$2b66cac0$82346040$@de> Message-ID: <49DCEEDD.3070505@heavy.ch> Stefan Riedel schrieb: > Hy, > > > > is there a simple way to set acls for attachments? In my wiki I would > like authorize a member to download an attachment but a guest will get > an error. > Hi Stefan At the moment attachment are "bound" to a wiki page. so if you use some acl for a page they also "used/valid" for the attachments on the same page. you also can link to attachment directly from a different page. like: [[attachment:download/file.tar.gz]] in this case the acl settings form the page "download" would be used for the attachment "file.tar.gz" bye Marcel From sr at riedel-st.de Wed Apr 8 16:00:23 2009 From: sr at riedel-st.de (Stefan Riedel) Date: Wed, 8 Apr 2009 22:00:23 +0200 Subject: [Moin-user] ACL to attachments In-Reply-To: <49DCEEDD.3070505@heavy.ch> References: <004601c9b86e$2b66cac0$82346040$@de> <49DCEEDD.3070505@heavy.ch> Message-ID: <000001c9b884$a9ee7260$fdcb5720$@de> Hy Marcel, I've been added a page names "Downloads" and a page names "Kunden" in the the acl line from page Downloads shows: #acl Kunden:read but if I change the user to HansWurst I become an error with permission denied... But the page Kunde looks like: #acl Ich:read,write,delete,revert,admin * HansWurst Where is the error, any ideas? Regards @Marcel sorry for the PM ;) -----Urspr?ngliche Nachricht----- Von: Mail at Heavy.ch [mailto:mail at heavy.ch] Gesendet: Mittwoch, 8. April 2009 20:37 An: Stefan Riedel Cc: moin-user at lists.sourceforge.net Betreff: Re: [Moin-user] ACL to attachments Stefan Riedel schrieb: > Hy, > > > > is there a simple way to set acls for attachments? In my wiki I would > like authorize a member to download an attachment but a guest will get > an error. > Hi Stefan At the moment attachment are "bound" to a wiki page. so if you use some acl for a page they also "used/valid" for the attachments on the same page. you also can link to attachment directly from a different page. like: [[attachment:download/file.tar.gz]] in this case the acl settings form the page "download" would be used for the attachment "file.tar.gz" bye Marcel From mail at heavy.ch Wed Apr 8 17:37:03 2009 From: mail at heavy.ch (Mail@Heavy.ch) Date: Wed, 08 Apr 2009 23:37:03 +0200 Subject: [Moin-user] ACL to attachments In-Reply-To: <000001c9b884$a9ee7260$fdcb5720$@de> References: <004601c9b86e$2b66cac0$82346040$@de> <49DCEEDD.3070505@heavy.ch> <000001c9b884$a9ee7260$fdcb5720$@de> Message-ID: <49DD18FF.8030000@heavy.ch> Hi Stefan Stefan Riedel schrieb: > Hy Marcel, > > I've been added a page names "Downloads" and a page names "Kunden" in the > the acl line from page Downloads shows: #acl Kunden:read but if I change the > user to HansWurst I become an error with permission denied... But the page > Kunde looks like: > > #acl Ich:read,write,delete,revert,admin > * HansWurst > > Where is the error, any ideas? > I'm not sure if I understand you right... If you want to have a Group with some users inside, then normally the pagename need to be have an ending like Group (e.g. KundenGroup). see here: http://moinmo.in/HelpOnAccessControlLists#Groups bye Marcel From sr at riedel-st.de Thu Apr 9 03:28:55 2009 From: sr at riedel-st.de (Stefan Riedel) Date: Thu, 9 Apr 2009 09:28:55 +0200 Subject: [Moin-user] ACL to attachments In-Reply-To: <49DD18FF.8030000@heavy.ch> References: <004601c9b86e$2b66cac0$82346040$@de> <49DCEEDD.3070505@heavy.ch> <000001c9b884$a9ee7260$fdcb5720$@de> <49DD18FF.8030000@heavy.ch> Message-ID: <002701c9b8e4$d6fdeeb0$84f9cc10$@de> Hy My mistake was the group page name. :) I have fix the regex in wikiconfig.py and it works. ;) Thx. -----Urspr?ngliche Nachricht----- Von: Mail at Heavy.ch [mailto:mail at heavy.ch] Gesendet: Mittwoch, 8. April 2009 23:37 An: Stefan Riedel Cc: moin-user at lists.sourceforge.net Betreff: Re: [Moin-user] ACL to attachments Hi Stefan Stefan Riedel schrieb: > Hy Marcel, > > I've been added a page names "Downloads" and a page names "Kunden" in the > the acl line from page Downloads shows: #acl Kunden:read but if I change the > user to HansWurst I become an error with permission denied... But the page > Kunde looks like: > > #acl Ich:read,write,delete,revert,admin > * HansWurst > > Where is the error, any ideas? > I'm not sure if I understand you right... If you want to have a Group with some users inside, then normally the pagename need to be have an ending like Group (e.g. KundenGroup). see here: http://moinmo.in/HelpOnAccessControlLists#Groups bye Marcel From mike.freeman.3832 at gmail.com Wed Apr 15 11:00:43 2009 From: mike.freeman.3832 at gmail.com (Michael Freeman) Date: Wed, 15 Apr 2009 10:00:43 -0500 Subject: [Moin-user] Force edit comments? Message-ID: Is there any easy way to force users to enter something in the "Comment:" field before saving an edit? I can't find anything in wikiconfig.py that would do that. Thanks in advance. Mike -- Michael J. Freeman Reserve, LA From tw-public at gmx.de Wed Apr 15 13:00:52 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed, 15 Apr 2009 19:00:52 +0200 Subject: [Moin-user] Force edit comments? In-Reply-To: References: Message-ID: <1239814852.17245.10.camel@server.firma.waldmann-edv.de> > Is there any easy way to force users to enter something in the > "Comment:" field before saving an edit? No. > I can't find anything in wikiconfig.py that would do that. Even if there were such an option, it would be mostly pointless. If a user is too lazy or does not want to write a comment, you would just get comments like: . foo ... bar asdfasdasdasdadsasdasd Thus, we don't have such an option. You need to convince and educate users somehow that edit comments can make sense, so they are voluntarily enter them if needed. From danielt at pilgerer.org Wed Apr 15 18:28:10 2009 From: danielt at pilgerer.org (Danijel Tasov) Date: Thu, 16 Apr 2009 00:28:10 +0200 Subject: [Moin-user] Force edit comments? In-Reply-To: <1239814852.17245.10.camel@server.firma.waldmann-edv.de> References: <1239814852.17245.10.camel@server.firma.waldmann-edv.de> Message-ID: <20090415222809.GA19687@localhost> Thomas Waldmann wrote: > > Is there any easy way to force users to enter something in the > > "Comment:" field before saving an edit? > > Thus, we don't have such an option. > > You need to convince and educate users somehow that edit comments can > make sense, so they are voluntarily enter them if needed. I disagree. I often simply forget to type the comment. Such an option would at least call my attention to enter a comment. -DaTa From eric at tibco.com Wed Apr 15 18:56:20 2009 From: eric at tibco.com (Eric Johnson) Date: Wed, 15 Apr 2009 15:56:20 -0700 Subject: [Moin-user] Force edit comments? In-Reply-To: <20090415222809.GA19687@localhost> References: <1239814852.17245.10.camel@server.firma.waldmann-edv.de> <20090415222809.GA19687@localhost> Message-ID: <49E66614.4020008@tibco.com> An HTML attachment was scrubbed... URL: From guangrui_wu at gtmc.com.cn Wed Apr 15 22:29:00 2009 From: guangrui_wu at gtmc.com.cn (=?GB2312?B?zuK548jw?=) Date: Thu, 16 Apr 2009 10:29:00 +0800 Subject: [Moin-user] error for import mail to wiki Message-ID: <49E697EC.2040505@gtmc.com.cn> Hi When I try to get the mail into wiki ,i got the following errors in the procmail. What should I do then? xmlrpclib.Fault: It's seems to the wiki forbiten the method of xmlrpc Thanks & Best Regard Jerry Woo From guangrui_wu at gtmc.com.cn Thu Apr 16 00:19:01 2009 From: guangrui_wu at gtmc.com.cn (=?GB2312?B?zuK548jw?=) Date: Thu, 16 Apr 2009 12:19:01 +0800 Subject: [Moin-user] error for import mail to wiki In-Reply-To: <49E697EC.2040505@gtmc.com.cn> References: <49E697EC.2040505@gtmc.com.cn> Message-ID: <49E6B1B5.1070700@gtmc.com.cn> Hi, I have resoluted the error by enable the xmlrpc in the /usr/lib/python2.5/site-packages/MoinMoin/config/multiconfig.py >From unknown Thu Apr 16 12:07:48 2009 Subject: =?gb2312?B?tPC4tDogW1tURVNUXV10ZXN0?= Folder: moin --config-dir=/etc/moin xmlrpc mailimport 8547 2009-04-16 12:07:48,726 WARNING MoinMoin.log:139 using logging configuration read from built-in fallback in MoinMoin.log module! Traceback (most recent call last): File "/usr/bin/moin", line 6, in run() File "/usr/lib/python2.5/site-packages/MoinMoin/script/moin.py", line 15, in run MoinScript().run(showtime=0) File "/usr/lib/python2.5/site-packages/MoinMoin/script/__init__.py", line 138, in run self.mainloop() File "/usr/lib/python2.5/site-packages/MoinMoin/script/__init__.py", line 255, in mainloop plugin_class(args[2:], self.options).run() # all starts again there File "/usr/lib/python2.5/site-packages/MoinMoin/script/__init__.py", line 138, in run self.mainloop() File "/usr/lib/python2.5/site-packages/MoinMoin/script/xmlrpc/mailimport.py", line 52, in mainloop result = s.ProcessMail(secret, xmlrpclib.Binary(input.read())) File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request verbose=self.__verbose File "/usr/lib/python2.5/xmlrpclib.py", line 1201, in request return self._parse_response(h.getfile(), sock) File "/usr/lib/python2.5/xmlrpclib.py", line 1340, in _parse_response return u.close() File "/usr/lib/python2.5/xmlrpclib.py", line 785, in close raise ResponseError() xmlrpclib.ResponseError: ResponseError() How to counter this error? Thanks & Best Regards Jerry Woo ? 2009-4-16 10:29, ??? ??: > Hi > > When I try to get the mail into wiki ,i got the following errors in the > procmail. > > What should I do then? > > > xmlrpclib.Fault: calls.'> > > It's seems to the wiki forbiten the method of xmlrpc > > Thanks & Best Regard > Jerry Woo > From rb.proj at gmail.com Thu Apr 16 05:11:32 2009 From: rb.proj at gmail.com (R.Bauer) Date: Thu, 16 Apr 2009 11:11:32 +0200 Subject: [Moin-user] error for import mail to wiki In-Reply-To: <49E697EC.2040505@gtmc.com.cn> References: <49E697EC.2040505@gtmc.com.cn> Message-ID: ??? schrieb: > Hi > > When I try to get the mail into wiki ,i got the following errors in the > procmail. > > What should I do then? actions_excluded disables some actions, including xmlrpc (this default was chosen to not open your wiki to automatic read/write access by xmlrpc except if you really decide to want that). To allow xmlrpc (mail import is based on xmlrpc, so it won't work if you don't allow it), remove 'xmlrpc' from the exclusion list. enable it in your wikiconfig.py by reconfiguring the actions_excluded list. if you change the defaults in multiconfig it is changed for all of your wiki instances and you have to redo your multiconfig changes after an upgrade of moin. mail import does also require a secret see HelpOnConfiguration/EmailSupport cheers Reimar From HansJoachim.Ehlers at eumetsat.int Thu Apr 16 09:16:44 2009 From: HansJoachim.Ehlers at eumetsat.int (Hans-Joachim Ehlers) Date: Thu, 16 Apr 2009 15:16:44 +0200 Subject: [Moin-user] Updating from 1.5.2 to 1.8.2 In-Reply-To: References: Message-ID: Hi Im in the happy position to upgrade from 1.5.2 to 1.8.2 and would like to know whether or not the info from http://moinmo.in/HowTo/Migrate%20from%201.5%20to%201.6 is still valid. I run already the ./152_to_1050300.py script to create the ./meta file. BTW: I added a section into http://moinmo.in/MoinMoinPackages about howto build a package for OpenSuse ( tested for 10.3) tia Hajo From tw-public at gmx.de Thu Apr 16 10:05:44 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Thu, 16 Apr 2009 16:05:44 +0200 Subject: [Moin-user] Updating from 1.5.2 to 1.8.2 In-Reply-To: References: Message-ID: <1239890744.21706.7.camel@x300> > Im in the happy position to upgrade from 1.5.2 to 1.8.2 :) > and would like to know whether or not the info from > > http://moinmo.in/HowTo/Migrate%20from%201.5%20to%201.6 > > is still valid. I run already the ./152_to_1050300.py script to create the ./meta file. Yes, that should work. The main thing is the 1.5 > 1.6 step. If you procede like described there using 1.8.2 code, it will also do the migration 1.6 > 1.8.2 automatically after you invoked the moin migration data command. > BTW: I added a section into http://moinmo.in/MoinMoinPackages about howto build a package for OpenSuse ( tested for 10.3) Great, thanks! :) From john.chandler at tdpg.com Thu Apr 16 09:44:47 2009 From: john.chandler at tdpg.com (John Chandler) Date: Thu, 16 Apr 2009 14:44:47 +0100 Subject: [Moin-user] Updating from 1.5.2 to 1.8.2 In-Reply-To: References: Message-ID: <49E7364F.6040604@tdpg.com> Hans-Joachim Ehlers wrote: > Im in the happy position to upgrade from 1.5.2 to 1.8.2 and would like to know whether or not the info from > > http://moinmo.in/HowTo/Migrate%20from%201.5%20to%201.6 > > is still valid. I run already the ./152_to_1050300.py script to create the ./meta file. I made the 1.5-1.8 migration a couple of weeks ago for our internal wiki and all seemed fine using those docs. Hope that helps. John -- John Chandler Application & Data Integration Developer The Digital Property Group - Primelocation.com / Findaproperty.com This e-mail and any attached files are intended for the named addressee only. It contains information which may be confidential and legally privileged and also protected by copyright. Unless you are the named addressee (or authorised to receive for the addressee) you may not copy or use it or disclose it to anyone else. If you received it in error please notify the sender immediately and then delete it from your system. Please be advised that the views and opinions expressed in this e-mail may not reflect the views and opinions of the The Digital Property Group Limited or any of its subsidiary companies. We make every effort to keep our network free from viruses. However, you do need to check this e-mail and any attachments to it for viruses as we can take no responsibility for any computer virus which may be transferred by way of this e-mail. We reserve the right to monitor all e-mail communications. The Digital Property Group Limited is a Daily Mail and General Trust plc company. Registered Office: Northcliffe House, 2 Derry Street, London, W8 5TT. Registered in England & Wales No: 02290527 VAT no. 243571174 From tw-public at gmx.de Thu Apr 16 10:15:58 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Thu, 16 Apr 2009 16:15:58 +0200 Subject: [Moin-user] Force edit comments? In-Reply-To: <49E66614.4020008@tibco.com> References: <1239814852.17245.10.camel@server.firma.waldmann-edv.de> <20090415222809.GA19687@localhost> <49E66614.4020008@tibco.com> Message-ID: <1239891358.21706.14.camel@x300> > I see Thomas' point, as to why not to have comments forced on users. > > However, I could imagine having an option that will pop up an alert to > confirm that I really meant to leave it blank. There are times when I > simply forget to state something. OK, that usecase makes sense. But there is still a problem with this: sometimes you have to mass edit stuff manually (and you do not want to enter a comment for every edit). If such a "notify about empty comment" option is enabled, it would require 1 click more per page save (and for mass edits, that would be an annoyance as it just means significantly more work and time). So it looks like that we need a global config setting AND some user profile setting. From mike.freeman.3832 at gmail.com Thu Apr 16 11:56:21 2009 From: mike.freeman.3832 at gmail.com (Michael Freeman) Date: Thu, 16 Apr 2009 10:56:21 -0500 Subject: [Moin-user] Force edit comments? In-Reply-To: <20090415222809.GA19687@localhost> References: <1239814852.17245.10.camel@server.firma.waldmann-edv.de> <20090415222809.GA19687@localhost> Message-ID: On Wed, Apr 15, 2009 at 5:28 PM, Danijel Tasov wrote: > Thomas Waldmann wrote: >> > Is there any easy way to force users to enter something in the >> > "Comment:" field before saving an edit? >> >> Thus, we don't have such an option. >> >> You need to convince and educate users somehow that edit comments can >> make sense, so they are voluntarily enter them if needed. > > I disagree. I often simply forget to type the comment. Such an > option would at least call my attention to enter a comment. That's the situation, really. I guess "force" is the wrong word. Perhaps I should say that I'm looking for a way to "Automatically remind a user to enter a comment for their edit when saving it." -- Michael J. Freeman Reserve, LA From eric at tibco.com Thu Apr 16 12:44:18 2009 From: eric at tibco.com (Eric Johnson) Date: Thu, 16 Apr 2009 09:44:18 -0700 Subject: [Moin-user] Updating from 1.5.2 to 1.8.2 In-Reply-To: References: Message-ID: <49E76062.2030100@tibco.com> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: _conv160.py Type: text/x-python Size: 22168 bytes Desc: not available URL: From guangrui_wu at gtmc.com.cn Thu Apr 16 20:53:30 2009 From: guangrui_wu at gtmc.com.cn (=?GB2312?B?zuK548jw?=) Date: Fri, 17 Apr 2009 08:53:30 +0800 Subject: [Moin-user] xmlrpclib.ResponseError: ResponseError() Message-ID: <49E7D30A.4020905@gtmc.com.cn> Hi All, I want to set mailimprot in moinmoin by useing the procmail for pipe the mail to moin xmlrpc mailimport ,but the blow error was throwed by the procmail,what should I do then ? how to counter that ? >From guangrui_wu at gtmc.com.cn Fri Apr 17 08:18:30 2009 Subject: [[TEST]]test Folder: moin --config-dir=/etc/moin xmlrpc mailimport 1078 2009-04-17 08:18:30,678 WARNING MoinMoin.log:139 using logging configuration rea d from built-in fallback in MoinMoin.log module! Traceback (most recent call last): File "/usr/bin/moin", line 6, in run() File "/usr/lib/python2.5/site-packages/MoinMoin/script/moin.py", line 15, in r un MoinScript().run(showtime=0) File "/usr/lib/python2.5/site-packages/MoinMoin/script/__init__.py", line 138, in run self.mainloop() File "/usr/lib/python2.5/site-packages/MoinMoin/script/__init__.py", line 255, in mainloop plugin_class(args[2:], self.options).run() # all starts again there File "/usr/lib/python2.5/site-packages/MoinMoin/script/__init__.py", line 138, in run self.mainloop() File "/usr/lib/python2.5/site-packages/MoinMoin/script/xmlrpc/mailimport.py", line 52, in mainloop result = s.ProcessMail(secret, xmlrpclib.Binary(input.read())) File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request verbose=self.__verbose File "/usr/lib/python2.5/xmlrpclib.py", line 1201, in request return self._parse_response(h.getfile(), sock) File "/usr/lib/python2.5/xmlrpclib.py", line 1340, in _parse_response return u.close() File "/usr/lib/python2.5/xmlrpclib.py", line 785, in close raise ResponseError() xmlrpclib.ResponseError: ResponseError() Thanks & Best Regards Jerry Woo From tw-public at gmx.de Fri Apr 17 02:41:56 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Fri, 17 Apr 2009 08:41:56 +0200 Subject: [Moin-user] Updating from 1.5.2 to 1.8.2 In-Reply-To: <49E76062.2030100@tibco.com> References: <49E76062.2030100@tibco.com> Message-ID: <1239950516.11668.7.camel@x300> > One thing I didn't like in the conversion scripts was that the default > conversion will take the latest version of a page, revise it, and > create a new revision. While useful for debugging the migration, I > found it caused two problems: > * The "abandoned pages" list was suddenly invalid, because every > page had been updated! > * Looking at the history for any given page, and viewing an > older version didn't work, because the pre-1.6 syntax was > preserved for the older revisions > So when I did the migration, I updated the conversion script to update > all revisions of a document, and *not* add a new revision of each > page. Yeah, it's a bit a matter of taste what mode one prefers for that. I'll have a look at your patch. > Other items we encountered: > * You have the opportunity to rename pages that use underscores, > and instead use spaces. We chose not to do the renaming, > because that would have broken external links to wiki pages. > If we do want to do page renaming, we'll do the renames, and > create a redirect page in the old location.... That's no problem, moin has some builtin redirect magic for that case. Try accessing a URL .../foo_bar when page "foo_bar" does not exist but "foo bar" does. > * Category pages broke, in that the implications of > [[FullSearch()]] appear to be different, and there is now a > "category:" variant that returns better results. Edits might > be needed. What exactly do you mean? > * The syntax for "{{{" is now tighter, and some of our "blocks" > needed minor edits. Yes. The stuff directly after {{{ and before the newline must be a parser spec (or nothing) now. From guangrui_wu at gtmc.com.cn Fri Apr 17 04:56:38 2009 From: guangrui_wu at gtmc.com.cn (=?GB2312?B?zuK548jw?=) Date: Fri, 17 Apr 2009 16:56:38 +0800 Subject: [Moin-user] Invalid Password when seting the mail import Message-ID: <49E84446.2070203@gtmc.com.cn> Hi Why it's always throwing the error "Invalid password" The secrect in the mailconfigconf.py and wikiconfig.py is same. is There any miss that i did ? please help me ,I have try this function for three days. The attachment is the config file i used,take it as reference -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: wikiconfig.py URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: mailimportconf.py URL: From eric at tibco.com Fri Apr 17 16:31:03 2009 From: eric at tibco.com (Eric Johnson) Date: Fri, 17 Apr 2009 13:31:03 -0700 Subject: [Moin-user] Updating from 1.5.2 to 1.8.2 In-Reply-To: <1239950516.11668.7.camel@x300> References: <49E76062.2030100@tibco.com> <1239950516.11668.7.camel@x300> Message-ID: <49E8E707.7020409@tibco.com> An HTML attachment was scrubbed... URL: From jcampbell at fttinc.com Fri Apr 17 16:09:57 2009 From: jcampbell at fttinc.com (Campbell, Jarrett) Date: Fri, 17 Apr 2009 16:09:57 -0400 Subject: [Moin-user] Local Site Map Levels Message-ID: <3CDCA91DC62F804BA2FCBC5AC6212F5501F3B57C@fttjupwes01.fttinc.com> Good Afternoon Everyone, Does anyone know how to adjust the number of levels of pages that show up on the Local Site Map? I am having problems getting my Wiki Local Site Map to show more than three sub levels. Many Thanks, Jarrett -------------- next part -------------- An HTML attachment was scrubbed... URL: From tw-public at gmx.de Fri Apr 17 17:28:52 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Fri, 17 Apr 2009 23:28:52 +0200 Subject: [Moin-user] Invalid Password when seting the mail import In-Reply-To: <49E84446.2070203@gtmc.com.cn> References: <49E84446.2070203@gtmc.com.cn> Message-ID: <1240003732.22473.22.camel@x300> Sorry, but it looks like you found a problem in the 1.8 documentation. > The secrect in the mailconfigconf.py and wikiconfig.py is same. mailimportconf.py works as described, but for wikiconfig.py you need: secrets = "commonsecret" # if you use same secret for everything alternatively, if you need different secrets for different stuff: secrets = { 'xmlrpc/ProcessMail': 'yourmailsecret', # for mailimport 'xmlrpc/RemoteScript': 'yourremotescriptsecret', 'action/cache': 'yourcachesecret', 'wikiutil/tickets': 'yourticketsecret', 'jabberbot': 'yourjabberbotsecret', } secret strings must be at least 10 chars long From guangrui_wu at gtmc.com.cn Fri Apr 17 21:09:58 2009 From: guangrui_wu at gtmc.com.cn (=?UTF-8?B?5ZC05bm/55Ge?=) Date: Sat, 18 Apr 2009 09:09:58 +0800 Subject: [Moin-user] Invalid Password when seting the mail import In-Reply-To: <1240003732.22473.22.camel@x300> References: <49E84446.2070203@gtmc.com.cn> <1240003732.22473.22.camel@x300> Message-ID: <49E92866.8070209@gtmc.com.cn> Thanks a lot ,It's really save me. ? 2009-4-18 5:28, Thomas Waldmann ??: > Sorry, but it looks like you found a problem in the 1.8 documentation. > > >> The secrect in the mailconfigconf.py and wikiconfig.py is same. >> > > mailimportconf.py works as described, > > but for wikiconfig.py you need: > > secrets = "commonsecret" # if you use same secret for everything > > alternatively, if you need different secrets for different stuff: > > secrets = { > 'xmlrpc/ProcessMail': 'yourmailsecret', # for mailimport > 'xmlrpc/RemoteScript': 'yourremotescriptsecret', > 'action/cache': 'yourcachesecret', > 'wikiutil/tickets': 'yourticketsecret', > 'jabberbot': 'yourjabberbotsecret', > } > > secret strings must be at least 10 chars long > > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > > > > From rb.proj at gmail.com Sun Apr 19 12:24:37 2009 From: rb.proj at gmail.com (R.Bauer) Date: Sun, 19 Apr 2009 18:24:37 +0200 Subject: [Moin-user] Precedence Translation Message-ID: Hi We need your help for getting translated pages on http://master19.moinmo.in synced to their parent (english) page names. On some pages the ##master-page entry does not point to the corresponding page. Instructions and a list of pages you can work on can be found at http://moinmo.in/FeatureRequests/PrecendenceTranslation/current_translation cheers Reimar From kai at aplteam.com Mon Apr 20 02:42:27 2009 From: kai at aplteam.com (Kai Jaeger) Date: Mon, 20 Apr 2009 07:42:27 +0100 Subject: [Moin-user] IME Message-ID: <580814a00904192342l4286711bscd5a9c130e4ff917@mail.gmail.com> Hello all I am using MoinMoin mainly as a platfom for a wiki dedicated to a quite unusual programming language, APL. It's unusual in many respects, one of them is that it's not using keywords but special symbols, most of them derived from Greek and Math. For decades that caused all sorts of problems. Now, with Unicode, it should be just fine after installing an appropriate font. That's the theory. In theory, there is no difference between theory and practice. In practice, there is. For entering APL characters one needs to switch the keyboard layout. Under Windows, my main platform, thanks to IME (if one is installed), that shouldn't be a problem: with the APL layout, pressing Ctrl+Y produces ? (upper arrow). That works perfectly in the text editor. It doesn't in the GUI editor, so: The GUI editor catches some of them, for example Ctrl+Z (performs Undo instead of producing a symbol), Ctrl+B (Bold) and many others. Now that should not happen. Any Windows software is, according to Microsofts idea, supposed to look at the current keyboard layout and to avoid catching any Ctrl+whatsoever keys in case they are used by the currently active keyboard layout. Even MS Office has learned to do this recently. However, Ctrl+C DOES produce an APL char instead of performing a copy operation meaning that the behaviour is not consistent. Any chance to get this fixed? Kai From tw-public at gmx.de Mon Apr 20 02:57:45 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Mon, 20 Apr 2009 08:57:45 +0200 Subject: [Moin-user] IME In-Reply-To: <580814a00904192342l4286711bscd5a9c130e4ff917@mail.gmail.com> References: <580814a00904192342l4286711bscd5a9c130e4ff917@mail.gmail.com> Message-ID: <1240210665.11003.1.camel@x300> > Any chance to get this fixed? I guess you should talk about that to FCKeditor author (and maybe also browser authors). From rb.proj at gmail.com Mon Apr 20 06:57:57 2009 From: rb.proj at gmail.com (R.Bauer) Date: Mon, 20 Apr 2009 12:57:57 +0200 Subject: [Moin-user] Precedence Translation In-Reply-To: References: Message-ID: R.Bauer schrieb: > Hi > > We need your help for getting translated pages on > http://master19.moinmo.in synced to their parent (english) page names. > > > On some pages the ##master-page entry does not point to the > corresponding page. > > Instructions and a list of pages you can work on can be found at > > http://moinmo.in/FeatureRequests/PrecendenceTranslation/current_translation > sorry I have not seen that typo. http://moinmo.in/FeatureRequests/PrecedenceTranslation/current_translation cheers Reimar From duaw at gmx.de Mon Apr 20 08:22:52 2009 From: duaw at gmx.de (Dr. Uwe Werner) Date: Mon, 20 Apr 2009 14:22:52 +0200 Subject: [Moin-user] Manual Password Reset Message-ID: <9B85FA31-0389-4402-81C5-CCE44FAE1629@gmx.de> Dear Moinmoiners, what if a user has forgotten his/her password and the mail feature is not activated? Is there a possibility to manually set / blank the password? Knowledge of the encrypted password "{SSH}...== "seems to be of no use. Looks like Moin does something more when providing a token to the user. I can't find it in the documentation, I googled a bit but to no avail. Wouldn't it be great if such functionality was available to, say an Admin, at the web interface? User calls, admin does it and sends email from his/her desktop. Thanks, Uwe From tw-public at gmx.de Mon Apr 20 09:41:17 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Mon, 20 Apr 2009 15:41:17 +0200 Subject: [Moin-user] Manual Password Reset In-Reply-To: <9B85FA31-0389-4402-81C5-CCE44FAE1629@gmx.de> References: <9B85FA31-0389-4402-81C5-CCE44FAE1629@gmx.de> Message-ID: <1240234877.17036.6.camel@x300> > what if a user has forgotten his/her password and the mail feature is > not activated? > Is there a possibility to manually set / blank the password? Yes, via commandline: moin ... account resetpw --name=JoeDoe hisnewpassword Alternatively, if you are superuser, you could log in to YOUR account, use the user list (via Settings link at the top) to impersonate that user and just put a known password in for him. > I can't find it in the documentation, I googled a bit but to no avail. http://master18.moinmo.in/HelpOnMoinCommand?highlight=(resetpw) > Wouldn't it be great if such functionality was available to, say an > Admin, at the web interface? Yes, we could do lots via shiny web interfaces. The problem is just that no developer yet jumped on this. :) From dimazest at gmail.com Tue Apr 21 13:54:14 2009 From: dimazest at gmail.com (Dmitrijs Milajevs) Date: Tue, 21 Apr 2009 19:54:14 +0200 Subject: [Moin-user] [GSOC] Things to do during the community bonding period Message-ID: <58efbad60904211054t3d6a898aid955f2e3845e4466@mail.gmail.com> Hello everyone, I would like to thank for my SOC application acceptance. I believe it will be great coding experience for me, and I'll successfully finish all my projects. My proposal can be found http://socghop.appspot.com/student_project/show/google/gsoc2009/moin/t124022705316 or http://moinmo.in/DmitrijsMilajevs As program's timeline states, now is community bonding period, time for reading documentation, code, get to know other developers. For this months I would like to prepare myself for the summer. * Workflow. Should we agree on some way, how i work on the project. In the moin requirements it is said that at leas one push must be maid every day. Should i write (weekly) reports, describing what i've done, what and how i'm going do do? It can be blogposts, messages to the mailinglist, or pages in the wiki. Such approach helps me to find the best solution before coding, what saves time. * Modular group handling is my first project. I have link to the hg-repo of the previous soc project which is related to this, i'm going to study it, in a week. Also, I would like to study moin 1.9 codebase to get familiar with it. Any other links, ideas, I can do before real coding? All the best, Dmitrijs Milajevs From tw-public at gmx.de Fri Apr 24 06:28:13 2009 From: tw-public at gmx.de (Thomas Waldmann) Date: Fri, 24 Apr 2009 12:28:13 +0200 Subject: [Moin-user] GSOC: daily commits / "blogging" / what to do now In-Reply-To: <58efbad60904211054t3d6a898aid955f2e3845e4466@mail.gmail.com> References: <58efbad60904211054t3d6a898aid955f2e3845e4466@mail.gmail.com> Message-ID: <1240568893.28832.35.camel@server.firma.waldmann-edv.de> Hi Dmitrijs (and all other students), > * Workflow. Should we agree on some way, how i work on the project. In > the moin requirements it is said that at leas one push must be maid > every day. Should i write (weekly) reports, describing what i've done, > what and how i'm going do do? It can be blogposts, messages to the > mailinglist, or pages in the wiki. About the commits: Doing a daily commit should be no problem. Most developers try to commit rather often and try to do small and clean commits rather than large or unclean ones. I think using the last 15..30 minutes of the day to do some report about what you've done that day, what worked, what didn't work, new insights, plans for tomorrow, etc. would be great. If you didn't work on the project for a work day long, you can just tell "I took