Remove HEADER.rst because that info now added to HTML template.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 13:52:03 +0200
changeset 1912 8b81a8f0f692
parent 1911 870693ce6ff0
child 1913 03ad179cbe2a
Remove HEADER.rst because that info now added to HTML template.
3d.rst
Makefile
README.rst
abbr.rst
about-uri.rst
acl.rst
android-devel.rst
android.rst
apache.rst
archive.rst
ascii-art.rst
asciidoc.rst
asm.rst
at.rst
atom.rst
audio.rst
auto-proof.rst
autotools.rst
avr.rst
bash.rst
benchmark.rst
binary-size.rst
binary.rst
blog.rst
bluetooth.rst
bnf.rst
browsers.rst
bsd-debug.rst
build-tools.rst
bzr.rst
cat.rst
cellular-automaton.rst
chm.rst
clipboard.rst
cmd.rst
code-analysis.rst
code-metrics.rst
color.rst
cpp.rst
cpu.rst
cracking.rst
cs.rst
css.rst
csv.rst
cvs.rst
cygwin.rst
date.rst
debian-apt.rst
debian-networking.rst
debian.rst
determine-os.rst
devel-codetags.rst
devel-ideal-proj.rst
devel-productivity.rst
devel-proj-branching.rst
devel-proj-files.rst
devel-proj-hierarchy.rst
devel-proj-managment.rst
devel-rules.rst
devel-scm.rst
devel-versioning.rst
devel.rst
dict.rst
display.rst
django.rst
djvu.rst
dns.rst
doxygen.rst
dup.rst
emacs.rst
embedded.rst
epub.rst
expect.rst
feed.rst
fileid.rst
firefox-devel.rst
firefox.rst
font.rst
forth.rst
fossil.rst
freebsd.rst
freedom.rst
fs.rst
ftp.rst
fvwm.rst
game-console.rst
game-rogue.rst
game.rst
gamepad.rst
gcc.rst
gdb.rst
gimp.rst
git.rst
gmail.rst
gnu-make.rst
graph.rst
grub.rst
gtd.rst
gui.rst
hams.rst
hardware.rst
haskell.rst
hex.rst
hg.rst
highlight.rst
host-name.rst
html-validator.rst
html.rst
http.rst
i18n.rst
image.rst
info.rst
init.rst
intellectual.rst
ipa.rst
irc.rst
isabelle.rst
jabber.rst
java.rst
javadoc.rst
jboss.rst
js.rst
kali.rst
lang-comp.rst
laser-disk.rst
latex.rst
ldap.rst
license.rst
lighttpd.rst
linux-debug.rst
linux-driver.rst
linux-wifi.rst
linux.rst
liquibase.rst
lisp.rst
locale.rst
logging.rst
lpt.rst
lvm.rst
macos.rst
macosx-debug.rst
mail.rst
malware.rst
man.rst
maven.rst
mc.rst
measurement.rst
media-type.rst
medic.rst
menu.rst
midi.rst
mount-ntfs.rst
mplayer.rst
msvc.rst
music-soft.rst
music-software.rst
music.rst
mysql.rst
net-mobile.rst
net.rst
netbeans.rst
newsgroup.rst
nntp.rst
noise.rst
nsis.rst
ntp.rst
ocr.rst
oracle.rst
os.rst
package-distribution.rst
package-management.rst
partition.rst
pcb.rst
perl.rst
pgp.rst
photo.rst
php.rst
port.rst
posix.rst
postgre.rst
power-management.rst
prettyprint.rst
printer.rst
proxy.rst
python.rst
qt.rst
refcard.rst
remote-shell.rst
rs232.rst
rst.tmpl
ru.rst
samba.rst
screencast.rst
screensaver.rst
screenshort.rst
search.rst
security.rst
selenium.rst
sgml.rst
sh.rst
signal.rst
smartcard.rst
sml.rst
solaris.rst
source-docgen.rst
source-navigation.rst
spell.rst
spring.rst
sql.rst
ssh.rst
stat.rst
style-checker.rst
sudo.rst
svn.rst
swap.rst
symbian-devel.rst
terminal.rst
texi.rst
thunderbird.rst
torrent.rst
typing-training.rst
udev.rst
upnp.rst
uri.rst
video.rst
vim.rst
virtualbox.rst
virus.rst
vm.rst
vt100.rst
web-accessibility.rst
web-search.rst
web-semantic.rst
web-seo.rst
web-site.rst
web.rst
webdaw.rst
windows-devel.rst
windows-driver.rst
windows-hotkey.rst
windows-reg.rst
windows-service.rst
windows.rst
wine.rst
x.rst
xkb.rst
xml-rpc.rst
xml.rst
xorg.rst
--- a/3d.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/3d.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  3D.
--- a/Makefile	Mon Feb 22 13:34:55 2016 +0200
+++ b/Makefile	Mon Feb 22 13:52:03 2016 +0200
@@ -40,7 +40,7 @@
 ################################################################
 # Proj dirs/files.
 
