From barry at barrys-emacs.org Mon May 6 06:44:16 2019 From: barry at barrys-emacs.org (Barry Scott) Date: Mon, 6 May 2019 11:44:16 +0100 Subject: [moin-user] After upgrade to fedora 30 all pages are immutable. Message-ID: <8CAC0DE2-5081-4300-8A66-0FB396F077D5@barrys-emacs.org> I have just upgraded from Fedora 29 to Fedora 30. Now all the page in my Wiki are marked "Immutable Page" and cannot be edited. Given the version was 1.9.10 before and after the upgrade I'm not sure where to look for a fix. What do I need to check or change? Barry From barry at barrys-emacs.org Mon May 6 07:48:42 2019 From: barry at barrys-emacs.org (Barry Scott) Date: Mon, 6 May 2019 12:48:42 +0100 Subject: [moin-user] After upgrade to fedora 30 all pages are immutable. In-Reply-To: <8CAC0DE2-5081-4300-8A66-0FB396F077D5@barrys-emacs.org> References: <8CAC0DE2-5081-4300-8A66-0FB396F077D5@barrys-emacs.org> Message-ID: <5C6A4D9B-ED76-48EE-9B21-C91B3058F67A@barrys-emacs.org> > On 6 May 2019, at 11:44, Barry Scott wrote: > > I have just upgraded from Fedora 29 to Fedora 30. > > Now all the page in my Wiki are marked "Immutable Page" and cannot be edited. > > Given the version was 1.9.10 before and after the upgrade I'm not sure where to > look for a fix. It was 1.9.9 before is no 1.9.10. Oh and I'm the SuperUser. > > What do I need to check or change? > > Barry > > > _______________________________________________ > moin-user mailing list > moin-user at python.org > https://mail.python.org/mailman/listinfo/moin-user > From tw at waldmann-edv.de Mon May 6 08:07:58 2019 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon, 6 May 2019 14:07:58 +0200 Subject: [moin-user] After upgrade to fedora 30 all pages are immutable. In-Reply-To: <5C6A4D9B-ED76-48EE-9B21-C91B3058F67A@barrys-emacs.org> References: <8CAC0DE2-5081-4300-8A66-0FB396F077D5@barrys-emacs.org> <5C6A4D9B-ED76-48EE-9B21-C91B3058F67A@barrys-emacs.org> Message-ID: <71c34935-41dc-afad-d161-4e9e9f3e658b@waldmann-edv.de> >> I have just upgraded from Fedora 29 to Fedora 30. >> >> Now all the page in my Wiki are marked "Immutable Page" and cannot be edited. >> >> Given the version was 1.9.10 before and after the upgrade I'm not sure where to >> look for a fix. See there: https://github.com/moinwiki/moin-1.9/blob/master/docs/CHANGES#L13 -- GPG ID: 9F88FB52FAF7B393 GPG FP: 6D5B EF9A DD20 7580 5747 B70F 9F88 FB52 FAF7 B393 From renato.pontefice at gmail.com Fri May 10 06:43:39 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Fri, 10 May 2019 12:43:39 +0200 Subject: [moin-user] problem installing moin2 Message-ID: Hi, I've downloaded moinmoin 2 I try to install it, following the documentation. I run: C:\Users\renatop\moin-2.0>python quickinstall.py but finaly it doesn't works following are the log I obtain: > > Usage: > pip install [options] [package-index-options] ... > pip install [options] -r [package-index-options] ... > pip install [options] [-e] ... > pip install [options] [-e] ... > pip install [options] ... > no such option: --download-cache > Traceback (most recent call last): > File "quickinstall.py", line 153, in > QuickInstall(os.path.dirname(os.path.realpath(sys.argv[0])), > venv=args.venv, download_cache=args.download_cache)() > File "quickinstall.py", line 68, in __call__ > self.do_install() > File "quickinstall.py", line 108, in do_install > subprocess.check_call(args) > File "C:\Python27\lib\subprocess.py", line 190, in check_call > raise CalledProcessError(retcode, cmd) > subprocess.CalledProcessError: Command > '['C:\\Users\\renatop\\moin-2.0-venv-python\\Scripts\\pip', 'install', > '--upgrade', '--download-cache', 'C:\\Us > ers\\renatop\\pip\\pip-download-cache', '--editable', > 'C:\\Users\\renatop\\moin-2.0', '--process-dependency-links', > '--allow-external', 'flatland', '- > -allow-unverified', 'flatland']' returned non-zero exit status 2 > C:\Users\renatop\moin-2.0>cls what do I have to do? TIA Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: From barry at barrys-emacs.org Fri May 10 06:34:05 2019 From: barry at barrys-emacs.org (Barry Scott) Date: Fri, 10 May 2019 11:34:05 +0100 Subject: [moin-user] After upgrade to fedora 30 all pages are immutable. In-Reply-To: <71c34935-41dc-afad-d161-4e9e9f3e658b@waldmann-edv.de> References: <8CAC0DE2-5081-4300-8A66-0FB396F077D5@barrys-emacs.org> <5C6A4D9B-ED76-48EE-9B21-C91B3058F67A@barrys-emacs.org> <71c34935-41dc-afad-d161-4e9e9f3e658b@waldmann-edv.de> Message-ID: <854B3F42-AF13-4D0D-BBF3-C0D0079C95C9@barrys-emacs.org> > On 6 May 2019, at 13:07, Thomas Waldmann wrote: > >>> I have just upgraded from Fedora 29 to Fedora 30. >>> >>> Now all the page in my Wiki are marked "Immutable Page" and cannot be edited. >>> >>> Given the version was 1.9.10 before and after the upgrade I'm not sure where to >>> look for a fix. > > See there: > > https://github.com/moinwiki/moin-1.9/blob/master/docs/CHANGES#L13 Thanks for the pointer. I guess that a change to the ACLs and saw from the examples that it looked like I needed a new config item: acl_rights_before = u"BarryScott:read,write,delete,revert,admin" That's got me back in with edit access. Barry > > -- > > GPG ID: 9F88FB52FAF7B393 > GPG FP: 6D5B EF9A DD20 7580 5747 B70F 9F88 FB52 FAF7 B393 > _______________________________________________ > moin-user mailing list > moin-user at python.org > https://mail.python.org/mailman/listinfo/moin-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: From crosseyedpenguin at yahoo.com Fri May 10 09:58:03 2019 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Fri, 10 May 2019 13:58:03 +0000 (UTC) Subject: [moin-user] problem installing moin2 In-Reply-To: References: Message-ID: <2002015950.371628.1557496683067@mail.yahoo.com> I think you downloaded an obsolete version from bitbucket. The current code is at?https://github.com/moinwiki/moin On Friday, May 10, 2019, 6:43:57 AM EDT, Renato Pontefice wrote: Hi, I've downloaded moinmoin 2I try to install it, following the documentation.I run: C:\Users\renatop\moin-2.0>python quickinstall.py but finaly it doesn't worksfollowing are the log I obtain: ? Usage: ? pip install [options] [package-index-options] ... ? pip install [options] -r [package-index-options] ... ? pip install [options] [-e] ... ? pip install [options] [-e] ... ? pip install [options] ... no such option: --download-cache Traceback (most recent call last): ? File "quickinstall.py", line 153, in ? ? QuickInstall(os.path.dirname(os.path.realpath(sys.argv[0])), venv=args.venv, download_cache=args.download_cache)() ? File "quickinstall.py", line 68, in __call__ ? ? self.do_install() ? File "quickinstall.py", line 108, in do_install ? ? subprocess.check_call(args) ? File "C:\Python27\lib\subprocess.py", line 190, in check_call ? ? raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['C:\\Users\\renatop\\moin-2.0-venv-python\\Scripts\\pip', 'install', '--upgrade', '--download-cache', 'C:\\Us ers\\renatop\\pip\\pip-download-cache', '--editable', 'C:\\Users\\renatop\\moin-2.0', '--process-dependency-links', '--allow-external', 'flatland', '- -allow-unverified', 'flatland']' returned non-zero exit status 2 C:\Users\renatop\moin-2.0>cls what do I have to do? TIA Renato? _______________________________________________ moin-user mailing list moin-user at python.org https://mail.python.org/mailman/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Sat May 11 12:33:41 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Sat, 11 May 2019 18:33:41 +0200 Subject: [moin-user] problem installing moin2 In-Reply-To: <2002015950.371628.1557496683067@mail.yahoo.com> References: <2002015950.371628.1557496683067@mail.yahoo.com> Message-ID: <71007FEA-350D-4610-849B-28274E8B66A3@gmail.com> Hi, I?ve download main2 from suggested link - Tried to install I -created a virtualenv .tried to install it on the virtuale, but I?m unable to do it. This is the messages I receive: iMac-di-Renato:moin-master renato$ python wikiconfig.py moin2/ Traceback (most recent call last): File "wikiconfig.py", line 36, in from moin.config.default import DefaultConfig, _default_password_checker ImportError: No module named moin.config.defaultt Now, I?m trying on my iMac What I can do now? :-( TIA Renato > Il giorno 10 mag 2019, alle ore 15:58, Roger Haase ha scritto: > > I think you downloaded an obsolete version from bitbucket. The current code is at https://github.com/moinwiki/moin > > > > > > > On Friday, May 10, 2019, 6:43:57 AM EDT, Renato Pontefice wrote: > > > Hi, > I've downloaded moinmoin 2 > I try to install it, following the documentation. > I run: > > C:\Users\renatop\moin-2.0>python quickinstall.py > > but finaly it doesn't works > following are the log I obtain: > > Usage: > pip install [options] [package-index-options] ... > pip install [options] -r [package-index-options] ... > pip install [options] [-e] ... > pip install [options] [-e] ... > pip install [options] ... > no such option: --download-cache > Traceback (most recent call last): > File "quickinstall.py", line 153, in > QuickInstall(os.path.dirname(os.path.realpath(sys.argv[0])), venv=args.venv, download_cache=args.download_cache)() > File "quickinstall.py", line 68, in __call__ > self.do_install() > File "quickinstall.py", line 108, in do_install > subprocess.check_call(args) > File "C:\Python27\lib\subprocess.py", line 190, in check_call > raise CalledProcessError(retcode, cmd) > subprocess.CalledProcessError: Command '['C:\\Users\\renatop\\moin-2.0-venv-python\\Scripts\\pip', 'install', '--upgrade', '--download-cache', 'C:\\Us > ers\\renatop\\pip\\pip-download-cache', '--editable', 'C:\\Users\\renatop\\moin-2.0', '--process-dependency-links', '--allow-external', 'flatland', '- > -allow-unverified', 'flatland']' returned non-zero exit status 2 > C:\Users\renatop\moin-2.0>cls > > what do I have to do? > > TIA > > Renato > > _______________________________________________ > moin-user mailing list > moin-user at python.org > https://mail.python.org/mailman/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From crosseyedpenguin at yahoo.com Sat May 11 16:18:20 2019 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Sat, 11 May 2019 20:18:20 +0000 (UTC) Subject: [moin-user] problem installing moin2 In-Reply-To: <71007FEA-350D-4610-849B-28274E8B66A3@gmail.com> References: <2002015950.371628.1557496683067@mail.yahoo.com> <71007FEA-350D-4610-849B-28274E8B66A3@gmail.com> Message-ID: <2065979247.806760.1557605900983@mail.yahoo.com> You must follow the installation docs here:?https://moin-20.readthedocs.io/en/latest/admin/install.html Moin2 is very different from Moin 1.9.x. As Moin 2 is not released yet, there is no packaged version. So for now, clone from github, then cd to moin directory and do "python quickinstall.py" That will create the required virtual directory. On Saturday, May 11, 2019, 9:33:45 AM MST, Renato Pontefice wrote: Hi,I?ve download main2 from suggested link- Tried to install I-created a virtualenv.tried to install it on the virtuale, but I?m unable to do it.This is the messages I receive: iMac-di-Renato:moin-master renato$ python wikiconfig.py moin2/Traceback (most recent call last):? File "wikiconfig.py", line 36, in ? ? from moin.config.default import DefaultConfig, _default_password_checkerImportError: No module named moin.config.defaultt Now, I?m trying on my iMac? What I can do now? :-( TIA Renato Il giorno 10 mag 2019, alle ore 15:58, Roger Haase ha scritto: I think you downloaded an obsolete version from bitbucket. The current code is at?https://github.com/moinwiki/moin On Friday, May 10, 2019, 6:43:57 AM EDT, Renato Pontefice wrote: Hi, I've downloaded moinmoin 2I try to install it, following the documentation.I run: C:\Users\renatop\moin-2.0>python quickinstall.py but finaly it doesn't worksfollowing are the log I obtain: ? Usage: ? pip install [options] [package-index-options] ... ? pip install [options] -r [package-index-options] ... ? pip install [options] [-e] ... ? pip install [options] [-e] ... ? pip install [options] ... no such option: --download-cache Traceback (most recent call last): ? File "quickinstall.py", line 153, in ? ? QuickInstall(os.path.dirname(os.path.realpath(sys.argv[0])), venv=args.venv, download_cache=args.download_cache)() ? File "quickinstall.py", line 68, in __call__ ? ? self.do_install() ? File "quickinstall.py", line 108, in do_install ? ? subprocess.check_call(args) ? File "C:\Python27\lib\subprocess.py", line 190, in check_call ? ? raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['C:\\Users\\renatop\\moin-2.0-venv-python\\Scripts\\pip', 'install', '--upgrade', '--download-cache', 'C:\\Us ers\\renatop\\pip\\pip-download-cache', '--editable', 'C:\\Users\\renatop\\moin-2.0', '--process-dependency-links', '--allow-external', 'flatland', '- -allow-unverified', 'flatland']' returned non-zero exit status 2 C:\Users\renatop\moin-2.0>cls what do I have to do? TIA Renato? _______________________________________________ moin-user mailing list moin-user at python.org https://mail.python.org/mailman/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Sun May 12 10:59:40 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Sun, 12 May 2019 16:59:40 +0200 Subject: [moin-user] problem installing moin2 In-Reply-To: <2065979247.806760.1557605900983@mail.yahoo.com> References: <2002015950.371628.1557496683067@mail.yahoo.com> <71007FEA-350D-4610-849B-28274E8B66A3@gmail.com> <2065979247.806760.1557605900983@mail.yahoo.com> Message-ID: <43FC75D5-AECF-48D1-AB6F-89DA8A93B3E5@gmail.com> :-o It simply?works? Thank you! Now I?ll do some pages Renato > Il giorno 11 mag 2019, alle ore 22:18, Roger Haase ha scritto: > > You must follow the installation docs here: https://moin-20.readthedocs.io/en/latest/admin/install.html > > Moin2 is very different from Moin 1.9.x. As Moin 2 is not released yet, there is no packaged version. So for now, clone from github, then cd to moin directory and do "python quickinstall.py" That will create the required virtual directory. > > On Saturday, May 11, 2019, 9:33:45 AM MST, Renato Pontefice wrote: > > > Hi, > I?ve download main2 from suggested link > - Tried to install I > -created a virtualenv > .tried to install it on the virtuale, but I?m unable to do it. > This is the messages I receive: > > iMac-di-Renato:moin-master renato$ python wikiconfig.py moin2/ > Traceback (most recent call last): > File "wikiconfig.py", line 36, in > from moin.config.default import DefaultConfig, _default_password_checker > ImportError: No module named moin.config.defaultt > > Now, I?m trying on my iMac > > What I can do now? :-( > > TIA > > Renato > >> Il giorno 10 mag 2019, alle ore 15:58, Roger Haase > ha scritto: >> >> I think you downloaded an obsolete version from bitbucket. The current code is at https://github.com/moinwiki/moin >> >> >> >> >> >> >> On Friday, May 10, 2019, 6:43:57 AM EDT, Renato Pontefice > wrote: >> >> >> Hi, >> I've downloaded moinmoin 2 >> I try to install it, following the documentation. >> I run: >> >> C:\Users\renatop\moin-2.0>python quickinstall.py >> >> but finaly it doesn't works >> following are the log I obtain: >> >> Usage: >> pip install [options] [package-index-options] ... >> pip install [options] -r [package-index-options] ... >> pip install [options] [-e] ... >> pip install [options] [-e] ... >> pip install [options] ... >> no such option: --download-cache >> Traceback (most recent call last): >> File "quickinstall.py", line 153, in >> QuickInstall(os.path.dirname(os.path.realpath(sys.argv[0])), venv=args.venv, download_cache=args.download_cache)() >> File "quickinstall.py", line 68, in __call__ >> self.do_install() >> File "quickinstall.py", line 108, in do_install >> subprocess.check_call(args) >> File "C:\Python27\lib\subprocess.py", line 190, in check_call >> raise CalledProcessError(retcode, cmd) >> subprocess.CalledProcessError: Command '['C:\\Users\\renatop\\moin-2.0-venv-python\\Scripts\\pip', 'install', '--upgrade', '--download-cache', 'C:\\Us >> ers\\renatop\\pip\\pip-download-cache', '--editable', 'C:\\Users\\renatop\\moin-2.0', '--process-dependency-links', '--allow-external', 'flatland', '- >> -allow-unverified', 'flatland']' returned non-zero exit status 2 >> C:\Users\renatop\moin-2.0>cls >> >> what do I have to do? >> >> TIA >> >> Renato >> >> _______________________________________________ >> moin-user mailing list >> moin-user at python.org >> https://mail.python.org/mailman/listinfo/moin-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Tue May 14 06:13:24 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Tue, 14 May 2019 12:13:24 +0200 Subject: [moin-user] wich is the best markup to use? Message-ID: Hi, I'm not sure wich markup to use with moinmoin: - restructuredtext - markdown I've found many web editor for markdown, but just two or three for restructuredtext. So I'm wondering if is it better to start with markdowd or rst. What do you think? TIA Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Tue May 14 06:51:12 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Tue, 14 May 2019 12:51:12 +0200 Subject: [moin-user] rst vs- markdown: maybe the solution Message-ID: Hi, after wrting the previous post, I' ve foud this (little bit old) http://www.zverovich.net/2016/06/16/rst-vs-markdown.html A good comparision between the two system Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: From crosseyedpenguin at yahoo.com Tue May 14 10:24:45 2019 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Tue, 14 May 2019 14:24:45 +0000 (UTC) Subject: [moin-user] wich is the best markup to use? In-Reply-To: References: Message-ID: <940075286.2038012.1557843885771@mail.yahoo.com> It is a personal choice, so there is no right/wrong answer. I personally prefer Moinmoin as it is powerful and easy to use. Markdown is a second choice as it is easy to use. ReST would be my 3rd choice because the markup syntax seems harder to master. Note there is a Convert function under Item Views so you can convert from one markup to another. The Convert function is still buggy, with some conversions working better than others.? The Convert function is mostly used for development and testing, not something you should plan on using. On Tuesday, May 14, 2019, 3:13:42 AM MST, Renato Pontefice wrote: Hi, I'm not sure wich markup to use with moinmoin:- restructuredtext- markdown I've found many web editor for markdown, but just two or three for restructuredtext. So I'm wondering if is it better to start with markdowd or rst. What do you think? TIA Renato_______________________________________________ moin-user mailing list moin-user at python.org https://mail.python.org/mailman/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Wed May 22 03:53:49 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Wed, 22 May 2019 09:53:49 +0200 Subject: [moin-user] prob. iinstalling moin 2 on pythonanywhere.com Message-ID: Hi, I'm trying to install moin 2.0 (download from here: https://moin-20.readthedocs.io/en/latest/admin/install.html) . wickyconfig -- ran well then, ./m sample -- ran well but ./m run -- give me this output and does not start https://pastebin.com/9TWzbjhX where is the error? TIA Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: From crosseyedpenguin at yahoo.com Wed May 22 09:34:51 2019 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Wed, 22 May 2019 13:34:51 +0000 (UTC) Subject: [moin-user] prob. iinstalling moin 2 on pythonanywhere.com In-Reply-To: References: Message-ID: <1446076679.6078406.1558532091693@mail.yahoo.com> A guess is you are accidentally trying to run 2 instances of the server. Maybe the first try did not shut down properly. https://stackoverflow.com/questions/19071512/socket-error-errno-48-address-already-in-use On Wednesday, May 22, 2019, 12:55:33 AM MST, Renato Pontefice wrote: Hi,I'm trying to install moin 2.0 (download from here:?https://moin-20.readthedocs.io/en/latest/admin/install.html) .wickyconfig -- ran wellthen,?./m sample -- ran wellbut./m run -- give me this output and does not starthttps://pastebin.com/9TWzbjhX where is the error? TIA Renato_______________________________________________ moin-user mailing list moin-user at python.org https://mail.python.org/mailman/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Thu May 23 06:06:43 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Thu, 23 May 2019 12:06:43 +0200 Subject: [moin-user] how to change listen port on moin 2 Message-ID: Hi, I finaly ran moin2 on my pythonanywhere instance. Now the prob is pythonanywhere.com listen on port 80 (http) or port 443 (https) and I cannot use other port. So, I have to change the listening port on 80 or 443 how can I do that? TIA Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: From crosseyedpenguin at yahoo.com Thu May 23 09:37:02 2019 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Thu, 23 May 2019 13:37:02 +0000 (UTC) Subject: [moin-user] how to change listen port on moin 2 In-Reply-To: References: Message-ID: <1079035953.6692439.1558618622511@mail.yahoo.com> https://moin-20.readthedocs.io/en/latest/admin/serve.html?highlight=--%20port#server-options If you are using the built-in server do ./m run --port 80 Note it is not recommended to use builtin server for internet access. On Thursday, May 23, 2019, 3:07:01 AM MST, Renato Pontefice wrote: Hi, I finaly ran moin2 on my pythonanywhere instance.Now the prob is pythonanywhere.com listen on port 80 (http) or port 443 (https) and I cannot use other port. So, I have to change the listening port on 80 or 443 how can I do that? TIA Renato_______________________________________________ moin-user mailing list moin-user at python.org https://mail.python.org/mailman/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Tue May 28 04:56:07 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Tue, 28 May 2019 10:56:07 +0200 Subject: [moin-user] do it exist a public moin2 w2iki? Message-ID: Hi, I'm looking for a public moin 2 wiki, where I can study it. I tried to install it on pythonanywhere.com (with free account) but, dispite the hard help of the help stuff, I 'm not able to let it works... Can someone sudgest me a link? TIA Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: From crosseyedpenguin at yahoo.com Tue May 28 16:40:29 2019 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Tue, 28 May 2019 20:40:29 +0000 (UTC) Subject: [moin-user] do it exist a public moin2 w2iki? In-Reply-To: References: Message-ID: <1904153541.8805591.1559076029203@mail.yahoo.com> Do a git pull on the moin repo; I have added some hints on getting moin installed on pythonanywhere.com. See /contrib/pythonanywhere/ See?http://moinmoin2.pythonanywhere.com/Home?There is a bug, non-ascii page content works, but non-ascii page names fail. I have not used pythonanywhere.com before, so going through the setup was a bit confusing. You cannot use the built-in server on pythonanywhere.? On the pythonanywhere web site, get to the dashboard, then click on the Web tab. If you have already created a web app, go to the bottom of the page and click the red Delete button. Then click the "Add a new web app" link in the upper left. Choose Manual Configuration and perform the changes described in /contrib/pythonanywhere/ Good luck. On Tuesday, May 28, 2019, 1:56:27 AM MST, Renato Pontefice wrote: Hi, I'm looking for a public moin 2 wiki, where I can study it. I tried to install it on pythonanywhere.com (with free account)but, dispite the hard help of the help stuff, I 'm not able to let it works... Can someone sudgest me a link? TIA Renato_______________________________________________ moin-user mailing list moin-user at python.org https://mail.python.org/mailman/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: