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.