-RST_FILES := $(filter-out HEADER.rst,$(wildcard *.rst))
+RST_FILES := $(wildcard *.rst)
 
 HTML_DIR := tips-html
 RST_HTML_FILES := $(patsubst %.rst,$(HTML_DIR)/%.html,$(RST_FILES))
@@ -61,7 +61,7 @@
 LOCAL_DIR := /srv/www/tips
 
 ifneq '' '$(filter deploy%,$(MAKECMDGOALS))'
-  $(shell rm -f HEADER.rst)
+  $(shell rm -f $(HTML_DIR)/rst.tmpl)
 endif
 
 .PHONY: deploy
@@ -98,8 +98,8 @@
 .PHONY: html
 html: $(HTML_FILES)
 
-$(HTML_DIR)/%.html: %.rst HEADER.rst rst.css rst-multi.css rst.tmpl $(MAKEFILE_LIST) | $(HTML_DIR)
-	$(RST2HTML) $(RST_FLAGS) --stylesheet=rst.css,rst-multi.css --template=rst.tmpl $*.rst $@
+$(HTML_DIR)/%.html: %.rst rst.css rst-multi.css $(HTML_DIR)/rst.tmpl $(MAKEFILE_LIST) | $(HTML_DIR)
+	$(RST2HTML) $(RST_FLAGS) --stylesheet=rst.css,rst-multi.css --template=$(HTML_DIR)/rst.tmpl $*.rst $@
 
 $(HTML_DIR)/iframe.html: $(RST_FILES) $(MAKEFILE_LIST) | $(HTML_DIR)
 	{ \
@@ -118,21 +118,8 @@
 echo '</body></html>'; \
 } >$@
 
-HEADER.rst: $(MAKEFILE_LIST)
-	{ \
-echo '.. _About: README.html'; \
-echo '.. _`Contacts`: http://resume.defun.work/'; \
-echo '.. _`Oleksandr Gavenko`: http://resume.defun.work/'; \
-echo '.. _`gavenkoa`: http://resume.defun.work/'; \
-echo '.. _Licence: README.html#tips-licence'; \
-echo; \
-echo '.. container:: header'; \
-echo; \
-echo '  [ About_ | Licence_ | `Contacts`_ ]'; \
-echo '.. container:: header small'; \
-echo; \
-echo '  Written by Oleksandr Gavenko (AKA gavenkoa), compiled at ``'`date +%F`'`` from rev ``'`hg id -i`'``.'; \
-} >$@
+$(HTML_DIR)/rst.tmpl: rst.tmpl $(MAKEFILE_LIST)
+	sed -e "s|{date}|$$(date +%F)|" -e "s|{rev}|$$(hg id -i)|"  <$< >$@
 
 $(HTML_DIR)/index.html: $(HTML_DIR)/README.html $(MAKEFILE_LIST) | $(HTML_DIR)
 	cp $< $@
@@ -184,7 +171,7 @@
 
 .PHONY: clean
 clean:
-	rm -r -f $(DIRS) HEADER.rst
+	rm -r -f $(DIRS)
 
 ################################################################
 # Helper target.
@@ -201,9 +188,6 @@
   if grep '^.. -\*- coding: utf-8; -\*-' $$f >/dev/null; then :; else \
     echo $$f:1:" Has no 'coding: utf-8' directive."; \
   fi; \
