diff --git a/LICENSE b/LICENSE index 5e524da..32757ef 100644 --- a/LICENSE +++ b/LICENSE @@ -29,3 +29,8 @@ 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 diff --git a/README.md b/README.md index 87459b3..3d4e03c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ arcan1s.github.io ================= -My website diff --git a/TODO b/TODO index 613622c..e038846 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ Для блога: -* Облако тегов. Думаю, можно сделать топорно через grep каталога, но лучше бы по человечески. А значит - курить маны. * Надо как то ограничить число статей на главную страницу. И автоматизировать это дело. ? Курить маны! З.Ы. можно посмотреть, как нормальные люди это делают. diff --git a/pages/authors.html b/pages/authors.html index 188363f..2a85012 100644 --- a/pages/authors.html +++ b/pages/authors.html @@ -35,6 +35,8 @@ Evgeniy Alekseev wrote this file. As long as you retain this notice you can do w
Sharethis have own custom license too.
+Liberation font is licensed under The SIL Open Font License.
+© Evgeniy Alekseev, 2014
diff --git a/projects/pytextmonitor.html b/projects/pytextmonitor.html index 16955c8..db169e2 100644 --- a/projects/pytextmonitor.html +++ b/projects/pytextmonitor.html @@ -233,7 +233,6 @@ make install -Widget (clickable):
diff --git a/robots.txt b/robots.txt
index bc4526b..0219d27 100644
--- a/robots.txt
+++ b/robots.txt
@@ -2,6 +2,7 @@ User-agent: *
Disallow:
Disallow: /javascripts/
Disallow: /stylesheets/
+Disallow: /templates/
Disallow: /params.json
Disallow: /README.md
Disallow: /TODO
diff --git a/stylesheets/LiberationMono-Regular.ttf b/stylesheets/LiberationMono-Regular.ttf
new file mode 100644
index 0000000..1a39bc7
Binary files /dev/null and b/stylesheets/LiberationMono-Regular.ttf differ
diff --git a/stylesheets/LiberationSerif-Bold.ttf b/stylesheets/LiberationSerif-Bold.ttf
new file mode 100644
index 0000000..db3d6f3
Binary files /dev/null and b/stylesheets/LiberationSerif-Bold.ttf differ
diff --git a/stylesheets/LiberationSerif-BoldItalic.ttf b/stylesheets/LiberationSerif-BoldItalic.ttf
new file mode 100644
index 0000000..8b21277
Binary files /dev/null and b/stylesheets/LiberationSerif-BoldItalic.ttf differ
diff --git a/stylesheets/LiberationSerif-Italic.ttf b/stylesheets/LiberationSerif-Italic.ttf
new file mode 100644
index 0000000..768b833
Binary files /dev/null and b/stylesheets/LiberationSerif-Italic.ttf differ
diff --git a/stylesheets/LiberationSerif-Regular.ttf b/stylesheets/LiberationSerif-Regular.ttf
new file mode 100644
index 0000000..6fa9a59
Binary files /dev/null and b/stylesheets/LiberationSerif-Regular.ttf differ
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index 359a4a0..8f4a9e2 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -1,8 +1,52 @@
-@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);
+/* Liberation font ^^ */
+
+@font-face {
+ font-family: "Liberation Serif";
+ font-style: normal;
+ font-weight: 300;
+ src: local("Liberation Serif"),
+ local("Liberation Serif Regular"),
+ local("LiberationSerif-Regular"),
+ url(LiberationSerif-Regular.ttf);
+}
+@font-face {
+ font-family: "Liberation Serif";
+ font-style: italic;
+ font-weight: 300;
+ src: local("Liberation Serif Italic"),
+ local("LiberationSerif-Italic"),
+ url(LiberationSerif-Italic.ttf);
+}
+@font-face {
+ font-family: "Liberation Serif";
+ font-style: normal;
+ font-weight: 600;
+ src: local("Liberation Serif Bold"),
+ local("LiberationSerif-Bold"),
+ url(LiberationSerif-Bold.ttf);
+}
+@font-face {
+ font-family: "Liberation Serif";
+ font-style: italic;
+ font-weight: 600;
+ src: local("Liberation Serif Bold Italic"),
+ local("Liberation Serif BoldItalic"),
+ local("LiberationSerif-BoldItalic"),
+ url(LiberationSerif-BoldItalic.ttf);
+}
+@font-face {
+ font-family: "Liberation Mono";
+ font-style: normal;
+ font-weight: 300;
+ src: local("Liberation Mono"),
+ local("LiberationMono-Regular"),
+ url(LiberationMono-Regular.ttf);
+}
+
body {
padding:50px;
- font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font:14px/1.5 "Liberation Serif", Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777;
font-weight:300;
}
@@ -34,7 +78,7 @@ h3, h4, h5, h6 {
a {
color:#39c;
- font-weight:400;
+ font-weight:350;
text-decoration:none;
}
@@ -58,7 +102,7 @@ blockquote {
}
code, pre {
- font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
+ font-family: "Liberation Mono", Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
color:#333;
font-size:12px;
}
@@ -283,7 +327,7 @@ footer {
color: black;
display: block;
float: left;
- font-family: helvetica, arial, freesans, clean, sans-serif;
+ font-family: "Liberation Sarif", helvetica, arial, freesans, clean, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
@@ -312,7 +356,7 @@ footer {
color: black;
display: inline-block;
float: none;
- font-family: helvetica, arial, freesans, clean, sans-serif;
+ font-family: "Liberation Sarif", helvetica, arial, freesans, clean, sans-serif;
font-size: 1px;
font-style: normal;
font-variant: normal;
@@ -346,7 +390,7 @@ footer {
color: black;
display: inline;
float: none;
- font-family: helvetica, arial, freesans, clean, sans-serif;
+ font-family: "Liberation Sarif", helvetica, arial, freesans, clean, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
@@ -369,7 +413,7 @@ footer {
color: #777;
display: inline;
float: none;
- font-family: helvetica, arial, freesans, clean, sans-serif;
+ font-family: "Liberation Sarif", helvetica, arial, freesans, clean, sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
diff --git a/templates/temp_paper.html b/templates/temp_paper.html
new file mode 100644
index 0000000..7495fb4
--- /dev/null
+++ b/templates/temp_paper.html
@@ -0,0 +1,94 @@
+
+
+
$(date --utc)
+$INTRO_TEXT test
+ +$SUB_TEXT
+ + + + +$SHORT_DESC
+General information
+ Installation guide
+ Configuration
+ Screenshots
+ Links
Download an archive with latest version of source files.
Extract it and install:
+example command
I want note that all were tested on latest version of dependencies.
+
Comments
+