Home
last modified time | relevance | path

Searched refs:look (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/inc/
H A DManifest.php57 $look = [
63 foreach ($look as $svgLogo) {
H A Dtemplate.php1716 * @param string[] $search locations to look at
1825 $look = [':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico'];
1826 $return .= '<link rel="shortcut icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1829 $look = [':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'];
1830 $return .= '<link rel="apple-touch-icon" href="' . tpl_getMediaFile($look) . '" />' . NL;
1834 $look = [':wiki:favicon.svg', ':favicon.svg', 'images/favicon.svg'];
1835 $return .= '<link rel="icon" href="' . tpl_getMediaFile($look) . '" type="image/svg+xml" />' . NL;
/dokuwiki/inc/lang/en/
H A Dpreview.txt3 This is a preview of what your text will look like. **Remember: It is not saved yet**!
/dokuwiki/lib/images/admin/
H A DREADME2 See http://www.kde-look.org/content/show.php/nuvoX?content=38467
/dokuwiki/conf/
H A Dlocal.php.dist3 * This is an example of how a local.php could look like.
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
222 Also take a look at the [[doku>faq:lists|FAQ on list items]].
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini47 ; give your wiki a new look.
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css124 /* make it look like a tab (as in _tabs.css) */
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php