-  if grep '^.. include:: HEADER.rst' $$f >/dev/null; then :; else \
-    echo $$f:2:" Has no 'include:: HEADER.rst' directive."; \
-  fi; \
   if grep '^.. contents::' $$f >/dev/null; then :; else \
     echo $$f:7:" Has no 'contents::' directive."; \
   fi; \
--- a/README.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/README.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  gavenkoa tips.
@@ -13,6 +12,9 @@
 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.
 =============
 
--- a/abbr.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/abbr.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===============
  Abbreviation.
--- a/about-uri.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/about-uri.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==================
  about URI schema
--- a/acl.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/acl.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  ACL.
--- a/android-devel.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/android-devel.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======================
  Android developemnt.
--- a/android.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/android.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  Android.
--- a/apache.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/apache.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====================
  Apache HTTP server
--- a/archive.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/archive.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====================
  Archive management
--- a/ascii-art.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/ascii-art.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  ASCII art.
--- a/asciidoc.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/asciidoc.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  asciidoc.
--- a/asm.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/asm.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  Assempler.
--- a/at.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/at.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  AT commands
--- a/atom.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/atom.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====================
  Atom feed protocol
--- a/audio.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/audio.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Audio.
--- a/auto-proof.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/auto-proof.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  Theorem prover
--- a/autotools.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/autotools.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Autotools
--- a/avr.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/avr.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===============
  Abbreviation.
--- a/bash.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/bash.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Bash.
--- a/benchmark.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/benchmark.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  Benchmark.
--- a/binary-size.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/binary-size.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========================
  Reducing binary code size
--- a/binary.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/binary.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  Binary ABI
--- a/blog.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/blog.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  Blog
--- a/bluetooth.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/bluetooth.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Bluetooth
--- a/bnf.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/bnf.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  BNF
--- a/browsers.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/browsers.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Browsers.
--- a/bsd-debug.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/bsd-debug.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======================
  Debugging under BSD.
--- a/build-tools.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/build-tools.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==============
  Build tools.
--- a/bzr.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/bzr.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  BZR.
--- a/cat.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/cat.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  CAT
--- a/cellular-automaton.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/cellular-automaton.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  Cell automata.
--- a/chm.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/chm.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  CHM.
--- a/clipboard.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/clipboard.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====================
  Clipboard/selection
--- a/cmd.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/cmd.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====================
  CMD Windows shell.
--- a/code-analysis.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/code-analysis.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  Code analysis.
--- a/code-metrics.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/code-metrics.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===================
  Software metrics.
--- a/color.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/color.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Color
--- a/cpp.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/cpp.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======================
  cpp (C preprocessor).
--- a/cpu.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/cpu.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  CPU
--- a/cracking.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/cracking.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Cracking.
--- a/cs.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/cs.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  .NET, CS.
--- a/css.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/css.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  CSS.
--- a/csv.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/csv.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  CSV.
--- a/cvs.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/cvs.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  CVS.
--- a/cygwin.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/cygwin.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========
  Cygwin.
--- a/date.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/date.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  Date and time.
--- a/debian-apt.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/debian-apt.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  Apt.
--- a/debian-networking.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/debian-networking.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===================
  Debian networking
--- a/debian.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/debian.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========
  Debian.
--- a/determine-os.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/determine-os.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  Detect OS info
--- a/devel-codetags.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel-codetags.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====================
  TODO like keywords
--- a/devel-ideal-proj.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel-ideal-proj.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====================================
  Ideal software development project.
--- a/devel-productivity.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel-productivity.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========================
  Developers productivity.
--- a/devel-proj-branching.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel-proj-branching.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========================
  Project branching models.
--- a/devel-proj-files.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel-proj-files.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============================
  Development project files.
--- a/devel-proj-hierarchy.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel-proj-hierarchy.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============================
  Software project hierarchy.
--- a/devel-proj-managment.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel-proj-managment.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====================
  Project management
--- a/devel-rules.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel-rules.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============================
  Software development rules
