This is an old revision of the document!
Table of Contents
IPA Plugin
Compatible with DokuWiki
Elenor Of Tsort, Weatherwax, Adora Belle, Angua, Rincewind, Anteater, Lemming
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Description
This “Plugin” 1) adds a button to the toolbar which opens a popup with which you can easily add International Phonetic Alphabet characters to the page.
Download and Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Restrictions
- Compatible to basically all DokuWiki versions (at least 2006-03-09 - 2009-02-14 and later).
- Please don't use the Internet Explorer! There are no problems with the plugin itself but with displaying certain UTF-8 characters.
- You can only see the correct characters if you have a font installed which supports them (a few are listed here).
Version History
- added plugin.info.txt (#1) (2011-05-22 19:48)
- minor changes (improved link behaviour and indenting) (2011-05-22 19:47)
- corrected wrong info in README (2009-08-30 20:44)
- version 2009-08-30 (2009-08-30 20:40)
- initial release (2009-08-30 18:04)
Comments and Questions
I think this is a great plugin! I don't need it too often, but it greatly speeds up my work! Thank you! — Werner Flamme 2006-12-04 22:19 CET
When using “git clone”, I get the error “The requested URL returned error: 403 Forbidden while accessing http://cloud.github.com/downloads/selfthinker/dokuwiki_plugin_ipa/info/refs?service=git-upload-pack”. Changing http: to https: ends with “SSL peer certificate or SSH remote key was not OK while accessing https://cloud.github.com/downloads/selfthinker/dokuwiki_plugin_ipa/info/refs?service=git-upload-pack” — Werner Flamme 2013-03-23 10:16 CET
It looks like you used the “download” URL for the cloning? You need to use the “source” URL. — Anika Henke 2013/03/24 15:04
Sorry, the screen says:
> git clone http://cloud.github.com/downloads/selfthinker/dokuwiki_plugin_ipa ipa Klone nach 'ipa'... error: The requested URL returned error: 403 Forbidden while accessing http://cloud.github.com/downloads/selfthinker/dokuwiki_plugin_ipa/info/refs?service=git-upload-pack fatal: HTTP request failed > git clone https://cloud.github.com/downloads/selfthinker/dokuwiki_plugin_ipa ipa Klone nach 'ipa'... error: SSL peer certificate or SSH remote key was not OK while accessing https://cloud.github.com/downloads/selfthinker/dokuwiki_plugin_ipa/info/refs?service=git-upload-pack fatal: HTTP request failed
Using the source URL works. Thanks for pointing me to this