Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2018 | - | ||||
pagetools/ | H | 03-May-2018 | - | 5 | 4 | |
README.md | H A D | 27-Apr-2018 | 636 | 23 | 14 | |
content-copy.svg | H A D | 27-Apr-2018 | 417 | 1 | 1 | |
pagetools-sprite.png | H A D | 27-Apr-2018 | 698 | |||
screenshot.png | H A D | 27-Apr-2018 | 61.7 KiB |
README.md
1# About icons 2 3## pagetools-sprite.png 4 5`pagetools-sprite.png` is generated from `pagetools/icon_copy.png`. Its license is available at `pagetools/license.txt`. 6 7### How to build 8 9```sh 10cd /path/to/dokuwiki-plugin-copypage 11ln -s $DOKUWIKI/lib/tpl/dokuwiki/style.ini . 12cd images 13php $DOKUWIKI/lib/tpl/dokuwiki/images/pagetools-build.php 14``` 15 16This will generate `pagetools-sprite.png`. 17 18## content-copy.svg 19 20`content-copy.svg` is from Google Material Design Icons licenced under [Apache License 2.0](https://github.com/google/material-design-icons/blob/master/LICENSE). 21 22Downloaded from https://materialdesignicons.com/icon/content-copy. 23