Skip to content
#

wiki-engine

Here are 71 public repositories matching this topic...

satwareAG-ironMike
satwareAG-ironMike commented Jan 22, 2022

Why this could be useful:
3rd party applications that maintain user accounts would be enabled to create new wiki users without manual interaction. E.g. providing a centralized documentation platform with acl for a large number of users.

Current workflow:
Export users to csv and then import with usermanager mass import feature. After import the users acl are modified by the workflow u

ReimarBauer
ReimarBauer commented Nov 1, 2018

This is a documentation task

For installing python-ldap we need further dependencies, on debian, ubuntu:

libldap2-dev
python2.7-dev
libsasl2-dev
libssl-dev

missing dependencies showed as

26   Running setup.py bdist_wheel for python-ldap: finished with status 'error'
104   Modules/constants.h:7:18: fatal error: lber.h: Datei oder Verzeichnis nicht gefunden
106   error: comman
Pepperminty-Wiki
sbrl
sbrl commented Jul 3, 2017

It would make it easier to share specific parts of longer pages on wikis if we could have a button next to each header that links to that specific heading. Github and Wikipedia already have it - we should be able to have it too!

We have this syntax already:

## Some heading {#Anchor}

the above sets the id of the header to Anchor. We should try not to break this syntax.

Wikipedia
dopecodez
dopecodez commented Dec 29, 2021

There are a lot of new REST APIs for wikipedia present in the REST API docs.

We'll look through them one by one and implement the same. Anyone who wants to pick up on any other REST API should ideally open a new issue.

The REST API has a /feed/featured/{year}/{mm}/{dd} endpoint which provides featured content for that particular day. Implementation for this can follow #8 .

Implementation

Improve this page

Add a description, image, and links to the wiki-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wiki-engine topic, visit your repo's landing page and select "manage topics."

Learn more