Projects tagged ‘dokuwiki’


[43 total ]

0 Users

Converts wiki markup from JSPWiki to DokuWiki format
Created 12 months ago.

0 Users

The Include Plugin for DokuWiki can include a wiki page into another.
Created 12 months ago.

0 Users

openwiki to dokuwiki wikiconverter 1, 可以使用本转换器完成初步转换 2, 建议使用powergrep的正则替换组功能来做修正。
Created 5 months ago.

0 Users

This plugin lets you add tags to your wiki pages and also list all pages with a certain tag.
Created 12 months ago.

0 Users

The Pagelist Plugin lists pages in a nice looking table. Besides its function as stand-alone syntax plugin, it serves as helper plugin for the Blog, Discussion, Editor and Tag plugins.
Created 12 months ago.

0 Users

The Offline-HTML plugin for DokuWiki can export your dokuwiki to HTML pages suitable for offline reading It works only with the developer version of dokuwiki! Based on the offline-doku script from Pavel Shevaev.
Created 12 months ago.

0 Users

Lilypond Plugin for DokuwikiIntroductionThis is a plugin to do music typesetting with Lilypond via Dokuwiki. Lilypond is a music typesetter similar to latex (in quality and complexity). Dokuwiki is a ... [More] very simple to use yet powerful wiki engine. Lilypond plugin allows to write lilypond code to a wiki page, and let the wiki generate the pdf etc for you. This enables you to: share your music with others work on your music with others revision control The idea is to eventually start a wiki where sheetmusic can be exchanged and developed collaboratively. Requirementsa working dokuwiki installation lilypond pdfinfo from xpdf-utils (or poppler-utils) svn to get the plugin in the first place Installationcd to dokuwiki/lib/plugins svn checkout http://lilypond-plugin.googlecode.com/svn/trunk/ lilypond UsageSimply put something like this (any correct lilypond file) on a wiki page \relative c' { c4 d e f } The page will be saved as reduced png for thumbnails and .pdf and .ly for download. The generated files will be rendered as links. The filename is (for now) the same as the name of the wikipage (one page for one score). ConfigurationNone for now. Technical DetailsThe files are generated with: /usr/bin/lilypond --png --pdf -dresolution=20 -ddelete-intermediate-files=#t -o .../dokuwiki/data/media/output - The results show up under: .../dokuwiki/data/media [Less]
Created 12 months ago.

0 Users

mmFuji is a template for DokuWiki
Created 11 months ago.

0 Users

Plugins for the dokuwiki wiki engine. You may find dokuwiki itself at http://dokuwiki.org Plugins maintained here: bureaucracy2: easy form creation, verification, actions ics_show: fetch and ... [More] display remote ICS calendar in various format txtconf (soon) math (soon) [Less]
Created 8 months ago.

0 Users

This project allows a fluxbb/punbb and django applications working together. Features are provided in 3 applications: punbb.authent punbb.forum punbb.avatar The punbb.authent application is a ... [More] dependencie for the 2 others applications. Featurespunbb.authentIt provides the punbb's user and group models a backend for authentication based on punbb users a middleware providing a kind of sso with a punbb application a command to import punbb users and groups into django.auth models punbb.forumIt provides the others punbb's models a command to import punbb forums into tribes (pinax) models punbb.avatarIt is based on the gravatar (pinax) application both punbb and gravatar avatars management UsageAdd the PunBBSessionMiddleware middleware after session and authentication middlewares: MIDDLEWARE_CLASSES = ( ..., 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'punbb.authent.middleware.PunBBSessionMiddleware', ..., )Add this in the settings.py file: AUTHENTICATION_BACKENDS = ( 'punbb.authent.authentication.PunBBShaBackend', ) COOKIE_SEED = 'SAME VALUE AS $COOKIE_SEED IN CONFIG.PHP' PUNBB_COOKIE_NAME = 'punbb_cookie' EXTERN_USER_IS_STAFF = False # if True, PunBB users are django staff users PUNBB_TABLES_PREFIX = 'punbb_' # you should edit thisCommandsusage: python manage.py [command]import_punbb_usersimports punbb users/groups into django authentication tables. import_punbb2tribesThis command should work in the context of django project that support forums features, like pinax. It imports forums, categories, posts into django (pinax tribes) tables. The mapping is as follows: punbb pinax tribes category tribe forum tag topics topic posts threadedcomment Attention: the import_punbb_users command should be runned before. SSO use casethe user loggs in with a username/password from punBB database the user opens a session from django: a punBB session is also opened. the user opens a session from punBB: a django session is also opened. example of a sso integration with 2 php applications: dokuwiki (support authentication based on a punBB db) punBB forum (user/group data) django site (with django-punbb inside) [Less]
Created about 1 year ago.