From tw at waldmann-edv.de Wed Oct 1 01:07:08 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Wed Oct 1 01:07:08 2003 Subject: [Moin-user] script to create pages In-Reply-To: <3F71CEE1.9000002@lightspeed.ca> References: <1272818027.1064385558861.JavaMail.www@inbox01> <3F71CEE1.9000002@lightspeed.ca> Message-ID: <3F7A8A37.1000207@waldmann-edv.de> > I had a look at the files in the data/text folder and it > seems quite easy to create new pages by creating files. > > It would be nice if Moin had an API for manipulating pages. Have a look at MoinMoin/Page.py and PageEditor.py. Thomas From tw at waldmann-edv.de Wed Oct 1 01:14:02 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Wed Oct 1 01:14:02 2003 Subject: [Moin-user] Installation Info Misleading? In-Reply-To: <20030930034312.64867.qmail@web14305.mail.yahoo.com> References: <20030930034312.64867.qmail@web14305.mail.yahoo.com> Message-ID: <3F7A8BD1.4030301@waldmann-edv.de> > > >The new requirement was put in the latest docs here: >http://twistedmatrix.com/users/jh.twistd/master/moin.cgi/HelpOnInstalling_2fApacheOnWin32 > >see section 2.5. > >But these doc changes haven't been pushed over to the nightly cvs head >or stable distributions yet. > I have committed help and system pages a few days ago. Not sure about this page, but I got all listed on AllSystemPagesGroup and childs. BTW: SF had a problem last sunday: if you checked out anonymously, you got an old version from CVS. If you checked out with an account, you got a cureent one. WEIRD. Thomas From tw at waldmann-edv.de Wed Oct 1 01:19:02 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Wed Oct 1 01:19:02 2003 Subject: [Moin-user] Re: Dumb "attachment:" question In-Reply-To: <3F78CE9D.9000407@pobox.com> References: <3F78CE9D.9000407@pobox.com> Message-ID: <3F7A8D00.7050101@waldmann-edv.de> Don Poitras wrote: > I'm trying to figure out if I've got a version problem, or if I'm just > missing something obvious. From the CHANGES file > >Version 1.0 (2002-05-10, Revision 1.159) > >Bugfixes: > > * correct handling of spaces in attachment filenames and URLs > > Yet, Ted observes at 1.0 that he is having trouble using filenames for > attachments: Strange. But 1.0 is stone-age-old meanwhile. If he could reproduce his problems on cvs-nightly (and submit a bug if the problem stays) that would help us fixing the problem. A workaround would be not using blanks in filenames (they make trouble in lots of other places, too). Thomas From tw at waldmann-edv.de Wed Oct 1 01:26:05 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Wed Oct 1 01:26:05 2003 Subject: [Moin-user] MoinMoin XHTML/HTML Valid engine In-Reply-To: References: Message-ID: <3F7A8EB9.9010707@waldmann-edv.de> > Does someone know if there is successful experience patching the wiki > engine of MoinMoin 1.1 to produce Valid XHTML 1.0 strict document? There was quite some work on that done by multiple developers, but AFAIK, noone did succeed completely. All made the (X)HTML better in some way, but not completely validating. One reason for this is the way moin generates the HTML. It maybe just isn't possible to generate validating XHTML that way. Maybe it is a good idea NOT to work on that right now, but wait until a better parser/DOM infrastructure is in place in moin (that might take quite some time, though, so don't hold your breath). If you want to help developing, there is lots of work on MoinMoinToDoRelease1.2 in the MoinMoin wiki. Please coordinate before you start working. Thomas From poitras at pobox.com Wed Oct 1 05:19:05 2003 From: poitras at pobox.com (Don Poitras) Date: Wed Oct 1 05:19:05 2003 Subject: [Moin-user] Re: Dumb "attachment:" question References: <3F78CE9D.9000407@pobox.com> <3F7A8D00.7050101@waldmann-edv.de> Message-ID: <3F7AC616.7030607@pobox.com> Thomas Waldmann wrote: > Don Poitras wrote: > > >>I'm trying to figure out if I've got a version problem, or if I'm just >>missing something obvious. From the CHANGES file > > >>>Version 1.0 (2002-05-10, Revision 1.159) >>>Bugfixes: >>> * correct handling of spaces in attachment filenames and URLs >> >>Yet, Ted observes at 1.0 that he is having trouble using filenames for >>attachments: > > > Strange. But 1.0 is stone-age-old meanwhile. As I said, I get the same result it version 1.1 - Revision 1.173, which I downloaded as the latest "stable build". (http://moin.sourceforge.net/files/moin-stable.tar.gz) > > If he could reproduce his problems on cvs-nightly (and submit a bug if > the problem stays) that would help us fixing the problem. Since Ted posted a year ago, he may have just given up. I'm more tenacious. :) I'd submit a bug if I knew it was a bug. What is the syntax for attaching filenames with embedded blanks? Is there a wiki up that is running the cvs-nightly that I could try this out on? (I don't really want to use such a version in my wiki.) > > A workaround would be not using blanks in filenames (they make trouble > in lots of other places, too). Certainly. But since someone has already written a fix, I'd like to get it. > > Thomas Thanks for looking at this. Don From ted at ags.ga.erg.sri.com Wed Oct 1 08:28:07 2003 From: ted at ags.ga.erg.sri.com (Ted Nolan SRI Augusta GA) Date: Wed Oct 1 08:28:07 2003 Subject: [Moin-user] Re: Dumb "attachment:" question In-Reply-To: Message from Thomas Waldmann of "Wed, 01 Oct 2003 10:14:56 +0200." <3F7A8D00.7050101@waldmann-edv.de> Message-ID: <200310011526.h91FQZlJ027724@solabel8.ga.erg.sri.com> In message <3F7A8D00.7050101 at waldmann-edv.de>you write: >Don Poitras wrote: > >> I'm trying to figure out if I've got a version problem, or if I'm just >> missing something obvious. From the CHANGES file > >> >Version 1.0 (2002-05-10, Revision 1.159) >> >Bugfixes: >> > * correct handling of spaces in attachment filenames and URLs >> >> Yet, Ted observes at 1.0 that he is having trouble using filenames for >> attachments: > >Strange. But 1.0 is stone-age-old meanwhile. > >If he could reproduce his problems on cvs-nightly (and submit a bug if >the problem stays) that would help us fixing the problem. > >A workaround would be not using blanks in filenames (they make trouble >in lots of other places, too). > >Thomas > Well, I'm certainly surprised that my "Dumb Attachment question" from last October is circulating again! The upshot is that I never did find a fix or workaround for the problem. I moved on to other problems, and just told our users to rename their files to not have spaces, and things are working well enough and since that is the case, I'm not investing any more time or energy into it. >Strange. But 1.0 is stone-age-old meanwhile. I'm a bit curious about this statement. As far as I can tell from sourceforge, 1.0 is still the latest "release". Does the project plan any further "release"es, or is it all from bleeding-edge CVS now. As I say above, I'm not planning on changing anything until I have to for some reason or other, but I am curious. Ted From mariuss at lightspeed.ca Wed Oct 1 17:36:09 2003 From: mariuss at lightspeed.ca (Marius Scurtescu) Date: Wed Oct 1 17:36:09 2003 Subject: [Moin-user] script to create pages In-Reply-To: <3F7A8A37.1000207@waldmann-edv.de> References: <1272818027.1064385558861.JavaMail.www@inbox01> <3F71CEE1.9000002@lightspeed.ca> <3F7A8A37.1000207@waldmann-edv.de> Message-ID: <3F7B72A1.5060409@lightspeed.ca> Thanks Thomas, After a quick look it seems that the API is split between the two classes you are pointing at. The problem I see is that PageEdit is not meant to be used by other scripts, it is mixing GUI elements and with real code. The actual page saving/creation code seems to be in PageEdit. I have a very superficial understanding of the code, I apologize if I make any goofy comments. Cheers, Marius Thomas Waldmann wrote: >> I had a look at the files in the data/text folder and it >> seems quite easy to create new pages by creating files. >> >> It would be nice if Moin had an API for manipulating pages. > > > > Have a look at MoinMoin/Page.py and PageEditor.py. > > Thomas > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > > From tw at waldmann-edv.de Thu Oct 2 01:26:02 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Thu Oct 2 01:26:02 2003 Subject: [Moin-user] Re: Dumb "attachment:" question In-Reply-To: <200310011526.h91FQZlJ027724@solabel8.ga.erg.sri.com> References: <200310011526.h91FQZlJ027724@solabel8.ga.erg.sri.com> Message-ID: <3F7BE016.7060904@waldmann-edv.de> > > >>Strange. But 1.0 is stone-age-old meanwhile. >> >> >I'm a bit curious about this statement. As far as I can tell from >sourceforge, 1.0 is still the latest "release". > Yes. Sad, but true. >Does the project plan >any further "release"es, or is it all from bleeding-edge CVS now. > The *plan* is there for long. And the release is long overdue. The problem is that only Juergen can do SF moin releases - and he is currently buried in work within his daytime job. If I wouldn't have CVS access at least, there maybe would have been NO changes at all in the last 6 months. But luckily, I have and so I am committing (other people's and own) fixes and changes to CVS - as long as they don't risk the possibility of doing a release at any time. Therefore, latest CVS is NOT bleeding-edge currently - I host multiple wikis and they run on somewhat like "current CVS + misc local changes" and there are no major problems >say above, I'm not planning on changing anything until I have to for some >reason or other, but I am curious. > The main reasons to look at cvs nightly snapshot are bugfixes, ACLs and some other features you find in CHANGES. Thomas From PROPECIAMD at YAHOO.COM Thu Oct 2 23:10:03 2003 From: PROPECIAMD at YAHOO.COM (raketta ) Date: Thu Oct 2 23:10:03 2003 Subject: [Moin-user] accurateness Message-ID: An HTML attachment was scrubbed... URL: From anders.eriksson at morateknikutveckling.se Mon Oct 6 01:04:03 2003 From: anders.eriksson at morateknikutveckling.se (Anders Eriksson) Date: Mon Oct 6 01:04:03 2003 Subject: [Moin-user] replacing moin.cgi/FrontPage with moin.cgi?FrontPage Message-ID: <47ep6isutbji.dlg@morateknikutveckling.se> Hello! I'm not sure which version I'm running, but the moin_config.py says __Version__ = "$Revision 1.6 $" and the moin.cgi says $Id: moin.cgi,v 1.2 I have a problem with the way moinmoin is creating the url to the specifik pages. E.g. http://cgi.myserver.se/htdocs/cgiwrap/myuser/moin.cgi/FrontPage Now I forced to run my script via a wrapper and this wrapper has changed recently so that it thinks that FrontPage is a directory. So when I use the above url I get this error message: CGIWrap encountered a system error: When: Cannot change to user's CGI directory via chdir()! Error Message: Not a directory Error Number: 20 If I use http://cgi.myserver.se/htdocs/cgiwrap/myuser/moin.cgi?FrontPage Then everything works! So I'm wondering is there a configuration which lets me change the / to a ? (and ? to &) or must I run though all the code and change it myself? To get the ISP to change the cgiwrap is not an option :-( I have had major difficulties to get them to upgrade Python to a usable version... // Anders From alodoiska at swasteetech.biz Mon Oct 6 03:20:02 2003 From: alodoiska at swasteetech.biz (=?ISO-8859-1?Q?Antony_Lodo=EFska?=) Date: Mon Oct 6 03:20:02 2003 Subject: [Moin-user] Install Message-ID: <3F814198.8030709@swasteetech.biz> Hi, Sorry if this is a recurrent request, I will need someone to help me in the installation of MoinMoin on a shared host. with URL www.wirelessmauritius.org Antony From David.Pawson at rnib.org.uk Tue Oct 7 01:04:01 2003 From: David.Pawson at rnib.org.uk (David.Pawson at rnib.org.uk) Date: Tue Oct 7 01:04:01 2003 Subject: [Moin-user] img locations? Not visible Message-ID: <9B66BBD37D5DD411B8CE00508B69700F049E1DCA@pborolocal.rnib.org.uk> New install, win32, apache. httpd.conf has Alias /prs/ "C:/moin/share/moin/htdocs" Alias /prsdata/ "C:/moin/share/moin/data" ScriptAlias /prs "C:/moin/prs/moin.cgi" Page loads fine. Properties on top left image reads http://localhost/prs/img/moinmoin.gif yet it doesn't show. \moin\prs\moin_config.py reads sitename = 'PRS Wiki' interwikiname = None data_dir = './data/' url_prefix = '/prs' logo_url = url_prefix + '/img/moinmoin.gif' any suggestion why I can't see the images please? TIA DaveP **** snip here ***** - DISCLAIMER: NOTICE: The information contained in this email and any attachments is confidential and may be privileged. If you are not the intended recipient you should not use, disclose, distribute or copy any of the content of it or of any attachment; you are requested to notify the sender immediately of your receipt of the email and then to delete it and any attachments from your system. RNIB endeavours to ensure that emails and any attachments generated by its staff are free from viruses or other contaminants. However, it cannot accept any responsibility for any such which are transmitted. We therefore recommend you scan all attachments. Please note that the statements and views expressed in this email and any attachments are those of the author and do not necessarily represent those of RNIB. RNIB Registered Charity Number: 226227 Website: http://www.rnib.org.uk From alodoiska at swasteetech.biz Tue Oct 7 04:57:06 2003 From: alodoiska at swasteetech.biz (=?ISO-8859-1?Q?Antony_Lodo=EFska?=) Date: Tue Oct 7 04:57:06 2003 Subject: [Moin-user] Basic Help Required Message-ID: <3F82A9F9.7050707@swasteetech.biz> Hi everybody, Would be grateful if someone can help me in the installation of Moin on www.wirelessmauritius.org Antony From David.Pawson at rnib.org.uk Tue Oct 7 05:39:04 2003 From: David.Pawson at rnib.org.uk (David.Pawson at rnib.org.uk) Date: Tue Oct 7 05:39:04 2003 Subject: [Moin-user] Basic Help Required Message-ID: <9B66BBD37D5DD411B8CE00508B69700F049E1DCD@pborolocal.rnib.org.uk> > -----Original Message----- > From: Antony Lodo?ska [mailto:alodoiska at swasteetech.biz] > Sent: 07 October 2003 12:57 > To: moin-user at lists.sourceforge.net > Subject: [Moin-user] Basic Help Required > > > Hi everybody, > > Would be grateful if someone can help me in the installation > of Moin on > www.wirelessmauritius.org http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/MoinMoin_2fInstallDoc s was my starting point. Now up and working.... but I had to work at it. Next step is to make it accessible. regards DaveP - DISCLAIMER: NOTICE: The information contained in this email and any attachments is confidential and may be privileged. If you are not the intended recipient you should not use, disclose, distribute or copy any of the content of it or of any attachment; you are requested to notify the sender immediately of your receipt of the email and then to delete it and any attachments from your system. RNIB endeavours to ensure that emails and any attachments generated by its staff are free from viruses or other contaminants. However, it cannot accept any responsibility for any such which are transmitted. We therefore recommend you scan all attachments. Please note that the statements and views expressed in this email and any attachments are those of the author and do not necessarily represent those of RNIB. RNIB Registered Charity Number: 226227 Website: http://www.rnib.org.uk From alodoiska at swasteetech.biz Tue Oct 7 05:46:09 2003 From: alodoiska at swasteetech.biz (=?ISO-8859-1?Q?Antony_Lodo=EFska?=) Date: Tue Oct 7 05:46:09 2003 Subject: [Moin-user] Basic Help Required In-Reply-To: <9B66BBD37D5DD411B8CE00508B69700F049E1DCD@pborolocal.rnib.org.uk> References: <9B66BBD37D5DD411B8CE00508B69700F049E1DCD@pborolocal.rnib.org.uk> Message-ID: <3F82B57D.6050908@swasteetech.biz> Hi, I do not even have the minimum expertise in this type of server configuration and installation. Antony David.Pawson at rnib.org.uk wrote: > >>-----Original Message----- >>From: Antony Lodo?ska [mailto:alodoiska at swasteetech.biz] >>Sent: 07 October 2003 12:57 >>To: moin-user at lists.sourceforge.net >>Subject: [Moin-user] Basic Help Required >> >> >>Hi everybody, >> >>Would be grateful if someone can help me in the installation >>of Moin on >> www.wirelessmauritius.org > > > http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/MoinMoin_2fInstallDoc > s > > was my starting point. Now up and working.... but I had to > work at it. > > Next step is to make it accessible. > > regards DaveP > > - > DISCLAIMER: > > NOTICE: The information contained in this email and any attachments is > confidential and may be privileged. If you are not the intended > recipient you should not use, disclose, distribute or copy any of the > content of it or of any attachment; you are requested to notify the > sender immediately of your receipt of the email and then to delete it > and any attachments from your system. > > RNIB endeavours to ensure that emails and any attachments generated by > its staff are free from viruses or other contaminants. However, it > cannot accept any responsibility for any such which are transmitted. > We therefore recommend you scan all attachments. > > Please note that the statements and views expressed in this email and > any attachments are those of the author and do not necessarily represent > those of RNIB. > > RNIB Registered Charity Number: 226227 > > Website: http://www.rnib.org.uk > > > From kassaal at yahoo.com Tue Oct 7 10:09:07 2003 From: kassaal at yahoo.com (Altaf Kassam) Date: Tue Oct 7 10:09:07 2003 Subject: [Moin-user] Python error when attempting to create a page while logged in Message-ID: <20031007170851.3119.qmail@web13506.mail.yahoo.com> I'm having bizarre behavior when I attempt to create new or edit existing pages while logged into Moin Moin. I get the following descriptive error page, however, this does not happen when I am not logged in. The installation is on Win2K Server with IIS5 using the stable CVS tarball downloaded Monday (Oct 6th). I have run version 1.0 without a problem. Here is the error: > ValueError: (22, 'Invalid argument') Python 2.3 C:\Python\python.exe A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call first. The exception attributes are: __doc__ = 'Inappropriate argument value (of correct type).' __getitem__ = > __init__ = > __module__ = 'exceptions' __str__ = > args = (22, 'Invalid argument') C:\Moin\Lib\site-packages\MoinMoin\util\datetime.py in tmtuple(tmsecs=-68400) 16 17 This is currently an alias for gmtime(), but allows later tweaking. 18 """ 19 return time.gmtime(tmsecs or time.time()) global time = , global gmtime = undefined, tmsecs = -68400 20 C:\Moin\Lib\site-packages\MoinMoin\user.py in getTime(self=, tm=0) 246 def getTime(self, tm): 247 """Get time in user's timezone""" 248 return datetime.tmtuple(tm + self.tz_offset) global datetime = , global tmtuple = undefined, tm = 0, self = , global tz_offset = undefined 249 250 C:\Moin\Lib\site-packages\MoinMoin\user.py in getFormattedDateTime(self=, tm=0) 256 def getFormattedDateTime(self, tm): 257 datetime_fmt = self.datetime_fmt or config.datetime_fmt 258 return time.strftime(datetime_fmt, self.getTime(tm)) global time = , global strftime = undefined, datetime_fmt = '%Y-%m-%d %H:%M:%S', self = , global getTime = undefined, tm = 0 259 260 C:\Moin\Lib\site-packages\MoinMoin\PageEditor.py in aquire(self=) 682 self._readLockFile() 683 bumptime = self.request.user.getFormattedDateTime(self.now + self.timeout) 684 timestamp = self.request.user.getFormattedDateTime(self.timestamp) timestamp = undefined, self = , global request = undefined, global user = , global getFormattedDateTime = undefined 685 owner = self.owner_html 686 secs_valid = self.timestamp + self.timeout - self.now C:\Moin\Lib\site-packages\MoinMoin\PageEditor.py in sendEditor(self=, **kw={}) 128 else: 129 # try to aquire edit lock 130 ok, edit_lock_message = self.lock.aquire() ok = undefined, edit_lock_message = None, self = , global lock = undefined, global aquire = undefined 131 if not ok: 132 # failed to get the lock C:\Moin\Lib\site-packages\MoinMoin\wikiaction.py in do_edit(pagename='202A ReservationSchedule', request=) 488 def do_edit(pagename, request): 489 from MoinMoin.PageEditor import PageEditor 490 PageEditor(pagename, request).sendEditor() PageEditor = , pagename = '202A ReservationSchedule', request = , global sendEditor = undefined 491 492 C:\Moin\Lib\site-packages\MoinMoin\cgimain.py in run(properties={}) 199 else: 200 try: 201 cgitb.handler() cgitb = , handler = 202 except: 203 cgi.print_exception(*saved_exc) __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From tw at waldmann-edv.de Tue Oct 7 13:07:32 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Tue Oct 7 13:07:32 2003 Subject: [Moin-user] img locations? Not visible In-Reply-To: <9B66BBD37D5DD411B8CE00508B69700F049E1DCA@pborolocal.rnib.org.uk> References: <9B66BBD37D5DD411B8CE00508B69700F049E1DCA@pborolocal.rnib.org.uk> Message-ID: <3F8315D2.9040407@waldmann-edv.de> >Alias /prs/ "C:/moin/share/moin/htdocs" >ScriptAlias /prs "C:/moin/prs/moin.cgi" > > Don't use the same as Alias and Scriptalias! From tw at waldmann-edv.de Tue Oct 7 13:08:57 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Tue Oct 7 13:08:57 2003 Subject: [Moin-user] Python error when attempting to create a page while logged in In-Reply-To: <20031007170851.3119.qmail@web13506.mail.yahoo.com> References: <20031007170851.3119.qmail@web13506.mail.yahoo.com> Message-ID: <3F831706.3020108@waldmann-edv.de> >C:\Moin\Lib\site-packages\MoinMoin\util\datetime.py in >tmtuple(tmsecs=-68400) > 16 > 17 This is currently an alias for gmtime(), >but allows later tweaking. > 18 """ > 19 return time.gmtime(tmsecs or time.time()) > > global time = , >global gmtime = undefined, tmsecs = -68400 > 20 > > Try cvs latest (nightly) snapshot, not "stable". I think I have fixed that bug some weeks ago. From David.Pawson at rnib.org.uk Wed Oct 8 00:03:05 2003 From: David.Pawson at rnib.org.uk (David.Pawson at rnib.org.uk) Date: Wed Oct 8 00:03:05 2003 Subject: [Moin-user] img locations? Not visible Message-ID: <9B66BBD37D5DD411B8CE00508B69700F049E1DD1@pborolocal.rnib.org.uk> > -----Original Message----- > From: Thomas Waldmann > >Alias /prs/ "C:/moin/share/moin/htdocs" > >ScriptAlias /prs "C:/moin/prs/moin.cgi" > > > > > Don't use the same as Alias and Scriptalias! Any reason why Thomas? It would help me to understand. btw, If its any use, I've regenerated the HTML used on the user preferences page to make it more accessible. Should I mail it to you? Checked out by our accessibility people. ==== One more, if you are involved with the project. The install docs (windows, apache) are different in the delivered package compared to http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/MoinMoin_2fInstallDoc s I've added comments to the bottom of this url noting what worked for me, win2000 and recent apache. regards DaveP. - DISCLAIMER: NOTICE: The information contained in this email and any attachments is confidential and may be privileged. If you are not the intended recipient you should not use, disclose, distribute or copy any of the content of it or of any attachment; you are requested to notify the sender immediately of your receipt of the email and then to delete it and any attachments from your system. RNIB endeavours to ensure that emails and any attachments generated by its staff are free from viruses or other contaminants. However, it cannot accept any responsibility for any such which are transmitted. We therefore recommend you scan all attachments. Please note that the statements and views expressed in this email and any attachments are those of the author and do not necessarily represent those of RNIB. RNIB Registered Charity Number: 226227 Website: http://www.rnib.org.uk From robert.groenewegen at tiscali.nl Wed Oct 8 02:14:02 2003 From: robert.groenewegen at tiscali.nl (Robert Groenewegen) Date: Wed Oct 8 02:14:02 2003 Subject: [Moin-user] return page with other page type Message-ID: <1585326444.1065604466362.JavaMail.www@inbox01> Hi all, Can anyone give me a hint how to return a page out of an action with a different content-type? I have been looking into PageEditor but this one always returns a wikipage (content type: text/plain), and I have been looking into the class request but the only lines that change the content type are commented ... (Note: with content-type I mean the thing that must be returned (to stdout) in the first lines of a cgi-script) Thanks, Robert From robert.groenewegen at tiscali.nl Wed Oct 8 02:17:15 2003 From: robert.groenewegen at tiscali.nl (Robert Groenewegen) Date: Wed Oct 8 02:17:15 2003 Subject: [Moin-user] _ = request.getText ? Message-ID: <1523542381.1065604696801.JavaMail.www@inbox01> Hi all, Can anyone explain to me why I should include the line "_ = request.getText" in the actions that I create? I have been creating actions without this line and they work fine. But every action in the MoinMoin source and on the action market has this line. I just do not grog this at the moment (to be honest: I almost do not understand the "_" in python either. Sorry, but I have been working with Perl ...) Many thanks, Robert From dani at miracle-solutions.de Wed Oct 8 08:23:04 2003 From: dani at miracle-solutions.de (Daniela Nicklas) Date: Wed Oct 8 08:23:04 2003 Subject: [Moin-user] _ = request.getText ? In-Reply-To: <1523542381.1065604696801.JavaMail.www@inbox01> References: <1523542381.1065604696801.JavaMail.www@inbox01> Message-ID: Hi Robert, Am 8.10.2003 schrieb Robert Groenewegen: >Can anyone explain to me why I should include the line "_ = >request.getText" in the actions that I create? > >I have been creating actions without this line and they work fine. >But every action in the MoinMoin source and on the action market has >this line. I just do not grog this at the moment (to be honest: I >almost do not understand the "_" in python either. Sorry, but I have >been working with Perl ...) The "_" is the translation function for wikis in other languages. In the i18n - directory you find different mappings of English strings to a certain language. So if a strings goes through the _-function, it will be translated, if the user has another language chosen and if there is a mapping in the i18n file. Hope this is right (I'm still learning about MoinMoin, too) best regards, Daniela -- InterNet: dani at miracle-solutions.de Homepage: www.miracle-solutions.de/leute/dani From tw at waldmann-edv.de Wed Oct 8 08:27:13 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Wed Oct 8 08:27:13 2003 Subject: [Moin-user] return page with other page type References: <1585326444.1065604466362.JavaMail.www@inbox01> Message-ID: <3F842CAC.7030406@waldmann-edv.de> > Can anyone give me a hint how to return a page out of an action with a different content-type? > > I have been looking into PageEditor but this one always returns a wikipage (content type: text/plain), and I have been looking into the class request but the only lines that change the content type are commented ... > > (Note: with content-type I mean the thing that must be returned (to stdout) in the first lines of a cgi-script) See wikiaction.py, function do_raw for a sample. From tw at waldmann-edv.de Wed Oct 8 08:45:10 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Wed Oct 8 08:45:10 2003 Subject: [Moin-user] _ = request.getText ? References: <1523542381.1065604696801.JavaMail.www@inbox01> Message-ID: <3F8430DC.10909@waldmann-edv.de> > Can anyone explain to me why I should include the line "_ = request.getText" in the actions that I create? Because that (together with using _("What I want to say in english")) makes internationalization possible - see the files in MoinMoin/i18n/. > I have been creating actions without this line and they work fine. > But every action in the MoinMoin source and on the action market has this line. You need it only, if you output text. Text should be translatable to other languages. Very important is to really use request.getText (NOT i18n.whatever). From drlaziza007 at yahoo.co.uk Thu Oct 9 20:01:02 2003 From: drlaziza007 at yahoo.co.uk (Eleilla) Date: Thu Oct 9 20:01:02 2003 Subject: [Moin-user] people Message-ID: Dear Sir, It is with a heart full of hope that i write, soliciting for your strict confidence in this transaction. This is by virtue of its nature a secret and should be held very confidential. I have decided to contact you due to the urgency of this transaction,I came across your contact via our local chamber of commerce while surfing the internet, and find you "reliable" and "competent" to handle a transaction of this nature, After due delibration and verification with my colleagues, I decided to forward to you this business preposition in anticipation that you may be in position to assist/handle this business with me. Let me start by introducing myself properly to you. I am MR john udoma(SNR) an Executive Director of Projects, of the FEDERAL MINISTRY OF WORKS AND HOUSING (FMWH) FEDERAL REPUBLIC OF NIGERIA. I have an urgent and profitable business proposition for you. We want a reliable person, who could assist us in receiving funds resulted from over invoiced bills from contracts awarded under the budget allocation for FMWH.These bills had been approved for payment by the concernd ministry.The contracts had been executed, commissioned and the contractors had been paid their actual contractual sums.What we are about to receive now is a kick back from the contractors. Now the problem is, we do not want these contractors thinking we can NOT received this money or be able to operate a foreign account under our names, this will amount to their sitting on our own kickback(money). Under the Civil service code of conduct, we as civil servants and our immediate family are forbiden to operate or owm foreign accounts. Consequently, this is why am soliciting your undiluted assistance in this manner. On our part, all modalities has been carefully worked out in ensuring a smooth transaction .All I want from you is your mailing address and the name that you want the cheques to be issued on. As soon as you indicate your interest, further instructions will be passed on to you on the procedure that we will follow in order to ensure a smooth and successful actualisation of this deal. On accomplishment of this deal you will be entitled to 10% of the total sum.Note,there will be no financial obligation whatsoever, required from you. I want to assure you that this transaction is 100% risk free. If this proposal is accepted by you, kindly reach me immediately via e-mail: Looking forward to your favourable response. Please respond to my private email : johnudoma at excite.com Best regards John Udoma. From R.Bauer at fz-juelich.de Fri Oct 10 19:22:14 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Fri Oct 10 19:22:14 2003 Subject: [Moin-user] many wikis one URL Message-ID: <3F8768F0.7000603@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I have at the moment four moin wikis. If I switch from one to another I would like to be identified as the same user. How could I setup this? I thought I have read something about this sometime ago. regards Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/h2jp5aOc3Q9hk/kRAoBFAKC1HMFMpUzXETPNqJzBw9+28WuuBQCcCbkj Qhhfzv0fNMscDxcGcZEPZcg= =HlGg -----END PGP SIGNATURE----- From tw at waldmann-edv.de Mon Oct 13 09:42:05 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon Oct 13 09:42:05 2003 Subject: [Moin-user] many wikis one URL References: <3F8768F0.7000603@fz-juelich.de> Message-ID: <3F8AD5B2.1080306@waldmann-edv.de> > I have at the moment four moin wikis. > > If I switch from one to another I would like to be identified as the > same user. How could I setup this? I thought I have read something > about this sometime ago. Use the same data/user/* for them. If it is only your own single account, then copy / symlink that file, so you user will have the same ID in all wikis. If it should be all users in general, copy / symlink the directory (do that only if you can live with wrong trails, as they are stored there, too). From r.bauer at fz-juelich.de Tue Oct 14 07:21:02 2003 From: r.bauer at fz-juelich.de (Reimar Bauer) Date: Tue Oct 14 07:21:02 2003 Subject: [Moin-user] Re: many wikis one URL (Thomas Waldmann) In-Reply-To: References: Message-ID: <3F8C05F3.6070408@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 moin-user-request at lists.sourceforge.net wrote: | | Today's Topics: | | 1. Re: many wikis one URL (Thomas Waldmann) | | --__--__-- | | Message: 1 | Date: Mon, 13 Oct 2003 18:41:22 +0200 | From: Thomas Waldmann | To: Reimar Bauer | Cc: moin-user at lists.sourceforge.net | Subject: Re: [Moin-user] many wikis one URL | | |>I have at the moment four moin wikis. |> |>If I switch from one to another I would like to be identified as the |>same user. How could I setup this? I thought I have read something |>about this sometime ago. | | | Use the same data/user/* for them. | | If it is only your own single account, then copy / symlink that file, so | you user will have the same ID in all wikis. | | If it should be all users in general, copy / symlink the directory (do | that only if you can live with wrong trails, as they are stored there, too). | | | I have choosen to copy the file because the wikis are on two servers. Now I have the same user definition on each. But how could I set up an url or wikiname to get connected to the other one with the same wikiname (UserName)? One of the wikis is internal for our institute and the others probably could be accessed from others too. Now it would be fine if it is easy to switch to the other wikis without having a new bookmark. Reimar - -- Reimar Bauer Institut fuer Stratosphaerische Chemie (ICG-I) Forschungszentrum Juelich email: R.Bauer at fz-juelich.de - ------------------------------------------------------------------- ~ a IDL library at ForschungsZentrum Juelich ~ http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html =================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/jAXx5aOc3Q9hk/kRAsYBAJ9dQ1nHNYMklWk2atXYYZ5SVAFO5QCgrUTm MFT7A+KhnOg+oWMakOrE/r4= =ymaz -----END PGP SIGNATURE----- From r.bauer at fz-juelich.de Thu Oct 16 01:36:03 2003 From: r.bauer at fz-juelich.de (Reimar Bauer) Date: Thu Oct 16 01:36:03 2003 Subject: [Moin-user] interwiki Message-ID: <3F8E578A.4000701@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all I have defined wikis on different servers. So I copied all users from the master one to the others. Then I set up a intermap interwiki to switch between them. Is it possible to get the userid by a variable added to the url e.g. ?action=userform&uid= I hope if I could transport my uid to the link then I will have be logged on right on the other wiki. How to do this? Reimar - -- Reimar Bauer Institut fuer Stratosphaerische Chemie (ICG-I) Forschungszentrum Juelich email: R.Bauer at fz-juelich.de - ------------------------------------------------------------------- ~ a IDL library at ForschungsZentrum Juelich ~ http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html =================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/jleE5aOc3Q9hk/kRAv2/AJ9U+a1L8guyva9mgwMsqFGpD4ByhgCdHsNg GYU4Tb7MwtMNgFqwNtnbvtw= =FMfs -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Thu Oct 16 10:38:16 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Oct 16 10:38:16 2003 Subject: [Moin-user] many wikis one URL In-Reply-To: References: Message-ID: <3F8ED717.7040500@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Is there a function or variable available to transport the uid of my name to an other wiki I won't set wiki?action=userform&uid=00000.00.000 but probably there is a variable or action available which could be used for my wish. Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/jtcV5aOc3Q9hk/kRAiOPAKCs/6rIFWuSa40M7KFx/b1su5ttFACgnGaB ZNkzTIlDL6eSgXhPBMHSITo= =kh1r -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Thu Oct 16 20:18:17 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Oct 16 20:18:17 2003 Subject: [Moin-user] mavigation of slides Message-ID: <3F8F5EDE.8090207@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have a question about navigations in slides. If you look at this example again: http://twistedmatrix.com/users/jh.twistd/master/moin.cgi/WikiSchulung_2fBasisEinf_fchrung_2f001_20_28Test_29?action=recall&date=1066063363 This slideshow has some slides as child-slides and some of them have childs too. If I press at the start page the next button then it goes to the first slide. If this is a sub slide it goes then into the first of this page. * |____* ~ |_____* ~ * * ~ * if at this point are two pages I go with next in the second one and then next ... What is now next ? I realized at this point that this is different from the "next" or "previous" I got by latex2html. Is there any change to get this buttons or some additionals to load the next or previous page from page 1 to page 100 or backwards. The page counter seems to be right at the beginning could it be used to set next to next page number best regards Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/j17c5aOc3Q9hk/kRAtm4AJ9UKXEEWe5uPqjL9dz0e8jW8kkJyACeOO66 jvisfdy8jOLYoZ3HHcusQKg= =RHrw -----END PGP SIGNATURE----- From mariuss at lightspeed.ca Fri Oct 17 11:43:23 2003 From: mariuss at lightspeed.ca (Marius Scurtescu) Date: Fri Oct 17 11:43:23 2003 Subject: [Moin-user] [Fwd: Open Source is going to Comdex] Message-ID: <3F9037BA.2010508@lightspeed.ca> MoinMoin is on the list as well. Vote for MoinMoin and it may get to Vegas! Marius -------- Original Message -------- Subject: Open Source is going to Comdex Date: 17 Oct 2003 18:37:40 -0000 From: Steve Mallett - OSDir.com To: steve at osdir.com Ladies and Gentlemen, we're going to Vegas, baby! Well, six open source projects are anyway. O'ReillyNet & Comdex are working together to pick out the best six of twenty one projects to feature at the Open Source Innovation Center, a space for the open source community to show its stuff. We've picked out twenty one projects that we think have a high demo factor (they are shiny and/or make noise - not to mention, pretty darn impressive). Please help us narrow down the projects we're chosen to the six we have availability for. It's Vegas, baby! Vote today! http://news.osdir.com/article269.html From moinuser at yahoo.com Fri Oct 17 14:04:03 2003 From: moinuser at yahoo.com (Marcel van den Dungen) Date: Fri Oct 17 14:04:03 2003 Subject: [Moin-user] list of referring pages Message-ID: Hi, Is there a macro that can list the referring pages of an existing page. The 'WantedPages' page lists the pages referring to the non-existing page. Is there a way to generate this info for an existing page? TIA, Marcel From fgranger at nerim.net Sun Oct 19 05:30:06 2003 From: fgranger at nerim.net (=?iso-8859-1?Q?Fran=E7ois?= Granger) Date: Sun Oct 19 05:30:06 2003 Subject: Re2: [Moin-user] list of referring pages In-Reply-To: References: Message-ID: At 22:45 +0200 17/10/2003, in message [Moin-user] list of referring pages, Marcel van den Dungen wrote: >Hi, > >Is there a macro that can list the referring pages of an existing page. The >'WantedPages' page lists the pages referring to the non-existing page. Is >there a way to generate this info for an existing page? Sorry, previous answer was wrong, I should have checked, it is [[FullSearch()]] See http://fgranger.net1.nerim.net/twiki/HelpOnMacros?action=highlight&value=fullsearch or same page on your Wiki. -- Hofstadter's Law : It always takes longer than you expect, even when you take into account Hofstadter's Law. From fgranger at nerim.net Sun Oct 19 05:42:17 2003 From: fgranger at nerim.net (=?iso-8859-1?Q?Fran=E7ois?= Granger) Date: Sun Oct 19 05:42:17 2003 Subject: [Moin-user] list of referring pages In-Reply-To: References: Message-ID: At 22:45 +0200 17/10/2003, in message [Moin-user] list of referring pages, Marcel van den Dungen wrote: >Hi, > >Is there a macro that can list the referring pages of an existing page. The >'WantedPages' page lists the pages referring to the non-existing page. Is >there a way to generate this info for an existing page? [[PageList(PageName)]] ? -- Hofstadter's Law : It always takes longer than you expect, even when you take into account Hofstadter's Law. From fgranger at nerim.net Sun Oct 19 08:26:20 2003 From: fgranger at nerim.net (=?iso-8859-1?Q?Fran=E7ois?= Granger) Date: Sun Oct 19 08:26:20 2003 Subject: Re2: [Moin-user] list of referring pages In-Reply-To: References: Message-ID: At 22:45 +0200 17/10/2003, in message [Moin-user] list of referring pages, Marcel van den Dungen wrote: >Hi, > >Is there a macro that can list the referring pages of an existing page. The >'WantedPages' page lists the pages referring to the non-existing page. Is >there a way to generate this info for an existing page? Sorry, previous answer was wrong, I should have checked, it is [[FullSearch()]] See http://fgranger.net1.nerim.net/twiki/HelpOnMacros?action=highlight&value=fullsearch or same page on your Wiki. -- Hofstadter's Law : It always takes longer than you expect, even when you take into account Hofstadter's Law. From fgranger at nerim.net Sun Oct 19 08:56:04 2003 From: fgranger at nerim.net (=?iso-8859-1?Q?Fran=E7ois?= Granger) Date: Sun Oct 19 08:56:04 2003 Subject: [Moin-user] list of referring pages In-Reply-To: References: Message-ID: At 22:45 +0200 17/10/2003, in message [Moin-user] list of referring pages, Marcel van den Dungen wrote: >Hi, > >Is there a macro that can list the referring pages of an existing page. The >'WantedPages' page lists the pages referring to the non-existing page. Is >there a way to generate this info for an existing page? [[PageList(PageName)]] ? -- Hofstadter's Law : It always takes longer than you expect, even when you take into account Hofstadter's Law. From moinuser at yahoo.com Sun Oct 19 13:20:25 2003 From: moinuser at yahoo.com (Marcel van den Dungen) Date: Sun Oct 19 13:20:25 2003 Subject: [Moin-user] Re: list of referring pages References: Message-ID: I saw that macro, but thought it was the one that gave the resultlist from the index search. Thanks, Marcel "Fran?ois Granger" wrote in message news:a05200f0abbb8290e05c3@[192.168.1.20]... > At 22:45 +0200 17/10/2003, in message [Moin-user] list of referring > pages, Marcel van den Dungen wrote: > >Hi, > > > >Is there a macro that can list the referring pages of an existing page. The > >'WantedPages' page lists the pages referring to the non-existing page. Is > >there a way to generate this info for an existing page? > > Sorry, previous answer was wrong, I should have checked, it is > > [[FullSearch()]] > > See > http://fgranger.net1.nerim.net/twiki/HelpOnMacros?action=highlight&value=fullsearch > or same page on your Wiki. > > -- > Hofstadter's Law : > It always takes longer than you expect, even when you take into > account Hofstadter's Law. > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com From r.bauer at fz-juelich.de Mon Oct 20 12:35:04 2003 From: r.bauer at fz-juelich.de (Reimar Bauer) Date: Mon Oct 20 12:35:04 2003 Subject: [Moin-user] removing of many help pages Message-ID: <3F940CC9.2020202@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, is there an easy way to remove all help pages without english or german pages? regards Reimar - -- Reimar Bauer Institut fuer Stratosphaerische Chemie (ICG-I) Forschungszentrum Juelich email: R.Bauer at fz-juelich.de - ------------------------------------------------------------------- ~ a IDL library at ForschungsZentrum Juelich ~ http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html =================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/lAzH5aOc3Q9hk/kRAjR/AKCffEX4V4f1+8JnmHHT5RNR9uzu+wCghVML rPBT8jm9n7No/r/ICcfsP4M= =wHgO -----END PGP SIGNATURE----- From kentsin at yahoo.com Mon Oct 20 22:31:24 2003 From: kentsin at yahoo.com (kent sin) Date: Mon Oct 20 22:31:24 2003 Subject: [Moin-user] reST Message-ID: <20031021031532.28027.qmail@web41505.mail.yahoo.com> I am testing the new rest format, it works. But I have some questions: How do I make a wikilink with rest? Does it work with macros? __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From ml at stratus11.com Tue Oct 21 00:19:49 2003 From: ml at stratus11.com (Rusyn) Date: Tue Oct 21 00:19:49 2003 Subject: [Moin-user] Simple noob layout ??? Message-ID: Does MoinMoin support css layouts? Or are you limited to the template skins? THX, Rusyn From gia at webde-ag.de Tue Oct 21 00:34:14 2003 From: gia at webde-ag.de (Gisbert Amm) Date: Tue Oct 21 00:34:14 2003 Subject: [Moin-user] Simple noob layout ??? Message-ID: <74ADFA8C453ED611A71E00508BBBA13510E9471C@exchange1.cinetic.de> > > Does MoinMoin support css layouts? Or are you limited to the template > skins? > Have a look at the preferences page; there you'll find a textbox named "CSS URL" where you can invoke your own css. Don't forget to import the MoinMoin default CSS to get the standard layouts automatically. Regards, Gisbert Amm http://web.de/ From ml at stratus11.com Tue Oct 21 01:02:43 2003 From: ml at stratus11.com (Rusyn) Date: Tue Oct 21 01:02:43 2003 Subject: [Moin-user] Re: Simple noob layout ??? Message-ID: Does MoinMoin support css layouts? Or are you limited to the template skins? THX, Rusyn From jh at web.de Wed Oct 22 13:46:43 2003 From: jh at web.de (Juergen Hermann) Date: Wed Oct 22 13:46:43 2003 Subject: [Moin-user] script to create pages In-Reply-To: <3F7B72A1.5060409@lightspeed.ca> Message-ID: On Wed, 01 Oct 2003 17:34:41 -0700, Marius Scurtescu wrote: >The problem I see is that PageEdit is not >meant to be used by other scripts, it is >mixing GUI elements and with real code. Indeed, and to make things worse, you need a request object to use PageEditor. There are 2 ways out of this: refactoring the page classes, or a standard "fake" request object for shell scripts. Or both. Something for 1.2. Ciao, J?rgen From jh at web.de Wed Oct 22 13:48:37 2003 From: jh at web.de (Juergen Hermann) Date: Wed Oct 22 13:48:37 2003 Subject: [Moin-user] img locations? Not visible In-Reply-To: <9B66BBD37D5DD411B8CE00508B69700F049E1DD1@pborolocal.rnib.org.uk> Message-ID: On Wed, 8 Oct 2003 08:01:44 +0100, David.Pawson at rnib.org.uk wrote: >> Don't use the same as Alias and Scriptalias! >Any reason why Thomas? It would help me to understand. It does not work. 'Nuf reason for most people. :> Ciao, J?rgen From jh at web.de Wed Oct 22 14:14:09 2003 From: jh at web.de (Juergen Hermann) Date: Wed Oct 22 14:14:09 2003 Subject: [Moin-user] replacing moin.cgi/FrontPage with moin.cgi?FrontPage In-Reply-To: <47ep6isutbji.dlg@morateknikutveckling.se> Message-ID: On Mon, 6 Oct 2003 10:03:34 +0200, Anders Eriksson wrote: >When: Cannot change to user's CGI directory via chdir()! >Error Message: Not a directory >Error Number: 20 This is a bug of that wrapper. >So I'm wondering is there a configuration which lets me change the / to a ? >(and ? to &) or must I run though all the code and change it myself? The problem is that this fix does not work for any urls that have their own querystring. You'll probably have to wait until we refactor url generation AND decoding to some central place. Ciao, J?rgen From jh at web.de Wed Oct 22 15:14:24 2003 From: jh at web.de (Juergen Hermann) Date: Wed Oct 22 15:14:24 2003 Subject: [Moin-user] interwiki In-Reply-To: <3F8E578A.4000701@fz-juelich.de> Message-ID: On Thu, 16 Oct 2003 10:32:10 +0200, Reimar Bauer wrote: >I have defined wikis on different servers. >So I copied all users from the master one to the others. >Then I set up a intermap interwiki to switch between them. >Is it possible to get the userid by a variable added to the url e.g. >?action=userform&uid= >I hope if I could transport my uid to the link then I will have be >logged on right on the other wiki. >How to do this? Logins are cookie-based, and cookies are bound to domains, so there is no real way (unless you locally hack your cookie files). Ciao, J?rgen From jh at web.de Wed Oct 22 15:18:09 2003 From: jh at web.de (Juergen Hermann) Date: Wed Oct 22 15:18:09 2003 Subject: [Moin-user] Life signs Message-ID: Hi! After I actually happened to be able to _reduce_ my overtime for 2 consecutive days, I'll invest it into first catching up on the 320 unread moin lists emails. Thanks to Thomas for keeping the ball rolling (which is part of my excuse for letting things slip for a while). Ciao, J?rgen From kassaal at yahoo.com Wed Oct 22 16:32:02 2003 From: kassaal at yahoo.com (Altaf Kassam) Date: Wed Oct 22 16:32:02 2003 Subject: [Moin-user] can you include an inline excel spreadsheet on a wiki page? Message-ID: <20031022232634.4347.qmail@web13506.mail.yahoo.com> Is there any way to include an editable inline spreadsheet within a moinmoin wiki page? If not, is there a macro that can give basic spreadsheet functionality, like computing the sum of a column and placing the result in a particular cell? I need to incorporate a spreadsheet in my wiki for people to edit. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From ml at stratus11.com Thu Oct 23 18:25:09 2003 From: ml at stratus11.com (Rusyn) Date: Thu Oct 23 18:25:09 2003 Subject: [Moin-user] question about storage Message-ID: Hello Moin-users, Okay, I thought I had settled on getting the MoinWiki, but I have one more question: I currently intend to install Moin on my site and have had my host look into it, but in about 6 months I will be heading back to my own country and intend to set up a little server there. How do transfers work? Can I "export" my wiki onto a new machine? I think you can with php-based wikis, but I have no idea about Python based ones. Cheers R From vriens at ciberania.cl Thu Oct 23 21:34:07 2003 From: vriens at ciberania.cl (Marijn P. Vriens) Date: Thu Oct 23 21:34:07 2003 Subject: [Moin-user] can you include an inline excel spreadsheet on a wiki page? In-Reply-To: <20031022232634.4347.qmail@web13506.mail.yahoo.com> References: <20031022232634.4347.qmail@web13506.mail.yahoo.com> Message-ID: <1066917087.1686.9.camel@guajiro.local> On Wed, 2003-10-22 at 20:26, Altaf Kassam wrote: > Is there any way to include an editable inline > spreadsheet within a moinmoin wiki page? If not, is > there a macro that can give basic spreadsheet > functionality, like computing the sum of a column and > placing the result in a particular cell? I need to > incorporate a spreadsheet in my wiki for people to edit. My experience with Moin tells me that this doesn't exist at the moment. But it would be extemely Cool to have. Ofcourse, inventing a markup that is both intuitive and powerfull is going to far from trivial... Regards, Marijn. -- "Cient?ficos concluyen que la vida es para disfrutarla" -- El Mercurio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jh at web.de Thu Oct 23 23:22:20 2003 From: jh at web.de (Juergen Hermann) Date: Thu Oct 23 23:22:20 2003 Subject: [Moin-user] removing of many help pages In-Reply-To: <3F940CC9.2020202@fz-juelich.de> Message-ID: On Mon, 20 Oct 2003 18:26:49 +0200, Reimar Bauer wrote: >is there an easy way to remove all help pages without english or german >pages? You can use grep and the ##language: markers to select the set of pages you want. Ciao, J?rgen From ml at stratus11.com Fri Oct 24 04:49:16 2003 From: ml at stratus11.com (Rusyn) Date: Fri Oct 24 04:49:16 2003 Subject: [Moin-user] TEST Message-ID: Ignore this test, Thanks - R -- From gia at webde-ag.de Fri Oct 24 06:16:06 2003 From: gia at webde-ag.de (Gisbert Amm) Date: Fri Oct 24 06:16:06 2003 Subject: [Moin-user] question about storage Message-ID: <74ADFA8C453ED611A71E00508BBBA13510E947A0@exchange1.cinetic.de> > I currently intend to install Moin on my site and have had my > host look > into it, but in about 6 months I will be heading back to my > own country > and intend to set up a little server there. > > How do transfers work? Can I "export" my wiki onto a new machine? > Of course you can tar the whole Wiki directory and untar it on another machine. The only additional task to do is to install the MoinMoin package on that machine and change the httpd.conf and probably some paths in moin_config.py (@the others: am I missing something?). The content of the Wiki directory is something like that: backup cache cgi_log dict.cache editlog error.log event.log intermap.bak moin.cgi moin_config.py moin_config.pyc pages text user Regards, Gisbert Amm http://web.de/ From jh at web.de Fri Oct 24 10:29:02 2003 From: jh at web.de (Juergen Hermann) Date: Fri Oct 24 10:29:02 2003 Subject: [Moin-user] mavigation of slides In-Reply-To: <3F8F5EDE.8090207@fz-juelich.de> Message-ID: On Fri, 17 Oct 2003 05:15:42 +0200, Reimar Bauer wrote: >This slideshow has some slides as child-slides and some of them have >childs too. This is not supported currently, so any problems are not surprising. Add a feature request to sf.net. Ciao, J?rgen From jh at web.de Fri Oct 24 12:38:07 2003 From: jh at web.de (Juergen Hermann) Date: Fri Oct 24 12:38:07 2003 Subject: [Moin-user] removing of many help pages In-Reply-To: <1067008602.1859.32.camel@guajiro.local> Message-ID: On Fri, 24 Oct 2003 12:16:42 -0300, Marijn P. Vriens wrote: >Some idea for when a new stable release (any ideas what/if/when, yet? :D >) is done is to release the "software", and to release various "language >packs" so that people can choose what languages to add to their Wiki. Or >just stay with an "empty" Wiki, if they those to do so. I learned not too make promises (only the release helps you, promises do not ;), but we all know the release is more than overdue. >The other thing is to go in reverse, and that is, distribute all >pages/languages and remove/disable the pages for languages that the >user/admin doesn't desire to have laying around. My near-term plan here is to have a script that seeds a wiki where you can select the parts that you want (moin-create --install-languages=de,en ...). The long-term plan is to have the whole stuff separate, and still be able to edit those pages (or annotate them?). That plan is trickier. Ciao, J?rgen From vriens at ciberania.cl Fri Oct 24 22:35:30 2003 From: vriens at ciberania.cl (Marijn P. Vriens) Date: Fri Oct 24 22:35:30 2003 Subject: [Moin-user] removing of many help pages In-Reply-To: References: Message-ID: <1067008602.1859.32.camel@guajiro.local> On Wed, 2003-10-22 at 16:09, Juergen Hermann wrote: > On Mon, 20 Oct 2003 18:26:49 +0200, Reimar Bauer wrote: > > >is there an easy way to remove all help pages without english or german > >pages? > > You can use grep and the ##language: markers to select the set of pages > you want. > Hi! Some idea for when a new stable release (any ideas what/if/when, yet? :D ) is done is to release the "software", and to release various "language packs" so that people can choose what languages to add to their Wiki. Or just stay with an "empty" Wiki, if they those to do so. The other thing is to go in reverse, and that is, distribute all pages/languages and remove/disable the pages for languages that the user/admin doesn't desire to have laying around. > > Ciao, J?rgen Regards, Marijn Vriens. -- To mess up a Linux box, you need to work at it; to mess up your Windows box, you just need to work on it. -- Security Focus -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From vriens at ciberania.cl Sat Oct 25 04:40:26 2003 From: vriens at ciberania.cl (Marijn P. Vriens) Date: Sat Oct 25 04:40:26 2003 Subject: [Moin-user] can you include an inline excel spreadsheet on a wiki page? In-Reply-To: <16281.10847.104215.149602@montanaro.dyndns.org> References: <20031022232634.4347.qmail@web13506.mail.yahoo.com> <1066917087.1686.9.camel@guajiro.local> <16281.10847.104215.149602@montanaro.dyndns.org> Message-ID: <1067007932.1859.21.camel@guajiro.local> On Fri, 2003-10-24 at 10:34, Skip Montanaro wrote: > >> Is there any way to include an editable inline > >> spreadsheet within a moinmoin wiki page? > > Marijn> My experience with Moin tells me that this doesn't exist at the > Marijn> moment. But it would be extemely Cool to have. Ofcourse, > Marijn> inventing a markup that is both intuitive and powerfull is going > Marijn> to far from trivial... > > My limited experience editing tables in Moin suggests you'd have to come up > with something better than a