Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
about:dokuwiki [2023/06/01 20:23] – ↷ Page moved from z_about:dokuwiki to about:dokuwiki Zyzonix | about:dokuwiki [2024/02/11 13:57] (current) – [Table] Zyzonix | ||
---|---|---|---|
Line 2: | Line 2: | ||
==== Changelog setting ==== | ==== Changelog setting ==== | ||
- | Our setting for changelog under [[:wiki_changelog|FIXES changelog]] looks like this: | + | Our setting for changelog under [[:changelog|FIXES changelog]] looks like this: |
<code bash> | <code bash> | ||
<WRAP > | <WRAP > | ||
Line 10: | Line 10: | ||
==== Change height of editor window ==== | ==== Change height of editor window ==== | ||
- | To set a custom default height of the editor windows of DokuWiki create a file named '' | + | To set a custom default height of the editor windows of [[about:DokuWiki]] create a file named '' |
<code bash> | <code bash> | ||
jQuery(function() { | jQuery(function() { | ||
Line 27: | Line 27: | ||
'' | '' | ||
- | ^Value ^Description ^Example URL ^ | + | ^ Value ^ Description |
- | |0 |Kein URL Rewriting. Dies ist die Standardeinstellung. |http:// | + | | 0 | No URL-rewriting. Default setting |
- | |1 |Rewriting | + | | 1 | Rewriting |
- | |2 |Rewriting | + | | 2 | Rewriting |
**2.** Then edit your '' | **2.** Then edit your '' | ||
Line 40: | Line 40: | ||
**3.** Edit your virtual host config: | **3.** Edit your virtual host config: | ||
- | Change the line beginning with '' | + | Change the line beginning with '' |
**4.** Then copy the '' | **4.** Then copy the '' | ||
Line 59: | Line 59: | ||
**5.** Finally restart apache or httpd. | **5.** Finally restart apache or httpd. | ||
+ | **Optional** To make Dokuwiki use slashes instead of colons for seperating the namespaces in the url, activate the configuration setting '' | ||
+ | {{: |