--- a/devel-scm.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel-scm.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========================================
  Software configuration management (SCM).
--- a/devel-versioning.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel-versioning.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =================
  Version format.
--- a/devel.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/devel.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  Development
--- a/dict.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/dict.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  Dictionary.
--- a/display.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/display.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  Display.
--- a/django.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/django.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========
  Django.
--- a/djvu.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/djvu.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===================
  DJVU file format.
--- a/dns.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/dns.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  DNS.
--- a/doxygen.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/doxygen.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  Doxygen.
--- a/dup.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/dup.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==============
  Duplication.
--- a/emacs.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/emacs.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Emacs.
--- a/embedded.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/embedded.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  Embedded
--- a/epub.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/epub.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  epub
--- a/expect.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/expect.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Expect
--- a/feed.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/feed.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Web feeds
--- a/fileid.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/fileid.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  File signature
--- a/firefox-devel.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/firefox-devel.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========================
  Develop with/of Firefox.
--- a/firefox.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/firefox.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  Firefox.
--- a/font.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/font.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Font.
--- a/forth.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/forth.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============================
  Forth programming language
--- a/fossil.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/fossil.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  Fossil DVCS
--- a/freebsd.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/freebsd.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  FreeBSD OS
--- a/freedom.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/freedom.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============================
  The Open Source Definition
--- a/fs.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/fs.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==============
  File system.
--- a/ftp.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/ftp.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  FTP
--- a/fvwm.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/fvwm.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  FVWM.
--- a/game-console.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/game-console.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  Console games.
--- a/game-rogue.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/game-rogue.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==================
  Rogue like games
--- a/game.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/game.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Game.
--- a/gamepad.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/gamepad.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========
  Gamepad
--- a/gcc.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/gcc.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  GCC
--- a/gdb.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/gdb.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  GDB.
--- a/gimp.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/gimp.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 Enhancing Photographs.
 ======================
--- a/git.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/git.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  Git.
--- a/gmail.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/gmail.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Gmail.
--- a/gnu-make.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/gnu-make.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  GNU Make.
--- a/graph.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/graph.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====================
  Graph visualisation
--- a/grub.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/grub.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  GRUB.
--- a/gtd.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/gtd.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======================================
  Getting thins done. Time management.
--- a/gui.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/gui.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  GUI
--- a/hams.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/hams.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Hams.
--- a/hardware.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/hardware.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  List hardware.
--- a/haskell.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/haskell.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==============================
  Haskell programming language
--- a/hex.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/hex.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========================
  Hex data representation
--- a/hg.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/hg.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  Mercurial.
--- a/highlight.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/highlight.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======================
  Syntax highlighting.
--- a/host-name.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/host-name.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  Host names
--- a/html-validator.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/html-validator.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========================
  HTML markup validator.
--- a/html.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/html.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  HTML.
--- a/http.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/http.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  HTTP.
--- a/i18n.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/i18n.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  i18n.
--- a/image.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/image.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Image.
--- a/info.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/info.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  GNU info
--- a/init.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/init.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  init.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/intellectual.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -0,0 +1,7 @@
+.. -*- coding: utf-8; -*-
+
+* WIPO (World Intellectual Property Organization).
+
+  http://www.wipo.int/wipolex/en/profile.jsp?code=UA
+                Ukraine related lows.
+
--- a/ipa.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/ipa.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  IPA
--- a/irc.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/irc.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  IRC
--- a/isabelle.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/isabelle.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Isabelle.
--- a/jabber.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/jabber.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Jabber
--- a/java.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/java.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  Java language.
--- a/javadoc.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/javadoc.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  JavaDoc.
--- a/jboss.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/jboss.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  JBoss AS.
--- a/js.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/js.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  JavaScript.
--- a/kali.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/kali.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Kali.
--- a/lang-comp.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/lang-comp.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==================================
  Programming language comparison.
--- a/laser-disk.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/laser-disk.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  Laser disk
--- a/latex.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/latex.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  LaTeX
--- a/ldap.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/ldap.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  LDAP.
--- a/license.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/license.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==================
  Software license
--- a/lighttpd.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/lighttpd.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Lighttpd.
--- a/linux-debug.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/linux-debug.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========================
  Debugging under Linux.
