Tabla de Contenidos
Plugins (Complementos)
El sistema de Plugins permite extender las posibilidades de DokuWiki, sin necesidad de modificar el código original (y tener que hacerlo en cada actualización). A continuación hay una lista de plugins creados por usuarios de DokuWiki. Sus nombres y explicaciones son proporcionados por sus creadores, y en la mayoría de casos estarán en inglés.
La instalación de un plugin consiste en ponerlo en su propio directorio dentro de lib/plugins/
. Para muchos de los plugins esto se puede hacer automáticamente utilizando el administrador de Extensions.
No te olvides de leer Warning on Plugins.
Buscar Plugins
Filtrar plugins disponibles por tipo o por el uso de etiquetas en la nube. También puede buscar en el plugin espacio de nombres (namespace), usando el cuadro de búsqueda.
Filtrar por tipo
- Syntax plugins amplían sintaxis básica de DokuWiki.
- Action plugins reemplazan o amplían la funcionalidad básica de DokuWiki
- Admin plugins proporcionan herramientas de administración adicionales
- Helper plugins proporcionan funcionalidad compartida por otros plugins
- Render plugins añaden nuevos modos de exportación o sustituyen el estándar XHTML renderizado
- Remote plugins añaden métodos al Remote API (RAPI) accesibles a través de servicios web
- Auth plugins añaden módulos de identificación
- CLI plugins add commands to use at the Command Line Interface
Filtrar por Etiqueta
Disponible Auth plugins (63)
PluginAutor | Última actualización | ↑Popularity |
---|---|---|
Plain Text Authentication Plugin The default authentication mechanism which uses plain text files | bundled | |
bundled | ||
Active Directory Authentication Plugin Provides authentication against a Microsoft Active Directory
| bundled | |
LDAP Authentication Plugin This plugin allows authentication against an LDAP directory using the ACL feature. | bundled | |
MySQL Authentication Plugin This backend uses a MySQL Database to store user data and passwords.
| bundled | |
oAuth Plugin Download Allow users to login through various oAuth1 and oAuth2 compatible authentication providers. Requires additional plugins.
| 2024-11-02 | 561/23459 |
PostgreSQL Authentication Plugin This backend uses a PostgreSQL Database to store user data and passwords.
| bundled | |
| 2024-09-23 | 308/23459 |
| 2016-07-26 | 82/23459 |
2014-09-27 | 67/23459 | |
AuthRemoteUser Plugin Download Provides single sign-on authentication via an environment variable which is set through authentication systems like HTTP-Auth, LDAP, CAS, Cosign, NTLM, PAM, WebAuth, SSPI, and so on | 2021-08-30 | 59/23459 |
ADFS Plugin Download Provides user authentication against Active Directory Federation Service via SAML 2.0 | 2020-10-22 | 57/23459 |
| 2023-07-28 | 53/23459 |
| 2023-12-05 | 49/23459 |
MantisBT Authentication Plugin Download Enables single sign-on to DokuWiki using MantisBT as authentication back-end.
| 2020-06-14 | 47/23459 |
| 2016-07-22 | 45/23459 |
WordPress Authentication Plugin Download Provides authentication against a WordPress MySQL database backend
| 2024-03-06 | 41/23459 |
| 2023-09-20 | 39/23459 |
2019-04-17 | 24/23459 | |
| 2021-09-21 | 22/23459 |
EveSSO Plugin Download Authentication via eve online SSO and access control for corporations/alliances/factions | 2022-09-09 | 19/23459 |
Shibboleth Authentication Plugin Download Uses a Shibboleth Service Provider instance to authenticate users
| 2015-11-04 | 17/23459 |
AuthSAML Plugin Download Provides external authentication via simpleSAMLphp Service Provider instance
| 2018-05-17 | 13/23459 |
2019-09-25 | 8/23459 | |
genericsso Plugin Download Allows to authenticate against any SSO system that set environment variables
| 2024-07-23 | 8/23459 |
| 2013-12-11 | 8/23459 |
| 2019-03-30 | 6/23459 |
| 2020-05-02 | 5/23459 |
2020-10-22 | 5/23459 | |
| 2014-10-26 | 5/23459 |
| 2017-03-08 | 5/23459 |
| 2017-01-03 | 4/23459 |
OpenLDAP + Kerberos Auth Plugin Download Provides user authentication against a OpenLDAP + Kerberos server using GSSAPI | 2021-12-15 | 4/23459 |
2018-05-07 | 4/23459 | |
2017-09-06 | 4/23459 | |
2019-05-23 | 3/23459 | |
| 2022-03-16 | 2/23459 |
2018-02-01 | 2/23459 | |
2015-07-29 | 2/23459 | |
| 2018-07-26 | 2/23459 |
| 2024-03-20 | 2/23459 |
authsqlite Plugin Download Authentication against an SQLite database, with per animal group management in farms
| 2015-06-25 | 2/23459 |
2017-01-06 | 2/23459 | |
| 2014-10-14 | 2/23459 |
| 2024-02-04 | 2/23459 |
| 2017-08-16 | 1/23459 |
| 2014-02-27 | 1/23459 |
2008-03-07 | 1/23459 | |
| 2015-01-03 | 1/23459 |
| 2021-12-04 | 1/23459 |
2013-04-27 | 1/23459 | |
authserversso Plugin Download Use server side variables to provide user identity (logon) for Dokuwiki
| 2024-04-25 | 1/23459 |
| 2024-02-22 | 1/23459 |
| 2016-02-03 | 1/23459 |
2024-01-25 | 1/23459 | |
| 2017-06-15 | 1/23459 |
| 2016-02-17 | 1/23459 |
| 2018-03-30 | 1/23459 |
shibbolethauth Plugin Download Shibboleth authentication, authorization plugin for interfacing DokuWiki with Sympa
| 2010-12-03 | 1/23459 |
DokuWikiConnector .NET API C VB .NET XML-RPC DokuWiki Connector API | 2017-02-01 | 0/23459 |
2017-03-29 | 0/23459 | |
Magento Plugin Download Authenticate against customer and administrator information found in Magento databases
| 2014-10-02 | 0/23459 |
| 2022-11-24 | 0/23459 |
Los valores de popularidad (Popularity) se basan en datos recogidos mediante el plugin popularity. Por favor, ayúdanos a mejorar la precisión aportando tus datos mediante este plugin.
Creación de plugins
Hay distintos tipos de plugin que interaccionan con distintas partes de DokuWiki. Un plugin, puede pertenecer a múltiples tipos. Los enlaces siguientes deberían ayudarte a empezar a escribir tu propio plugin de DocuWiki. Eso sí, de momento están en inglés.
- Syntax Plugins ( Manual )
- Admin Plugins ( Manual )
- Action Plugins ( Manual )
- Renderer Plugins ( Manual )
- Helper Plugins ( Manual )
Un par de consejos de referencia, útiles al escribir plugins de cualquier tipo:
Si has creado un plugin, por favor, compártelo con la comunidad. Simplemente cera una página con el nombre de tu plugin en el espacio de nombres de plugin. O sea, si tu plugin se llama ejemplo
crea una página plugin:ejemplo
aquí, en el wiki. Nota: no está permitido subir ficheros, así que o bien pones el código, o utilizas cualquiera de los servicios de alojamiento de la red.
Pedir un plugin
Si necesitas alguna funcionalidad específica en DokuWiki, pero no tienes los conocimientos o recursos necesarios para escribir tu propio plugin, puedes sugerirla a la comunidad para que la considere.
Para solicitar la creación de un nuevo plugin o discutir sobre ideas de plugins, puedes consultar (siempre que te manejes con el inglés) el Plugin Wishlist Forum.
Peticiones recientes::