From Tamil_Velayutham at tfcomp.com Thu Jan 9 08:26:10 2003 From: Tamil_Velayutham at tfcomp.com (Tamil_Velayutham at tfcomp.com) Date: Thu Jan 9 08:26:10 2003 Subject: [Moin-user] Help-The external diff utility returned with error code 1! Message-ID: I am new to Moin Moin.I configured and everything working fine except diff utility. I am getting the following error.Could any one help me out to resolve this. No differences found! The external diff utility returned with error code 1! Thanks. From Hans.Yandle at cingular.com Thu Jan 9 09:21:03 2003 From: Hans.Yandle at cingular.com (Yandle, Hans) Date: Thu Jan 9 09:21:03 2003 Subject: [Moin-user] Help-The external diff utility returned with erro r code 1! Message-ID: I had the same problem with my Windows box. MS Windows does not come with the diff utility but you can get it at the following sites along with most other standard command line utilities. If Windows, copy the diff.exe file into your path (maybe C:\WINNT or C:\Windows). You did not mention it but besides standard python you may also want to get gdchart so the graphs will work. Unix Win32 Ports: http://gnuwin32.sourceforge.net/ http://unxutils.sourceforge.net/ GDChart for Python: http://www.nullcube.com/software/pygdchart.html Hope this does the trick, -----Original Message----- From: Tamil_Velayutham at tfcomp.com [mailto:Tamil_Velayutham at tfcomp.com] Sent: Thursday, January 09, 2003 11:25 AM To: moin-user at lists.sourceforge.net Subject: [Moin-user] Help-The external diff utility returned with error code 1! I am new to Moin Moin.I configured and everything working fine except diff utility. I am getting the following error.Could any one help me out to resolve this. No differences found! The external diff utility returned with error code 1! Thanks. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Moin-user mailing list Moin-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From jh at web.de Sat Jan 11 01:05:04 2003 From: jh at web.de (Juergen Hermann) Date: Sat Jan 11 01:05:04 2003 Subject: [Moin-user] moin_config.py; show_section_numbers = 0 In-Reply-To: <20021231042216.65613.qmail@web14307.mail.yahoo.com> Message-ID: On Mon, 30 Dec 2002 20:22:16 -0800 (PST), Roger Haase wrote: >show_section_numbers = 0 You prolly have a trailing comma there! Ciao, J?rgen From jh at web.de Wed Jan 15 12:07:15 2003 From: jh at web.de (Juergen Hermann) Date: Wed Jan 15 12:07:15 2003 Subject: [Moin-user] Fooling spam harvesters Message-ID: I just had the idea to change mailto: links for requests w/o a login cookie. This means no change for most USERS, but no mail links for harvesters or other bots. What do you think? Ciao, J?rgen From frederikdietz at web.de Wed Jan 15 12:21:05 2003 From: frederikdietz at web.de (frederikdietz at web.de) Date: Wed Jan 15 12:21:05 2003 Subject: [Moin-user] =?UTF-8?Q?installing_moinmoin_at_sourceforge?= Message-ID: Hi guys, trying to install moinmoin for our project on sourceforge. Using the default python1.5 it seems to work, but more advanced tasks like "attachment upload" doesn't work. I'm getting a complete stack trace, which seems to imply that I need a newer python version. Sourceforge doesn't seem to allow to use python2 for cgi scripts. I just get a internal server error, without any hint whats going on. Has any tried this before? Thanks in advance, Frederik From ntrout at rockstarvancouver.com Fri Jan 17 13:46:03 2003 From: ntrout at rockstarvancouver.com (Nick Trout) Date: Fri Jan 17 13:46:03 2003 Subject: [Moin-user] Exclusive lock Message-ID: <41647A6597ADD611803C005004D19FD23B3002@MAILMAN> I'm wanting to add an exclusive lock to MoinMoin to avoid the multiple users editing a page at the same time. Has any work been done on this? I've just upgraded our copy of Moin to the 1.1 version in the SF tar. It looks like I could add something to PageEditor to check whether a file is already being editted. What would be the official way of recording currently editted pages? eg. a file containing pages being edited, creation and deletion of a "lock" file (eg. FrontPage_lock). I'd rather do it this way than do a merge. I think it might cause less problems. Is 1.0 still the official version? Is the 1.1 tar the CVS tar? Its says that 1.1 was released in Nov 02 but there is no mention on SF files. Nick From Tamil_Velayutham at tfcomp.com Fri Jan 17 14:24:02 2003 From: Tamil_Velayutham at tfcomp.com (Tamil_Velayutham at tfcomp.com) Date: Fri Jan 17 14:24:02 2003 Subject: [Moin-user] ISSUE TRACKING Message-ID: Please anybody help me out to know whether moin moin has any mechanism to track issues.In other words is it has any issue tracking tool. Thanks. From tw at waldmann-edv.de Sat Jan 18 01:40:01 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Sat Jan 18 01:40:01 2003 Subject: [Moin-user] ISSUE TRACKING References: Message-ID: <3E291C53.9010806@waldmann-edv.de> > > >Please anybody help me out to know whether moin moin has any mechanism to >track issues.In other words is it has any issue tracking tool. > So you mean bug-tracking? For the moin code see moin.sf.net. Or dou you want to do tracking USING moin? Then the answer is NO, there is no special issue tracking built-in into moin or available as macro/action AFAIK. You can do limited tracking of stuff by using wikibadges, e.g. put a ThisIsBuggy at every place where a bug is described in the wiki. Then you can go to the page ThisIsBuggy and just use the backlink feature to find where the bugs are described. If the bug is solved, the wikibadge has to be removed and so it vanishes from backlinks, too. Thomas From jh at web.de Sat Jan 18 05:23:08 2003 From: jh at web.de (Juergen Hermann) Date: Sat Jan 18 05:23:08 2003 Subject: [Moin-user] ISSUE TRACKING In-Reply-To: <3E291C53.9010806@waldmann-edv.de> Message-ID: On Sat, 18 Jan 2003 10:20:19 +0100, Thomas Waldmann wrote: >>Please anybody help me out to know whether moin moin has any mechanism to >>track issues.In other words is it has any issue tracking tool. >Or dou you want to do tracking USING moin? Then the answer is NO, there >is no special issue tracking built-in into moin or available as >macro/action AFAIK. It doesn't do this just like it doesn't cook your coffee. It's not in the scope of the program. Another thing (i.e. a sensible thing) would be to add a macro REPORTING on issues from e.g. RoundUp, together with a link for entering bugs etc. in THAT system. You could even go so far as to embedding the whole of RoundUp, omitting anything outside its BODY tag. Ciao, J?rgen From Hans.Yandle at cingular.com Tue Jan 21 09:42:05 2003 From: Hans.Yandle at cingular.com (Yandle, Hans) Date: Tue Jan 21 09:42:05 2003 Subject: [Moin-user] External File Reference: Missing Open New Window Message-ID: I recently upgraded to IE 6sp1 from IE 5.01sp2 and have noticed that on my external urls the moin-popup.gif is now missing. The moin-popup.gif used to be displayed just left of the moin-ftp.gif image [FTP] and allowed the external reference to be opened up in a new browser window, i.e. target="_blank". Wondering if anyone can provide some hints? Netscape 7.0 and IE 6 both depict the same way lacking the new window option. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jh at web.de Tue Jan 21 13:33:08 2003 From: jh at web.de (Juergen Hermann) Date: Tue Jan 21 13:33:08 2003 Subject: [Moin-user] External File Reference: Missing Open New Window In-Reply-To: Message-ID: This is a user setting, so prolly you just lost your login cookie during the upgrade. Or you did not conciously notice that you did change that setting. --Original Message Text--- From: Yandle, Hans Date: Tue, 21 Jan 2003 12:41:24 -0500 External File Reference: Missing Open New Window I recently upgraded to IE 6sp1 from IE 5.01sp2 and have noticed that on my external urls the moin-popup.gif is now missing. The moin-popup.gif used to be displayed just left of the moin-ftp.gif image [FTP] and allowed the external reference to be opened up in a new browser window, i.e. target="_blank". Wondering if anyone can provide some hints? Netscape 7.0 and IE 6 both depict the same way lacking the new window option. Ciao, J?rgen From Hans.Yandle at cingular.com Tue Jan 21 16:00:02 2003 From: Hans.Yandle at cingular.com (Yandle, Hans) Date: Tue Jan 21 16:00:02 2003 Subject: [Moin-user] External File Reference: Missing Open New Window Message-ID: Thank you. User error. Apparently, my cookie was deleted. Probably because of that new "Delete Cookies" button. I just forcefully logged back in and doubled checked under user preferences that 'Add "Open in new window" icon to pretty links' was checked. That did the trick. Thanks, Hans -----Original Message----- From: Juergen Hermann [mailto:jh at web.de] Sent: Tuesday, January 21, 2003 4:34 PM To: moin-user at lists.sourceforge.net; Yandle, Hans Subject: Re: [Moin-user] External File Reference: Missing Open New Window This is a user setting, so prolly you just lost your login cookie during the upgrade. Or you did not conciously notice that you did change that setting. --Original Message Text--- From: Yandle, Hans Date: Tue, 21 Jan 2003 12:41:24 -0500 External File Reference: Missing Open New Window I recently upgraded to IE 6sp1 from IE 5.01sp2 and have noticed that on my external urls the moin-popup.gif is now missing. The moin-popup.gif used to be displayed just left of the moin-ftp.gif image [FTP] and allowed the external reference to be opened up in a new browser window, i.e. target="_blank". Wondering if anyone can provide some hints? Netscape 7.0 and IE 6 both depict the same way lacking the new window option. Ciao, J?rgen ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Moin-user mailing list Moin-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From udo at onnen-weber.de Mon Jan 27 09:21:06 2003 From: udo at onnen-weber.de (Prof. Udo Onnen-Weber) Date: Mon Jan 27 09:21:06 2003 Subject: [Moin-user] Newbees Installing Questions Message-ID: I installed MoinMoin. ( www.ar.hs-wismar.de/sketchbook) It is running. It is very very good for my work. But I cannot see se Icons right up, I cannot see the Logo left up. I cannot change the style by changing moin-moin.css. I tried with copying the img-folder everywhere, but moinmoin can?t find the pix and the css. I wrote everything into the config-files. Nothing happened. I don?t know what to do. And: how can I change the page-layout? Has moinmoin skins? I want to give my students the possibility to design their pages. So: is there an easy way to layout pages? Who can help me? Thanks ..................... Udo Onnen-Weber Fachbereich Architektur Hochschule Wismar University of Technologie, Business and Design -------------- next part -------------- An HTML attachment was scrubbed... URL: From jh at web.de Mon Jan 27 11:26:03 2003 From: jh at web.de (Juergen Hermann) Date: Mon Jan 27 11:26:03 2003 Subject: [Moin-user] Newbees Installing Questions In-Reply-To: Message-ID: > I don?t know what to do. We don't either, w/o more info on your environment (OS, webserver, etc.). > And: how can I change the page-layout? Has moinmoin skins? Not really, so far. See HelpOnSkins for what is there. Ciao, J?rgen From ntrout at rockstarvancouver.com Mon Jan 27 11:56:04 2003 From: ntrout at rockstarvancouver.com (Nick Trout) Date: Mon Jan 27 11:56:04 2003 Subject: [Moin-user] Newbees Installing Questions In-Reply-To: <41647A6597ADD611803C005004D19FD23DD3DF@MAILMAN> Message-ID: <41647A6597ADD611803C005004D19FD2396FC7@MAILMAN> That sounds symptomatic of a problem I had when I set my wiki up. This might be your problem: You need 2 virtual directories (whether you are using IIS or Apache): one called, say, "Moin" which points to the shared resources, eg. icons and css files, and one called "wiki" which points to your wiki. You need to adjust your moin_config.py to point to the appropriate directories. It sounds like you have set your config but may not have created the virtual directories? eg. using a apache you need to add: Alias /moin/ "C:/Moin/share/moin/htdocs/" ScriptAlias /wiki "C:/Moin/mywiki/moin.bat" in moin_config.py: data_dir = './data/' url_prefix = '/moin' Hope this helps. -----Original Message----- From: moin-user-admin at lists.sourceforge.net [mailto:moin-user-admin at lists.sourceforge.net] On Behalf Of Prof. Udo Onnen-Weber Sent: January 27, 2003 9:21 AM To: moin-user at lists.sourceforge.net Subject: [Moin-user] Newbees Installing Questions I installed MoinMoin. ( www.ar.hs-wismar.de/sketchbook) It is running. It is very very good for my work. But I cannot see se Icons right up, I cannot see the Logo left up. I cannot change the style by changing moin-moin.css. I tried with copying the img-folder everywhere, but moinmoin can?t find the pix and the css. I wrote everything into the config-files. Nothing happened. I don?t know what to do. And: how can I change the page-layout? Has moinmoin skins? I want to give my students the possibility to design their pages. So: is there an easy way to layout pages? Who can help me? Thanks ..................... Udo Onnen-Weber Fachbereich Architektur Hochschule Wismar University of Technologie, Business and Design From jvilhena at softhome.net Mon Jan 27 15:11:02 2003 From: jvilhena at softhome.net (jvilhena) Date: Mon Jan 27 15:11:02 2003 Subject: [Moin-user] Why some of the macros from MacroMarket don't work? In-Reply-To: <41647A6597ADD611803C005004D19FD2396FC7@MAILMAN> References: <41647A6597ADD611803C005004D19FD2396FC7@MAILMAN> Message-ID: Hello I installed MoinMoin recently. Great program. I?m using it for a kind of personal information management system. To manage local files, internet links and all sort of things that come up to my mind. I have tried all the Macros from the MacroMarket, but some didn't work. Is this usual, or I have some problem with my setup (windows 98, apache 1.3 and MoinMoin 1.1) ? I get errors like " unindent does not match any outer indentation level.. " -- Best Regards jvilhena From tbird20d at yahoo.com Mon Jan 27 20:19:05 2003 From: tbird20d at yahoo.com (Tim Bird) Date: Mon Jan 27 20:19:05 2003 Subject: [Moin-user] Why some of the macros from MacroMarket don't work? In-Reply-To: Message-ID: <20030128041806.5532.qmail@web20802.mail.yahoo.com> --- jvilhena wrote: > I have tried all the Macros from the MacroMarket, but some didn't > work. Is > this usual, or I have some problem with my setup (windows 98, > apache 1.3 > and MoinMoin 1.1) ? Some of the macros are for earlier versions of MoinMoin. Which macros are you interested in? I was involved in creating some of them. If the one's you're interested in are ones I worked on, I can take a look at them. Tim Bird From udo at onnen-weber.de Tue Jan 28 07:24:02 2003 From: udo at onnen-weber.de (Prof. Udo Onnen-Weber) Date: Tue Jan 28 07:24:02 2003 Subject: [Moin-user] WG: Newbees Installing Questions Message-ID: Hi, Juergen and Nick, Thanks for your help. I think (and hope) my setup is so as I was reading in the help manuals. Here the topics: 1. W2K, Apache, PHP etc.etc. RootDir in d:/ARCHE 2. Phython in C:/Phython 3. Moin in C:/Moin -Moinmoin -diverse -scripts -share -moin -cgi-bin -data -htdocs -img location is the result of my tests with the images -sketchbook -cgi-bin -data -backup -cache -img location is the result of my tests with the images -pages -plugin -text -user -htdocs -appelts -css in this folder the moinmoin.css -img location is the result of my tests with the images -img location is the result of my tests with the images 4.Apache httpd.config: # Alias /wiki/ "C:/Moin/share/moin/htdocs/" ScriptAlias /sketchbook "C:/Moin/sketchbook/moin.bat" ScriptAlias /wiki "C:/Moin/sketchbook/moin.bat" 5. moin-config.py sitename = 'Das Digitale Skizzenbuch des Fachbereich Architektur der Hochschule Wismar' interwikiname = None data_dir = './data/' url_prefix = './moin' logo_url = 'http://www.ar.hs-wismar.de/sketchbook/sketchlogo.gif' logo_string = '%s' % (logo_url, sitename) css_url = http://www.ar.hs-wismar.de/sketchbook/htdocs/css/moinmoin.css' # stylesheet link, or '' Udo Onnen-Weber -------------- next part -------------- An HTML attachment was scrubbed... URL: From jh at web.de Tue Jan 28 10:55:04 2003 From: jh at web.de (Juergen Hermann) Date: Tue Jan 28 10:55:04 2003 Subject: [Moin-user] WG: Newbees Installing Questions In-Reply-To: Message-ID: Alias /wiki/ "C:/Moin/share/moin/htdocs/" ScriptAlias /wiki "C:/Moin/sketchbook/moin.bat" 2 aliases with the same name, the docs explicitely warn to not do that. Your dir tree is totally insane and not like it would be created following the docs, so the best thing you can do is start from scratch, and avoid above error. P.S.: Please send text/plain email. Ciao, J?rgen From jh at web.de Tue Jan 28 10:56:04 2003 From: jh at web.de (Juergen Hermann) Date: Tue Jan 28 10:56:04 2003 Subject: [Moin-user] Why some of the macros from MacroMarket don't work? In-Reply-To: Message-ID: On Mon, 27 Jan 2003 23:07:30 -0000, jvilhena wrote: >I get errors like " unindent does not match any outer indentation level.. " Sounds like a TAB peoblem. Besides, like Tim said, not all macros are running with current CVS, or even version 1.0. Ciao, J?rgen From udo at onnen-weber.de Tue Jan 28 13:24:03 2003 From: udo at onnen-weber.de (Prof. Udo Onnen-Weber) Date: Tue Jan 28 13:24:03 2003 Subject: [Moin-user] WG: Newbees Installing Questions Message-ID: Juergen, Nick and Thomas, thanks for your answers. But (you can see, if you want) they didn?t bring success. I Think, I should install MoinMoin once more and better then. I will do this in a test environment. So I need some days. You will hear from me. Untill then: Thank you all for your kindness. Udo -------------- next part -------------- An HTML attachment was scrubbed... URL: From adam at personaltelco.net Tue Jan 28 20:16:06 2003 From: adam at personaltelco.net (Adam Shand) Date: Tue Jan 28 20:16:06 2003 Subject: [Moin-user] .diff-* css vertical alignment? Message-ID: <3E375551.6080101@personaltelco.net> sorry if this has been discussed before, i've been abscent from the list for a while. for the .diff-added and .diff-removed css properties it makes more sense to me if the vertical alignment was top rather then middle. i added: vertical-align: top; to both and it seems to have more sensible results. adam. From jvilhena at softhome.net Wed Jan 29 10:33:01 2003 From: jvilhena at softhome.net (jvilhena) Date: Wed Jan 29 10:33:01 2003 Subject: [Moin-user] Why some of the macros from MacroMarket don't work? In-Reply-To: <20030128041806.5532.qmail@web20802.mail.yahoo.com> References: <20030128041806.5532.qmail@web20802.mail.yahoo.com> Message-ID: On Mon, 27 Jan 2003 20:18:06 -0800 (PST), Tim Bird wrote: > Some of the macros are for earlier versions of MoinMoin. > Which macros are you interested in? I was involved in creating > some of them. If the one's you're interested in are ones I worked > on, I can take a look at them. Well, maybe because I'm some sort of a feature maniac, I tried almost all of them :-) The ones that don't work with me are: PartialInclude.py IncludeUrl.py SortBy.py AttentionPages.py LimitedSearch.py ImageLink.py IncludePages.py MailTo.py By the way, also the actions FuzzyLikePages and RenamePage don't work with me. -- Best Regards jvilhena From tw at waldmann-edv.de Fri Jan 31 04:56:11 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Fri Jan 31 04:56:11 2003 Subject: [Moin-user] Why some of the macros from MacroMarket don't work? References: <20030128041806.5532.qmail@web20802.mail.yahoo.com> Message-ID: <3E3A6D88.90208@waldmann-edv.de> > MailTo.py That is simply brand-new. It was developped using a current (Jan/2003) CVS version of MoinMoin and might not work with 1.0 release or older. MailTo was integrated into cvs version yesterday and looks like it will be integrated in moinmoin 1.1 release, so if you use current cvs (or later 1.1, when it is released), you will have it included anyway. If you want to have it working with 1.0 or older, you maybe have to change only request.user... to user.current... (simply read some of the source and grep for "user." ;) and it maybe could work then. As the macro is very simple, this should be doable. Thomas From RWilcox at olenick.com Fri Jan 31 10:42:04 2003 From: RWilcox at olenick.com (Ryan Wilcox) Date: Fri Jan 31 10:42:04 2003 Subject: [Moin-user] moinmoin config issues - couldn't create child process Message-ID: installation config: windows xp apache 2.x moinmoin 1.x i am getting the following error when i try to browse to my wiki page: [Fri Jan 31 12:32:44 2003] [error] [client 127.0.0.1] (OS 3)The system cannot find the path specified. : couldn't create child process: 720003: moin.cgi i tried running the script from a command line (ie, c:>python moin.cgi) and the script works fine. thanks for any help in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: From udo at onnen-weber.de Fri Jan 31 11:54:08 2003 From: udo at onnen-weber.de (Prof. Udo Onnen-Weber) Date: Fri Jan 31 11:54:08 2003 Subject: [Moin-user] (no subject) Message-ID: We architects always want to design anything. So I the moinmoinwikiwikipagelayout. After I had some Problems with installing - now it is perfekt! - i tried page designing with css, with configs and with code (see http://www.ar.hs-wismar.de/sketchbook). My Question: Which part of which *.py - Code is to be changed for - no table-border - fontsize changing in tables - fontsize changing in footers I Think it is only a small entry in a tag, or? And a second questions: I made some experiences with the install-docs. How is the policy - where should I publish this experience for others? Thank you Udo -------------- next part -------------- An HTML attachment was scrubbed... URL: From udo at onnen-weber.de Fri Jan 31 11:58:04 2003 From: udo at onnen-weber.de (Prof. Udo Onnen-Weber) Date: Fri Jan 31 11:58:04 2003 Subject: [Moin-user] WG: Excuse me! Designing MoinMoin Pages Message-ID: ..................... Prof. Udo Onnen-Weber Fachbereich Architektur Hochschule Wismar PF 1210, 23952 Wismar Tel. 03841 753495 oder 753290 http://www.onnenweber.de privat: Alter Holzhafen 3, 23966 Wismar Tel 03841 252523 Fax 03841 228761 -----Urspr?ngliche Nachricht----- Von: Prof. Udo Onnen-Weber [mailto:udo at onnen-weber.de] Gesendet: Freitag, 31. Januar 2003 20:54 An: moin-user at lists.sourceforge.net Betreff: We architects always want to design anything. So I the moinmoinwikiwikipagelayout. After I had some Problems with installing - now it is perfekt! - i tried page designing with css, with configs and with code (see http://www.ar.hs-wismar.de/sketchbook). My Question: Which part of which *.py - Code is to be changed for - no table-border - fontsize changing in tables - fontsize changing in footers I Think it is only a small entry in a tag, or? And a second questions: I made some experiences with the install-docs. How is the policy - where should I publish this experience for others? Thank you Udo -------------- next part -------------- An HTML attachment was scrubbed... URL: From ntrout at rockstarvancouver.com Fri Jan 31 13:22:02 2003 From: ntrout at rockstarvancouver.com (Nick Trout) Date: Fri Jan 31 13:22:02 2003 Subject: [Moin-user] (no subject) In-Reply-To: <41647A6597ADD611803C005004D19FD23DD418@MAILMAN> Message-ID: <41647A6597ADD611803C005004D19FD2396FF7@MAILMAN> You don't have a diff in your path (http://www.ar.hs-wismar.de/sketchbook?test). Try: http://unxutils.sourceforge.net/ > And a second questions: I made some experiences with the install-docs. How is the policy - where should I publish this experience for others? I would suggest on the Moin wiki: http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/ There is a page on installation trouble shooting, but not much on it: http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/HelpOnInstalling_ 2fTroubleShooting N -----Original Message----- From: moin-user-admin at lists.sourceforge.net [mailto:moin-user-admin at lists.sourceforge.net] On Behalf Of Prof. Udo Onnen-Weber Sent: January 31, 2003 11:54 AM To: moin-user at lists.sourceforge.net Subject: [Moin-user] (no subject) We architects always want to design anything. So I the moinmoinwikiwikipagelayout. After I had some Problems with installing - now it is perfekt! - i tried page designing with css, with configs and with code (see http://www.ar.hs-wismar.de/sketchbook). My Question: Which part of which *.py - Code is to be changed for - no table-border - fontsize changing in tables - fontsize changing in footers I Think it is only a small entry in a tag, or? And a second questions: I made some experiences with the install-docs. How is the policy - where should I publish this experience for others? Thank you Udo From jh at web.de Fri Jan 31 21:13:02 2003 From: jh at web.de (Juergen Hermann) Date: Fri Jan 31 21:13:02 2003 Subject: [Moin-user] moinmoin config issues - couldn't create child process In-Reply-To: Message-ID: [Fri Jan 31 12:32:44 2003] [error] [client 127.0.0.1] (OS 3)The system cannot find the path specified. : couldn't create child process: 720003: moin.cgi This is an apache error, and it cannot find your cgi script.... check your scriptalias. Ciao, J?rgen -------------- next part -------------- An HTML attachment was scrubbed... URL: From jh at web.de Fri Jan 31 21:20:02 2003 From: jh at web.de (Juergen Hermann) Date: Fri Jan 31 21:20:02 2003 Subject: [Moin-user] (no subject) In-Reply-To: Message-ID: > I Think it is only a small entry in a tag, or? the header and footer tables are css-classified (table.navibar, table.footer), and there already are entries for that in the default css. change as you see fit, but consider using @import url("/wiki/css/moinmoin.css"); in your own css, so that you inherit any changes / additions in the default css. for css help, surf to the SelfHTML site. >And a second questions: I made some experiences with the install-docs. How is the policy - where should I publish this experience for others? Open a Homepage on the moin wiki, and write it down there for a start. we can then refactor to other pages / the docs. Ciao, J?rgen -------------- next part -------------- An HTML attachment was scrubbed... URL: