• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

conf/H03-May-2018-202

syntax/H03-May-2018-9843

READMEH A D02-Feb-20161.4 KiB4632

plugin.info.txtH A D02-Feb-2016208 87

README

1FontAwesome Plugin for DokuWiki
2
3Embed Font Awesome icons to your pages.
4
5USAGE
6=====
7
8First, make FontAwesome available on your pages.
9See http://fortawesome.github.io/Font-Awesome/. This plugin does not
10install FontAwesome automatically.
11You can edit the template you're using.
12
13To embed FontAwesome icons in your pages use the following syntax:
14 - For FontAwesome < 4.0
15    <faicon icon-phone>
16 - For FontAweomse >= 4.0
17    <faicon fa fa-phone>
18
19The snippet would render the *-phone icon.
20
21=====
22
23All documentation for this plugin can be found at
24http://github.com/mmedvede/dokuwiki-plugin-fontawesome
25
26If you install this plugin manually, make sure it is installed in
27lib/plugins/fontawesome/ - if the folder is called different it
28will not work!
29
30Please refer to http://www.dokuwiki.org/plugins for additional info
31on how to install plugins in DokuWiki.
32
33----
34Copyright (C) Mikhail Medvedev <mmedvede@cs.uml.edu>
35
36This program is free software; you can redistribute it and/or modify
37it under the terms of the GNU General Public License as published by
38the Free Software Foundation; version 2 of the License
39
40This program is distributed in the hope that it will be useful,
41but WITHOUT ANY WARRANTY; without even the implied warranty of
42MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
43GNU General Public License for more details.
44
45See the COPYING file in your DokuWiki folder for details
46