From 7ecdf0935ce3be9cd313d84db71fc9a6c16e25b5 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 30 Jul 2014 00:03:59 +0400 Subject: [PATCH] updated project pages --- _includes/prj_scr.html | 11 ++++ about.html | 2 +- projects/git-etc.html | 71 +++++++++++++++++-------- projects/netctl-gui.html | 93 +++++++++++++++++++------------- projects/oblikuestrategies.html | 52 +++++++++++------- projects/pytextmonitor.html | 94 ++++++++++++++++++++------------- projects/queued.html | 39 ++++++++++---- resources/css/styles.css | 3 +- 8 files changed, 235 insertions(+), 130 deletions(-) create mode 100644 _includes/prj_scr.html diff --git a/_includes/prj_scr.html b/_includes/prj_scr.html new file mode 100644 index 0000000..e6d5abc --- /dev/null +++ b/_includes/prj_scr.html @@ -0,0 +1,11 @@ +
+ {% if page.category == "ru" %} + + {% else %} + + {% endif %} + {{ scrname }} +
+
{{ scrdesc }}
+
+
diff --git a/about.html b/about.html index 288edfe..6869755 100644 --- a/about.html +++ b/about.html @@ -38,7 +38,7 @@ GS/CS d-(+) s: a-- C++++ UL+++>$ P L++ E--- W++ N !o !K w- !O M- !V PS+@ PE Y PG {% endhighlight %}
- + Photo
Photo by Grineva O.V.
diff --git a/projects/git-etc.html b/projects/git-etc.html index 888ecdc..d27295c 100644 --- a/projects/git-etc.html +++ b/projects/git-etc.html @@ -11,8 +11,9 @@ links: - Archlinux AUR package --- -

Information

+

Information

Simple daemon that automatically creates git repository in the given directory and creates commit at the specified time interval.

+ {% highlight bash %} $ git-etc --help Simple daemon written on BASH for monitoring changes in files @@ -40,37 +41,41 @@ Additional parametrs: See "man 1 ctrlconf" for more details {% endhighlight %} -

Developers and contributors

+

Developers and contributors

-

License

+

License

-

Installation

+

Installation

-

Instruction

+

Instruction

-

Dependencies

+

Dependencies

I want note that all were tested on latest version of dependencies.