From robert.hoelzl at gmx.de Thu Jan 1 14:28:28 2004 From: robert.hoelzl at gmx.de (=?ISO-8859-1?Q?Robert_H=F6lzl?=) Date: Thu Jan 1 14:28:28 2004 Subject: [Moin-user] Re: edit page loads slowly Message-ID: hello tobias, we had the same problem in our company. After some analysing of the source code I detected that the moinmoin's editor tries to resolve the IP address of the requesting client to the corresponding host name for internal logging purposes. Since we had no internal DNS server the name could not be resolved and after a timeout of about 10s moinmoin stops and uses the IP address for logging instead of the host name. If your problem is caused by the dns server, too, you could avoid this awkward 10s by modifing the "editlog.py". A more elegant solution would be to use a DNS server or to modify the resolv.conf file, so that the name of every client PC is known to the moinmoin server. If this is not possible you could also disable the locking mechanism, which locks a page when it is edited. This is done by setting "edit_locking=None" in the configgfile "moin_config.py" best regards, robert From towb at tiscali.de Fri Jan 2 02:52:02 2004 From: towb at tiscali.de (Tobias Weber) Date: Fri Jan 2 02:52:02 2004 Subject: [Moin-user] Re: edit page loads slowly In-Reply-To: Message-ID: 01.01.2004 23:27 Uhr Robert H?lzl wrote: > we had the same problem in our company. After some analysing of the > source code I detected that the moinmoin's editor tries to resolve the > IP address of the requesting client to the corresponding host name for This should be documented near show_hosts. > A more elegant solution would be to use a DNS server or to modify the > resolv.conf file, so that the name of every client PC is known to the > moinmoin server. Since both client and server are localhost this should work already. > If this is not possible you could also disable the locking mechanism, > which locks a page when it is edited. This is done by setting > "edit_locking=None" in the configgfile "moin_config.py" For whatever reason, this *did* fasten up things. Thanks! -- Tobias Weber From hluo at yahoo.com Sat Jan 3 12:50:02 2004 From: hluo at yahoo.com (Elaine Lum) Date: Sat Jan 3 12:50:02 2004 Subject: [Moin-user] moin,don't w@it t0 flnd out... Message-ID: An HTML attachment was scrubbed... URL: From richard at braveterry.com Fri Jan 9 04:28:01 2004 From: richard at braveterry.com (Richard Terry) Date: Fri Jan 9 04:28:01 2004 Subject: [Moin-user] Linking to attachments with spaces Message-ID: Hello, How can I link to attachments with spaces in the filename? When I use: attachment:LONG Filename - With Spaces (V1.0).doc I get: Upload new attachment "LONG" Filename - With Spaces (V1.0).doc As the link in the wiki page. Is there some way I can cause MoinMoin to recognize the entire filename? Thanks! Richard Terry 8^) <--- Smiley with Glasses --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.559 / Virus Database: 351 - Release Date: 1/7/2004 From gia at webde-ag.de Fri Jan 9 07:15:05 2004 From: gia at webde-ag.de (Gisbert Amm) Date: Fri Jan 9 07:15:05 2004 Subject: [Moin-user] Linking to attachments with spaces Message-ID: <74ADFA8C453ED611A71E00508BBBA13510E94C0F@exchange1.cinetic.de> > How can I link to attachments with spaces in the filename? When I use: > > attachment:LONG Filename - With Spaces (V1.0).doc > > I get: > > Upload new attachment "LONG" Filename - With Spaces (V1.0).doc > > As the link in the wiki page. > > Is there some way I can cause MoinMoin to recognize the > entire filename? Write: attachment:LONG%20Filename%20-%20With%20Spaces%20(V1.0).doc But I in your place would rename the file on upload to an identifier without spaces since the spaces make the filename fairly hard to read and cause nothing than problems on the web aswell as in the filesystem. If you want to have it *displayed* on the page *with* spaces as the original filename was, you can do [attachment:filename_without_spaces LONG Filename - With Spaces (V1.0).doc] Regards, Gisbert Amm http://web.de/ From richard at braveterry.com Fri Jan 9 07:57:02 2004 From: richard at braveterry.com (Richard Terry) Date: Fri Jan 9 07:57:02 2004 Subject: [Moin-user] Linking to attachments with spaces In-Reply-To: <74ADFA8C453ED611A71E00508BBBA13510E94C0F@exchange1.cinetic.de> References: <74ADFA8C453ED611A71E00508BBBA13510E94C0F@exchange1.cinetic.de> Message-ID: <3FFECF0A.6030802@braveterry.com> When I try: attachment:LONG%20Filename%20-%20With%20Spaces%20(V1.0).doc I get Upload new attachment "LONG Filename - With Spaces (V1.0").doc That's progress. It recognizes the filename up to the close parenthesis. I was hoping there was a way I could surround the filename in quotes or something to get MoinMoin to recognize it. I was looking to use MoinMoin as a collaborative tool for the software development team I on. We all have Windows machines, (and Windows filenames can contain spaces) so it would be cumbersome to rename filenames to remove spaces or replace the spaces with %20. Thanks! Gisbert Amm wrote: >>How can I link to attachments with spaces in the filename? When I use: >> >> attachment:LONG Filename - With Spaces (V1.0).doc >> >>I get: >> >> Upload new attachment "LONG" Filename - With Spaces (V1.0).doc >> >>As the link in the wiki page. >> >>Is there some way I can cause MoinMoin to recognize the >>entire filename? > > > Write: > > attachment:LONG%20Filename%20-%20With%20Spaces%20(V1.0).doc > > But I in your place would rename the file on upload to an identifier without > spaces since the spaces make the filename fairly hard to read and cause > nothing than problems on the web aswell as in the filesystem. > > If you want to have it *displayed* on the page *with* spaces as the original > filename was, you can do > > [attachment:filename_without_spaces LONG Filename - With Spaces (V1.0).doc] > > Regards, > Gisbert Amm > http://web.de/ > > > -- ================================== Richard Terry 8^) <--- Smiley with Glasses From gia at webde-ag.de Fri Jan 9 08:34:03 2004 From: gia at webde-ag.de (Gisbert Amm) Date: Fri Jan 9 08:34:03 2004 Subject: [Moin-user] Linking to attachments with spaces Message-ID: <74ADFA8C453ED611A71E00508BBBA13510E94C13@exchange1.cinetic.de> > When I try: > > attachment:LONG%20Filename%20-%20With%20Spaces%20(V1.0).doc > > I get > > Upload new attachment "LONG Filename - With Spaces (V1.0").doc > > That's progress. It recognizes the filename up to the close > parenthesis. Sorry, I've overseen the parenthesis. You have to escape them aswell (like any other non-ascii character) attachment:LONG%20Filename%20-%20With%20Spaces%20%28V1.0%29.doc > I was hoping there was a way I could surround the filename in > quotes or > something to get MoinMoin to recognize it. There should be a way to do this, that's right. Did you have a look if there is a feature request for that already? > I was looking to use > MoinMoin as a collaborative tool for the software development > team I on. > We all have Windows machines, (and Windows filenames can contain > spaces) so it would be cumbersome to rename filenames to > remove spaces > or replace the spaces with %20. As I mentioned before: you do not have to rename your original files, just give them a fresh, short name made only of ascii characters when uploading them (e.g. by writing "attachment:shortname"). As a workaround, of course. Regards Gisbert Amm http://web.de/ From sasdtp at sas.com Mon Jan 12 13:13:02 2004 From: sasdtp at sas.com (Don Poitras) Date: Mon Jan 12 13:13:02 2004 Subject: [Moin-user] Re: Linking to attachments with spaces Message-ID: <40030DB5.2080109@sas.com> ** I guess I'll just add another ping to request that this gets added in to the base product. I asked about this last year and found: >From: Leslie A. Barnes >MoinMoin mods >2003-04-18 08:47 > > We've made a couple of minor changes to MoinMoin locally. > > 1) allow attachments to be quoted. > > eg. attach:"my file name.xls" > > which some people had asked for. It's a straightforward change > to url_rule regexp and attachment() in parser/wiki.py > I wrote to Leslie and he said that the changes he made have been sent in, but no one seems to know where the code went. If anyone has the code, I'd really appreciate a copy. Although it may be a "straightforward change", I just haven't gotten to the point where my Python skills are such that I can figure out how to do it. Yes, I know there is a work around. Yes, I accept that it can muck other things up. My users are not that computer-literate and if they get stymied in using attachments or have to jump through hoops, they'll just give up. I seem to remember someone posting a way to get moin to create slide show pages and that is mainly what people at my site want to do. Thumbnails are also needed, though, so just slide show isn't enough (these are just family snapshots, not Powerpoint presentations.) Thanks for any help. -- Don Poitras From Denis.Walrave at trema.com Thu Jan 15 02:42:01 2004 From: Denis.Walrave at trema.com (Denis Walrave) Date: Thu Jan 15 02:42:01 2004 Subject: [Moin-user] Is there a way to get a list of pages refering the current page? Message-ID: <2F520D7DB7B17E4E9EC4ADEC448778F4019A44C2@labsex1.corp.trema.com> Hi, I would appreciate a macro listing the pages referring the current one, like the one for the orphaned pages, or like '[[Navigation(parents)]]'. Does it exist? Thanks, Denis From gia at webde-ag.de Thu Jan 15 04:53:04 2004 From: gia at webde-ag.de (Gisbert Amm) Date: Thu Jan 15 04:53:04 2004 Subject: [Moin-user] Is there a way to get a list of pages refering th e current page? Message-ID: <74ADFA8C453ED611A71E00508BBBA13510E94C54@exchange1.cinetic.de> > I would appreciate a macro listing the pages referring the > current one, > like the one for the orphaned pages, or like > '[[Navigation(parents)]]'. > > Does it exist? Yes, it does: [[FullSearch()]] Regards, Gisbert Amm http://web.de/ From tcronj2 at ananzi.co.za Thu Jan 15 14:39:17 2004 From: tcronj2 at ananzi.co.za (tcronj) Date: Thu Jan 15 14:39:17 2004 Subject: [Moin-user] error on ?test Message-ID: <40071699.2000401@ananzi.co.za> My MoinMoin installation works well but I get this error when running ?test Will any functionality be affected by this? What can I do to correect it? Many thanks Tertius ====================================================================== ERROR: runTest (MoinMoin._tests.test_wikimacro.PluginMacroTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\gnu\python23\Lib\site-packages\MoinMoin\_tests\test_wikimacro.py", line 51, in runTest self.failUnlessEqual(_make_macro().execute(macro_name, "OK"), "OK") File "d:\gnu\python23\Lib\site-packages\MoinMoin\wikimacro.py", line 111, in execute return execute_external_macro(macro_name, "execute", (self, args)) File "d:\gnu\python23\Lib\site-packages\MoinMoin\wikimacro.py", line 78, in execute_external_macro return execute(*args) TypeError: 'NoneType' object is not callable ---------------------------------------------------------------------- Ran 20 tests in 0.218s FAILED (errors=1) From poitras at pobox.com Thu Jan 15 17:09:04 2004 From: poitras at pobox.com (Don Poitras) Date: Thu Jan 15 17:09:04 2004 Subject: [Moin-user] error on ?test In-Reply-To: <40071699.2000401@ananzi.co.za> from "tcronj" at Jan 16, 2004 12:39:21 AM Message-ID: <200401160107.i0G175Do025424@hagbard.io.com> Tertius, I asked this exact question a couple of weeks ago and didn't receive any answers. I am glad that someone else had the same result so that I can assume that there's something wrong other than than that I just had a random file get corrupted. On a brighter note, I haven't noticed anything not working on my wiki, but then, my wiki doesn't do much. :) -- Don > > My MoinMoin installation works well but I get this error when running ?test > > Will any functionality be affected by this? > > What can I do to correect it? > > Many thanks > > Tertius > > > > > ====================================================================== > ERROR: runTest (MoinMoin._tests.test_wikimacro.PluginMacroTestCase) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "d:\gnu\python23\Lib\site-packages\MoinMoin\_tests\test_wikimacro.py", > line 51, in runTest > self.failUnlessEqual(_make_macro().execute(macro_name, "OK"), "OK") > File "d:\gnu\python23\Lib\site-packages\MoinMoin\wikimacro.py", line > 111, in execute > return execute_external_macro(macro_name, "execute", (self, args)) > File "d:\gnu\python23\Lib\site-packages\MoinMoin\wikimacro.py", line > 78, in execute_external_macro > return execute(*args) > TypeError: 'NoneType' object is not callable > > ---------------------------------------------------------------------- > Ran 20 tests in 0.218s > > FAILED (errors=1) > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From tw-public at gmx.de Fri Jan 16 05:24:02 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Fri Jan 16 05:24:02 2004 Subject: [Moin-user] error on ?test References: <40071699.2000401@ananzi.co.za> Message-ID: <4007E5AD.20804@gmx.de> > My MoinMoin installation works well but I get this error when running ?test > > Will any functionality be affected by this? RecentChanges and UserPrefences use macros for their main functionality. If they work, then maybe simply that test is broken, but code works nevertheless. I didn't look into that for 1.1 now, but we will try to have a 1.2 with 100% working tests mid february. From fwang2 at anr.mcnc.org Fri Jan 16 11:25:03 2004 From: fwang2 at anr.mcnc.org (Feiyi Wang) Date: Fri Jan 16 11:25:03 2004 Subject: [Moin-user] registered user management Message-ID: <40083A55.208@anr.mcnc.org> Hello Somehow I could not locate moin-user archive on SF anymore, so I am not sure if the question has been asked before. Anyway, I wonder is there a way to list all registered users? Thanks Feiyi From cronjet at bigfoot.com Sat Jan 17 00:43:01 2004 From: cronjet at bigfoot.com (Tertius Cronje) Date: Sat Jan 17 00:43:01 2004 Subject: [Moin-user] error on ?test In-Reply-To: <4007E5AD.20804@gmx.de> References: <40071699.2000401@ananzi.co.za> <4007E5AD.20804@gmx.de> Message-ID: <4008F592.7060406@bigfoot.com> Thomas Waldmann wrote: > RecentChanges and UserPrefences use macros for their main functionality. > > If they work, then maybe simply that test is broken, but code works > nevertheless. > > I didn't look into that for 1.1 now, but we will try to have a 1.2 > with 100% working tests mid february. > > My RecentChanges and UserPrefences functions seems to be working fine. Many thanks Tertius From hendry at cs.helsinki.fi Sun Jan 18 12:46:01 2004 From: hendry at cs.helsinki.fi (Kai Hendry) Date: Sun Jan 18 12:46:01 2004 Subject: [Moin-user] XHTML wanted Message-ID: <20040118204355.GB2142@cs.helsinki.fi> I was hacking on the moin code to make it output more modern HTML, in order to style it better: http://svn.natalian.org/?root=testsvn THEN I notice: http://twistedmatrix.com/wiki/moin/MoinMoinFeatures Which seems to do what I want. My installed moin from debian unstable: Package: moin Version: 1.1.cvs20031026-1 I can't really see easily where these improvements come in http://twistedmatrix.com/wiki/moin/MoinMoinTodo_2fPlannedFeatures What version should I be asking the maintainer to update to? From dcramer at motive.com Sun Jan 18 21:46:01 2004 From: dcramer at motive.com (David Cramer (Tech Pubs)) Date: Sun Jan 18 21:46:01 2004 Subject: [Moin-user] error on ?test Message-ID: <990D4B8EF7AC7746B7EBBC1444CFFDB72DD65E@rodan.motive.com> I just subscribed, so I don't have the original message in this thread. I'm wondering if the error message I'm seeing is the same as was reported here. I'm seeing it on Red Hat 7.3. Everything works, except that there are a couple of actions that I found at ActionMarket that I can't get to work: SubscriberUpdate.py and ImportHTML.py. I'm wondering if they're related. ====================================================================== FAIL: runTest (MoinMoin._tests.test_parser_wiki.WikiMacroTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.2/site-packages/MoinMoin/_tests/test_parser_wiki.py", line 48, in runTest self.failUnless(regex.search(output), msg='Expected %r in: %s' % (pattern, output)) File "/usr/lib/python2.2/unittest.py", line 262, in failUnless if not expr: raise self.failureException, msg AssertionError: Expected '1#1970-01-06 00:00:00#1' in:

