From ajw126 at york.ac.uk Tue Sep 9 05:37:10 2003 From: ajw126 at york.ac.uk (Andrew Wilkinson) Date: Tue Sep 9 05:37:10 2003 Subject: [Moin-user] Moin Dump Message-ID: Hi, I'm trying to setup moin_dump.py to automatically run, zip up the resulting directory and then return it to the user when a specific web address is accessed. This is all working fine except that all the links in the generated pages are of the form Any advices or existing systems storing moin content info CVS ? I need to moin into CVS: * general "backup" purposes * separating presentation content and development content * having the content go along other versioned material (source code) Question is what is important and what can get lost ? So that the 'cvs co mywiki' produces strcture that can be directly used in public_html (plus fixing permissions for suexec). Looking the simplified test structure: ./css ./img ./data ./data/dict ./data/text ./data/user ./data/cache ./data/cache/pagelinks ./data/pages ./data/pages/FindPage .. ./data/pages/FrontPage ./data/pages/FrontPage/attachments .. ./data/pages/RandomPage ./data/backup ./data/plugin ./data/plugin/macro ./data/plugin/action From that:: * css is needed, although not modified * img is needed, not modified * data/dict not needed, can be used from other place ? * data/text, certainly needed and modified * data/user, not needed * data/cache, not needed, should be configured to /var/tmp ? * data/pages, problematic with CVS * pictures and other non text content seems to go here, no into data/text * this area mixes dynamic (not important) information (last-edited) and content itself (pictures on pages) * deep structure, pages/PageName/attachments => lot of add's and remove's with cvs * data/backup, not needed cvs does it, can be disabled ? * data/plugin, needed if plugins moin used: > dpkg --status moin Package: moin Status: install ok installed Priority: optional Section: net Installed-Size: 3100 Maintainer: Jonas Smedegaard Version: 1.1.cvs20030430-1 Depends: python2.2, python (>= 2.2), python (<< 2.3) Suggests: miscfiles | wordlist, python2.2-4suite (>> 0.11.1-5), python-gdchart -- email: Petri dot Heinila at lut dot fi www: http://www.lut.fi/~hevi/ gsm: +358 40 52 77 589 irc: hevi (IRCnet) From hevi at lut.fi Fri Sep 12 02:46:59 2003 From: hevi at lut.fi (Petri =?iso-8859-1?q?Heinil=E4?=) Date: Fri Sep 12 02:46:59 2003 Subject: [Moin-user] AttachFile and read-only area Message-ID: <200309121231.10014.hevi@lut.fi> It seems that the only way to get a attachment is by the AttachFile action. Problem with the AttachFile is that it provides update, del,get and view operations. The problem is on read-only areas, where readers may not alter the content. So, howto put attachment viewable to the users, without allowing them to modify them ? -- email: Petri dot Heinila at lut dot fi www: http://www.lut.fi/~hevi/ gsm: +358 40 52 77 589 irc: hevi (IRCnet) From mariuss at lightspeed.ca Fri Sep 19 12:46:21 2003 From: mariuss at lightspeed.ca (Marius Scurtescu) Date: Fri Sep 19 12:46:21 2003 Subject: [Moin-user] Attchment rename and delete Message-ID: <3F6B5B10.1000306@lightspeed.ca> Hi, Is there a way to rename or delete attachments? Also, where is the MIME type associated with an attachment stored? Can this be changed after an upload? Thanks, Marius From gia at webde-ag.de Mon Sep 22 00:50:22 2003 From: gia at webde-ag.de (Gisbert Amm) Date: Mon Sep 22 00:50:22 2003 Subject: [Moin-user] Attchment rename and delete Message-ID: <74ADFA8C453ED611A71E00508BBBA135D9F0F2@exchange1.cinetic.de> > -----Original Message----- > From: Marius Scurtescu [mailto:mariuss at lightspeed.ca] > Sent: Friday, September 19, 2003 9:38 PM > To: moin-user at lists.sourceforge.net > Subject: [Moin-user] Attchment rename and delete > > > Is there a way to rename or delete attachments? You can delete an attachement by clicking "delete" on the AttachFile page. To rename an attachment, just attach the file again with adifferent name in "Save as". Your other questions I cannot answer. But I wonder why you want to change the MIME type of a stored attachment. Regards, Gisbert Amm http://web.de/ From mariuss at lightspeed.ca Mon Sep 22 09:27:07 2003 From: mariuss at lightspeed.ca (Marius Scurtescu) Date: Mon Sep 22 09:27:07 2003 Subject: [Moin-user] Attchment rename and delete In-Reply-To: <74ADFA8C453ED611A71E00508BBBA135D9F0F2@exchange1.cinetic.de> References: <74ADFA8C453ED611A71E00508BBBA135D9F0F2@exchange1.cinetic.de> Message-ID: <3F6F2295.3060608@lightspeed.ca> I am using the stable CVS tarball and there is no 'delete' (or I cannot find it) on the AttachFile page. I attached a .log file and I would like it to be served as text (text/plain) so you can see it right away. On the initial upload I did not specify the MIME type and it would be nice to be able to fix this later. Not a big issue since a delete and re-attachment can do. When uploading and setting the tet/plain MIME type Moin is automatically renaming the file by adding '.bat' to the file name. Quite strange. Is this a bug I should report? Thanks, Marius Gisbert Amm wrote: >>-----Original Message----- >>From: Marius Scurtescu [mailto:mariuss at lightspeed.ca] >>Sent: Friday, September 19, 2003 9:38 PM >>To: moin-user at lists.sourceforge.net >>Subject: [Moin-user] Attchment rename and delete >> >> >>Is there a way to rename or delete attachments? > > You can delete an attachement by clicking "delete" on the AttachFile page. > > To rename an attachment, just attach the file again with adifferent name in > "Save as". > > Your other questions I cannot answer. But I wonder why you want to change > the MIME type of a stored attachment. > > Regards, > Gisbert Amm > http://web.de/ > > > ------------------------------------------------------- > 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 mariuss at lightspeed.ca Tue Sep 23 14:43:16 2003 From: mariuss at lightspeed.ca (Marius Scurtescu) Date: Tue Sep 23 14:43:16 2003 Subject: [Moin-user] utf-8 Message-ID: <3F70BC78.6070304@lightspeed.ca> Is it possible to use MoinMoin 1.1 with the UTF-8 encoding? Is anyone doing it? Thanks, Marius From mariuss at lightspeed.ca Tue Sep 23 16:07:09 2003 From: mariuss at lightspeed.ca (Marius Scurtescu) Date: Tue Sep 23 16:07:09 2003 Subject: [Moin-user] script to create pages Message-ID: <3F70D1F2.5070405@lightspeed.ca> Hi, Is it possible to create pages through a script? I want to import a glossary of 3,000 terms creating one page for each term and it would be grate if I could automate that. Any suggestions are appreciated. Thanks, Marius From robert.groenewegen at tiscali.nl Tue Sep 23 23:38:03 2003 From: robert.groenewegen at tiscali.nl (Robert Groenewegen) Date: Tue Sep 23 23:38:03 2003 Subject: [Moin-user] script to create pages Message-ID: <1272818027.1064385558861.JavaMail.www@inbox01> Hi, Yes, it is possible. Just create a textfile with the correct name (e.g. FirstTerm (no extension)) in the directory data/text of your wiki. Remarks: 1. Use the wiki layout, not the HTML layout. The page that your script creates is the source (wiki), not the result (Html) 2. The wiki will show no revisions for this page because the add/update is NOT done through the wiki. OTOH I guess your terms are static pages ... Robert Hi, > > Is it possible to create pages through a script? > > I want to import a glossary of 3,000 terms creating > one page for each term and it would be grate if I > could automate that. > > Any suggestions are appreciated. > > Thanks, > Marius > > > > ------------------------------------------------------- > 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 nirs at actcom.net.il Wed Sep 24 05:02:03 2003 From: nirs at actcom.net.il (Nir Soffer) Date: Wed Sep 24 05:02:03 2003 Subject: [Moin-user] Re: utf-8 In-Reply-To: Message-ID: <98053B72-EE6C-11D7-882A-000502B6C537@actcom.net.il> > Message: 1 > Date: Tue, 23 Sep 2003 14:34:48 -0700 > From: Marius Scurtescu > To: moin-user at lists.sourceforge.net > Subject: [Moin-user] utf-8 > > Is it possible to use MoinMoin 1.1 with the UTF-8 > encoding? > > Is anyone doing it? Yes look here: http://line134-51.adsl.actcom.co.il/fixes http://line134-51.adsl.actcom.co.il/fixes/LanguagesTest/ MultiLanguageTest and see my signature... Nir Soffer -- MacMac - The Hebrew Mac Wiki http://mac.plonter.co.il/plonwiki From mariuss at lightspeed.ca Wed Sep 24 10:07:04 2003 From: mariuss at lightspeed.ca (Marius Scurtescu) Date: Wed Sep 24 10:07:04 2003 Subject: [Moin-user] script to create pages In-Reply-To: <1272818027.1064385558861.JavaMail.www@inbox01> References: <1272818027.1064385558861.JavaMail.www@inbox01> Message-ID: <3F71CEE1.9000002@lightspeed.ca> Thanks Robert, 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. Marius Robert Groenewegen wrote: > Hi, > > Yes, it is possible. Just create a textfile with the correct name (e.g. FirstTerm (no extension)) in the directory data/text of your wiki. > > Remarks: > 1. Use the wiki layout, not the HTML layout. The page that your script creates is the source (wiki), not the result (Html) > 2. The wiki will show no revisions for this page because the add/update is NOT done through the wiki. OTOH I guess your terms are static pages ... > > Robert > > Hi, > >>Is it possible to create pages through a script? >> >>I want to import a glossary of 3,000 terms creating >>one page for each term and it would be grate if I >>could automate that. >> >>Any suggestions are appreciated. >> >>Thanks, >>Marius >> >> >> >>------------------------------------------------------- >>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 mariuss at lightspeed.ca Wed Sep 24 10:28:11 2003 From: mariuss at lightspeed.ca (Marius Scurtescu) Date: Wed Sep 24 10:28:11 2003 Subject: [Moin-user] Re: utf-8 In-Reply-To: <98053B72-EE6C-11D7-882A-000502B6C537@actcom.net.il> References: <98053B72-EE6C-11D7-882A-000502B6C537@actcom.net.il> Message-ID: <3F71D3F1.8000009@lightspeed.ca> Hi Nir, I checked your pages and it looks great. I assume that all I have to do is to change the 'charset' property in moin_config.py to 'utf-8', right? Why is the language macro needed? Just for the writing direction? How can you change the default language for a whole wiki (the default seems to be German)? Thanks, Marius Nir Soffer wrote: >> Message: 1 >> Date: Tue, 23 Sep 2003 14:34:48 -0700 >> From: Marius Scurtescu >> To: moin-user at lists.sourceforge.net >> Subject: [Moin-user] utf-8 >> >> Is it possible to use MoinMoin 1.1 with the UTF-8 >> encoding? >> >> Is anyone doing it? > > > Yes > > look here: > http://line134-51.adsl.actcom.co.il/fixes > http://line134-51.adsl.actcom.co.il/fixes/LanguagesTest/ MultiLanguageTest > > and see my signature... > > Nir Soffer > -- > MacMac - The Hebrew Mac Wiki > http://mac.plonter.co.il/plonwiki > > > > ------------------------------------------------------- > 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 mariuss at lightspeed.ca Wed Sep 24 10:58:08 2003 From: mariuss at lightspeed.ca (Marius Scurtescu) Date: Wed Sep 24 10:58:08 2003 Subject: [Moin-user] creating an empty new wiki Message-ID: <3F71DB04.6070508@lightspeed.ca> Hi, I was wondering how can I create an empty new wiki. Following the instructions on creating a new wiki it will create one with 265 pages, many of them in different languages. If I remove all the files in the data/text folder, except for FrontPage, will I have a functional and consistent wiki? There are some pages from the default set that would be good to keep in a minimal wiki: OrphanedPages, SiteNavigation, SystemInfo, ... It would be nice to have a script that can create a new wiki taking the following options: - blank, minimal or full set of pages - only pages in a certain language - default configuration file I would be willing to try an create such a script in Python if there is no such thing yet. Any comments? Thanks, Marius From tbird20d at yahoo.com Wed Sep 24 13:08:09 2003 From: tbird20d at yahoo.com (Tim Bird) Date: Wed Sep 24 13:08:09 2003 Subject: [Moin-user] creating an empty new wiki In-Reply-To: <3F71DB04.6070508@lightspeed.ca> Message-ID: <20030924200741.66138.qmail@web20809.mail.yahoo.com> I have, in the past, gone through and created a minimal page set and saved it off into a "skeleton" directory. Then when I want to create a new wiki, I just copy the files from that directory. A script that would take a few configuration options (language, minimal vs. full, system pages, etc.) and copy an appropriate set of pages, would be very welcome. --- Marius Scurtescu wrote: > Hi, > > I was wondering how can I create an empty new wiki. > Following the instructions on creating a new wiki > it will create one with 265 pages, many of them in > different languages. > > If I remove all the files in the data/text folder, > except for FrontPage, will I have a functional > and consistent wiki? > > There are some pages from the default set that > would be good to keep in a minimal wiki: OrphanedPages, > SiteNavigation, SystemInfo, ... > > It would be nice to have a script that can create > a new wiki taking the following options: > - blank, minimal or full set of pages > - only pages in a certain language > - default configuration file > > I would be willing to try an create such a script in > Python if there is no such thing yet. > > Any comments? ===== Tim Bird tim at bird.org From nirs at actcom.net.il Thu Sep 25 03:07:03 2003 From: nirs at actcom.net.il (Nir Soffer) Date: Thu Sep 25 03:07:03 2003 Subject: [Moin-user] Re: UTF8 wiki setup In-Reply-To: Message-ID: <0207B86B-EF40-11D7-8313-000502B6C537@actcom.net.il> > I checked your pages and it looks great. I assume > that all I have to do is to change the 'charset' > property in moin_config.py to 'utf-8', right? You have to set to variables in moin_confing.py: charset = 'utf-8' default_lang = 'de' The language for each request is selected by the user preferences, or the user browser preferences, or the wiki default language. > > Why is the language macro needed? Just for the > writing direction? The most important benefit is the writing direction, which is need for Hebrew and Arabic, but there could be other uses for the language tag: * Speech interface * Checking spelling and grammar * Finding information in specific language The language macros are the the iso name of the language enclosed in [[]], like [[fr]]. Every HTML element after the language macro will have a lang and direction tag. Look at the text of this page: And then look at the HTML code of the page. As you can see in this test page, moin does not know all languages, so some of the macros has no effect. If you want moin to know ru or ro, you can help by translating the language files. Look here for info on translation: From wa7nwp at jnos.org Thu Sep 25 12:31:11 2003 From: wa7nwp at jnos.org (Bill Vodall - WA7NWP) Date: Thu Sep 25 12:31:11 2003 Subject: [Moin-user] SMTP mailing of MOIN page updates References: <20030826165253.62382.qmail@web14310.mail.yahoo.com> Message-ID: <008a01c3839b$75a84f40$dd01a8c0@Celsionix01> Is there a separate SMTP Python package that needs to be installed to use the page subscription feature? I'm familiar with PERL where it seems any significant package requires multiple module installs. Is it the same in the Python world? Thanks, Bill From skip at pobox.com Thu Sep 25 12:49:04 2003 From: skip at pobox.com (Skip Montanaro) Date: Thu Sep 25 12:49:04 2003 Subject: [Moin-user] SMTP mailing of MOIN page updates In-Reply-To: <008a01c3839b$75a84f40$dd01a8c0@Celsionix01> References: <20030826165253.62382.qmail@web14310.mail.yahoo.com> <008a01c3839b$75a84f40$dd01a8c0@Celsionix01> Message-ID: <16243.18024.809081.730329@montanaro.dyndns.org> Bill> Is there a separate SMTP Python package that needs to be installed Bill> to use the page subscription feature? No, you need to set a couple variables in moin_config.py. I think something like mail_smarthost = 'your.mx.server.here' mail_from = 'wa7nwp at jnos.org' is sufficient. It would be nice if the distributed moin_config.py file contained these variables (commented out, of course) with a comment block explaining what they are for. Most other config variables have default settings in that file. Bill> I'm familiar with PERL where it seems any significant package Bill> requires multiple module installs. Is it the same in the Python Bill> world? Sometimes, but generally, no. -- Skip Montanaro Got gigs? http://www.musi-cal.com/ http://www.mojam.com/ Got spam? http://spambayes.sf.net/ From skip at pobox.com Thu Sep 25 13:03:03 2003 From: skip at pobox.com (Skip Montanaro) Date: Thu Sep 25 13:03:03 2003 Subject: [Moin-user] SMTP mailing of MOIN page updates In-Reply-To: <16243.18024.809081.730329@montanaro.dyndns.org> References: <20030826165253.62382.qmail@web14310.mail.yahoo.com> <008a01c3839b$75a84f40$dd01a8c0@Celsionix01> <16243.18024.809081.730329@montanaro.dyndns.org> Message-ID: <16243.18871.452076.696021@montanaro.dyndns.org> Skip> No, you need to set a couple variables in moin_config.py. I think Skip> something like Skip> mail_smarthost = 'your.mx.server.here' Skip> mail_from = 'wa7nwp at jnos.org' That first variable should have been mail_smarthost = 'your.smtp.server.here' Sorry about the flub. Skip From vriens at ciberania.cl Thu Sep 25 13:39:06 2003 From: vriens at ciberania.cl (Marijn P. Vriens) Date: Thu Sep 25 13:39:06 2003 Subject: [Moin-user] SMTP mailing of MOIN page updates In-Reply-To: <008a01c3839b$75a84f40$dd01a8c0@Celsionix01> References: <20030826165253.62382.qmail@web14310.mail.yahoo.com> <008a01c3839b$75a84f40$dd01a8c0@Celsionix01> Message-ID: <1064522845.17098.66.camel@guajiro.local> Hi, Unless you have a customized python install (which i doubt is the case) python comes with all the modules to make MoinMoin send emails.. just fill in: mail_smarthost = "my.outgoing.email.server" from = "noreply at mydomain.com" and it will give you the option to send emails to users subscribing to wiki pages. For a list of the modules that come standard with python see: http://www.python.org/doc/2.2.3/modindex.html (python version 2.2.1) it's quite a list, and all "normal" installs come with at least this stuff. On Thu, 2003-09-25 at 15:30, Bill Vodall - WA7NWP wrote: > Is there a separate SMTP Python package that needs > to be installed to use the page subscription feature? > > I'm familiar with PERL where it seems any significant > package requires multiple module installs. Is it the > same in the Python world? > > Thanks, > Bill -- Basically, this Linux stuff shows that Microsoft is going corporately nuts. But we knew that, already. -- theregister.co.uk From wa7nwp at jnos.org Thu Sep 25 23:19:12 2003 From: wa7nwp at jnos.org (Bill Vodall WA7NWP) Date: Thu Sep 25 23:19:12 2003 Subject: [Moin-user] Re: SMTP mailing of MOIN page updates References: <20030826165253.62382.qmail@web14310.mail.yahoo.com> <008a01c3839b$75a84f40$dd01a8c0@Celsionix01> <16243.18024.809081.730329@montanaro.dyndns.org> <16243.18871.452076.696021@montanaro.dyndns.org> Message-ID: <000e01c383f5$eecacc40$1800a8c0@vodall.isomedia.com> > > Skip> mail_smarthost = 'your.mx.server.here' > Skip> mail_from = 'wa7nwp at jnos.org' > > That first variable should have been > > mail_smarthost = 'your.smtp.server.here' Thanks for the help. I was trying with a mail_from = 'ONENAME' instead of a valid email address and MoinMoin was not happy. It's working great now. Bill --- Dear Wiki user, You have subscribed to a wiki page or wiki category on "NWAPRS" for change notification. The following page has been changed by 192.168.0.24: http://www.findewe.com/nwaprs/EmergencyBeacons From gkinney at bright.net Mon Sep 29 13:17:06 2003 From: gkinney at bright.net (George Kinney) Date: Mon Sep 29 13:17:06 2003 Subject: [Moin-user] Installation Info Misleading? Message-ID: <001101c38583$4a62e130$8624ffd8@HOMEPC> I've got 1.1 working (win2k pro, Apache2.x, python2.3.1), but not without a little digging. Turns out that 1.1 *won't* work with the standard python distro from python.org, it requires the win32con.py module, which is a part of the win32all add-on package. (Probably also included in ActivePython as well.) (Included by cgimain.py. Python abends with 'AttributeError: fileno' if I run moin.cgi directly, and http://localhost/mywiki/moin?test reports the missing module.) From poitras at pobox.com Mon Sep 29 17:31:21 2003 From: poitras at pobox.com (Don Poitras) Date: Mon Sep 29 17:31:21 2003 Subject: [Moin-user] Re: Dumb "attachment:" question Message-ID: <3F78CE9D.9000407@pobox.com> 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 from Release 1.1 Revision 1.173, we have: >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: >From: Ted Nolan SRI Augusta GA >Dumb "attachment:" question >2002-10-14 11:07 > Hello, > > I just started playing with MoinMoin 1.0 (from the FreeBSD ports > collection) to see if we can use it at my office to help us collaborate > on a project. One thing I might want to do is to upload a bunch of > Windows files as MoinMoin attachments. A lot of these files have > spaces in the file names, and I've been kind of stymied on figuring > out how to attach them. I can upload OK, but for the actual >"attachment:", > I've tried > > attachment:"foo bar" > "attachment:foo bar" > attachment:foo%20bar > [attachment:foo bar] > > and several other variations which seemed plausible at the time. > Am I missing something obvious? > > Thanks, > Ted Nolan and he is told: >>Am I missing something obvious? > > Renaming the files (there's even an input field for that). > > Ciao, J?rgen And then looking at the developer list, I see: >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 says that the changes he made have been sent in, but I can't seem to see how it's supposed to work at 1.1. Has anyone got this working? If it's not in the distribution, could someone send me the "straightforward change" so I can use it? :) Thanks. -- Don Poitras From crosseyedpenguin at yahoo.com Mon Sep 29 20:44:01 2003 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Mon Sep 29 20:44:01 2003 Subject: [Moin-user] Installation Info Misleading? In-Reply-To: <001101c38583$4a62e130$8624ffd8@HOMEPC> Message-ID: <20030930034312.64867.qmail@web14305.mail.yahoo.com> --- George Kinney wrote: > I've got 1.1 working (win2k pro, Apache2.x, python2.3.1), but not > without a > little digging. > > Turns out that 1.1 *won't* work with the standard python distro from > python.org, it requires the win32con.py module, which is a part of > the > win32all add-on package. (Probably also included in ActivePython as > well.) > (Included by cgimain.py. Python abends with 'AttributeError: fileno' > if I > run moin.cgi directly, and http://localhost/mywiki/moin?test reports > the > missing module.) 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. Roger Haase __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From m.proctor at bigfoot.com Mon Sep 29 22:47:06 2003 From: m.proctor at bigfoot.com (Mark Proctor) Date: Mon Sep 29 22:47:06 2003 Subject: [Moin-user] Javascript Calendar based Blog Message-ID: <3F79189C.4030803@bigfoot.com> I have created a new Blog macro for 1.1 CVS - http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/macro_2fBlog - so please give it a test and add any bugs suggestestions to the bottom of the wiki page. It utilises a javascript calendar and the Include macro to hack together a pseudo bwiki (blog/wiki). The calendar is used to choose what days to display, days without entries are supplied as wiki pages that haven't been created yet - so just click to create. It has two modes "All" for entry, and "Published" to show only those days with entries. Regards Mark From karl at la-grange.net Tue Sep 30 16:27:04 2003 From: karl at la-grange.net (karl) Date: Tue Sep 30 16:27:04 2003 Subject: [Moin-user] MoinMoin XHTML/HTML Valid engine Message-ID: Hi, Does someone know if there is successful experience patching the wiki engine of MoinMoin 1.1 to produce Valid XHTML 1.0 strict document? Thanks. PS: I know that the MoinMoin developers are working ont that for future versions. -- Karl Dubost - http://www.la-grange.net/ Pr?s de vous, madame, oubliant les cieux,? L'astronome ?tonn? se trouble; ??????????????? C'est dans l'?clat caressant de vos yeux,? Qu'il avait cru trouver l'?toile double.? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 526 bytes Desc: not available URL: