wiki:syntax
LDAP: couldn't connect to LDAP server
Invalid credentials [auth.php:635]
LDAP user to find: [auth.php:190]
LDAP Server: ldap.datenkollektiv.net [auth.php:193]
LDAP Filter: (|(uid=)(mail=)) [auth.php:203]
LDAP search at: ou=People,dc=reparad,dc=de (|(uid=)(mail=)) [auth.php:205]
LDAP user search: Inappropriate authentication [auth.php:207]
User ldap_search failed. Check configuration. [auth.php:209]
LDAP user to find: [auth.php:190]
LDAP Server: ldap.datenkollektiv.net [auth.php:193]
LDAP Filter: (|(uid=)(mail=)) [auth.php:203]
LDAP search at: ou=People,dc=reparad,dc=de (|(uid=)(mail=)) [auth.php:205]
LDAP user search: Inappropriate authentication [auth.php:207]
User ldap_search failed. Check configuration. [auth.php:209]
LDAP user to find: [auth.php:190]
LDAP Server: ldap.datenkollektiv.net [auth.php:193]
LDAP Filter: (|(uid=)(mail=)) [auth.php:203]
LDAP search at: ou=People,dc=reparad,dc=de (|(uid=)(mail=)) [auth.php:205]
LDAP user search: Inappropriate authentication [auth.php:207]
User ldap_search failed. Check configuration. [auth.php:209]
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
wiki:syntax [2023/01/31 17:31] – add plugin features felix | wiki:syntax [2024/02/12 13:24] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 2: | Zeile 2: | ||
[[doku> | [[doku> | ||
- | |||
- | ==== Besonderheiten des RepaRad Dokuwikis ==== | ||
- | |||
- | Zusätzlich können Seiten auch im [[https:// | ||
- | Dafür muss am Anfang der Text ''< | ||
- | Das hat kleine Nachteile: die Knöpfe oberhalb des Editorfensters funktionieren nicht mehr (bis auf die 2 rechtesten Markdownknöpfe). Außerdem gehen vermutlich Links beim Umbenennen von Seiten kaputt. Dafür ist Markdown einfach sinnvoller und wir nutzen es in Protokollpads. Es ist also praktisch, wenn man Dokumente, die schon in Markdown geschrieben sind, ins Wiki kopieren möchte. | ||
- | |||
- | Das Plugin [[https:// | ||
- | |||
- | Das installierte Plugin [[http:// | ||
===== Basic Text Formatting ===== | ===== Basic Text Formatting ===== | ||
Zeile 147: | Zeile 137: | ||
Resize to given width and height((when the aspect ratio of the given width and height doesn' | Resize to given width and height((when the aspect ratio of the given width and height doesn' | ||
- | Resized external image: {{https://secure.php.net/ | + | Resized external image: {{https://www.php.net/ |
Real size: {{wiki: | Real size: {{wiki: | ||
Resize to given width: | Resize to given width: | ||
Resize to given width and height: {{wiki: | Resize to given width and height: {{wiki: | ||
- | Resized external image: {{https://secure.php.net/ | + | Resized external image: {{https://www.php.net/ |
Zeile 447: | Zeile 437: | ||
If you don't want any highlighting but want a downloadable file, specify a dash ('' | If you don't want any highlighting but want a downloadable file, specify a dash ('' | ||
- | |||
- | |||
- | ===== Embedding HTML and PHP ===== | ||
- | |||
- | You can embed raw HTML or PHP code into your documents by using the '' | ||
- | |||
- | HTML example: | ||
- | |||
- | < | ||
- | < | ||
- | This is some <span style=" | ||
- | </ | ||
- | < | ||
- | <p style=" | ||
- | </ | ||
- | </ | ||
- | |||
- | < | ||
- | This is some <span style=" | ||
- | </ | ||
- | < | ||
- | <p style=" | ||
- | </ | ||
- | |||
- | PHP example: | ||
- | |||
- | < | ||
- | <php> | ||
- | echo 'The PHP version: '; | ||
- | echo phpversion(); | ||
- | echo ' (generated inline HTML)'; | ||
- | </ | ||
- | <PHP> | ||
- | echo '< | ||
- | echo '< | ||
- | echo '</ | ||
- | </ | ||
- | </ | ||
- | |||
- | <php> | ||
- | echo 'The PHP version: '; | ||
- | echo phpversion(); | ||
- | echo ' (inline HTML)'; | ||
- | </ | ||
- | <PHP> | ||
- | echo '< | ||
- | echo '< | ||
- | echo '</ | ||
- | </ | ||
- | |||
- | **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed. | ||
===== RSS/ATOM Feed Aggregation ===== | ===== RSS/ATOM Feed Aggregation ===== | ||
Zeile 507: | Zeile 446: | ||
| author | | author | ||
| date | show item dates | | | date | show item dates | | ||
- | | description| show the item description. | + | | description| show the item description. |
| nosort | | nosort | ||
| //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). | | | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). | |
wiki/syntax.1675182703.txt.gz · Zuletzt geändert: von felix