# HG changeset patch # User Oleksandr Gavenko <gavenkoa@gmail.com> # Date 1342211365 -10800 # Node ID 2bd47e0a87fa36fb58cbb63f9866886abf13e4db # Parent 80c5eff010a1a3167d4e9cda5d00403808a7f1b6 Add About and Licence statements. diff -r 80c5eff010a1 -r 2bd47e0a87fa Makefile --- a/Makefile Fri Jul 13 22:42:13 2012 +0300 +++ b/Makefile Fri Jul 13 23:29:25 2012 +0300 @@ -75,8 +75,10 @@ echo '.. _Home: frame.html'; \ echo '.. _`Home (no frame)`: index.html'; \ echo '.. _About: http://gavenkoa.users.sourceforge.net/'; \ +echo '.. _Licence: README.html#tips-licence'; \ +echo '.. _`Contact`: gavenkoa@gmail.com'; \ echo; \ -echo '[ Home_ | `Home (no frame)`_ | About_ ]'; \ +echo '[ Home_ | `Home (no frame)`_ | About_ | Licence_ | `Contact`_ ]'; \ } >$@ $(HTML_DIR)/frame-index.html: index.sh $(RST_HTML_FILES) $(MAKEFILE_LIST) | $(HTML_DIR) diff -r 80c5eff010a1 -r 2bd47e0a87fa README.rst --- a/README.rst Fri Jul 13 22:42:13 2012 +0300 +++ b/README.rst Fri Jul 13 23:29:25 2012 +0300 @@ -6,8 +6,29 @@ ================ .. contents:: -About. -====== +About tips. +=========== + +This site is a collection of tips that author (Oleksandr Gavenko) was +**created** during his life. + +Tips licence. +============= + +You can do **anything** with these tips. Author take no any warranty. + +In countries where defined *public domain* you can think that it was. + +**Note** Internetional copyright low (Berne Convention for the Protection of +Literary and Artistic Works, Article 6bis) preserve some non-property (moral) +rights for authors like: + + * author shall have the right to claim authorship of the work + * author shall have the right to object to any distortion, mutilation or other + modification of, or other derogatory action in relation to, the said work, + which would be prejudicial to his honor or reputation + +So be careful! Make HTML version. ==================