1#1970-01-06 01:00:00#1 2#1970-01-04 00:00:00#2 3#2003-03-03 03:03:03#3 4#2000-01-01 00:00:00#4 5#2002-02-02#5 For example, with SubscribeUser.py, I get the following error when I click the Subscribe button to subscribe a user: Traceback (most recent call last): File "/usr/lib/python2.2/site-packages/MoinMoin/cgimain.py", line 106, in run request.form = cgi.FieldStorage() File "//usr/lib/python2.2/cgi.py", line 520, in __init__ self.read_multi(environ, keep_blank_values, strict_parsing) File "//usr/lib/python2.2/cgi.py", line 625, in read_multi raise ValueError, ('Invalid boundary in multipart form: %s' ValueError: Invalid boundary in multipart form: '' Thanks, David SystemInfo: Python Version 2.2.2 (#1, Jan 30 2003, 21:26:22) [GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-112)] MoinMoin Version Release 1.1 [Revision 1.178] Number of pages 336 Number of system pages 82 Number of backup versions 110 Accumulated page sizes 599719 Entries in edit log 76 (5581 bytes) Global extension macros AbandonedPages, BR, FootNote, Form, FullSearch, GetText, Include, Navigation, OrphanedPages, PageSize, RandomPage, RandomQuote, RecentChanges, ShowSmileys, StatsChart, SystemAdmin, TableOfContents, TeudView, WantedPages, autosub Local extension macros NONE Global extension actions AttachFile, DeletePage, ImportHtml, LikePages, LocalSiteMap, SpellCheck, SubscribeUser, Subscribers, VisualSiteMap, links, titleindex, webdot Local extension actions NONE Installed processors CSV, Colorize ---------------------------------------------------------------------- > Today's Topics: > > 1. Re: error on ?test (Tertius Cronje) > > --__--__-- > > Message: 1 > Date: Sat, 17 Jan 2004 10:42:58 +0200 > From: Tertius Cronje > To: Thomas Waldmann > CC: tcronj , moin-user at lists.sourceforge.net > Subject: Re: [Moin-user] error on ?test > > Thomas Waldmann wrote: > > > RecentChanges and UserPrefences use macros for their main > functionality. > > > > If they work, then maybe simply that test is broken, but code works > > nevertheless. > > > > I didn't look into that for 1.1 now, but we will try to have a 1.2 > > with 100% working tests mid february. > > > > > My RecentChanges and UserPrefences functions seems to be working fine. > > Many thanks > Tertius From tw at waldmann-edv.de Mon Jan 19 09:46:06 2004 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon Jan 19 09:46:06 2004 Subject: [Moin-user] registered user management References: <40083A55.208@anr.mcnc.org> Message-ID: <400C17BA.7080002@waldmann-edv.de> > Anyway, I wonder is there a way to list all registered users? cd data/user grep ^name= * ;) From tw at waldmann-edv.de Mon Jan 19 10:05:00 2004 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon Jan 19 10:05:00 2004 Subject: [Moin-user] XHTML wanted References: <20040118204355.GB2142@cs.helsinki.fi> Message-ID: <400C1C20.9040004@waldmann-edv.de> > http://twistedmatrix.com/wiki/moin/MoinMoinFeatures > Which seems to do what I want. > > My installed moin from debian unstable: > Package: moin > Version: 1.1.cvs20031026-1 > > I can't really see easily where these improvements come in Well, the FrontPage there tells it is a development snapshot of upcoming 1.2. > What version should I be asking the maintainer to update to? Two possibilities: a) Development snapshots don't go into Debian. But releases do. b) If some development snapshot gets into debian, then the following release gets there, too - as soon as it is released. You see at the cvs snapshot from above that this was not the case with that, so debian still has a cvs snapshot although there was a release one month later. BTW, release is planned for February. If you want to test it before that, you can get a daily snapshot from http://arch.thinkmo.de (moin--main--1.2). From fwang2 at anr.mcnc.org Mon Jan 19 12:08:03 2004 From: fwang2 at anr.mcnc.org (Feiyi Wang) Date: Mon Jan 19 12:08:03 2004 Subject: [Moin-user] registered user management In-Reply-To: <400C17BA.7080002@waldmann-edv.de> References: <40083A55.208@anr.mcnc.org> <400C17BA.7080002@waldmann-edv.de> Message-ID: <400C3915.3010506@anr.mcnc.org> cool. thanks Thomas. Two other related questions: - does it make sense to reserve user wiki name such that each user have a dedicated page as their home page? - if I'd like to add a function such as listing all users, where is the best place I should start? is there an extension guide for Moin? Thomas Waldmann wrote: >> Anyway, I wonder is there a way to list all registered users? > > > cd data/user > grep ^name= * > > ;) > > From adh at newnhamresearch.com Tue Jan 20 07:51:00 2004 From: adh at newnhamresearch.com (Dave Hill) Date: Tue Jan 20 07:51:00 2004 Subject: [Moin-user] Re: Problem with UserSettings after upgrade from 1.0 to 1.1 References: <3388.195.143.197.114.1072107749.squirrel@thorsten.dyndns.org> <3FE883A1.8070100@waldmann-edv.de> Message-ID: On Tue, 23 Dec 2003 19:04:17 +0100, Thomas Waldmann wrote: > Hi, > >> To rule out conflicts with different versions of the python libs I >> deleted the directory /lib/python/site-packages/MoinMoin (and >> reinstalled moinmoin). Still the same problems. >> >> Can anybody give me a hint, what might be the problem? > > If you use apache authentication (htpasswd), then apache will override > moin authentication - this is a problem if you have different usernames > on apache and on moinmoin. > > Thomas I've just hit the same problem, it was doing my head in. We're using AuthPAM rather than htpasswd files - I assume the result is the same. Here is a fix that seems to work for me. Edit the file cgimain.py (in the site-packages/MoinMoin directory) and comment out the following 3 lines: if os.environ.get('AUTH_TYPE','') == 'Basic': auth_username = os.environ.get('REMOTE_USER','') properties.update({'auth_username': auth_username}) Then delete the "cgimain.pyc" file and recompile it (I used "python2 /usr/lib/python2.2/Tools/compiler/compile.py cgimain.py" to do it.) Dave Hill -- Dave Hill Systems Administrator, Newnham Research Ltd Tel: +44 (0) 8707 66 11 10 From towb at tiscali.de Wed Jan 21 08:25:09 2004 From: towb at tiscali.de (Tobias Weber) Date: Wed Jan 21 08:25:09 2004 Subject: [Moin-user] link formatting Message-ID: Hi, how can I have Moin display different text for a WikiPage? [wiki:SandBox Try there] doesn't work for local pages. And is there an Equivalent for UseMod's SandBox""es? -- Tobias Weber From c.brosch at mx.uni-saarland.de Thu Jan 22 00:52:40 2004 From: c.brosch at mx.uni-saarland.de (Christopher Brosch) Date: Thu Jan 22 00:52:40 2004 Subject: [Moin-user] Problems with Login Message-ID: <20040122095055.A28470@rw22linux2.jura.uni-sb.de> Guten Morgen, I have a strange problem with a moinmoin wiki[1]: I can create an user account, the account data appears in data/user afterwards. But when I go to another page, I am no longer logged in. This does not happen with an older wiki (same SystemInfo, but older pages). Maybe something went wrong with creating the new wiki instance? Any Ideas? TIA, Christopher [1] Python Version 2.2.1 (#1, Sep 7 2002, 14:34:30) [GCC 2.95.4 20011002 (Debian prerelease)] MoinMoin Version Release 1.1 [Revision 1.178] -- Christopher Brosch Universit?t des Saarlandes, Institut f?r Rechtsinformatik private Post an: Christopher Brosch richtiges Zitieren in News und Mail: http://learn.to/quote From iepperson at axiomdesign.com Thu Jan 22 16:35:32 2004 From: iepperson at axiomdesign.com (Ian Epperson) Date: Thu Jan 22 16:35:32 2004 Subject: [Moin-user] Problems with Login Message-ID: <96210A60BE6F0B4F8D1535ED119A240119BEAB@colossus.axiomdesign.com> This happened to me. The issue here is that we are using IIS authentication, and the wiki is picking up the authenticated username. If you're using authentication, the wiki will ALWAYS use that username. If you create a wiki account with that username, it will show you as logged immediately after the authentication. __________ "Without deviation from the norm, progress is not possible." -Frank Zappa -----Original Message----- From: moin-user-admin at lists.sourceforge.net [mailto:moin-user-admin at lists.sourceforge.net] On Behalf Of Christopher Brosch Sent: Thursday, January 22, 2004 12:51 AM To: moin-user at lists.sourceforge.net Subject: [Moin-user] Problems with Login Guten Morgen, I have a strange problem with a moinmoin wiki[1]: I can create an user account, the account data appears in data/user afterwards. But when I go to another page, I am no longer logged in. This does not happen with an older wiki (same SystemInfo, but older pages). Maybe something went wrong with creating the new wiki instance? Any Ideas? TIA, Christopher [1] Python Version 2.2.1 (#1, Sep 7 2002, 14:34:30) [GCC 2.95.4 20011002 (Debian prerelease)] MoinMoin Version Release 1.1 [Revision 1.178] -- Christopher Brosch Universit?t des Saarlandes, Institut f?r Rechtsinformatik private Post an: Christopher Brosch richtiges Zitieren in News und Mail: http://learn.to/quote ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Moin-user mailing list Moin-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user From cuall at gmx.de Fri Jan 23 02:16:13 2004 From: cuall at gmx.de (Denny Schierz) Date: Fri Jan 23 02:16:13 2004 Subject: [Moin-user] "=" same size like "==" Message-ID: <1074852947.4721.4.camel@dennywin2k.cst-it.local> hi, i installed 1.0 and i have the problem, that the header "=" has the same size like "===". Tested with Konqi. Firebird, IE6. So i updated to version 1.1, but nothing changed. what can be the problem? cu denny From R.Thompson at Liberty-IT.co.uk Fri Jan 23 05:42:34 2004 From: R.Thompson at Liberty-IT.co.uk (Thompson, Richard(LIT)) Date: Fri Jan 23 05:42:34 2004 Subject: [Moin-user] Can I run a search and -require all words- ?? Message-ID: <2EEE8B3325BA154C9932C0509148473C0D7A77@braid> I would like to be able to run a full search and identify all pages containing multiple words which would appear scattered through the page. EG Search for all pages containing the words ("Project" & "Status:OK" & "Lead:George") Is such a search possible at the moment? R -------------- next part -------------- An HTML attachment was scrubbed... URL: From tbird20d at yahoo.com Mon Jan 26 07:47:28 2004 From: tbird20d at yahoo.com (Tim Bird) Date: Mon Jan 26 07:47:28 2004 Subject: [Moin-user] "=" same size like "==" In-Reply-To: <1074852947.4721.4.camel@dennywin2k.cst-it.local> Message-ID: <20040126153755.9639.qmail@web20811.mail.yahoo.com> --- Denny Schierz wrote: > hi, > > i installed 1.0 and i have the problem, that the header "=" has the > same > size like "===". Tested with Konqi. Firebird, IE6. So i updated to > version 1.1, but nothing changed. > > what can be the problem? Have you tried changing the settings in the moinmoin.css file? This is where the attributes for the header tags are stored. ===== Tim Bird tim at bird.org From tw-public at gmx.de Mon Jan 26 09:35:02 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Mon Jan 26 09:35:02 2004 Subject: [Moin-user] Can I run a search and -require all words- ?? References: <2EEE8B3325BA154C9932C0509148473C0D7A77@braid> Message-ID: <401157A6.7020301@gmx.de> > I would like to be able to run a full search and identify all pages > containing multiple words which would appear scattered through the page. We are planning to make a better search function (google-like syntax). Except some patches there is no code yet and it will at least take until 1.3 devel to get that stuff in. > Is such a search possible at the moment? You can try to make a regex of it, but that is not quite a end-user compatible method. ;) Thomas From tw-public at gmx.de Mon Jan 26 12:25:13 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Mon Jan 26 12:25:13 2004 Subject: [Moin-user] "=" same size like "==" References: <1074852947.4721.4.camel@dennywin2k.cst-it.local> Message-ID: <401156E0.9010605@gmx.de> Hi, > i installed 1.0 We fixed a lot of bugs in 1.1 and upcoming 1.2. Please don't use stone age versions like 1.0 and earlier. 1.2 will be out mid to end February, so if you aren't in a hurry, wait for that one, else please test with 1.1. > and i have the problem, that the header "=" has the same > size like "===". Look into the html, = should be h1 (or h2) and === should be h3 (or h4). If it is rendered the same size, it must be wrong CSS. > Tested with Konqi. Firebird, IE6. So i updated to > version 1.1, but nothing changed. Maybe your forgot to upgrade CSS? Thomas From matt.price at utoronto.ca Mon Jan 26 12:25:42 2004 From: matt.price at utoronto.ca (Matt Price) Date: Mon Jan 26 12:25:42 2004 Subject: [Moin-user] setting permissions on files in data/text/ Message-ID: <20040126202237.GV28733@utoronto.ca> Hi, I have a script that grabs text from incoming mail and posts it to a MoinMoin page by simply adding text to the top of the page. It works great, until someone tries to edit the page; at which point the permisisons on the file are reset to 644 www-data:www-data (I want them to stay where I manually reset them, 664 www-data:movies). I hunted around and was not able to see a way to keep the permissions as I want them. Is there a way? It would be great if this could work, I would really like to use MoinMoin for this project. thx, matt From cuall at gmx.de Wed Jan 28 07:37:05 2004 From: cuall at gmx.de (Denny Schierz) Date: Wed Jan 28 07:37:05 2004 Subject: [Moin-user] "=" same size like "==" In-Reply-To: <20040126153755.9639.qmail@web20811.mail.yahoo.com> References: <20040126153755.9639.qmail@web20811.mail.yahoo.com> Message-ID: <1075286472.4718.5.camel@dennywin2k.cst-it.local> hi, the css file was broken, i installed a new one and everything is now fine :-) thanks Am Mon, den 26.01.2004 schrieb Tim Bird um 16:37: > Have you tried changing the settings in the moinmoin.css file? > This is where the attributes for the header tags are stored. From cuall at gmx.de Wed Jan 28 12:52:30 2004 From: cuall at gmx.de (Denny Schierz) Date: Wed Jan 28 12:52:30 2004 Subject: [Moin-user] Anchor link Message-ID: <1075287232.4704.18.camel@dennywin2k.cst-it.local> hi, i don't understand the Anchor link. I want to create a alphabet like: === Custome === A B C [...] ==== A ==== Alf Alfredo Alfa Anton ... ==== B ==== Bianka Berta Benjamin ... so when i click on the "A" i want to jump to "==== A ====" . It seems, that the anachor link is what i want, but i don't understand, how it works. [#anchorname Anchor Link] or. [[Anchor(hier)]][#hier] can anybody explain it? thanks From nino at kflog.org Wed Jan 28 13:39:31 2004 From: nino at kflog.org (Nino Novak) Date: Wed Jan 28 13:39:31 2004 Subject: [Moin-user] Anchor link In-Reply-To: <1075287232.4704.18.camel@dennywin2k.cst-it.local> References: <1075287232.4704.18.camel@dennywin2k.cst-it.local> Message-ID: <200401282234.29400.nino@kflog.org> Hi Denny, Why don't you put just ------------------------- Contents: [[TableOfContents]] = A = ... = Z = ------------------------- on your page? It would save you a lot of work :-) Nino On Wednesday 28 January 2004 11:53, Denny Schierz wrote: > hi, > > i don't understand the Anchor link. I want to create a alphabet like: > > === Custome === > > A > B > C > [...] > > ==== A ==== > Alf > Alfredo > Alfa > Anton > ... > > ==== B ==== > Bianka > Berta > Benjamin > > ... > > so when i click on the "A" i want to jump to "==== A ====" . It seems, > that the anachor link is what i want, but i don't understand, how it > works. > > [#anchorname Anchor Link] > > or. > > [[Anchor(hier)]][#hier] > > can anybody explain it? > > thanks > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From brendano at stanford.edu Wed Jan 28 15:41:21 2004 From: brendano at stanford.edu (Brendan O'Connor) Date: Wed Jan 28 15:41:21 2004 Subject: [Moin-user] try out: wysiwyg editing moinmoin Message-ID: Hi everybody, I recently started using MoinMoin and absolutely love it! As a little experimental thing I tried grafting HTMLArea the wysiwyg html-editor-inside-browser widget, into moinmoin. take a look! at http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi it uses htmlarea 3.0, from http://www.interactivetools.com/products/htmlarea/ though this mirror is a better site: http://women.cs.uiuc.edu/htmlarea/ -Brendan From iepperson at axiomdesign.com Wed Jan 28 16:16:55 2004 From: iepperson at axiomdesign.com (Ian Epperson) Date: Wed Jan 28 16:16:55 2004 Subject: [Moin-user] Anchor link Message-ID: <96210A60BE6F0B4F8D1535ED119A240119BFD6@colossus.axiomdesign.com> Create an anchor with [[Anchor(name)]], link to it (within the doc) with [[#name Descriptive Name]]. I haven't been able to get anchors to work on headers, so I just put it after the header. So, you'll want to do something like this: === Custome === [[#A A]] [[#B B]] [[#C C]] [...] ==== A ==== [[Anchor(A)]]Alf Alfredo Alfa Anton ... ==== B ==== [[Anchor(B)]]Bianka Berta Benjamin ... __________ "Without deviation from the norm, progress is not possible." -Frank Zappa -----Original Message----- From: moin-user-admin at lists.sourceforge.net [mailto:moin-user-admin at lists.sourceforge.net] On Behalf Of Denny Schierz Sent: Wednesday, January 28, 2004 2:54 AM To: moin-user Subject: [Moin-user] Anchor link hi, i don't understand the Anchor link. I want to create a alphabet like: === Custome === A B C [...] ==== A ==== Alf Alfredo Alfa Anton ... ==== B ==== Bianka Berta Benjamin ... so when i click on the "A" i want to jump to "==== A ====" . It seems, that the anachor link is what i want, but i don't understand, how it works. [#anchorname Anchor Link] or. [[Anchor(hier)]][#hier] can anybody explain it? thanks ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Moin-user mailing list Moin-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user From mike at nospam.com Thu Jan 29 02:19:40 2004 From: mike at nospam.com (Mike Rovner) Date: Thu Jan 29 02:19:40 2004 Subject: [Moin-user] Re: try out: wysiwyg editing moinmoin References: Message-ID: Brendan O'Connor wrote: > Hi everybody, > > I recently started using MoinMoin and absolutely love it! As a little > experimental thing I tried grafting HTMLArea the wysiwyg > html-editor-inside-browser widget, into moinmoin. take a look! at > http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi Well, nothing different from regular MoinMoin, i.e. it doesn't work. IE6.0, WinXP Mike From matt.price at utoronto.ca Thu Jan 29 05:16:57 2004 From: matt.price at utoronto.ca (Matt Price) Date: Thu Jan 29 05:16:57 2004 Subject: [Moin-user] try out: wysiwyg editing moinmoin In-Reply-To: References: Message-ID: <20040129034846.GC19429@utoronto.ca> On Wed, Jan 28, 2004 at 10:06:34AM -0800, Brendan O'Connor wrote: > Hi everybody, > > I recently started using MoinMoin and absolutely love it! As a little > experimental thing I tried grafting HTMLArea the wysiwyg > html-editor-inside-browser widget, into moinmoin. take a look! at > http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi So, htmlarea looks cool, but I don't see how to access it from within your wiki -- I get the normal textarea box when I go to edit a page. What am I missing? matt > > it uses htmlarea 3.0, from > http://www.interactivetools.com/products/htmlarea/ > > though this mirror is a better site: http://women.cs.uiuc.edu/htmlarea/ > > -Brendan > > > > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From millette at waglo.com Fri Jan 30 09:37:12 2004 From: millette at waglo.com (Robin Y. Millette) Date: Fri Jan 30 09:37:12 2004 Subject: [Moin-user] Re: try out: wysiwyg editing moinmoin In-Reply-To: References: Message-ID: <4018F090.3070400@waglo.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike Rovner wrote: > Brendan O'Connor wrote: >>I recently started using MoinMoin and absolutely love it! As a little >>experimental thing I tried grafting HTMLArea the wysiwyg >>html-editor-inside-browser widget, into moinmoin. take a look! at >>http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi > Well, nothing different from regular MoinMoin, i.e. it doesn't work. > IE6.0, WinXP Did you try to edit the page at stanford? Maybe your msie security settings are too strict... Try this url: http://women.cs.uiuc.edu/htmlarea/example-fully-loaded.html Even works with Mozilla :) - -- Robin Y. Millette (aka Lord D. Nattor) http://rym.waglo.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-nr2 (Windows 2000) Comment: Using GnuPG with MultiZilla - http://enigmail.mozdev.org iD8DBQFAGPCPIpq5HjFcVUMRAqwUAJ42TOAxARx4SMrBO8DU2R0IifErIACfSsMi 7NER7oESlKlxPYPZeiPYeGo= =iewS -----END PGP SIGNATURE----- From cuall at gmx.de Fri Jan 30 10:14:22 2004 From: cuall at gmx.de (Denny Schierz) Date: Fri Jan 30 10:14:22 2004 Subject: [Moin-user] Anchor link In-Reply-To: <200401282234.29400.nino@kflog.org> References: <1075287232.4704.18.camel@dennywin2k.cst-it.local> <200401282234.29400.nino@kflog.org> Message-ID: <1075371602.4718.2.camel@dennywin2k.cst-it.local> hi, that's cool :-) big thank from me Am Mit, den 28.01.2004 schrieb Nino Novak um 22:34: > Hi Denny, > Why don't you put just > ------------------------- > Contents: > [[TableOfContents]] > > = A = > ... > = Z = > ------------------------- From nick at rockstarvancouver.com Fri Jan 30 10:48:13 2004 From: nick at rockstarvancouver.com (Nick Trout) Date: Fri Jan 30 10:48:13 2004 Subject: [Moin-user] try out: wysiwyg editing moinmoin Message-ID: <911F8C8EB7A8084AAEDD55CEDC54D8F851FC5C@iggy.rockstarvancouver.com> > I recently started using MoinMoin and absolutely love it! As a little > experimental thing I tried grafting HTMLArea the wysiwyg > html-editor-inside-browser widget, into moinmoin. take a look! at > http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi Do you have it set up to save in wiki format? It looks like you've abandoned wiki formatting and gone over to HTML. This is probably not a very good idea if someone has a browser that doesn't support HTMLArea, or would rather edit in wiki format. Other information may be stored in pages as well, e.g. ACL's, which will want to be edited in text. A converter would be nice, to return the edited page in wiki format. Does this involve parsing HTML and converting it back to wiki? This may not be trivial, or unambiguous. On the other hand, an HTML to wiki converter could be a very useful utility for converting mass content to wiki, which saves a lot of reformatting when you move documents around. For instance you could get Word docs into wiki by exporting HTML from Word and using the converter. Mmmmm, I may look into this. Has anyone found such a conversion tool already? Nick From mike at nospam.com Fri Jan 30 11:16:19 2004 From: mike at nospam.com (Mike Rovner) Date: Fri Jan 30 11:16:19 2004 Subject: [Moin-user] Re: Re: try out: wysiwyg editing moinmoin References: <4018F090.3070400@waglo.com> Message-ID: Robin Y. Millette wrote: > Did you try to edit the page at stanford? Maybe your msie security > settings are too strict... Yes, I did. I got standard moin editing interface. Today is better :) I got htmlarea ok but editing button images are not loading. > Try this url: > http://women.cs.uiuc.edu/htmlarea/example-fully-loaded.html > Even works with Mozilla :) That works fine. Regards, Mike From brendano at stanford.edu Fri Jan 30 14:00:16 2004 From: brendano at stanford.edu (Brendan O'Connor) Date: Fri Jan 30 14:00:16 2004 Subject: [Moin-user] try out: wysiwyg editing moinmoin In-Reply-To: <911F8C8EB7A8084AAEDD55CEDC54D8F851FC5C@iggy.rockstarvancouver.com> Message-ID: > > I recently started using MoinMoin and absolutely love it! As a little > > experimental thing I tried grafting HTMLArea the wysiwyg > > html-editor-inside-browser widget, into moinmoin. take a look! at > > http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi > > Do you have it set up to save in wiki format? It looks like you've > abandoned wiki formatting and gone over to HTML. This is probably not a > very good idea if someone has a browser that doesn't support HTMLArea, > or would rather edit in wiki format. Other information may be stored in > pages as well, e.g. ACL's, which will want to be edited in text. Yeah, all wiki formatting is lost. It's a pretty hacky solution. The only wiki markup that still works is WikiLinks, but more could be added back. I disabled macros entirely for now. > > A converter would be nice, to return the edited page in wiki format. > Does this involve parsing HTML and converting it back to wiki? This may > not be trivial, or unambiguous. > > On the other hand, an HTML to wiki converter could be a very useful > utility for converting mass content to wiki, which saves a lot of > reformatting when you move documents around. For instance you could get > Word docs into wiki by exporting HTML from Word and using the converter. > > Mmmmm, I may look into this. Has anyone found such a conversion tool > already? There's lots of html->text conversion programs out there already, modifying one of them might be worth looking into... links, lynx, html2text, etc... Python has a decent event-based html parser too, which might help. -Brendan From brendano at stanford.edu Fri Jan 30 15:00:35 2004 From: brendano at stanford.edu (Brendan O'Connor) Date: Fri Jan 30 15:00:35 2004 Subject: [Moin-user] try out: wysiwyg editing moinmoin In-Reply-To: <20040129034846.GC19429@utoronto.ca> Message-ID: FIXED -- sorry to everyone about that, 'twas a stupid pathname problem (of course). Works on IE and Moz for me now. Brendan On Wed, 28 Jan 2004, Matt Price wrote: > On Wed, Jan 28, 2004 at 10:06:34AM -0800, Brendan O'Connor wrote: > > Hi everybody, > > > > I recently started using MoinMoin and absolutely love it! As a little > > experimental thing I tried grafting HTMLArea the wysiwyg > > html-editor-inside-browser widget, into moinmoin. take a look! at > > http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi > > So, htmlarea looks cool, but I don't see how to access it from within > your wiki -- I get the normal textarea box when I go to edit a page. > What am I missing? > matt > > > > > it uses htmlarea 3.0, from > > http://www.interactivetools.com/products/htmlarea/ > > > > though this mirror is a better site: http://women.cs.uiuc.edu/htmlarea/ > > > > -Brendan > > > > > > > > The SF.Net email is sponsored by EclipseCon 2004 > > Premiere Conference on Open Tools Development and Integration > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > http://www.eclipsecon.org/osdn > > _______________________________________________ > > Moin-user mailing list > > Moin-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/moin-user > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -- Brendan O'Connor - brendano at stanford.edu 650-823-9570 - PO Box 16448 Stanford CA 94309 From millette at waglo.com Fri Jan 30 15:37:12 2004 From: millette at waglo.com (Robin Y. Millette) Date: Fri Jan 30 15:37:12 2004 Subject: [Moin-user] Re: try out: wysiwyg editing moinmoin In-Reply-To: References: Message-ID: <4018EED7.7030007@waglo.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike Rovner wrote: > Brendan O'Connor wrote: >>I recently started using MoinMoin and absolutely love it! As a little >>experimental thing I tried grafting HTMLArea the wysiwyg >>html-editor-inside-browser widget, into moinmoin. take a look! at >>http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi > > Well, nothing different from regular MoinMoin, i.e. it doesn't work. > IE6.0, WinXP Version 2.03 - IE 5.5+ for Windows only (changelog) Version 3.0 (beta) - IE 5.5+ (Windows)/Mozilla 1.3 (all OS) cross platform functionality. The demo I didn't work either in mozilla. I'm going to try the beta on my site to give it a try. - -- Robin Y. Millette (aka Lord D. Nattor) http://rym.waglo.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-nr2 (Windows 2000) Comment: Using GnuPG with MultiZilla - http://enigmail.mozdev.org iD8DBQFAGO7XIpq5HjFcVUMRAghYAKCovRcwTjZb7gvqafRkFbFcjVRkeQCgw5kw N8qPRuKlhod9Jk8OKbCiz1I= =IRT0 -----END PGP SIGNATURE----- From brendano at stanford.edu Fri Jan 30 16:08:12 2004 From: brendano at stanford.edu (Brendan O'Connor) Date: Fri Jan 30 16:08:12 2004 Subject: [Moin-user] Re: try out: wysiwyg editing moinmoin In-Reply-To: Message-ID: Well, sorry folks -- I thought I tested it on IE6 Win2000. Guess not for a while, then. I've tested it much more recently on Mozilla cross-platform... Brendan On Wed, 28 Jan 2004, Mike Rovner wrote: > Brendan O'Connor wrote: > > Hi everybody, > > > > I recently started using MoinMoin and absolutely love it! As a little > > experimental thing I tried grafting HTMLArea the wysiwyg > > html-editor-inside-browser widget, into moinmoin. take a look! at > > http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi > > Well, nothing different from regular MoinMoin, i.e. it doesn't work. > IE6.0, WinXP > > Mike > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -- Brendan O'Connor - brendano at stanford.edu 650-823-9570 - PO Box 16448 Stanford CA 94309 From brendano at stanford.edu Fri Jan 30 16:10:37 2004 From: brendano at stanford.edu (Brendan O'Connor) Date: Fri Jan 30 16:10:37 2004 Subject: [Moin-user] try out: wysiwyg editing moinmoin In-Reply-To: <20040129034846.GC19429@utoronto.ca> Message-ID: ALright, alright, the entire thing is completely non-functional on IE right now. It looks cool on Moz at least -- Sorry for the bother :) Brendan On Wed, 28 Jan 2004, Matt Price wrote: > On Wed, Jan 28, 2004 at 10:06:34AM -0800, Brendan O'Connor wrote: > > Hi everybody, > > > > I recently started using MoinMoin and absolutely love it! As a little > > experimental thing I tried grafting HTMLArea the wysiwyg > > html-editor-inside-browser widget, into moinmoin. take a look! at > > http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi > > So, htmlarea looks cool, but I don't see how to access it from within > your wiki -- I get the normal textarea box when I go to edit a page. > What am I missing? > matt > > > > > it uses htmlarea 3.0, from > > http://www.interactivetools.com/products/htmlarea/ > > > > though this mirror is a better site: http://women.cs.uiuc.edu/htmlarea/ > > > > -Brendan > > > > > > > > The SF.Net email is sponsored by EclipseCon 2004 > > Premiere Conference on Open Tools Development and Integration > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > http://www.eclipsecon.org/osdn > > _______________________________________________ > > Moin-user mailing list > > Moin-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/moin-user > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -- Brendan O'Connor - brendano at stanford.edu 650-823-9570 - PO Box 16448 Stanford CA 94309 From cuall at gmx.de Fri Jan 30 17:12:55 2004 From: cuall at gmx.de (Denny Schierz) Date: Fri Jan 30 17:12:55 2004 Subject: [Moin-user] small Problem with internal Links Message-ID: <1075372688.4707.20.camel@dennywin2k.cst-it.local> hi, i want to create a wiki which i can use, to look what we did for our costumers last days/weeks/month etc. For example: = M = * ["Microsoft"] == date == * ["25.01.04"] * Install Linux on hotmail Servers, 2 hours The problem is, if we have an another customer with the same date, than the page will be linked to Microsoft * ["25.01.04"] . That is nice, but not what i want. Does anybody know a better way? thanks cu denny From matt.price at utoronto.ca Fri Jan 30 17:29:33 2004 From: matt.price at utoronto.ca (Matt Price) Date: Fri Jan 30 17:29:33 2004 Subject: [Moin-user] try out: wysiwyg editing moinmoin In-Reply-To: References: <20040129034846.GC19429@utoronto.ca> Message-ID: <20040131012610.GA2459@utoronto.ca> So Brendan, this is very neat -- especially since I run my wiki for students who feel lost without a wysiwyg editor. I just had a couple of questions: -- Where do we get the source code?? -- how hard do you think it would be to have 2 editing options -- one wysiwyg, one MoinMarkup? -- do you know what kind of license Html Area is distributed under? I think this is a pretty cool enhancement. matt On Thu, Jan 29, 2004 at 12:00:45PM -0800, Brendan O'Connor wrote: > FIXED -- sorry to everyone about that, 'twas a stupid pathname problem (of > course). Works on IE and Moz for me now. > > Brendan > > > > > On Wed, 28 Jan 2004, Matt Price wrote: > > > On Wed, Jan 28, 2004 at 10:06:34AM -0800, Brendan O'Connor wrote: > > > Hi everybody, > > > > > > I recently started using MoinMoin and absolutely love it! As a little > > > experimental thing I tried grafting HTMLArea the wysiwyg > > > html-editor-inside-browser widget, into moinmoin. take a look! at > > > http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi > > > > So, htmlarea looks cool, but I don't see how to access it from within > > your wiki -- I get the normal textarea box when I go to edit a page. > > What am I missing? > > matt > > > > > > > > it uses htmlarea 3.0, from > > > http://www.interactivetools.com/products/htmlarea/ > > > > > > though this mirror is a better site: http://women.cs.uiuc.edu/htmlarea/ > > > > > > -Brendan > > > > > > > > > > > > The SF.Net email is sponsored by EclipseCon 2004 > > > Premiere Conference on Open Tools Development and Integration > > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > > http://www.eclipsecon.org/osdn > > > _______________________________________________ > > > Moin-user mailing list > > > Moin-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/moin-user > > > > > > > > > The SF.Net email is sponsored by EclipseCon 2004 > > Premiere Conference on Open Tools Development and Integration > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > http://www.eclipsecon.org/osdn > > _______________________________________________ > > Moin-user mailing list > > Moin-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/moin-user > > > > From tw-public at gmx.de Fri Jan 30 18:17:55 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Fri Jan 30 18:17:55 2004 Subject: [Moin-user] setting permissions on files in data/text/ References: <20040126202237.GV28733@utoronto.ca> Message-ID: <401A496D.90906@gmx.de> > I have a script that grabs text from incoming mail and posts it to a > MoinMoin page by simply adding text to the top of the page. It works > great, until someone tries to edit the page; at which point the > permisisons on the file are reset to 644 www-data:www-data (I want > them to stay where I manually reset them, 664 www-data:movies). I > hunted around and was not able to see a way to keep the permissions as > I want them. Is there a way? You didnt say which version you are using, but look out for a "umask" config parameter and try it. Put it into moin_config.py (and see [but do not change] MoinMoin/config.py for defaults). From skip at pobox.com Fri Jan 30 19:30:59 2004 From: skip at pobox.com (Skip Montanaro) Date: Fri Jan 30 19:30:59 2004 Subject: [Moin-user] Re: try out: wysiwyg editing moinmoin In-Reply-To: References: Message-ID: <16411.8190.948454.714904@montanaro.dyndns.org> Brendan> Well, sorry folks -- I thought I tested it on IE6 Win2000. Brendan> Guess not for a while, then. I've tested it much more recently Brendan> on Mozilla cross-platform... Doesn't seem to work for me using Safari on Mac OS X either. Earlier today I got [?] for each icon. Now I see icons, but nothing else. The apparent editing area is blank and I can't figure out how to scribble. -- Skip Montanaro Got gigs? http://www.musi-cal.com/submit.html Got spam? http://spambayes.sf.net/ skip at pobox.com From brendano at stanford.edu Fri Jan 30 20:04:22 2004 From: brendano at stanford.edu (Brendan O'Connor) Date: Fri Jan 30 20:04:22 2004 Subject: [Moin-user] Re: try out: wysiwyg editing moinmoin In-Reply-To: <16411.8190.948454.714904@montanaro.dyndns.org> Message-ID: On Fri, 30 Jan 2004, Skip Montanaro wrote: > Doesn't seem to work for me using Safari on Mac OS X either. Earlier today > I got [?] for each icon. Now I see icons, but nothing else. The apparent > editing area is blank and I can't figure out how to scribble. Yeah, I think htmlarea doesn't work well with Safari. The icons missing was a bug on my part, it should work now. Thanks, Brendan From brendano at stanford.edu Fri Jan 30 22:49:46 2004 From: brendano at stanford.edu (Brendan O'Connor) Date: Fri Jan 30 22:49:46 2004 Subject: [Moin-user] try out: wysiwyg editing moinmoin In-Reply-To: <20040131012610.GA2459@utoronto.ca> Message-ID: Thanks for the feedback, Matt! > -- Where do we get the source code?? I packaged up what I currently have and put off a link from the frontpage, at http://piece.stanford.edu/~brendano/wysimoin/ > -- how hard do you think it would be to have 2 editing options -- one > wysiwyg, one MoinMarkup? I think it's possible -- would require a bit more work. Fortunately I've found the MoinMoin internals very well organized and easy to modify. > -- do you know what kind of license Html Area is distributed under? It's public domain-ish, I think it's fine to use it in completely closed-source commercial projects. -Brendan On Fri, 30 Jan 2004, Matt Price wrote: > So Brendan, this is very neat -- especially since I run my wiki for > students who feel lost without a wysiwyg editor. I just had a couple > of questions: > > -- Where do we get the source code?? > -- how hard do you think it would be to have 2 editing options -- one > wysiwyg, one MoinMarkup? > -- do you know what kind of license Html Area is distributed under? > > I think this is a pretty cool enhancement. > > matt > > > On Thu, Jan 29, 2004 at 12:00:45PM -0800, Brendan O'Connor wrote: > > FIXED -- sorry to everyone about that, 'twas a stupid pathname problem (of > > course). Works on IE and Moz for me now. > > > > Brendan > > > > > > > > > > On Wed, 28 Jan 2004, Matt Price wrote: > > > > > On Wed, Jan 28, 2004 at 10:06:34AM -0800, Brendan O'Connor wrote: > > > > Hi everybody, > > > > > > > > I recently started using MoinMoin and absolutely love it! As a little > > > > experimental thing I tried grafting HTMLArea the wysiwyg > > > > html-editor-inside-browser widget, into moinmoin. take a look! at > > > > http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi > > > > > > So, htmlarea looks cool, but I don't see how to access it from within > > > your wiki -- I get the normal textarea box when I go to edit a page. > > > What am I missing? > > > matt > > > > > > > > > > > it uses htmlarea 3.0, from > > > > http://www.interactivetools.com/products/htmlarea/ > > > > > > > > though this mirror is a better site: http://women.cs.uiuc.edu/htmlarea/ > > > > > > > > -Brendan > > > > > > > > > > > > > > > > The SF.Net email is sponsored by EclipseCon 2004 > > > > Premiere Conference on Open Tools Development and Integration > > > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > > > http://www.eclipsecon.org/osdn > > > > _______________________________________________ > > > > Moin-user mailing list > > > > Moin-user at lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/moin-user > > > > > > > > > > > > > The SF.Net email is sponsored by EclipseCon 2004 > > > Premiere Conference on Open Tools Development and Integration > > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > > http://www.eclipsecon.org/osdn > > > _______________________________________________ > > > Moin-user mailing list > > > Moin-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/moin-user > > > > > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -- Brendan O'Connor - brendano at stanford.edu 650-823-9570 - PO Box 16448 Stanford CA 94309 From nick at rockstarvancouver.com Fri Jan 30 23:25:06 2004 From: nick at rockstarvancouver.com (Nick Trout) Date: Fri Jan 30 23:25:06 2004 Subject: [Moin-user] try out: wysiwyg editing moinmoin Message-ID: <911F8C8EB7A8084AAEDD55CEDC54D8F84B0C6F@iggy.rockstarvancouver.com> > I recently started using MoinMoin and absolutely love it! As a little > experimental thing I tried grafting HTMLArea the wysiwyg > html-editor-inside-browser widget, into moinmoin. take a look! at > http://piece.stanford.edu/cgi-bin/wysimoin/moin.cgi > > it uses htmlarea 3.0, from > http://www.interactivetools.com/products/htmlarea/ > > though this mirror is a better site: http://women.cs.uiuc.edu/htmlarea/ Looks interesting, but no icons appear. You may have wrong paths somewhere. Also, the table editor doesn't work. Nick From matt.price at utoronto.ca Fri Jan 30 23:52:42 2004 From: matt.price at utoronto.ca (Matt Price) Date: Fri Jan 30 23:52:42 2004 Subject: [Moin-user] setting permissions on files in data/text/ In-Reply-To: <401A496D.90906@gmx.de> References: <20040126202237.GV28733@utoronto.ca> <401A496D.90906@gmx.de> Message-ID: <20040131042743.GB7864@utoronto.ca> On Fri, Jan 30, 2004 at 01:09:17PM +0100, Thomas Waldmann wrote: > >I have a script that grabs text from incoming mail and posts it to a > >MoinMoin page by simply adding text to the top of the page. It works > >great, until someone tries to edit the page; at which point the > >permisisons on the file are reset to 644 www-data:www-data (I want > >them to stay where I manually reset them, 664 www-data:movies). I > >hunted around and was not able to see a way to keep the permissions as > >I want them. Is there a way? > > You didnt say which version you are using, but look out for a "umask" > config parameter and try it. > > Put it into moin_config.py (and see [but do not change] > MoinMoin/config.py for defaults). hey, sorry for leaving out the version info, it's the debian/unstable package, which says its 1.1CVS20031008 I didn't notice that umask uption, I'll put iti nt moin_config.py and see what happens! matt > > > > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user >