Add About and Licence statements.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 13 Jul 2012 23:29:25 +0300
changeset 1337 2bd47e0a87fa
parent 1336 80c5eff010a1
child 1338 4e268948ba99
Add About and Licence statements.
Makefile
README.rst
--- 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)
--- 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.
 ==================