README.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 06 Aug 2016 23:53:20 +0300
changeset 2007 ebd98c98304b
parent 1912 8b81a8f0f692
child 2011 40bfc2bc5bb8
permissions -rw-r--r--
SEO tips. robots.txt. rel nofollow attribute in link.

.. -*- coding: utf-8; -*-

================
 gavenkoa tips.
================
.. contents::
   :local:

About tips.
===========

This site is a collection of tips that author (`Oleksandr Gavenko`_ AKA
gavenkoa_) was created during his life.

.. _`Oleksandr Gavenko`: http://resume.defun.work/
.. _`gavenkoa`: http://resume.defun.work/

Tips licence.
=============

You can do **anything** with these tips. Author take no any warranty.

In countries where defined *public domain* you may assume that it is.

.. WARNING::

   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

   You are warned!

Make HTML version from sources.
===============================

Install docutils package::

  $ sudo apt-get install docutils-common   # for Debian

and build::

  $ make html
  $ sensible-browser tips-html/index.html
  $ sensible-browser tips-html/frame.html

Check sources at::

  $ hg clone http://hg.defun.work/tips

or::

  $ hg clone http://hg.code.sf.net/u/gavenkoa/tips

or browser online at http://hg.defun.work/tips

Make CHM version from sources.
==============================

Install docutils package::

  $ sudo apt-get install docutils-common   # for Debian

and build::

  $ make html

Enter to ``tips-html`` directory and compile with ``Microsoft's HTML Help SDK``.
Under Linux you can use ``Wine`` to run Windows binary.