UlrichB22

Results 131 comments of UlrichB22

Maybe we need a function that compares timestamps and triggers an index update. The same problem occurs after updating translations, a compile_catalog is needed if the timestamp of messages.po is...

The fix for werkzeug is described in issue https://github.com/pallets/werkzeug/issues/2114

Python3 Port is done since #720. A separate package must also be released as a Debian package. There are ongoing activities to build packages for all dependencies.

In `/help/en/rst.meta` the itemlinks are included in the externallinks list: ``` "externallinks": [ "http:Home", "http://www.python.org/", "http://moinmo.in/", "http:/users/Home", "http:rst/MissingItem", ```

There is an os independent pure python ldap client: [ldap3.readthedocs.io](https://ldap3.readthedocs.io/en/latest/) Does it make sense to migrate from python-ldap to ldap3? Then this issue could be postponed to a later milestone.

Can I add the command `pip install --pre --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple moin ` to `docs/admin/install.rst` in addition to some other smaller fixes? This can help new interested people.

Please check this documentation, there are two sections `Installation` and `Installation (for developers)`: https://moin-20.readthedocs.io/en/latest/admin/install.html Thanks for trying moin2, Ulrich

The command in output line 65 fails. Can you run it directly to get more details on the error? `/home/rudi/moin-venv-python3/bin/pip install --upgrade --editable /home/rudi/moin --upgrade-strategy=eager`

I checked on a fresh install on ubuntu 22.04 desktop. After installation from test.pypi I could use `moin --help` and create an instance using moin command. There was no quickinstall.py,...

The moin software package goes somewhere into subdirectory .local in your home. I my case it is `~/.local/lib/python3.10/site-packages/moin/ `. You don't need to care about that because it is for...