--- a/linux-driver.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/linux-driver.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====================
  Driver under Linux.
--- a/linux-wifi.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/linux-wifi.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===================
  WiFi under linux.
--- a/linux.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/linux.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Linux.
--- a/liquibase.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/liquibase.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  LiquiBase.
--- a/lisp.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/lisp.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Lisp.
--- a/locale.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/locale.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Locale
--- a/logging.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/logging.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====================
  Logging frameworks
--- a/lpt.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/lpt.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  LPT
--- a/lvm.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/lvm.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  LVM
--- a/macos.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/macos.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========
  Mac OS.
--- a/macosx-debug.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/macosx-debug.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========================
  Debugging in Mac OS X.
--- a/mail.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/mail.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Mail.
--- a/malware.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/malware.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========
  Malware
--- a/man.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/man.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Man pages
--- a/maven.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/maven.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Maven.
--- a/mc.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/mc.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====================
  Midnight commander
--- a/measurement.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/measurement.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  Measurement
--- a/media-type.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/media-type.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==============
  Media types.
--- a/medic.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/medic.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Medic.
--- a/menu.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/menu.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Menu.
--- a/midi.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/midi.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  MIDI
--- a/mount-ntfs.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/mount-ntfs.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  NTFS
--- a/mplayer.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/mplayer.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  mplayer.
--- a/msvc.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/msvc.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========================
  Microsoft visual studio.
--- a/music-soft.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/music-soft.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Music.
--- a/music-software.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/music-software.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  Music software
--- a/music.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/music.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Music.
--- a/mysql.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/mysql.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  MySQL/MariaBD.
--- a/net-mobile.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/net-mobile.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =================
  Mobile networks
--- a/net.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/net.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  Network.
--- a/netbeans.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/netbeans.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===============
  NetBeans IDE.
--- a/newsgroup.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/newsgroup.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  newsgroup
--- a/nntp.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/nntp.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  NNTP.
--- a/noise.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/noise.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==============
  Noise levels
--- a/nsis.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/nsis.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  NSIS
--- a/ntp.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/ntp.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  NTP
--- a/ocr.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/ocr.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  OCS.
--- a/oracle.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/oracle.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==================
  Oracle database.
--- a/os.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/os.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===================
  Operation system.
--- a/package-distribution.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/package-distribution.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======================
  Package distribution
--- a/package-management.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/package-management.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====================
  Package management
--- a/partition.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/partition.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======================
  Storage partitioning
--- a/pcb.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/pcb.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  PCB.
--- a/perl.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/perl.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Perl.
--- a/pgp.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/pgp.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  PGP/GPG.
--- a/photo.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/photo.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Photo.
--- a/php.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/php.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  PHP.
--- a/port.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/port.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===============
  Network port.
--- a/posix.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/posix.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  POSIX
--- a/postgre.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/postgre.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  Postgre.
--- a/power-management.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/power-management.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==================
  Power management
--- a/prettyprint.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/prettyprint.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========================
  Pretty print source code.
--- a/printer.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/printer.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Printers.
--- a/proxy.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/proxy.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  HTTP proxy
--- a/python.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/python.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Python
--- a/qt.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/qt.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====
  QT
--- a/refcard.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/refcard.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  Refcard.
--- a/remote-shell.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/remote-shell.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==============
  Remote shell
--- a/rs232.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/rs232.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  RS232
--- a/rst.tmpl	Mon Feb 22 13:34:55 2016 +0200
+++ b/rst.tmpl	Mon Feb 22 13:52:03 2016 +0200
@@ -6,6 +6,16 @@
 %(stylesheet)s
 %(body_prefix)s
   <div id="sidebar"><iframe src="iframe.html"></iframe></div>
+  <div class="header container">
+      [ <a class="reference external" href="README.html">About</a>
+      | <a class="reference external" href="README.html#tips-licence">Licence</a>
+      | <a class="reference external" href="http://resume.defun.work/">Contacts</a> ]
+  </div>
+  <div class="header small container">
+      Written by Oleksandr Gavenko (AKA gavenkoa),
+      compiled on <tt class="docutils literal"><span class="pre">{date}</span></tt>
+      from rev <tt class="docutils literal">{rev}</tt>.
+  </div>
 %(body_pre_docinfo)s
 %(docinfo)s
 %(body)s
