This shows you the differences between two versions of the page.
|
abbreviations [2009/10/25 22:46] vilmaa |
abbreviations [2009/11/23 12:29] (current) 194.79.148.146 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Abbreviations and Acronyms ====== | ||
| + | |||
| + | [[DokuWiki]] can mark abbreviations and acronyms (terminology) automatically. If your browser supports the <acronym> tag, you can hover your mouse on an abbreviation to see a short explanation, shown as a [[#tooltip]]. | ||
| + | |||
| + | Examples: HTML, RSS, XML, InsideRSSecret (does not count, as it's part of a longer word) | ||
| + | |||
| + | ===== Configuration ===== | ||
| + | * DokuWiki's standard abbreviations are stored in the ''conf/acronyms.conf'' file. You can add your own abbreviations by creating a ''conf/acronyms.local.conf'' file and placing your abbreviations | ||
| + | * The acronyms file has to be encoded in UTF-8 . National 8bit characters are not supported. | ||
| + | |||
| + | |||
| + | ===== Tooltip ===== | ||
| + | A tooltip is a kind of popup that appears when the mouse is positioned over a hotspot. DokuWiki creates a tooltip automatically for each keyword that is listed in the acronyms list. For example, if the mouse is positioned over ''XML'' (which is included in the default acronyms list), the tooltip displays ''Extensible Markup Language''. | ||