From renato.pontefice at gmail.com Mon Dec 2 03:23:04 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Mon, 2 Dec 2019 09:23:04 +0100 Subject: [moin-user] moinmoin 1.9.x: how to create a user Message-ID: Hi, I've installed moinmoin on pythonanywhere and I can reach it I've set on wikiconfig.py who has to be superuser But I'm unable to create the user. I've looked in many places but I do not find it. Can someone help me to do that? TIA Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: From fabian.arrotin at arrfab.net Mon Dec 2 03:43:20 2019 From: fabian.arrotin at arrfab.net (Fabian Arrotin) Date: Mon, 2 Dec 2019 09:43:20 +0100 Subject: [moin-user] moinmoin 1.9.x: how to create a user In-Reply-To: References: Message-ID: <93358a5e-6b25-9971-5b89-aee413c60de8@arrfab.net> On 02/12/2019 09:23, Renato Pontefice wrote: > Hi, > I've installed moinmoin on pythonanywhere and I can reach it > I've set on wikiconfig.py who has to be superuser > But I'm unable to create? the user. > I've looked in many places but I do not find it. > Can someone help me to do that? > > TIA > > Renato > Either as superuser you can use "swith account" and then create a new profile. Or you can use cli with "moin ... account create ..." Last thing you can do is also enable users creating their own account, but that it is disabled by default in 1.9.10 -- Fabian Arrotin gpg key: 17F3B7A1 | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From renato.pontefice at gmail.com Mon Dec 2 07:20:56 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Mon, 2 Dec 2019 13:20:56 +0100 Subject: [moin-user] moinmoin 1.9.x: how to create a user Message-ID: I've found this command, but it seem doesn' t work 09:28 ~/mywiki $ moin account create --name=RenatoP --password=RenatoP 2019-12-02 09:28:47,547 INFO MoinMoin.log:151 using logging configuration read from built-in fallback in MoinMoin.log module 2019-12-02 09:28:47,547 INFO MoinMoin.log:157 Running MoinMoin 1.9.10 release code from /home/rp4/.local/lib/python2.7/site-packages/MoinMoin Usage: moin [command] [general options] command subcommand [specific options] any help? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul at boddie.org.uk Mon Dec 2 10:03:15 2019 From: paul at boddie.org.uk (Paul Boddie) Date: Mon, 02 Dec 2019 16:03:15 +0100 Subject: [moin-user] moinmoin 1.9.x: how to create a user In-Reply-To: References: Message-ID: <1842046.8WBLodhuEx@jeremy> On Monday 2. December 2019 13.20.56 Renato Pontefice wrote: > I've found this command, but it seem doesn' t work > 09:28 ~/mywiki $ moin account create --name=RenatoP --password=RenatoP Hopefully you will eventually use a different password. :-) > 2019-12-02 09:28:47,547 INFO MoinMoin.log:151 using logging configuration read from built-in fallback in MoinMoin.log module > 2019-12-02 09:28:47,547 INFO MoinMoin.log:157 Running MoinMoin 1.9.10 release code from /home/rp4/.local/lib/python2.7/site-packages/MoinMoin Usage: moin [command] [general options] command subcommand [specific options] Ignoring all the logging stuff that Moin seems to like generating, it is telling you that you probably need to include some more options to tell the command which wiki you are accessing. Try doing this: moin --config-dir=`pwd` account create --name=RenatoP --password=RenatoP Here, `pwd` is the way of getting the current directory, but you can replace it with the full path to the directory containing your wikiconfig.py file. So, if you are already in the directory containing wikiconfig.py, use `pwd` and the command should work. Otherwise, use the full path. You might also need to specify the --email option. Paul From cfreemes at UR.Rochester.edu Mon Dec 2 10:56:35 2019 From: cfreemes at UR.Rochester.edu (Freemesser, Chris) Date: Mon, 2 Dec 2019 15:56:35 +0000 Subject: [moin-user] moinmoin 1.9.x: how to create a user In-Reply-To: References: Message-ID: <1575302194.3150.5.camel@ur.rochester.edu> On Mon, 2019-12-02 at 09:23 +0100, Renato Pontefice wrote: > Hi, > I've installed moinmoin on pythonanywhere and I can reach it > I've set on wikiconfig.py who has to be superuser > But I'm unable to create? the user. > I've looked in many places but I do not find it. > Can someone help me to do that? What I do when I create a new user is to enable user account creation in the correct .py file for the wiki instance, then just use the normal user account self-creation page on the wiki. ?Afterwards I immediately disable user account creation to prevent the bots from creating bogus accounts. ?This should work fine for creating the superuser account. I've not had much luck with the CLI command as it doesn't seem to set permissions correctly. ? Chris =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Chris Freemesser, Systems Administrator Dept. of Brain & Cognitive Sciences + The Center for Visual Science University of Rochester 274 Meliora Hall 585-275-0786 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From renato.pontefice at gmail.com Tue Dec 3 06:43:25 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Tue, 3 Dec 2019 12:43:25 +0100 Subject: [moin-user] moinmoin 1.9.x: how to create a user In-Reply-To: <2019010.ibKRolWe5j@jeremy> References: <1842046.8WBLodhuEx@jeremy> <2019010.ibKRolWe5j@jeremy> Message-ID: Still nothing, I've tried also another password, but with the sane result. Renato 11:39 ~ $ moin --config-dir=/home/rp4/mywiki account create --name=RenatoP --password=RenatoP 2019-12-03 11:40:04,531 INFO MoinMoin.log:151 using logging configuration read from built-in fallback in MoinMoin.log module2019-12-03 11:40:04,531 INFO MoinMoin.log:157 Running MoinMoin 1.9.10 release code from /home/rp4/.local/lib/python2.7/site-packages/MoinMoinUsage: moin [command] [general options] command subcommand [specific options]Options: --version show program's version number and exit -q, --quiet Be quiet (no informational messages) --show-timing Show timing values [default: False] --config-dir=DIR Path to the directory containing the wiki configuration files. [default: current directory] --wiki-url=WIKIURL URL of a single wiki to migrate e.g. http://localhost/mywiki/ [default: CLI] --page=PAGE wiki page name [default: all pages] --name=NAME Set the wiki user name to NAME. --alias=ALIAS Set the wiki user alias name to ALIAS (e.g. the real name if NAME is cryptic). --email=EMAIL Set the user's email address to EMAIL. --password=PASSWORD Set the user's password to PASSWORD.11:40 ~ $ Il giorno mar 3 dic 2019 alle ore 12:32 Paul Boddie ha scritto: > Renato, > > > it seem it doesn't work > > > > 08:33 ~/mywiki $ moin --config-dir=`/home/rp4/mywiki` account create -- > name=RenatoP --password=RenatoP > > When using the directory name you do not need to use the `...` quotes > because > this means something to the shell. So try this instead: > > moin --config-dir=/home/rp4/mywiki account create --name=RenatoP \ > --password=RenatoP > > The `pwd` I mentioned in my last message calls the pwd command and inserts > the > result into the quotes: that is what they do. You may wish to find some > documentation about Unix/Linux/POSIX shells and the syntax to become more > comfortable using them. > > Regards, > > Paul > > P.S. Please send replies to the list, not to me personally. I am not in a > position to offer personalised support for Moin. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Tue Dec 3 11:03:36 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Tue, 3 Dec 2019 17:03:36 +0100 Subject: [moin-user] moinmoin 1.9.x: how to create a user In-Reply-To: <1575379825.3113.8.camel@ur.rochester.edu> References: <1575302194.3150.5.camel@ur.rochester.edu> <1575379825.3113.8.camel@ur.rochester.edu> Message-ID: <424AF414-A670-4621-90CB-6A264354FC4F@gmail.com> This is my wikiconfig.py file under mywiki finder (just the security chunck. Where is the line you suggest me? Thank you Renato # Security ---------------------------------------------------------- # This is checked by some rather critical and potentially harmful actions, # like despam or PackageInstaller action: superuser = [u"RenatoP", ] # Some actions are by default only enabled for superusers and disabled # for everybody else. # 'newaccount' is one of these (used to let visitors create new accounts). # You can create wiki users on the shell by using "moin account create". # A superuser also can use "Settings" -> "Switch user" to create users. # If you need the newaccount action for everybody (e.g. to create your # very first [superuser] account), you can (temporarily) enable it: #actions_superuser = multiconfig.DefaultConfig.actions_superuser[:] #actions_superuser.remove('newaccount') # IMPORTANT: grant yourself admin rights! replace YourName with # your user name. See HelpOnAccessControlLists for more help. # All acl_rights_xxx options must use unicode [Unicode] #acl_rights_before = u"YourName:read,write,delete,revert,admin" # This is the default ACL that applies to pages without an ACL. # Adapt it to your needs, consider using an EditorGroup. #acl_rights_default = u"Trusted:read,write,delete,revert Known:read All:read" # The default (ENABLED) password_checker will keep users from choosing too # short or too easy passwords. If you don't like this and your site has # rather low security requirements, feel free to DISABLE the checker by: #password_checker = None # None means "don't do any password strength checks" # Link spam protection for public wikis (Uncomment to enable) # Needs a reliable internet connection. #from MoinMoin.security.antispam import SecurityPolicy > Il giorno 3 dic 2019, alle ore 14:30, Freemesser, Chris ha scritto: > > On Tue, 2019-12-03 at 10:33 +0100, Renato Pontefice wrote: >> on my wikiconfig.py I don' t find the entry to set a user account >> What I have to look about? > > In each wiki's ".py" file I have the following two lines under the "Security" > section: > > actions_excluded = ['DeletePage','RenamePage','newaccount'] > # actions_excluded = [ 'RenamePage'] > > This means that by default, users cannot create a new account themselves. When > I want to create a new user account, I comment out the first line and uncomment > the second line, then save the file. Doing this enables user account creation. > I then issue this command to make sure the changes are enabled: > > apachectl restart > > I then create the account for them by clicking on the "Login" link on the wiki's > FrontPage, then selecting the "create an account" link on the login page. Once > I've created the account I change those two lines in the ".py" file back to what > you see above and issue another "apachectl restart" command to make sure the > changes are enabled. > > Since my wiki server is constantly attacked by bots I have to do all of this as > quickly as possible to make sure they don't have enough time to sneak in and > create a bogus account. Once I'm done I do check the /data/user folder to make > sure my account is the only one that was created. > > Chris > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Chris Freemesser, Systems Administrator > Dept. of Brain & Cognitive Sciences + > The Center for Visual Science > University of Rochester > 274 Meliora Hall > 585-275-0786 > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Wed Dec 4 16:11:41 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Wed, 4 Dec 2019 22:11:41 +0100 Subject: [moin-user] Python cloud free Message-ID: Hi, I?m thinking to change my cloud (pythonanywhere) to another one, to install moinmoin Can someone help me and drive to another cloud? Thank you Renato From paul at boddie.org.uk Thu Dec 5 06:56:01 2019 From: paul at boddie.org.uk (Paul Boddie) Date: Thu, 05 Dec 2019 12:56:01 +0100 Subject: [moin-user] moinmoin 1.9.x: how to create a user In-Reply-To: References: <2019010.ibKRolWe5j@jeremy> Message-ID: <8706355.BW0h2oQVxv@jeremy> On Tuesday 3. December 2019 12.43.25 Renato Pontefice wrote: > Still nothing, > I've tried also another password, but with the sane result. What about if you specify an e-mail address as well...? moin --config-dir=`/home/rp4/mywiki` account create \ --name=RenatoP --password=RenatoP --email=renatop at localhost The moin tool isn't always very helpful when it doesn't get the right options. By the way, it isn't checking the password here, it just writes the new user details directly. In case the above doesn't work, also try quoting the values: moin --config-dir=`/home/rp4/mywiki` account create \ --name='RenatoP' --password='RenatoP' --email='renatop at localhost' This might be needed if the shell does some magic with the @ character. Paul > Renato > > > 11:39 ~ $ moin --config-dir=/home/rp4/mywiki account create --name=RenatoP > --password=RenatoP 2019-12-03 11:40:04,531 INFO MoinMoin.log:151 using > logging configuration read from built-in fallback in MoinMoin.log > module2019-12-03 > 11:40:04,531 INFO MoinMoin.log:157 Running MoinMoin 1.9.10 release code > from /home/rp4/.local/lib/python2.7/site-packages/MoinMoinUsage: moin > [command] [general options] command subcommand [specific options]Options: > --version show program's version number and exit -q, --quiet Be quiet (no > informational messages) --show-timing Show timing values [default: False] > --config-dir=DIR Path to the directory containing the wiki configuration > files. [default: current directory] --wiki-url=WIKIURL URL of a single wiki > to migrate e.g. http://localhost/mywiki/ [default: CLI] --page=PAGE wiki > page name [default: all pages] --name=NAME Set the wiki user name to NAME. > --alias=ALIAS Set the wiki user alias name to ALIAS (e.g. the real name if > NAME is cryptic). --email=EMAIL Set the user's email address to EMAIL. > --password=PASSWORD Set the user's password to PASSWORD.11:40 ~ $ > > Il giorno mar 3 dic 2019 alle ore 12:32 Paul Boddie ha > > scritto: > > Renato, > > > > > it seem it doesn't work > > > > > > 08:33 ~/mywiki $ moin --config-dir=`/home/rp4/mywiki` account create -- > > > > name=RenatoP --password=RenatoP > > > > When using the directory name you do not need to use the `...` quotes > > because > > this means something to the shell. So try this instead: > > > > moin --config-dir=/home/rp4/mywiki account create --name=RenatoP \ > > > > --password=RenatoP > > > > The `pwd` I mentioned in my last message calls the pwd command and inserts > > the > > result into the quotes: that is what they do. You may wish to find some > > documentation about Unix/Linux/POSIX shells and the syntax to become more > > comfortable using them. > > > > Regards, > > > > Paul > > > > P.S. Please send replies to the list, not to me personally. I am not in a > > position to offer personalised support for Moin. From renato.pontefice at gmail.com Thu Dec 5 10:02:29 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Thu, 5 Dec 2019 16:02:29 +0100 Subject: [moin-user] moinmoin 1.9.x: how to create a user In-Reply-To: <21009031.s77aME216V@jeremy> References: <8706355.BW0h2oQVxv@jeremy> <21009031.s77aME216V@jeremy> Message-ID: Yes!!!!!!!!! RenatoP | Impostazioni | Disconnetti LanguageSetup Finale it run!!!!!!!!!! So, the prob was that I cannot create an account from the web page, but just with this command: moin --config-dir=/home/rp4/mywiki account create --name='RenatoP' --password='RenatoP' --email='renatop at localhost' And now I can go on to configure it. Really thank you Renato > Il giorno 5 dic 2019, alle ore 14:14, Paul Boddie ha scritto: > > oin --config-dir=/home/rp4/mywiki account create --name='RenatoP' \ > --password='RenatoP' --email='renatop at localhost' -------------- next part -------------- An HTML attachment was scrubbed... URL: From simao.afonso at powertools-tech.com Thu Dec 5 11:22:46 2019 From: simao.afonso at powertools-tech.com (=?utf-8?B?U2ltw6Nv?= Afonso) Date: Thu, 5 Dec 2019 16:22:46 +0000 Subject: [moin-user] moinmoin 1.9.x: how to create a user In-Reply-To: References: <8706355.BW0h2oQVxv@jeremy> <21009031.s77aME216V@jeremy> Message-ID: <20191205162246.q4bqq42xwwgpoiaw@simaopoafonso-asusx201e-arch> Renato Pontefice @ 2019-12-05 16:02:29: > RenatoP > moin --config-dir=/home/rp4/mywiki account create --name='RenatoP' --password='RenatoP' --email='renatop at localhost' Be advised that you have than MoinMoin instance accessible from the Internet and with username and password published. I was able to login myself, just to check. Make sure to change the password ASAP. From renato.pontefice at gmail.com Thu Dec 5 12:53:52 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Thu, 5 Dec 2019 18:53:52 +0100 Subject: [moin-user] Moin 1.9.10:"permission denied" when I try to write page Message-ID: <33F6C71B-1576-43B7-B325-38CFA3E8797D@gmail.com> Hi, I?ve finally installed MoinMoin (thank you to all) But, when I try create a new page (simply putting the name of unexacting page) I reach the list of model pages I can create, or link to new white page. But, if I click on a model or on a new page, I receive the message that I cannot create it. I?ve already made a comode -R 777 to all the structure of wiki Do I have to set some special variable? TIA Renato From renato.pontefice at gmail.com Fri Dec 6 04:34:28 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Fri, 6 Dec 2019 10:34:28 +0100 Subject: [moin-user] unable to create a new page Message-ID: Hi, Today, I've tried to create a new page (like yesterday on my new wiki) on my MoinMo.in account.I receive the same error.So I've thought that the problem is the mine. I mean, maybe I do somethings wrong, but what? I insert on the link just the name of my new page, receive the table of new page model and the link to create a brand new page, but when I click to create one (brand new or from a model) I receive the error that I cannot do that. Any Idea? Thank you Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Sat Dec 7 07:10:30 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Sat, 7 Dec 2019 13:10:30 +0100 Subject: [moin-user] Any Idea? Message-ID: Hi, I?m wondering if I?wrote on the right place. Can someone tell me why I cannot write my first page on my pythonanywhere moinmoin 1.9.10 ? TIA Renato From paul at boddie.org.uk Sat Dec 7 11:23:46 2019 From: paul at boddie.org.uk (Paul Boddie) Date: Sat, 07 Dec 2019 17:23:46 +0100 Subject: [moin-user] Any Idea? In-Reply-To: References: Message-ID: <1652174.hpkQe6mleV@jeremy> On Saturday 7. December 2019 13.10.30 Renato Pontefice wrote: > Hi, > I?m wondering if I?wrote on the right place. > Can someone tell me why I cannot write my first page on my pythonanywhere > moinmoin 1.9.10 ? Well, I think you already ruled out filesystem permissions by doing "chmod -R 777" on the wiki, which probably isn't a good idea generally. In fact, doing that may stop Web applications from working in some environments. Other things include the access rights settings in the wikiconfig.py file. You should look at a few different things: superuser: If you put a username in the superuser list, they will have access to everything. See https://moinmo.in/HelpOnSuperUser for some more details. Example: superuser = [u"RenatoP"] acl_rights_before: If you put permissions for a user in this string, these will be granted instead of the permissions on a page and instead of the default permissions. See https://moinmo.in/HelpOnAccessControlLists for details. Example: acl_rights_before = u"RenatoP:read,write,delete,revert,admin" acl_rights_default: The permissions in this string are for pages without access control permissions. Example: acl_rights_default = u"All:read" You might want to check... * Whether you are logged in and can see your username in the page * What your acl_rights_default setting is * What your acl_rights_before setting is Without more information, it is difficult to know what the cause of the problem is. Paul From renato.pontefice at gmail.com Mon Dec 9 05:13:04 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Mon, 9 Dec 2019 11:13:04 +0100 Subject: [moin-user] link to old MoinMoin Message-ID: Hi, I've another Idea for my problem, can someone give me a link of an old version of MoinMoin (1.9.x with x <10)? I would try if my prob is just of the last version. TIA Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: From renato.pontefice at gmail.com Mon Dec 9 12:32:51 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Mon, 9 Dec 2019 18:32:51 +0100 Subject: [moin-user] Error creating page on MoinMo.in Message-ID: <26951301-31A0-44CB-941B-4C0616364B58@gmail.com> First of all: if this is not the moin.user making list, don?t read the message and please tell me the right address. Otherwise? I still have problem trying to create a page on MoinMoin. This Time, I?ve tried to MoinMo.in page. -I?ve an account on it - I?ve logged in - tried to write a stupid URL https://moinmo.in/Rop - clicked on Create new empty page -and, I've still received the same error message: "Non ? consentito modificare questa pagina.? That mean: "This page cannot be modified.? So: -I?m in MoinMo.in instance (I mean not in my instance rp4.pythoanywhere.com ) - all the messages are in English, why this error is in Italian? Thank you Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul at boddie.org.uk Tue Dec 10 18:19:52 2019 From: paul at boddie.org.uk (Paul Boddie) Date: Wed, 11 Dec 2019 00:19:52 +0100 Subject: [moin-user] Error creating page on MoinMo.in In-Reply-To: <26951301-31A0-44CB-941B-4C0616364B58@gmail.com> References: <26951301-31A0-44CB-941B-4C0616364B58@gmail.com> Message-ID: <2097881.b2N2ExYMbl@jeremy> On Monday 9. December 2019 18.32.51 Renato Pontefice wrote: > First of all: if this is not the moin.user making list, don?t read the > message and please tell me the right address. Otherwise? > I still have problem trying to create a page on MoinMoin. > This Time, I?ve tried to MoinMo.in page. > -I?ve an account on it > - I?ve logged in > - tried to write a stupid URL https://moinmo.in/Rop > - clicked on Create new empty page > -and, I've still received > the same error message: > "Non ? consentito modificare questa pagina.? That mean: "This page cannot > be modified.? The reason that applies to the moinmo.in site is that you are not part of the "trusted editors" group on that site: https://moinmo.in/TrustedEditorGroup In the configuration of that wiki, I imagine that there is a rule like this: acl_rights_before = "TrustedEditorGroup:read,write,delete,revert All:read" Or there may be an acl_rights_default rule instead. These rules prevent other people ("All") from creating new pages. If you were added to the TrustedEditorGroup page, you might then be able to add new pages. > So: > -I?m in MoinMo.in instance (I mean not in my instance > rp4.pythoanywhere.com ) - all the messages > are in English, why this error is in Italian? Probably because your browser preferences have Italian as the default language. The user preferences in MoinMoin do not seem to have a language setting, so I don't think it is a Moin setting that decides the language. Meanwhile, on your own wiki, you haven't performed the language setup: https://rp4.pythonanywhere.com/ So you will most likely see English pages until you install page packages: https://rp4.pythonanywhere.com/LanguageSetup?action=language_setup Since you seem to be superuser, this should be possible if you log in and follow the last link above. (Or just go to your wiki and follow the link entitled "install help and system page packages" under "Installing page packages".) Paul From renato.pontefice at gmail.com Wed Dec 11 04:34:55 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Wed, 11 Dec 2019 10:34:55 +0100 Subject: [moin-user] Error creating page on MoinMo.in In-Reply-To: <2097881.b2N2ExYMbl@jeremy> References: <26951301-31A0-44CB-941B-4C0616364B58@gmail.com> <2097881.b2N2ExYMbl@jeremy> Message-ID: ? I'm really excited.... IT WORKS!!!! finally it works!!! Thank you so much you were really helpful Renato Il giorno mer 11 dic 2019 alle ore 00:20 Paul Boddie ha scritto: > On Monday 9. December 2019 18.32.51 Renato Pontefice wrote: > > First of all: if this is not the moin.user making list, don?t read the > > message and please tell me the right address. Otherwise? > > I still have problem trying to create a page on MoinMoin. > > This Time, I?ve tried to MoinMo.in page. > > -I?ve an account on it > > - I?ve logged in > > - tried to write a stupid URL https://moinmo.in/Rop < > https://moinmo.in/Rop> > > - clicked on Create new empty page > > -and, I've still > received > > the same error message: > > "Non ? consentito modificare questa pagina.? That mean: "This page > cannot > > be modified.? > > The reason that applies to the moinmo.in site is that you are not part of > the > "trusted editors" group on that site: > > https://moinmo.in/TrustedEditorGroup > > In the configuration of that wiki, I imagine that there is a rule like > this: > > acl_rights_before = "TrustedEditorGroup:read,write,delete,revert All:read" > > Or there may be an acl_rights_default rule instead. These rules prevent > other > people ("All") from creating new pages. > > If you were added to the TrustedEditorGroup page, you might then be able > to > add new pages. > > > So: > > -I?m in MoinMo.in instance (I mean not in my > instance > > rp4.pythoanywhere.com ) - all the > messages > > are in English, why this error is in Italian? > > Probably because your browser preferences have Italian as the default > language. The user preferences in MoinMoin do not seem to have a language > setting, so I don't think it is a Moin setting that decides the language. > > Meanwhile, on your own wiki, you haven't performed the language setup: > > https://rp4.pythonanywhere.com/ > > So you will most likely see English pages until you install page packages: > > https://rp4.pythonanywhere.com/LanguageSetup?action=language_setup > > Since you seem to be superuser, this should be possible if you log in and > follow the last link above. (Or just go to your wiki and follow the link > entitled "install help and system page packages" under "Installing page > packages".) > > Paul > _______________________________________________ > 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 Dec 11 13:29:26 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Wed, 11 Dec 2019 19:29:26 +0100 Subject: [moin-user] How to write manual Message-ID: <6A0E3CAB-5804-4AAF-B146-0574EE32A48C@gmail.com> Hi, I would use MoinMoin as wiki where I?m working (software house) Now that I?ve finally start to use it, I?m wondering if I can see some already done example. My goal is to - write by MoinMoin (using rst markup) - import on ReadTheDoc So obtain all format Can someone show me an example or some document about it? TIA Renato From renato.pontefice at gmail.com Mon Dec 16 11:43:30 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Mon, 16 Dec 2019 17:43:30 +0100 Subject: [moin-user] How to install moinmoin 2 into pythonanywhere Message-ID: <9CB3215D-07A3-461A-91D8-5ACE8D6DB901@gmail.com> Hi, I still trying to made that installation. I would use a virtualenv, because pythonanywhere has python 2.7 as default. Do someone can give a correct guide to install it? Wich virtualenv do I have to use? TIA Renato From renato.pontefice at gmail.com Sat Dec 21 10:12:58 2019 From: renato.pontefice at gmail.com (Renato Pontefice) Date: Sat, 21 Dec 2019 16:12:58 +0100 Subject: [moin-user] Prob installing moin2 Message-ID: <541D4D45-9BB0-4BC9-A71B-5AC5F7C80FFB@gmail.com> Hi, There is a lot of time that I?m trying to install moin 2: 1 - first on pythonanywhere 2 - after on my Mac (with the last python 3.8 ) In first case, I got bored all the help stuff of pythonanywhere with a long long post. In last, I?ve received this answer from them: > According to the moin 2 documentation, that should work (though the documentation looks like it's really out of date), so I think the only real option is to contact the developers through github to see what they have to say. In the second case (on my local iMac) I?m unable too. Because I think this is the wiki I would use, I?m wondering if there are anyone that can help me TIA Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: