Permalink
Browse files
Merge pull request #7 from sebastinas/doc-silk
Add a note about Silk's license
- Loading branch information...
Showing
with
11 additions
and
1 deletion.
-
+11
−1
docs/index.rst
|
@@ -13,8 +13,18 @@ awesome! Look at this: |
|
|
This module contains pre-designed template and css file. It is default
|
|
|
style, but you can make your own style.
|
|
|
|
|
|
+.. note::
|
|
|
+ Flask-AutoIndex uses `Flask-Silk`_ to serve icons. Per default, the icons
|
|
|
+ from Mark James's `Silk`_ icon set are used. These icons are licensed
|
|
|
+ under `Creative Commons Attribution 2.5 License <CC-BY-2.5>`_ or
|
|
|
+ `3.0 License <CC-BY-3.0>`_. Before using the icons, read the license.
|
|
|
+
|
|
|
.. _Flask: http://flask.pocoo.org/
|
|
|
.. _mod_autoindex: http://httpd.apache.org/docs/current/mod/mod_autoindex.html
|
|
|
+.. _Flask-Silk: http://packages.python.org/Flask-Silk
|
|
|
+.. _Silk: http://www.famfamfam.com/lab/icons/silk/
|
|
|
+.. _CC-BY-2.5: http://creativecommons.org/licenses/by/2.5
|
|
|
+.. _CC-BY-3.0: http://creativecommons.org/licenses/by/3.0
|
|
|
|
|
|
Installation
|
|
|
============
|
|
@@ -112,7 +122,7 @@ Now you can get a silk icon from ``http://localhost/myicons/folder.png`` not |
|
|
``http://localhost/__icons__/folder.png``.
|
|
|
|
|
|
.. seealso::
|
|
|
- The documentation for `Flask-Silk <http://packages.python.org/Flask-Silk>`_
|
|
|
+ The documentation for `Flask-Silk`_
|
|
|
|
|
|
Redesigning the template
|
|
|
````````````````````````
|
|
|
0 comments on commit
8d3382b