From andrew-lists at mail.black1.org.uk Tue Aug 1 04:56:50 2006 From: andrew-lists at mail.black1.org.uk (Andrew Black - lists) Date: Tue, 01 Aug 2006 09:56:50 +0100 Subject: [Moin-user] Include text from an external file Message-ID: <44CF1752.5090707@mail.black1.org.uk> I would like to include text from a file that is external from the file. Something like [IncludeFile( 'somedir/somefile' )] Is there are way of doing this Andrew From ujr at freenet.de Wed Aug 2 07:42:06 2006 From: ujr at freenet.de (=?ISO-8859-15?Q?Ulf_Jaenicke-R=F6=DFler?=) Date: Wed, 02 Aug 2006 13:42:06 +0200 Subject: [Moin-user] new user - installation problems (with long test output) Message-ID: <44D08F8E.8040905@freenet.de> Hi, fyi - > Now, however, I'm stuck with a new problem. I created a user and it seems I am > able to log in as that user: Immediately I am shown the user profile to be edited. > As soon as I want to update the profile (hit "Save" or "Speichern") the wiki says > that there's already another user with that name. Then it returns to the user > creation page. > If I don't save the profile but go directly to the starting page (iSwiki) my > user name vanishs from the headline, suggesting that I'm not logged in anymore. > > Have I overlooked something? Although I had restarted apache numerous times and the configuration changes were supplied successfully I had to restart the machine in order to make moinmoin work correctly. Strange. Anyway, I now have a working wiki! Thanks Ulf From matthew.brett at gmail.com Wed Aug 2 11:44:13 2006 From: matthew.brett at gmail.com (Matthew Brett) Date: Wed, 2 Aug 2006 16:44:13 +0100 Subject: [Moin-user] Search problem after moving to a new server In-Reply-To: <44CE17F1.4090702@gmx.de> References: <20060728125830.B21768@mignon.ki.iif.hu> <44CE17F1.4090702@gmx.de> Message-ID: <1e2af89e0608020844w3779909fp51037531536e46b8@mail.gmail.com> Hi, > > [Errno 20] Not a directory: > > '/home/wiki/data/pages/current/revisions/99999999' > > > > If you want to report a bug, please save this page and attach it to your > > bug report. > > > The pagename of this page is "current"? > > The problem might be that the FILE /home/wiki/data/pages/current/current > is not readable (it contains the current revision number). Because of > this, it assumes a default revision of 99999999, which is of course not > available. Er - before reading your post I deleted the 'pages/current' file with no apparent ill effects, and the search works. Is that a reasonable fix? Best, Matthew From tw-public at gmx.de Wed Aug 2 13:07:47 2006 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed, 02 Aug 2006 19:07:47 +0200 Subject: [Moin-user] Search problem after moving to a new server In-Reply-To: <1e2af89e0608020844w3779909fp51037531536e46b8@mail.gmail.com> References: <20060728125830.B21768@mignon.ki.iif.hu> <44CE17F1.4090702@gmx.de> <1e2af89e0608020844w3779909fp51037531536e46b8@mail.gmail.com> Message-ID: <44D0DBE3.3030309@gmx.de> >>> [Errno 20] Not a directory: >>> '/home/wiki/data/pages/current/revisions/99999999' >>> >>> If you want to report a bug, please save this page and attach it to your >>> bug report. >>> >>> >> The pagename of this page is "current"? >> >> The problem might be that the FILE /home/wiki/data/pages/current/current >> is not readable (it contains the current revision number). Because of >> this, it assumes a default revision of 99999999, which is of course not >> available. >> > > Er - before reading your post I deleted the 'pages/current' file with > no apparent ill effects, and the search works. Is that a reasonable > fix? > Yes. Although I don't know where the file came from. There should be only directories under pages/. From rux.li3 at gmail.com Wed Aug 2 22:34:59 2006 From: rux.li3 at gmail.com (Rux Li) Date: Thu, 3 Aug 2006 10:34:59 +0800 Subject: [Moin-user] Is there something likes WhoAmI macro? Message-ID: Hi there, Is there a macro to expand the logined username? What I need is not @USERNAME@, I need to expand usename dynamically. -------------- next part -------------- An HTML attachment was scrubbed... URL: From keith.c.schwols at intel.com Thu Aug 3 10:20:31 2006 From: keith.c.schwols at intel.com (Schwols, Keith C) Date: Thu, 3 Aug 2006 07:20:31 -0700 Subject: [Moin-user] Include text from an external file Message-ID: <6FAB474893963D4E876FE660DC96C07101DBE6FC@azsmsx401> I can't recommend this operation for anyone running a public wiki (unless you put a lot more code to protect what file the user is trying to include - which is why I still haven't put this up in MacroMarket), but this is the macro I use on my corporate wiki behind a firewall. DESCRIPTION: Outputs the external file's content into page [[IncludeFile(externalfilename,)]] I initially set this up to have a IncludeFileRoot cfg value that would always be prepended to the user's filename entry. The purpose was to restrict including file to a certain directory tree. This version has that removed and I just left a comment where it would a good idea to test the user entry for a valid filename (security stuff). ]-----Original Message----- >From: moin-user-bounces at lists.sourceforge.net [mailto:moin-user- >bounces at lists.sourceforge.net] On Behalf Of Andrew Black - lists >Sent: Tuesday, August 01, 2006 2:57 AM >To: moin-user at lists.sourceforge.net >Subject: [Moin-user] Include text from an external file > >I would like to include text from a file that is external from the file. >Something like > [IncludeFile( 'somedir/somefile' )] > >Is there are way of doing this > >Andrew > >----------------------------------------------------------------------- -- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share >your >opinions on IT & business topics through brief surveys -- and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVD EV >_______________________________________________ >Moin-user mailing list >Moin-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/moin-user -------------- next part -------------- A non-text attachment was scrubbed... Name: IncludeFile.py Type: application/octet-stream Size: 1961 bytes Desc: IncludeFile.py URL: From webmaster at fieberitz.de Thu Aug 3 14:05:01 2006 From: webmaster at fieberitz.de (Joerg Wellendorf) Date: Thu, 03 Aug 2006 20:05:01 +0200 Subject: [Moin-user] Error on Import MoinMoin and 404 In-Reply-To: <44CDF294.7090301@gmx.de> References: <44CDD2F4.1040409@fieberitz.de> <44CDF294.7090301@gmx.de> Message-ID: <44D23ACD.5050202@fieberitz.de> Hello, thanks for reply. Set up a wiki is not my prior work, so today is the first day I try your hints. > If you do not install moin to standard location (using python setup.py > install), you need to modify the sys.path.insert statements in moin.cgi, > so that it is able to find the MoinMoin module. (addendum: I saw in your > moin.cgi that you did this. maybe check for typos and whether you > pointed IIS to the right moin.cgi) I checked that more than once. Everything seems fine. >> When I try to access the MoinMoin Frontpage via >> http://127.0.0.1/Handbuch I get a 404 Error, while the address changes >> to http://127.0.0.1/Handbuch/moin.cgi/ >> > We deliver a index.html which maybe does not fit your needs. If it does > not, just delete it. I deleted it, but nothing changed >> I'm new on Python, Wiki, IIS :-( and so I think it's a very stupid >> little problem. >> > I can't help with IIS. Anybody else here who could? > I can just point you to the moin IIS installation instructions - they > contain IMPORTANT hints about how to fix the wrong IIS default > configuration (esp. for 404 - or you will never be able to create a page). I followed that instruction and checked it - cant't find any errors >> 1) Is there a relation between my two errors? >> > I guess rather not. So: Do I have to do "import MoinMoin" to bring the Wiki up to work or is it just to control the right work? > You have to configure the moin.cgi which is executed by your web server, > whereever that is. I did that. >> 3) Is it correct to set the path via "append" not via "insert"? >> > insert is better because it will make sure to find that path FIRST. I changed that into: sys.path.insert(0, 'C:/Programme/MoinMoin/Lib/site-packages') and sys.path.insert(0, 'G:/Handbuch') And I also tried it with back slashes. >> 4) Is it correct to set the path with slashes / and not with back slashes \? >> > Better ask a windows python user. :) >> 5) If that is all right, where is the mistake? Is here anyone? >> My configuration: >> IIS 5 (configured with IIS Lockdown Wizard) Here is a snippet out of my urlscan logfile: [08-03-2006 - 19:13:29] Client at 127.0.0.1: URL contains '.' in the path. Request will be rejected. Site Instance='1', Raw URL='/Handbuch/moin.cgi/' I don't realy understand that, because most of url contains dots and I don't know how to allow that in the urlscan.ini There was a time durint my several Wiki set up trials, when I was able to execute the moin.cgi. A error occured, that the data file don't exist or have not the right permissions. I checked that, but can't find any mistakes in the IIS configuration. > If you have a choice, better use Apache on Windows. It is less broken. I also need the WebDAV function for my intranet and it works good. I'm not shure if I could set it up on apache without instructions. And also I have to be shure, that the server only works as an intranet service without connect to the internet. > If the wiki is rather a personal desktop wiki, you could use MMDE which > is easy to setup. > > For a small work group, you could also use standard moin (not MMDE) and > standalone server (instead of IIS/Apache). I need it in a small workgroup (4 PCs). Before I used the MMDE an it worked fine but now I thought to setup a real server to get a better performance and a individual "GUI". So what is the "standalone server" you mean. How to setup that? -- Mit freundlichen Gr??en J?rg Wellendorf e-mail: verwaltung at fieberitz.de From cl at isbd.net Thu Aug 3 16:17:28 2006 From: cl at isbd.net (cl at isbd.net) Date: Thu, 3 Aug 2006 21:17:28 +0100 Subject: [Moin-user] Installation problem, what do these errors mean? Message-ID: <20060803201728.GB21728@mx0.halon.org.uk> I am a new moinmoin user (to be) and am trying to get MoinMoin version 1.5.4 installed on my Slackware system. I'm running apache 2.05 and python 2.4 and I'm using the straightforward CGI installation. After a few hiccoughs (mainly because I was changing the old httpd.conf file in /etc/apache instead of the current one in /etc/apache2!) I have got it installed and mostly running but "action=test" page produces the following errors towards the end:- wikixml.marshal: create new marshal ... ok wikixml.marshal: setting marshal property ... ok ====================================================================== ERROR: testSyntaxReference (MoinMoin._tests.test_formatter.FormatterTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/MoinMoin/_tests/test_formatter.py", line 31, in testSyntaxReference self.formatPage("SyntaxReference", formatter) File "/usr/lib/python2.4/site-packages/MoinMoin/_tests/test_formatter.py", line 45, in formatPage return self.request.redirectedOutput(page.send_page, self.request) File "/usr/lib/python2.4/site-packages/MoinMoin/request.py", line 703, in redirectedOutput function(*args, **kw) File "/usr/lib/python2.4/site-packages/MoinMoin/Page.py", line 1236, in send_page start_line=pi_lines) File "/usr/lib/python2.4/site-packages/MoinMoin/Page.py", line 1315, in send_page_content self.format(parser) File "/usr/lib/python2.4/site-packages/MoinMoin/Page.py", line 1332, in format parser.format(self.formatter) File "/usr/lib/python2.4/site-packages/MoinMoin/parser/wiki.py", line 1067, in format self.request.write(self._indent_to(indlen, indtype, numtype, numstart)) File "/usr/lib/python2.4/site-packages/MoinMoin/parser/wiki.py", line 553, in _indent_to close.append(self.formatter.paragraph(0)) File "/usr/lib/python2.4/site-packages/MoinMoin/formatter/dom_xml.py", line 299, in paragraph return self._set_tag('p', on) File "/usr/lib/python2.4/site-packages/MoinMoin/formatter/dom_xml.py", line 159, in _set_tag raise ValueError, "closing of <%s> expected, but <%s> closed" % (last_tag, tag) ValueError: closing of
  • expected, but

    closed ====================================================================== ERROR: testBasicPackageThings (MoinMoin._tests.test_packages.UnsafePackageTestcase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/MoinMoin/_tests/test_packages.py", line 54, in setUp raise TestSkipped('This test needs to be run using the test wiki.') TestSkipped: This test needs to be run using the test wiki. ---------------------------------------------------------------------- Ran 96 tests in 6.296s FAILED (errors=2) A Google search suggested that this error might because of the version of Python I had (which was 2.3.2) but I have upgraded to Python 2.4 and (after re-running install.py) I am getting exactly the same error. Can anyone suggest what's wrong please? -- Chris Green (chris at halon.org.uk) From tw-public at gmx.de Fri Aug 4 08:03:57 2006 From: tw-public at gmx.de (Thomas Waldmann) Date: Fri, 04 Aug 2006 14:03:57 +0200 Subject: [Moin-user] Installation problem, what do these errors mean? In-Reply-To: <20060803201728.GB21728@mx0.halon.org.uk> References: <20060803201728.GB21728@mx0.halon.org.uk> Message-ID: <44D337AD.1010607@gmx.de> cl at isbd.net schrieb: > ERROR: testSyntaxReference > (MoinMoin._tests.test_formatter.FormatterTestCase) > > ERROR: testBasicPackageThings > (MoinMoin._tests.test_packages.UnsafePackageTestcase) > > Can anyone suggest what's wrong please? > You can ignore them, see tests/make_test.out. From cl at isbd.net Fri Aug 4 09:25:03 2006 From: cl at isbd.net (cl at isbd.net) Date: Fri, 4 Aug 2006 14:25:03 +0100 Subject: [Moin-user] Installation problem, what do these errors mean? In-Reply-To: <44D337AD.1010607@gmx.de> References: <20060803201728.GB21728@mx0.halon.org.uk> <44D337AD.1010607@gmx.de> Message-ID: <20060804132503.GA22154@mx0.halon.org.uk> On Fri, Aug 04, 2006 at 02:03:57PM +0200, Thomas Waldmann wrote: > cl at isbd.net schrieb: > > ERROR: testSyntaxReference > > (MoinMoin._tests.test_formatter.FormatterTestCase) > > > > ERROR: testBasicPackageThings > > (MoinMoin._tests.test_packages.UnsafePackageTestcase) > > > > Can anyone suggest what's wrong please? > > > > You can ignore them, see tests/make_test.out. > Ah, OK, thanks! -- Chris Green (chris at halon.org.uk) From Stefan.Marxext.MAFa.Lynx at rewe-group.com Tue Aug 8 03:20:53 2006 From: Stefan.Marxext.MAFa.Lynx at rewe-group.com (Marx, Stefan ext. MA Fa. Lynx) Date: Tue, 8 Aug 2006 09:20:53 +0200 Subject: [Moin-user] sub-paging for wikis in wiki Message-ID: Hi guys, in a multi-project environment we use MoinMoin to document several projects. Each single project use very similar techniques so that there occured clashes in the wiki name space, e. g. every project uses "DbTables" as wiki name and the distinct information is mixed. (Sure, that the way Wikis working, but ..) We would like to separate the project specific portions of HTML pages by subpaging ([:FooWiki/taskone/tasktwo:DbWiki] and [:BarWiki/task \ one/tasktwo/DbWiki]) for the two projects Foo and Bar. Do you con- sider this as a best practise approach? Further more -- any suggestions for automactically prefixing a bunch of MoinMoin pages? Scripts for walking in the directory tree and processing recursivly all the stuff like in 'find -a -exec' in php and/ar shell? Many thanks for reading && much more for writing ;=) Greetings from Cologne, Germany, cu Stefan Stefan Marx Marx Consulting (extern) REWE GROUP Gesch?ftsbereich Konzern-Systeme Funktionsbereich Business-Systeme REWE-Informations-Systeme GmbH Humboldtstra?e 140-144 - 51149 K?ln Telefon: +49 (0)221 149 - 5953 Telefax: +49 (0)221 149 - 97 5953 E-Mail: Stefan.Marxext.MAFa.Lynx at rewe-group.com www.rewe-group.com From chris at art-en-soul.cix.co.uk Tue Aug 8 06:37:57 2006 From: chris at art-en-soul.cix.co.uk (Chris Lawley) Date: Tue, 08 Aug 2006 11:37:57 +0100 Subject: [Moin-user] sub-paging for wikis in wiki In-Reply-To: Message-ID: <44D87795.29666.19934C6@chris.art-en-soul> Can'd help with most of your wants, but... On 8 Aug 2006, Marx, Stefan ext. MA Fa. Lynx wrote: > Further more -- any suggestions for automactically prefixing a > bunch of MoinMoin pages? This kind of thing works for me: On a suitable page include the NewPage macro [[NewPage(TaskOneTemplate, Create new TaskOne page,,TaskOne/%s)]] where: "TaskOneTemplate": is a wiki page that is the template for the TaskOne pages (see Templates in the help) "Create new TaskOne page" is the prompt "TaskOne/%s" will be the new page's name - "%s" is what the user enters and it is automatically prepended with the subpage information. It's much easier to do than explain! chris :-) From rubina at gwu.edu Tue Aug 8 14:21:40 2006 From: rubina at gwu.edu (ruby) Date: Tue, 08 Aug 2006 14:21:40 -0400 Subject: [Moin-user] Text Colors Message-ID: <1155061301.12950.21.camel@camilla.nit.gwu.edu> Can you use colors in normal text? I find information to do that in tables and python coding, but not just in normal text. From mona.yazbeck at hec.ca Wed Aug 9 12:17:05 2006 From: mona.yazbeck at hec.ca (Mona Yazbeck) Date: Wed, 9 Aug 2006 12:17:05 -0400 Subject: [Moin-user] Problem with my Wiki Farm Message-ID: <005e01c6bbcf$4188da30$82c2d384@HEC5521> Hello, I created a wiki Farm with Twisted. But every time I create a new page or I click on an existing link, it redirect me to the wrong place. My wiki is for exemple at the address http://localhost:8080/myfirstwiki but when I click on RecentChanges it redirect me to http://localhost:8080/RecentChanges and of course, it is not working. What can I do? Here is the hierarchy of my folder: Moin/underlay/ Moin/farmconfig.py Moin/mointwisted.py Moin/firstwiki.py Moin/secondwiki.py Moin/firstWiki/data/ Moin/secondWiki/data/ Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From tw-public at gmx.de Wed Aug 9 13:16:56 2006 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed, 09 Aug 2006 19:16:56 +0200 Subject: [Moin-user] Problem with my Wiki Farm In-Reply-To: <005e01c6bbcf$4188da30$82c2d384@HEC5521> References: <005e01c6bbcf$4188da30$82c2d384@HEC5521> Message-ID: <44DA1888.2070106@gmx.de> > I created a wiki Farm with Twisted. But every time I create a new page or I click on an existing link, it redirect me to the wrong place. > > My wiki is for exemple at the address http://localhost:8080/myfirstwiki but when I click on RecentChanges it redirect me to http://localhost:8080/RecentChanges and of course, it is not working. > > What can I do? > A proven configuration is to used host based farming (not trying to differentiate by path), e.g.: wiki1.farm.org/PageName wiki2.farm.org/PageName This is the way it worked with Twisted on moinmoin.wikiwikiweb.de. wiki1 and wiki2 can point to the same IP in DNS, this is no problem. I personally never used another setup with Twisted. From Benjamin.Schollnick at xerox.com Wed Aug 9 13:48:14 2006 From: Benjamin.Schollnick at xerox.com (Schollnick, Benjamin) Date: Wed, 9 Aug 2006 13:48:14 -0400 Subject: [Moin-user] email issue...?? Python 2.41 and encoding? In-Reply-To: <1155061301.12950.21.camel@camilla.nit.gwu.edu> Message-ID: <00B231D3247B664EA7B4691D38CF153F18A981@usa0300ms04.na.xerox.net> Folks, I am having an issue with email's having extra characters in them... For example: ----- Login Password: {SHA}HwFgB2yfQqFX8Kjw3MaOAv9pBFs=3D Login URL: http://cmsw931.na.xerox.net/torchwood/moin.cgi/UserPreferences?a= ction=3Dlogin ------ And I think I have tracked it down in the MoinMoin.util.mail module... I believe line 79: msg.set_payload (charset.body_encode(text)) is responsible.... If I change it to: msg.set_payload (charset.convert (text) ) #(charset.body_encode(text)) Everything works fine.... and we get: Login Name: FirstnameLastName Login Password: {SHA}HwFgB2yfQqFX8Kjw3MaOAv9pBFs= Login URL: http://cmsw931.na.xerox.net/torchwood/moin.cgi/UserPreferences?action=lo gin This is under Python 2.41.... --- Line 71 - 79 --- of MoinMoin.util.mail # Create a message using config.charset and quoted printable # encoding, which should be supported better by mail clients. # TODO: check if its really works better for major mail clients msg = Message() charset = Charset(config.charset) charset.header_encoding = QP charset.body_encoding = QP msg.set_charset(charset) msg.set_payload (charset.convert (text) ) #(charset.body_encode(text)) From mona.yazbeck at hec.ca Wed Aug 9 13:58:55 2006 From: mona.yazbeck at hec.ca (Mona Yazbeck) Date: Wed, 9 Aug 2006 13:58:55 -0400 Subject: [Moin-user] Problem with my Wiki Farm References: <005e01c6bbcf$4188da30$82c2d384@HEC5521> <44DA1888.2070106@gmx.de> Message-ID: <00b001c6bbdd$7b311aa0$82c2d384@HEC5521> Thank you, But did somebody did that without any DNS, because unfortunally, that is an issue in my case... Mona ----- Message d'origine ----- De : "Thomas Waldmann" ? : Envoy? : 9 ao?t 2006 13:16 Objet : Re: [Moin-user] Problem with my Wiki Farm > >> I created a wiki Farm with Twisted. But every time I create a new page or >> I click on an existing link, it redirect me to the wrong place. >> >> My wiki is for exemple at the address http://localhost:8080/myfirstwiki >> but when I click on RecentChanges it redirect me to >> http://localhost:8080/RecentChanges and of course, it is not working. >> >> What can I do? >> > A proven configuration is to used host based farming (not trying to > differentiate by path), e.g.: > > wiki1.farm.org/PageName > wiki2.farm.org/PageName > > This is the way it worked with Twisted on moinmoin.wikiwikiweb.de. > > wiki1 and wiki2 can point to the same IP in DNS, this is no problem. > > I personally never used another setup with Twisted. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From Benjamin.Schollnick at xerox.com Wed Aug 9 14:59:53 2006 From: Benjamin.Schollnick at xerox.com (Schollnick, Benjamin) Date: Wed, 9 Aug 2006 14:59:53 -0400 Subject: [Moin-user] email issue...?? Part 2 -- Server refusing connection... In-Reply-To: <00B231D3247B664EA7B4691D38CF153F18A981@usa0300ms04.na.xerox.net> Message-ID: <00B231D3247B664EA7B4691D38CF153F18A982@usa0300ms04.na.xerox.net> Folks, I suspect this is an IT issue with our forwarding mail server... Connection to mailserver 'forwarder.mail.xerox.com' failed: (10053, 'Software caused connection abort') Now on our development system running Python 2.4.1, using the mail server works... But under Python 2.4.3, with the same configuration, we receive the Software Caused Connection Abort error message. Has anyone else seen this problem? I haven't found it documented in the MoinMoin Wiki.... - Benjamin From caligari2k at yahoo.com Wed Aug 9 13:52:54 2006 From: caligari2k at yahoo.com (James Bruce) Date: Wed, 9 Aug 2006 17:52:54 +0000 (UTC) Subject: [Moin-user] Search problem after moving to a new server References: <20060728125830.B21768@mignon.ki.iif.hu> Message-ID: Mohacsi Janos niif.hu> writes: > > Dear All, > I run into a strange problem: > I migrated our MoinMoin from 1.3 to 1.5.4. > But when I click to search for text - I got the following error: > > --> > IOError > > [Errno 20] Not a directory: > '/home/wiki/data/pages/current/revisions/99999999' > > > What can be a problem? > Make sure there are no "current" files under your data/pages folder. You should only have subfolders there. If you have a "current" file along with a revisions folder, it will cause this error. From rux.li3 at gmail.com Thu Aug 10 03:08:43 2006 From: rux.li3 at gmail.com (Rux Li) Date: Thu, 10 Aug 2006 15:08:43 +0800 Subject: [Moin-user] Text Colors In-Reply-To: <1155061301.12950.21.camel@camilla.nit.gwu.edu> References: <1155061301.12950.21.camel@camilla.nit.gwu.edu> Message-ID: Try Color macro. visit http://moinmoin.wikiwikiweb.de/MacroMarket search Color.py On 8/9/06, ruby wrote: > > Can you use colors in normal text? I find information to do that in > tables and python coding, but not just in normal text. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rux.li3 at gmail.com Thu Aug 10 03:20:26 2006 From: rux.li3 at gmail.com (Rux Li) Date: Thu, 10 Aug 2006 15:20:26 +0800 Subject: [Moin-user] Problem with my Wiki Farm In-Reply-To: <00b001c6bbdd$7b311aa0$82c2d384@HEC5521> References: <005e01c6bbcf$4188da30$82c2d384@HEC5521> <44DA1888.2070106@gmx.de> <00b001c6bbdd$7b311aa0$82c2d384@HEC5521> Message-ID: If you can force your users to update their hosts file, to make many aliases on a same IP addresses may work. I use this trick to setup a *PERSONAL* wiki farm. On 8/10/06, Mona Yazbeck wrote: > > Thank you, > > But did somebody did that without any DNS, because unfortunally, that is > an > issue in my case... > > Mona > > ----- Message d'origine ----- > De : "Thomas Waldmann" > ? : > Envoy? : 9 ao?t 2006 13:16 > Objet : Re: [Moin-user] Problem with my Wiki Farm > > > > > >> I created a wiki Farm with Twisted. But every time I create a new page > or > >> I click on an existing link, it redirect me to the wrong place. > >> > >> My wiki is for exemple at the address http://localhost:8080/myfirstwiki > >> but when I click on RecentChanges it redirect me to > >> http://localhost:8080/RecentChanges and of course, it is not working. > >> > >> What can I do? > >> > > A proven configuration is to used host based farming (not trying to > > differentiate by path), e.g.: > > > > wiki1.farm.org/PageName > > wiki2.farm.org/PageName > > > > This is the way it worked with Twisted on moinmoin.wikiwikiweb.de. > > > > wiki1 and wiki2 can point to the same IP in DNS, this is no problem. > > > > I personally never used another setup with Twisted. > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Moin-user mailing list > > Moin-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/moin-user > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stefan.Marxext.MAFa.Lynx at rewe-group.com Thu Aug 10 08:26:56 2006 From: Stefan.Marxext.MAFa.Lynx at rewe-group.com (Marx, Stefan ext. MA Fa. Lynx) Date: Thu, 10 Aug 2006 14:26:56 +0200 Subject: [Moin-user] Installation: Layout of the directory trees Message-ID: Hi guys, we want to update the binaries in an existing MoinMoin from 1.5.3 to 1.5.4 and migrate the data if nessecary. The 1.5.3 stuff is devided over two disk drives. The pages stuff goes to e:\moin\ ... and the portion with ..\server ..\config is located under c:\python24\share (yes, unfortunatlly Window$ based). When we run the setup.py script, there is no update of the c:\python\share directory (an the installation is not longer 'reactiv') and the directories are created under e:\moin\\share. We rate this way of dividing the python installation from the MoinMoin location better since the things a clear divided. But I found no hint in the config area where to configure that location and -- as noted -- doing this way is spoiling the installation and we have to recover from our backup. Thanks for reading, ..::**THX**::.. for writing o' cause. Greetings from Cologne, Germany, Stefan Stefan Marx Marx Consulting (extern) REWE GROUP Gesch?ftsbereich Konzern-Systeme Funktionsbereich Business-Systeme REWE-Informations-Systeme GmbH Humboldtstra?e 140-144 - 51149 K?ln Telefon: +49 (0)221 149 - 5953 Telefax: +49 (0)221 149 - 97 5953 E-Mail: Stefan.Marxext.MAFa.Lynx at rewe-group.com www.rewe-group.com From mona.yazbeck at hec.ca Thu Aug 10 09:18:39 2006 From: mona.yazbeck at hec.ca (Mona Yazbeck) Date: Thu, 10 Aug 2006 09:18:39 -0400 Subject: [Moin-user] Problem with my Wiki Farm References: <005e01c6bbcf$4188da30$82c2d384@HEC5521> <44DA1888.2070106@gmx.de> <00b001c6bbdd$7b311aa0$82c2d384@HEC5521> Message-ID: <002c01c6bc7f$7e819d90$82c2d384@HEC5521> Good idea, but I have to many users, always changing also, so it would be too complicated. The only way I found for the moment is NOT to have a wiki farm and to put a twisted server for each instance. The problem with that is that each of my wikis have a different port number. Because I can't run several twisted server on the same port and I can't manage to have just on web server for several wikis. myserver.domain.ca:8080/wiki1 myserver.domain.ca:8081/wiki2 And it create the pages directly under myserver.domain.ca:8080/NewPage, not underneath wiki1/ (which is frustrating). It wasn't doing that when I was using IIS or Apache... ----- Message d'origine ----- De : Rux Li ? : Mona Yazbeck Cc : moin-user at lists.sourceforge.net Envoy? : 10 ao?t 2006 03:20 Objet : Re: [Moin-user] Problem with my Wiki Farm If you can force your users to update their hosts file, to make many aliases on a same IP addresses may work. I use this trick to setup a *PERSONAL* wiki farm. On 8/10/06, Mona Yazbeck wrote: Thank you, But did somebody did that without any DNS, because unfortunally, that is an issue in my case... Mona ----- Message d'origine ----- De : "Thomas Waldmann" < tw-public at gmx.de> ? : Envoy? : 9 ao?t 2006 13:16 Objet : Re: [Moin-user] Problem with my Wiki Farm > >> I created a wiki Farm with Twisted. But every time I create a new page or >> I click on an existing link, it redirect me to the wrong place. >> >> My wiki is for exemple at the address http://localhost:8080/myfirstwiki >> but when I click on RecentChanges it redirect me to >> http://localhost:8080/RecentChanges and of course, it is not working. >> >> What can I do? >> > A proven configuration is to used host based farming (not trying to > differentiate by path), e.g.: > > wiki1.farm.org/PageName > wiki2.farm.org/PageName > > This is the way it worked with Twisted on moinmoin.wikiwikiweb.de . > > wiki1 and wiki2 can point to the same IP in DNS, this is no problem. > > I personally never used another setup with Twisted. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Moin-user mailing list Moin-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From crosseyedpenguin at yahoo.com Thu Aug 10 12:35:17 2006 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Thu, 10 Aug 2006 09:35:17 -0700 (PDT) Subject: [Moin-user] Installation: Layout of the directory trees In-Reply-To: Message-ID: <20060810163517.83947.qmail@web36208.mail.mud.yahoo.com> --- "Marx, Stefan ext. MA Fa. Lynx" wrote: > Hi guys, > > we want to update the binaries in an existing MoinMoin > from 1.5.3 to 1.5.4 and migrate the data if nessecary. > The 1.5.3 stuff is devided over two disk drives. The > pages stuff goes to e:\moin\ ... and the portion with > ..\server ..\config is located under c:\python24\share > (yes, unfortunatlly Window$ based). > When we run the setup.py script, there is no update > of the c:\python\share directory (an the installation > is not longer 'reactiv') and the directories are created > under e:\moin\\share. > We rate this way of dividing the python installation > from the MoinMoin location better since the things a > clear divided. But I found no hint in the config area > where to configure that location and -- as noted -- doing > this way is spoiling the installation and we have to recover > from our backup. > > Thanks for reading, ..::**THX**::.. for writing o' cause. > > Greetings from Cologne, Germany, > > Stefan > > Stefan Marx > Marx Consulting (extern) If I understand the problem correctly, I think on your previous installation of 1.5.3 you ran setup.py something like this: python setup.py --quiet install --record=install.log and that installed Moin in /python24/Lib/site-packages/MoinMoin/ and /python24/share/Moin/. This is the normal place for the Moin files. It is recommended to have the wiki "instance" located elsewhere outside the python24 directory, or even on another drive. On your upgrade to 1.5.4 you are trying to do: python setup.py --quiet install --prefix="e:\moin" --record=install.log where using the --prefix changes the location of the Moin software -- and you probably don't want to do that. To upgrade from 1.5.3 to 1.5.4, you probably only need to run the first command form above and you are done. However, if you copied the underlay directory from /python24/share/moin/ to the e: drive, you may want to recopy that to catch any documentation updates in the wiki underlay pages. Also it is a good practice to recopy wikiconfig.py and reapply any customizations for your local installation settings. For the 1.5.3 to 1.5.4 upgrade in particular, copying the underlay directory and wikiconfig.py is probably not necessary. Also, you will want to delete the 1.5.4 Moin files that were incorrectly installed on the e: drive. Be careful, I may have misunderstood your situation. Roger Haase __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From mehdi.public at gmail.com Thu Aug 10 13:48:52 2006 From: mehdi.public at gmail.com (Mehdi Hassanpour) Date: Thu, 10 Aug 2006 22:18:52 +0430 Subject: [Moin-user] [Moin-User] keyboard map with moinmoin Message-ID: <1abd6b930608101048y32e088fbse515b58995223d0@mail.gmail.com> Hi, Is it possible to draw or design (with tables) map of a keyboard with MoinMoin ? Has anyone else did this before ? Thanks -- ******************************************************** Yours Sincerely, Mehdi Hassanpour ---------------------------------------------------------------------- /* Of one Essence is the human race, Thusly has Creation put the Base; One Limb impacted is sufficient, For all Others to feel the Mace. ~Saadi (persian poet) -1258 */ ---------------------------------------------------------------------- http://ImPersian.com | http://Hezardastan.org ******************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stefan.Marxext.MAFa.Lynx at rewe-group.com Fri Aug 11 07:08:40 2006 From: Stefan.Marxext.MAFa.Lynx at rewe-group.com (Marx, Stefan ext. MA Fa. Lynx) Date: Fri, 11 Aug 2006 13:08:40 +0200 Subject: [Moin-user] Solved: Layout of the directory trees Message-ID: Dear Roger, hi guys, that portion of information solved our problem perfect in an non-time-consuming manner! Thanks a whole lot! And cleared the foggy aera of serveral wikiconfig.py's we had in different directories. Now we have only two with exactly the same content ;=). Greeting and a very nice weekend! cu Stefan --- "Marx, Stefan ext. MA Fa. Lynx" wrote: > Hi guys, > > we want to update the binaries in an existing MoinMoin > from 1.5.3 to 1.5.4 and migrate the data if nessecary. > The 1.5.3 stuff is devided over two disk drives. The > pages stuff goes to e:\moin\ ... and the portion with > ..\server ..\config is located under c:\python24\share > (yes, unfortunatlly Window$ based). > When we run the setup.py script, there is no update > of the c:\python\share directory (an the installation > is not longer 'reactiv') and the directories are created > under e:\moin\\share. > We rate this way of dividing the python installation > from the MoinMoin location better since the things a > clear divided. But I found no hint in the config area > where to configure that location and -- as noted -- doing > this way is spoiling the installation and we have to recover > from our backup. > > Thanks for reading, ..::**THX**::.. for writing o' cause. > > Greetings from Cologne, Germany, > > Stefan > > Stefan Marx > Marx Consulting (extern) If I understand the problem correctly, I think on your previous installation of 1.5.3 you ran setup.py something like this: python setup.py --quiet install --record=install.log and that installed Moin in /python24/Lib/site-packages/MoinMoin/ and /python24/share/Moin/. This is the normal place for the Moin files. It is recommended to have the wiki "instance" located elsewhere outside the python24 directory, or even on another drive. On your upgrade to 1.5.4 you are trying to do: python setup.py --quiet install --prefix="e:\moin" --record=install.log where using the --prefix changes the location of the Moin software -- and you probably don't want to do that. To upgrade from 1.5.3 to 1.5.4, you probably only need to run the first command form above and you are done. However, if you copied the underlay directory from /python24/share/moin/ to the e: drive, you may want to recopy that to catch any documentation updates in the wiki underlay pages. Also it is a good practice to recopy wikiconfig.py and reapply any customizations for your local installation settings. For the 1.5.3 to 1.5.4 upgrade in particular, copying the underlay directory and wikiconfig.py is probably not necessary. Also, you will want to delete the 1.5.4 Moin files that were incorrectly installed on the e: drive. Be careful, I may have misunderstood your situation. Roger Haase __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Stefan Marx Marx Consulting (extern) REWE GROUP Gesch?ftsbereich Konzern-Systeme Funktionsbereich Business-Systeme REWE-Informations-Systeme GmbH Humboldtstra?e 140-144 - 51149 K?ln Telefon: +49 (0)221 149 - 5953 Telefax: +49 (0)221 149 - 97 5953 E-Mail: Stefan.Marxext.MAFa.Lynx at rewe-group.com www.rewe-group.com From Stefan.Marxext.MAFa.Lynx at rewe-group.com Wed Aug 16 10:07:37 2006 From: Stefan.Marxext.MAFa.Lynx at rewe-group.com (Marx, Stefan ext. MA Fa. Lynx) Date: Wed, 16 Aug 2006 16:07:37 +0200 Subject: [Moin-user] Bug in editing many tables on one page Message-ID: Hi guys, after the very helpful advice from Roger Haase we have a MoinMoin 1.5.4 up and running. There was the hope that a bug in handling tables would be fixed, but unfortnatly it wasn't. When edtiting at a page with serveral bigger tables after adding an other line to one table the whole formatting is nuked: All lines of the tables are formatted as single li- nes. Lines and header rows are separated by new empty rows and the left offset of the start of each line of a table is wandering to the right until columns are so squeezed that the content is no longer visible. I attach an example of a spoiled table set from the HTML frame source. The dam- age is starting in the middle of the document. By starting editing the spoiled document within the Moin- Moin we can fix the problem by adjusting the '|' but when you look at the document you may agree that a programmatic- aly fix is much preferable. I grepped through the MoinMoin bug list, found some similar defect but not this specific one. Is this a known bug and furtherore is there a work-around? Or should I post it to the new bugs area? Thanks a whole lot for your advice and support! Grettings from Cologne, Germany, cu Stefan P.S.: Sorry for not being more precise in describing the misbehaviour. But the bug was reported to me after the document was broken. <> Stefan Marx Marx Consulting (extern) REWE GROUP Gesch?ftsbereich Konzern-Systeme Funktionsbereich Business-Systeme REWE-Informations-Systeme GmbH Humboldtstra?e 140-144 - 51149 K?ln Telefon: +49 (0)221 149 - 5953 Telefax: +49 (0)221 149 - 97 5953 E-Mail: Stefan.Marxext.MAFa.Lynx at rewe-group.com www.rewe-group.com -------------- next part -------------- A non-text attachment was scrubbed... Name: StammdatenVersorgungSatzarten.zcompressed Type: application/octet-stream Size: 7376 bytes Desc: not available URL: From mona.yazbeck at hec.ca Wed Aug 16 11:55:57 2006 From: mona.yazbeck at hec.ca (Mona Yazbeck) Date: Wed, 16 Aug 2006 11:55:57 -0400 Subject: [Moin-user] Disable Surge Protector Message-ID: <00e501c6c14c$7641d920$82c2d384@HEC5521> Hello, I am trying to disable the surge protector by putting this in my wikiconfig.py: surge_action_limits = { # allow max. requests per

    secs # action: (count, dt) 'show': (1000, 60), 'raw': (1000, 40), # some people use this for css 'AttachFile': (1000, 60), 'diff': (1000, 60), 'fullsearch': (1000, 60), 'edit': (1000, 60), 'rss_rc': (1000, 60), 'default': (1000, 60), } surge_lockout_time = 1 # secs you get locked out when you ignore warnings I still get the Surge Protection warning locking me out of the wiki. Is there something else elsewhere that I need to configure? I need to do that because I have about 500 users that can use the wiki at the same time, and when I test this, I get the error. Thanks a lot Mona -------------- next part -------------- An HTML attachment was scrubbed... URL: From vido at gmx.li Wed Aug 16 20:50:19 2006 From: vido at gmx.li (Michael Krause) Date: Thu, 17 Aug 2006 02:50:19 +0200 Subject: [Moin-user] MoinMoin on PocketPC Message-ID: <20060817005019.235220@gmx.net> Hi everybody! I really like the MoinMoin wiki engine. I would like to use it on my PC and my PocketPC. Anyone tried to install it on PPC? There is a version of Python for the PocketPC, so I thought it might be possible to create a special version. Thanks! Michael -- Echte DSL-Flatrate dauerhaft f?r 0,- Euro*. Nur noch kurze Zeit! "Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl From zhangyunfeng at gmail.com Wed Aug 16 21:35:23 2006 From: zhangyunfeng at gmail.com (Zhang Yunfeng) Date: Thu, 17 Aug 2006 09:35:23 +0800 Subject: [Moin-user] Disable Surge Protector In-Reply-To: <00e501c6c14c$7641d920$82c2d384@HEC5521> References: <00e501c6c14c$7641d920$82c2d384@HEC5521> Message-ID: <20060817093447.1E88.ZHANGYUNFENG@gmail.com> This is mine in wikiconfig.py it works ok for me. Surge protection seems only work for each user. the number of user should not be the problem. surge_action_limits = { # allow max. requests per
    secs # action: (count, dt) 'all': (3000, 30), 'show': (3000, 60), 'recall': (500, 60), 'raw': (2000, 40), # some people use this for css 'AttachFile': (9000, 60), 'diff': (3000, 60), 'fullsearch': (500, 60), 'edit': (1000, 120), 'rss_rc': (100, 60), 'default': (3000, 60), } surge_lockout_time = 3600 # secs you get locked out when you ignore warnings -- Zhang Yunfeng http;//vib.hit.edu.cn http://my.opera.com/zhangyunfeng From tw-public at gmx.de Thu Aug 17 08:20:13 2006 From: tw-public at gmx.de (Thomas Waldmann) Date: Thu, 17 Aug 2006 14:20:13 +0200 Subject: [Moin-user] Bug in editing many tables on one page In-Reply-To: References: Message-ID: <44E45EFD.1090002@gmx.de> First, please try to reproduce your bugs on the MoinMoin wiki site. Then, please post samples we can use to reproduce and a bug reports about that on the wiki. Stuff posted here will be simply forgotten when out of sight. Please also provide much more details, esp. about browser(s) used. > Is this a known bug and furtherore is there a work-around? I guess I have to see the bug myself -> bug report. > P.S.: Sorry for not being more precise in describing the > misbehaviour. But the bug was reported to me after the > document was broken. > We need to be able to reproduce it somehow. From 2006a at usenet.alexanderweb.de Thu Aug 17 15:38:27 2006 From: 2006a at usenet.alexanderweb.de (Alexander Schremmer) Date: Thu, 17 Aug 2006 21:38:27 +0200 Subject: [Moin-user] MoinMoin on PocketPC References: <20060817005019.235220@gmx.net> Message-ID: <19mzly3x4qyh.dlg@usenet.alexanderweb.de> On Thu, 17 Aug 2006 02:50:19 +0200, Michael Krause wrote: > I really like the MoinMoin wiki engine. I would like to use it on my PC and my PocketPC. Anyone tried to install it on PPC? There is a version of Python for the PocketPC, so I thought it might be possible to create a special version. Hey, very good idea that I had as well. MMDE worked for me (after installing the Python for Pocket PC of course) with the following lines in moin.py: # monkey-patching for Python CE os.X_OK = os.R_OK os.name = "nt" # should be fixed in other parts of the code import errno errno.EEXIST = 183 I plan to integrate those changes into MMDE some time so that you don't need to patch it anymore. Feel free to file a bug if you see other breakages on this platform. Kind regards, Alexander From vido at gmx.li Fri Aug 18 00:48:37 2006 From: vido at gmx.li (Michael Krause) Date: Fri, 18 Aug 2006 06:48:37 +0200 Subject: [Moin-user] MoinMoin on PocketPC In-Reply-To: <19mzly3x4qyh.dlg@usenet.alexanderweb.de> References: <20060817005019.235220@gmx.net> <19mzly3x4qyh.dlg@usenet.alexanderweb.de> Message-ID: <20060818044837.7580@gmx.net> > > I really like the MoinMoin wiki engine. I would like to use it on my PC > and my PocketPC. Anyone tried to install it on PPC? There is a version of > Python for the PocketPC, so I thought it might be possible to create a > special version. > > Hey, very good idea that I had as well. MMDE worked for me (after > installing the Python for Pocket PC of course) with the following lines in > moin.py: > > # monkey-patching for Python CE > os.X_OK = os.R_OK > os.name = "nt" # should be fixed in other parts of the code > import errno > errno.EEXIST = 183 > > I plan to integrate those changes into MMDE some time so that you don't > need to patch it anymore. Feel free to file a bug if you see other > breakages on this platform. > Alexander, this sounds really interesting. At the moment I can't try it, but I'm very curious: Once Python and MMDE installed on the PocketPC, is it possible to access MMDE with the Pocket Internet Explorer (or Opera or Moz Minimo)? Wiki pages can be read and changed? This would be really great! After a successfull installation there is only necessary some sync functionality from and to my destop PC. Greetings, Michael -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From 2006a at usenet.alexanderweb.de Fri Aug 18 04:48:21 2006 From: 2006a at usenet.alexanderweb.de (Alexander Schremmer) Date: Fri, 18 Aug 2006 10:48:21 +0200 Subject: [Moin-user] MoinMoin on PocketPC References: <20060817005019.235220@gmx.net> <19mzly3x4qyh.dlg@usenet.alexanderweb.de> <20060818044837.7580@gmx.net> Message-ID: <116wcavkvy5r2$.dlg@usenet.alexanderweb.de> On Fri, 18 Aug 2006 06:48:37 +0200, Michael Krause wrote: > is it possible to access MMDE with the Pocket > Internet Explorer (or Opera or Moz Minimo)? Wiki pages can be read and > changed? Yes, of course %-) > After a successfull installation there is only necessary some sync > functionality from and to my destop PC. I am currently writing that for Google's Summer of Code ;-) Kind regards, Alexander From robert.seeger at orsoft.de Fri Aug 18 08:37:42 2006 From: robert.seeger at orsoft.de (Robert Seeger) Date: Fri, 18 Aug 2006 14:37:42 +0200 Subject: [Moin-user] Universal MoinMoin export - Request for LaTex In-Reply-To: <44E3028C.50807@igi.tugraz.at> Message-ID: <005601c6c2c3$1a019380$ed02a8c0@orsoft.de> I forward this response to an off-list question about my MoinMoin exporter also to moin-user list because I think there are people who can contribute to this issue and also to update the community about the status of my project. First, my plans on the MoinMoin export tool have had slightly different results than originally. We now have the export tool (and our whole wiki farm, finally converted from 1.1) running under MoinMoin 1.5.3 (still with lots of modifications), however we have not yet published it or tested it for standard MoinMoin. It uses a number of formatters and in some cases a modified wiki parser. There are two ways to use the exporter, depending on if you want to export a single page or parts of the wiki: * use interactive action "ExportPage" on a single page (any user, curently for PDF, HTM for CHM, Plain Text, TOC for CHM, Index for CHM). This will provide a link to the exported file for download. * use the export module as a "new style script" (subcommand module of the new moin.py command line script) (administrator, on the server, curently for PDF, HTM for CHM, Plain Text, TOC for CHM, Index for CHM, Microsoft Word) We use it to produce nightly CHM exports that are used as online help for our product and for ad-hoc export of single pages to PDF. The PDF formatter (using reportlab) is very far from being perfect and I do not work much on it any more. It looks like in the meantime other people have created similar solutions, however I haven't checked any of those. The Microsoft Word formatter has been more or less abandoned. It should be relatively easy to include other formatters. Now to the question regarding latex. I do not do any latex anymore (I used to love it in the 90's until it was banned by management, switched to HTML+CHM based documentation 1999 and later on MoinMoin Wiki was our more succesful way to re-introduce a sensible large-scale document editing method ;-), so I can't help much on that issue. However I see from the http://moinmoin.wikiwikiweb.de/FormatterMarket that there is some work in this area done by JohannesBerg (see http://moinmoin.wikiwikiweb.de/JohannesBerg) which seems to do something in that direction. Maybe this is enough for your purpose or it could be combined with my export tools to enable you to export multiple pages. I recommend that you discuss this topic via moin-user list. Kind Regards, Robert > -----Original Message----- > From: Hauser Helmut [mailto:helmut.hauser at igi.tugraz.at] > Sent: Wednesday, August 16, 2006 1:34 PM > To: robert.seeger at usa.net > Subject: Universal MoinMoin export > > > Hello, > > I've seen that you are working on an universal MoinMoin export tool. > On your personal page > (http://moinmoin.wikiwikiweb.de/RobertSeeger) you > mention that you just export to MS-formats, since > these are the once you going to need. > > My question is, if you know, if there is planned to export pages to > LaTeX too. > > Thanks a lot and have a nice day, > - helmut > > > -- > > Helmut Hauser > Institute for Theoretical Computer Sciences > Technische Universitaet Graz > Inffeldgasse 16b, I > A-8010 Graz, Austria > ----------------------------------------------- > helmut.hauser at igi.tugraz.at > Tel: + 43 316 873-5821 > Fax: + 43 316 873-5805 > http://www.igi.TUGraz.at/helmut/ > > > > From eschanberger at boathouseinc.com Fri Aug 18 14:41:56 2006 From: eschanberger at boathouseinc.com (Eric Schanberger) Date: Fri, 18 Aug 2006 14:41:56 -0400 Subject: [Moin-user] Bug in GUI Edit Preview Message-ID: <44E609F4.5000100@boathouseinc.com> I posted this to the bugs page two weeks ago but wanted to make sure all the right people knew about it. The GUI editor is one of the main reasons I am trying out MoinMoin, and right now, there is a fairly major bug when you are selecting formatting. See my description below: Thanks for any help you guys can provide, Eric Schanberger --- h1 h2 h3...etc header definition elements are not matched up properly in GUI Editor. When you select Heading 1 in the GUI Editor, it correctly applies the h1 definition to the selected text, but within the editor window, it displays using the h2 definition. The preview correctly shows the h1 definition. This problem also shifts h2 to h3, etc. All the hx definitions show up as h(x+1) This is not obvious in the default theme, but using the rightsidebarsmaller theme, it is obvious because h1 doesn't have a blue rule and h2 does. The preview doesn't match the edit window. From Stefan.Marxext.MAFa.Lynx at rewe-group.com Mon Aug 21 11:53:10 2006 From: Stefan.Marxext.MAFa.Lynx at rewe-group.com (Marx, Stefan ext. MA Fa. Lynx) Date: Mon, 21 Aug 2006 17:53:10 +0200 Subject: [Moin-user] Bug in GUI Edit Preview Message-ID: Hi, so than -- as Thomas Waldmann stated perfectly right -- my bugg scenario was quite static because there was noc chance to constantly reproduce the error. In your case, Eric, it sounds a bit more reproductible. Could you give him a try and look out if you can reprocuce in in the MoinMoin wiki side and push it into the bug list? That would by *fantastic*! I assume we are talking about the same defect. We use the leftsidebarsmaller theme only and I think the error poped up when we switched from default to that theme. Many greetings from Cologne, Germany, cu Stefan > -----Urspr?ngliche Nachricht----- > Von: Eric Schanberger [SMTP:eschanberger at boathouseinc.com] > Gesendet am: Freitag, 18. August 2006 20:42 > An: moin-user at lists.sourceforge.net > Betreff: [Moin-user] Bug in GUI Edit Preview > > I posted this to the bugs page two weeks ago but wanted to make sure all > the right people knew about it. The GUI editor is one of the main > reasons I am trying out MoinMoin, and right now, there is a fairly major > bug when you are selecting formatting. See my description below: > > Thanks for any help you guys can provide, > > Eric Schanberger > --- > > h1 h2 h3...etc header definition elements are not matched up properly in > GUI Editor. > > When you select Heading 1 in the GUI Editor, it correctly applies the h1 > definition to the selected text, but within the editor window, it > displays using the h2 definition. The preview correctly shows the h1 > definition. > > This problem also shifts h2 to h3, etc. All the hx definitions show up > as h(x+1) > > This is not obvious in the default theme, but using the > rightsidebarsmaller theme, it is obvious because h1 doesn't have a blue > rule and h2 does. The preview doesn't match the edit window. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From glabelle at optimized.org Tue Aug 22 12:36:24 2006 From: glabelle at optimized.org (Gabriel Labelle) Date: Tue, 22 Aug 2006 18:36:24 +0200 Subject: [Moin-user] Problem with MoinMoin installation Message-ID: <20060822183624.jlexulla8nscgg0g@webmail.optimized.org> Hi, I installed the following packages from Ubuntu 6.06.1 repos: moinmoin-common python-moinmoin python2.4-moinmoin I set up the config files and apache2 and I'm now able to access the Wiki FrontPage but when I click on any link (wiki page) I get the error Page not found. If I search for a page, it's there but I can't access it (same error). Here is my config files: default, the apache2 config file. wikicmi.py, was mywiki.py, in /etc/moin/ farmconfig.py, in /etc/moin Please note that I want the wiki to be in /var/www/WikiCMI/ Here is the content of that folder: $ ls -l /var/www/WikiCMI/ total 24 drwxrwxr-x 3 www-data www-data 4096 2006-08-22 20:11 config drwxrwxr-x 7 www-data www-data 4096 2006-08-22 17:39 data drwxrwxr-x 7 www-data www-data 4096 2006-08-22 17:29 htdocs -rwxrwxr-x 2 www-data www-data 1095 2006-08-22 17:29 moin.cgi drwxrwxr-x 2 www-data www-data 4096 2006-08-22 17:29 server drwxrwxr-x 3 www-data www-data 4096 2006-08-22 17:29 underlay And moin.cgi is hard linked to server/moin.cgi. Many thanks for your time and help. -- Gabriel Labelle -------------- next part -------------- A non-text attachment was scrubbed... Name: default Type: application/octet-stream Size: 1323 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: wikicmi.py Type: application/x-python Size: 1317 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: farmconfig.py Type: application/x-python Size: 6910 bytes Desc: not available URL: From colanderbouffant at rr10mail.com Thu Aug 24 00:02:26 2006 From: colanderbouffant at rr10mail.com (Quintana) Date: Thu, 24 Aug 2006 00:02:26 -0400 Subject: [Moin-user] The newest Would you like to have stronger ejaculation? Message-ID: <89321094370818.03F1E91259@DYSG7> Look, now it?s possible with this stuff It is fully guaranteed ? it will help you to shoot more and more Every man wants it Come on in here: http://nertuil.com/gall/gsm/ Have you some doubt? Have you ever wished to have more intense final? Life is beautiful A proud look, a lying tongue, and hands that shed innocent blood. From vido at gmx.li Wed Aug 30 01:58:12 2006 From: vido at gmx.li (Michael Krause) Date: Wed, 30 Aug 2006 07:58:12 +0200 Subject: [Moin-user] MoinMoin on PocketPC In-Reply-To: <116wcavkvy5r2$.dlg@usenet.alexanderweb.de> References: <20060817005019.235220@gmx.net> <19mzly3x4qyh.dlg@usenet.alexanderweb.de> <20060818044837.7580@gmx.net> <116wcavkvy5r2$.dlg@usenet.alexanderweb.de> Message-ID: <20060830055812.146230@gmx.net> Hi! Can you help me with the installation of MMDE on PocketPC? I have an O2 XDA mini PocketPC with a SD-Card. I have installed Python 2.3.4 CE on this SD-Card. Than I copied the MMDE files in the Python directory and changed the wiki.py like you wrote before. It seems, that Python has some problems in finding the right directories, because executing wiki.py creates an error: execeptions.ImportError: No module named MoinMoin.server.standalone Thanks, Michael -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From tw-public at gmx.de Wed Aug 30 07:44:35 2006 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed, 30 Aug 2006 13:44:35 +0200 Subject: [Moin-user] MoinMoin on PocketPC In-Reply-To: <20060830055812.146230@gmx.net> References: <20060817005019.235220@gmx.net> <19mzly3x4qyh.dlg@usenet.alexanderweb.de> <20060818044837.7580@gmx.net> <116wcavkvy5r2$.dlg@usenet.alexanderweb.de> <20060830055812.146230@gmx.net> Message-ID: <44F57A23.3080104@gmx.de> > Can you help me with the installation of MMDE on PocketPC? > I have no idea about PocketPC, but ... > It seems, that Python has some problems in finding the right directories, because executing wiki.py creates an error: execeptions.ImportError: No module named MoinMoin.server.standalone > Is there maybe some sys.path.insert(0, '.......') statement in the python file you start waiting to get fixed? See the comment there. From vido at gmx.li Wed Aug 30 14:16:04 2006 From: vido at gmx.li (Michael Krause) Date: Wed, 30 Aug 2006 20:16:04 +0200 Subject: [Moin-user] MoinMoin on PocketPC In-Reply-To: <44F57A23.3080104@gmx.de> References: <20060817005019.235220@gmx.net> <19mzly3x4qyh.dlg@usenet.alexanderweb.de> <20060818044837.7580@gmx.net> <116wcavkvy5r2$.dlg@usenet.alexanderweb.de> <20060830055812.146230@gmx.net> <44F57A23.3080104@gmx.de> Message-ID: <20060830181604.241600@gmx.net> > > Can you help me with the installation of MMDE on PocketPC? > > > I have no idea about PocketPC, but ... > > It seems, that Python has some problems in finding the right > directories, because executing wiki.py creates an error: execeptions.ImportError: No > module named MoinMoin.server.standalone > > > Is there maybe some sys.path.insert(0, '.......') statement in the > python file you start waiting to get fixed? See the comment there. Thank you. I found the problem. The files on the SD-Card were all in captial letters, that's why Python couldn't find them. Now it works and its quite amazing! I still have some issues, for example I can't create new pages, but I will figure it out! -- Echte DSL-Flatrate dauerhaft f?r 0,- Euro*. Nur noch kurze Zeit! "Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl From 2006a at usenet.alexanderweb.de Wed Aug 30 17:55:28 2006 From: 2006a at usenet.alexanderweb.de (Alexander Schremmer) Date: Wed, 30 Aug 2006 23:55:28 +0200 Subject: [Moin-user] MoinMoin on PocketPC References: <20060817005019.235220@gmx.net> <19mzly3x4qyh.dlg@usenet.alexanderweb.de> <20060818044837.7580@gmx.net> <116wcavkvy5r2$.dlg@usenet.alexanderweb.de> <20060830055812.146230@gmx.net> <44F57A23.3080104@gmx.de> <20060830181604.241600@gmx.net> Message-ID: On Wed, 30 Aug 2006 20:16:04 +0200, Michael Krause wrote: > Thank you. I found the problem. The files on the SD-Card were all in > captial letters, that's why Python couldn't find them. Now it works and > its quite amazing! I still have some issues, for example I can't create > new pages, but I will figure it out! Oh yeah, that bothered me as well ... evil MS data transfer application ... I solved this by installing an unzipper and transferring the .zip only. Kind regards, Alexander