From 0e25c6a854140df91b441ba33829b76a27b10c61 Mon Sep 17 00:00:00 2001
From: arcan1s
Date: Wed, 15 Jan 2014 06:11:15 +0400
Subject: [PATCH] + added plugin for sitemap generation - removed license file
(now it is link to authors)
---
LICENSE | 45 -----
_layouts/default.html | 4 +-
_plugins/sitemap_generator.rb | 316 +++++++++++++++++++++++++++++++
authors.html | 6 +-
{javascripts => js}/scale.fix.js | 0
sitemap.xml | 39 ----
6 files changed, 323 insertions(+), 87 deletions(-)
delete mode 100644 LICENSE
create mode 100644 _plugins/sitemap_generator.rb
rename {javascripts => js}/scale.fix.js (100%)
delete mode 100644 sitemap.xml
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 74aef1b..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,45 +0,0 @@
-The code and content of this site is licensed under Beerware license:
-
-http://people.freebsd.org/~phk/
-
-"THE BEER-WARE LICENSE" (Revision 42):
-Evgeniy Alekseev wrote this file. As long as you retain this notice you
-can do whatever you want with this stuff. If we meet some day, and you think
-this stuff is worth it, you can buy me a beer in return
-
-
-
-The source theme was created by [Steve Smith](https://github.com/orderedlist/minimal)
-and licensed under Creative Commons Attribution-ShareAlike 3.0 Unported License:
-
-http://creativecommons.org/licenses/by/3.0/
-
-
-Comments block was created by [Ivan Žužak](https://github.com/izuzak/izuzak.github.com)
-and licensed under MIT license:
-
-http://opensource.org/licenses/MIT
-
-
-This site uses [Jekyll](http://jekyllrb.com/) that licensed under MIT License:
-
-http://opensource.org/licenses/MIT
-
-
-Google custom search is licensed under own custom license:
-
-https://support.google.com/customsearch/answer/1714300
-
-
-Sharethis have own custom license too:
-
-http://www.sharethis.com/legal/publisher-terms-of-use
-
-
-[Liberation font](https://www.redhat.com/promo/fonts/) is licensed under
-The SIL Open Font License:
-
-http://scripts.sil.org/OFL
-
-Special thanks to [Monztruo](http://monztruo.deviantart.com/), I borrowed
-[his icon](http://monztruo.deviantart.com/art/Zalgo-Pacman-v1-194649946).
diff --git a/_layouts/default.html b/_layouts/default.html
index 400687b..4a719b3 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -6,7 +6,7 @@
{{ page.title }}
-
+
@@ -43,7 +43,7 @@
Hosted on GitHub Pages. Authors