{{ post.date | date_to_string }}
-{{ post.description }}
-Tags: {{ post.tags }}
- {% endfor %} +{% for post in site.categories.en limit:10 %} +{{ post.date | date_to_string }}
+{{ post.description }}
+Tags: {{ post.tags }}
+{% endfor %} diff --git a/index.html b/index.html index 6f31cd0..57bfa55 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ title: arcanis' homepage{% for post in site.categories.en limit:3 %} {{ post.title }}
diff --git a/projects/index.html b/projects/index.html index 1813d95..244f86a 100644 --- a/projects/index.html +++ b/projects/index.html @@ -13,15 +13,15 @@ groups: short: git-etc description:git-etc
is a simple daemon that automatically creates git repository in the given directory and creates commit at the specified time interval. It is written onBash
. It is also has a simple Graphical user interface written onPython2
(pyqt4
) for work with the created repository. links: - - Homepage - - GitHub repo - - Archlinux AUR package + - Homepage + - GitHub repo + - Archlinux AUR package - title: queued short: queued description:queued
is daemon for starting jobs to queue of calculations. It was written onBash
created as proof-of-concept. links: - - Homepage - - GitHub repo + - Homepage + - GitHub repo - title: KDE widgets short: widgets projects: @@ -29,35 +29,35 @@ groups: short: deadline description:DeadLine widget
is a Plasmoid script written onPython2
. It is able to create jobs, and add reminders to them. Now this project has a pre-alpha stage. Someday maybe I will complete it. links: - - GitHub repo + - GitHub repo - title: Oblikue strategies short: oblikuestrategies - description:oblikue-strategies
is a plasmoid written onCPP
that displays a random draw from Brian Eno and Peter Schmidt's Oblique Strategies. It is GNOME applet fork with some of special features. + description:oblikue-strategies
is a plasmoid written onCPP
that displays a random draw from Brian Eno and Peter Schmidt's Oblique Strategies. It is GNOME applet fork with some of special features. links: - - Homepage - - GitHub repo - - Page on kde-look.org - - Archlinux AUR package + - Homepage + - GitHub repo + - Page on kde-look.org + - Archlinux AUR package - title: Open on desktop short: openondesktop - description:Open on desktop
is a dropbox menu for Dolhpin. It creates a group in the context menu, which opens a file to the specified desktop when clicked. It has an install script written onBash
. + description:Open on desktop
is a dropbox menu for Dolhpin. It creates a group in the context menu, which opens a file to the specified desktop when clicked. It has an install script written onBash
. links: - - GitHub repo + - GitHub repo - title: py-text-monitor short: pytextmonitor - description:py-text-monitor
is a minimalistic Plasmoid script written onPython2
. It looks like widgets in Awesome WM. My plasmoid is highly and easily configurable and does not clutter your KDE system. Also this packages has an additional DataEngine written onCPP
(old version was written onPython2
). + description:py-text-monitor
is a minimalistic Plasmoid script written onPython2
. It looks like widgets in Awesome WM. My plasmoid is highly and easily configurable and does not clutter your KDE system. Also this packages has an additional DataEngine written onCPP
(old version was written onPython2
). links: - - Homepage - - GitHub repo - - Plasmoid page on kde-look.org - - DataEngine page on kde-look.org - - Archlinux AUR package + - Homepage + - GitHub repo + - Plasmoid page on kde-look.org + - DataEngine page on kde-look.org + - Archlinux AUR package - title: Kit system monitor short: sysmon - description:Kit System Monitor
is a system information and hardware monitor based on EG Sysmon. It is written on HTML-like language for SuperKaramba and has simple install script written onPython2
. It is my first Open Source Project. + description:Kit System Monitor
is a system information and hardware monitor based on EG Sysmon. It is written on HTML-like language for SuperKaramba and has simple install script written onPython2
. It is my first Open Source Project. links: - - GitHub repo - - Page on kde-look.org + - GitHub repo + - Page on kde-look.org - title: Scientific programs short: science projects: @@ -65,8 +65,8 @@ groups: short: moldyn description: They are represented by a single repository. It contains some programs for analysis of molecular dynamic trajectories using statistical mechanics and some of maths methods (e.g. graph theory). Usualy backend programs are written onC
, but sometimes onPython2
. Some of these have a Graphical user interface written onCPP
. links: - - Homepage - - GitHub repo + - Homepage + - GitHub repo - title: Utilities short: utilities projects: @@ -74,26 +74,26 @@ groups: short: extpkg description:extract_pkglist
a simple script written onPython2
for creating list of installed packages in ArchLinux. links: - - GitHub repo + - GitHub repo - title: Food GUI short: foodgui description:Food GUI
is a simple program-calculator that uses own database and written onPython2
. It calculates proteins, fats, carbohydrates, food energy and glycemic index of eaten food. It is my first project with GUI and was made just-for-fun (and for my ex-girlfriend). It also has a binary version for Win64. links: - - GitHub repo - - Archlinux AUR package + - GitHub repo + - Archlinux AUR package - title: julius-actions short: julius-actions - description:julius-actions
is a script written onPython2
for work with julius. It was made just-for-fun too in my spare time. Works normally, but I don't use it. + description:julius-actions
is a script written onPython2
for work with julius. It was made just-for-fun too in my spare time. Works normally, but I don't use it. links: - - GitHub repo + - GitHub repo - title: Netctl GUI short: netctl-gui description:Netctl GUI
graphical interface fornetctl
(several scripts for work with network connection in Archlinux). It is written onCPP
usingQt4
library. Now it may work with profiles and may create new profiles. Also it may create a connection to WiFi. Moreover, it provides a widget and DataEngine for KDE. links: - - Homepage - - GitHub repo - - Page on kde-apps.org - - Archlinux AUR package + - Homepage + - GitHub repo + - Page on kde-apps.org + - Archlinux AUR package ---@@ -102,21 +102,21 @@ groups:The list of some of my projects
{% for group in page.groups %} - {{ group.title }}
+ {{ group.title }}
{% endfor %}- {% for group in page.groups %} - {{ group.title }}
- {% for project in group.projects %} -{{ project.title }}
-{{ project.description }}
-- {% for link in project.links %} -
- {% endfor %} +{% for group in page.groups %} +- {{ link }}
- {% endfor %} -{{ group.title }}
+ {% for project in group.projects %} +{{ project.title }}
+{{ project.description }}
++ {% for link in project.links %} +
{% endfor %} +{% endfor %}- {{ link }}
+ {% endfor %} +