--- a/ru.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/ru.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==================
  Russian language
--- a/samba.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/samba.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Samba.
--- a/screencast.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/screencast.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  Screncast.
--- a/screensaver.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/screensaver.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  screensaver
--- a/screenshort.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/screenshort.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==============
  Screenshort.
--- a/search.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/search.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  Search engines
--- a/security.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/security.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Security.
--- a/selenium.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/selenium.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Selenium.
--- a/sgml.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/sgml.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  SGML
--- a/sh.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/sh.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Shell.
--- a/signal.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/signal.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ================
  Process signal
--- a/smartcard.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/smartcard.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Smartcard
--- a/sml.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/sml.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==============
  Standard ML.
--- a/solaris.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/solaris.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========
  Solaris
--- a/source-docgen.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/source-docgen.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========================
  Source code documenting
--- a/source-navigation.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/source-navigation.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===================
  Source navigation
--- a/spell.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/spell.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===============
  Spell checker
--- a/spring.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/spring.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===================
  Spring Framework.
--- a/sql.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/sql.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  SQL.
--- a/ssh.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/ssh.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  SSH/sshd.
--- a/stat.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/stat.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========================
  OS resource statistics.
--- a/style-checker.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/style-checker.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===============
  Style checker
--- a/sudo.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/sudo.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  sudo.
--- a/svn.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/svn.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  Subversion.
--- a/swap.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/swap.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  Swap
--- a/symbian-devel.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/symbian-devel.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====================================
  Development under Symbian platform.
--- a/terminal.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/terminal.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Terminal.
--- a/texi.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/texi.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  Texi
--- a/thunderbird.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/thunderbird.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  Thunderbird
--- a/torrent.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/torrent.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========
  Torrent
--- a/typing-training.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/typing-training.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =================
  Typing training
--- a/udev.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/udev.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  udev.
--- a/upnp.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/upnp.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============
  UPnP/DLNA.
--- a/uri.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/uri.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  URI
--- a/video.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/video.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========
  Video.
--- a/vim.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/vim.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  Vim
--- a/virtualbox.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/virtualbox.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  VirtualBox.
--- a/virus.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/virus.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =================================
  Computer viruses and rootckits.
--- a/vm.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/vm.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ========================
  VM (virtual machines).
--- a/vt100.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/vt100.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========================================================
  This document describes how to control a VT100 terminal.
--- a/web-accessibility.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/web-accessibility.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====================
  Web accessibility.
--- a/web-search.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/web-search.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  WEB search.
--- a/web-semantic.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/web-semantic.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==============
  Semantic WEB
--- a/web-seo.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/web-seo.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  WEB SEO.
--- a/web-site.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/web-site.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ===========
  Web site.
--- a/web.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/web.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====
  WEB
--- a/webdaw.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/webdaw.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =========
  WebDAV.
--- a/windows-devel.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/windows-devel.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ============================
  Development under Windows.
--- a/windows-driver.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/windows-driver.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =====================
  Driver for Windows.
--- a/windows-hotkey.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/windows-hotkey.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =================
  Windows hotkeys
--- a/windows-reg.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/windows-reg.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =================
  Registry files.
--- a/windows-service.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/windows-service.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==================
  Windows service.
--- a/windows.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/windows.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =============
  Windows OS.
--- a/wine.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/wine.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Wine.
--- a/x.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/x.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ====
  X.
--- a/xkb.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/xkb.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  xkb.
--- a/xml-rpc.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/xml-rpc.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ==========
  XML-RPC.
--- a/xml.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/xml.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 ======
  XML.
--- a/xorg.rst	Mon Feb 22 13:34:55 2016 +0200
+++ b/xorg.rst	Mon Feb 22 13:52:03 2016 +0200
@@ -1,5 +1,4 @@
 .. -*- coding: utf-8; -*-
-.. include:: HEADER.rst
 
 =======
  Xorg.