Lines Matching +full:runs +full:- +full:on

5 Gives you a all-devices friendly 2021 MediaWiki/Wikipedia Look-and-Feel for DokuWiki 
7 * URL on dokuwiki: https://www.dokuwiki.org/template:wikiweko
8 * URL on github: https://github.com/drbeco/dokuwiki-wikiweko-template
12 This is a template based on
14 * Dokuwiki vector https://github.com/arsava/dokuwiki-template-vector
27 * klap-in
49 The installation works as described [1] on DokuWiki.org. Extract the
65 - Place your files in "vector/user"
66 The place to store *all* user-defined, custom stuff is the "vector/user"
67 directory because your files will not be touched or overwritten on
74 - Own logo
81 - Own favicon
89 - Own CSS
91 - "vector/user/screen.css" file to influence the normal layout. You
93 - "vector/user/print.css" file to influence the print layout. You
95 - "vector/user/rtl.css" file to influences "right-to-left" languages
103 - Own JavaScript
108 (->"Load 'vector/user/user.js'?") in the DokuWiki Config
111 - Own CSS, language specific
113 "vector/lang/<your-language>/style.css". This file will be included
114 automatically if DokuWiki runs/shows a page in the language of choice (as
119 - Own tabs
124 on how to get help.
126 - Own footer buttons
127 To apply own buttons/graphics in the footer (-> these small 80x15 pics),
132 on how to get help.
134 - Own boxes
139 playing with the examples, see "IV. Support" on how to get help.
141 - Web analytics software (Piwik, Google Analytics etc.)
151 - Own Apple Touch Icon
153 "apple-touch-icon.png" in "vector/user". The template recognizes the file
179 request"), create an issue [1] on GitHub (preferred), or contact us by
186 [1] <https://github.com/arsava/dokuwiki-template-vector/issues>
195 cool QR Code merchandise [2]. Thank you! :-)
200 [1] <https://donate.arsava.com/dokuwiki-template-vector/>
208 - "vector/conf"
210 - default.php: default settings [1]
211 - metadata.php: configuration metadata [2]
213 - "vector/lang"
217 next release :-D.
219 - "vector/static"
222 - "3rd"
227 - "css"
228 All non-3rd-party Cascading Style Sheets (CSS). See my tutorial [3] for
230 - "img"
231 All non-3rd-party images files.
232 - "js"
233 All non-3rd-party JavaScript files.
235 - "vector/user"
249 :-P.
251 - Downloaded the nightly MediaWiki build (because only the SVN version is
253 <http://toolserver.org/~vvv/mw-nightly/>.
255 - Installed DokuWiki (Release "2009-12-25c", "Lemming") for testing purpose.
257 - Copied all "monobook for DokuWiki" sources because it already fits some of
258 my needs regarding config options and non-layout features. Means: I used
262 - replaced "monobook" through "vector" in:
263 - /conf/*
264 - /lang/*
265 - /detail.php
266 - /inc_cite.php
267 - /inc_detail.php
268 - /inc_mediamanager.php
269 - /main.php
270 - /mediamanager.php
272 - After investigation, some 3rd-party files were copied into the provided
274 - The following files were copied from the original vector skin:
275 - /skins/vector/csshover.htc
276 - /skins/vector/main-ltr.css
277 - /skins/vector/main-rtl.css
278 - /skins/vector/images/*
279 - The following files were copied from Andreas Gohr's "default" template:
280 - /default/*.css (see <http://j.mp/eq8zSo> why I did that)
281 - /default/images/closed.gif
282 - /default/images/favicon.ico
283 - /default/images/open.gif
284 - /default/images/tocdot2.gif
285 - The following files were copied from Anika Henke's's "starter" template:
286 - /starter/images/external-link.png
287 - /starter/images/unc.png
288 - /starter/images/email.png
290 - Edited:
291 - "/vector/static/3rd/vector/main-ltr.css"
292 "/vector/static/3rd/vector/main-rtl.css"
293 All url() rules were edited (-> replaced "url(images/" through
297 - "/vector/static/3rd/dokuwiki/design.css"
298 All url() rules were edited (-> replaced "url(images/" through
302 - Visited <http://en.wikipedia.org/w/index.php?title=ASCII>, copied the
307 - Created new files:
308 - "vector/static/css/print.css"
309 - "vector/static/css/rtl.css"
310 - "vector/static/css/screen.css"
313 - Worked worked worked a few days.... and done! :-P
315 - After ~1 year, I switched the CSS base from DokuWiki's default template
318 "vector/static/3rd/dokuwiki/00_starter-tmpl-notes.txt" for details.