From c0ad1a6912ffcc739402648d8878aa1ce8e5cfe1 Mon Sep 17 00:00:00 2001
From: arcan1s
Date: Wed, 27 Jan 2016 11:38:36 +0300
Subject: [PATCH] change project structure to more pretty one
---
_layouts/project.html | 4 +-
feed-short.xml | 4 +
feed.xml | 4 +
.../2013-02-12-git-etc.md} | 4 +-
.../2013-02-21-awesome-widgets.md} | 4 +-
.../2013-08-25-oblikuestrategies.md} | 4 +-
.../2013-12-20-queued.md} | 4 +-
.../2014-01-30-netctl-gui.md} | 4 +-
.../2014-07-27-reportabug.md} | 4 +-
projects/index.html | 112 ++----------------
ru/blog/archive.html | 20 +++-
ru/blog/index.html | 4 +
ru/feed-short.xml | 4 +
ru/feed.xml | 4 +
.../2013-02-12-git-etc.md} | 4 +-
.../2013-02-21-awesome-widgets.md} | 4 +-
.../2013-08-25-oblikuestrategies.md} | 4 +-
.../2013-12-20-queued.md} | 4 +-
.../2014-01-30-netctl-gui.md} | 4 +-
.../2014-07-27-reportabug.md} | 4 +-
ru/projects/index.html | 109 ++---------------
sitemap.xml | 19 +--
22 files changed, 90 insertions(+), 242 deletions(-)
rename projects/{git-etc.md => _posts/2013-02-12-git-etc.md} (98%)
rename projects/{awesome-widgets.md => _posts/2013-02-21-awesome-widgets.md} (99%)
rename projects/{oblikuestrategies.md => _posts/2013-08-25-oblikuestrategies.md} (97%)
rename projects/{queued.md => _posts/2013-12-20-queued.md} (97%)
rename projects/{netctl-gui.md => _posts/2014-01-30-netctl-gui.md} (98%)
rename projects/{reportabug.md => _posts/2014-07-27-reportabug.md} (98%)
rename ru/projects/{git-etc.md => _posts/2013-02-12-git-etc.md} (98%)
rename ru/projects/{awesome-widgets.md => _posts/2013-02-21-awesome-widgets.md} (99%)
rename ru/projects/{oblikuestrategies.md => _posts/2013-08-25-oblikuestrategies.md} (97%)
rename ru/projects/{queued.md => _posts/2013-12-20-queued.md} (98%)
rename ru/projects/{netctl-gui.md => _posts/2014-01-30-netctl-gui.md} (99%)
rename ru/projects/{reportabug.md => _posts/2014-07-27-reportabug.md} (98%)
diff --git a/_layouts/project.html b/_layouts/project.html
index 45ca9b5..65cec36 100644
--- a/_layouts/project.html
+++ b/_layouts/project.html
@@ -10,7 +10,7 @@ layout: default
{{ page.title }}
{% if page.category == "ru" %}
- Общая информация
+ Общая информация
Установка
Использование
Настройка
@@ -20,7 +20,7 @@ layout: default
{% endif %}
Ссылки
{% else %}
- General information
+ General information
Installation guide
How to use
Configuration
diff --git a/feed-short.xml b/feed-short.xml
index 4ce6faf..8969fc4 100644
--- a/feed-short.xml
+++ b/feed-short.xml
@@ -14,6 +14,9 @@
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 on Bash
. It is also has a simple Graphical user interface written on Python2
(pyqt4
) for work with the created repository.
- links:
- - Homepage
- - GitHub repo
- - Archlinux AUR package
- - title: queued
- short: queued
- description: queued
is daemon for starting jobs to queue of calculations. It was written on Bash
created as proof-of-concept.
- links:
- - Homepage
- - GitHub repo
- - title: KDE widgets
- short: widgets
- projects:
- - title: Awesome Widgets
- short: awesome-widgets
- description: Awesome Widgets
is a collection of minimalistic Plasmoids CPP
. It looks like widgets in Awesome WM. My plasmoids are highly and easily configurable and does not clutter your KDE system. Also this packages has an additional DataEngine written on CPP
(old version was written on Python2
).
- links:
- - Homepage
- - GitHub repo
- - Plasmoid page on kde-look.org
- - DataEngine page on kde-look.org
- - Archlinux AUR package
- - openSUSE package
- - title: Oblikue strategies
- short: oblikuestrategies
- description: oblikue-strategies
is a plasmoid written on CPP
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
- - 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 on Bash
.
- links:
- - GitHub repo
- - 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 on Python2
. It is my first Open Source Project.
- links:
- - GitHub repo
- - Page on kde-look.org
- - title: Scientific programs
- short: science
- projects:
- - title: Molecular dynamic
- 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 on C
, but sometimes on Python2
. Some of these have a Graphical user interface written on CPP
.
- links:
- - Homepage
- - GitHub repo
- - title: Utilities
- short: utilities
- projects:
- - title: extract_pkglist
- short: extpkg
- description: extract_pkglist
a simple script written on Python2
for creating list of installed packages in ArchLinux.
- links:
- - GitHub repo
- - title: Food GUI
- short: foodgui
- description: Food GUI
is a simple program-calculator that uses own database and written on Python2
. 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
- - title: julius-actions
- short: julius-actions
- description: julius-actions
is a script written on Python2
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
- - title: Netctl GUI
- short: netctl-gui
- description: Netctl GUI
graphical interface for netctl
(several scripts for work with network connection in Archlinux). It is written on C++
using Qt
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 KDE4/KF5.
- links:
- - Homepage
- - GitHub repo
- - Page on kde-apps.org
- - Archlinux AUR package
- - title: Report a Bug
- short: reportabug
- description: Qt application/library which allows users to create an issue for projects which are hosted on GitHub. It may work over GitHub or GitReport.
- links:
- - Homepage
- - GitHub repo
-
---
The list of some of my projects
-
- {% for group in page.groups %}
- {{ group.title }}
- {% endfor %}
-
{{ project.description }}
+{% for project in site.categories.projects %} + {% if project.categories contains 'ru' %} + + {% else %} +{{ project.excerpt }}
{% include shortdate_to_ru.html %}
+ {% endif %}{{ post.excerpt }}
Теги: {{ post.tags }}
{% endfor %} diff --git a/ru/feed-short.xml b/ru/feed-short.xml index e89dbab..bc70e4f 100644 --- a/ru/feed-short.xml +++ b/ru/feed-short.xml @@ -14,6 +14,9 @@Awesome Widgets
это набор минималистичных плазмоидов, написанных на CPP
. Они выглядят, как виджеты в Awesome WM. Мои плазмоиды хорошо и легко настраиваются и не засоряют Ваш KDE. Также этот пакет имеет дополнительный DataEngine, который написан на CPP
(старые версии были написаны на Python2
).
- links:
- - Домашняя страница
- - Репозиторий на GitHub
- - Страница плазмоида на kde-look.org
- - Страница DataEngine на kde-look.org
- - Пакет в AUR
- - Пакет для openSUSE
- - title: Oblikue strategies
- short: oblikuestrategies
- description: oblikue-strategies
плазмоид, написанный на CPP
, который показывает случайные карты из Brian Eno и Peter Schmidt's Oblique Strategies. Это форк апплета для GNOME с некоторыми дополнительными фичами.
- links:
- - Домашняя страница
- - Репозиторий на GitHub
- - Страница на kde-look.org
- - Пакет в AUR
- - title: Open on desktop
- short: openondesktop
- description: Open on desktop
выпадающее меню для Dolhpin. Создает группу в контексстном меню, которое позволяет открыть файл на указанном рабочем столе. Имеет установочный скрипт, который написан на Bash
.
- links:
- - Репозиторий на GitHub
- - title: Kit system monitor
- short: sysmon
- description: Kit System Monitor
системный и хардварный монитор, основанный на EG Sysmon. Написан на языке, похожем на HTML, для SuperKaramba и имеет постой установочный скрипт, написанный на Python2
. Это мой первый Open Source проект.
- links:
- - Репозиторий на GitHub
- - Страница на kde-look.org
- - title: Демоны
- short: daemons
- projects:
- - title: git-etc
- short: git-etc
- description: git-etc
простой демон, который создает git репозиторий в указанной директории и создает коммит в указанный промежуток времени. Он написан на Bash
. Также имеет простой графический интерфейс, написанный на Python2
(pyqt4
) для работы с созданным репозиторием.
- links:
- - Домашняя страница
- - Репозиторий на GitHub
- - Пакет в AUR
- - title: queued
- short: queued
- description: queued
демон для старта задач в очередь вычислений. Написан на Bash
, создан как proof-of-concept.
- links:
- - Домашняя страница
- - Репозиторий на GitHub
- - title: Научные программы
- short: science
- projects:
- - title: Молекулярная динамика
- short: moldyn
- description: Они представлены единственный репозиторием. Содержит некоторые программы для анализа молекулярно-динамических траекторий, используя методы статистической механики и некоторые математические (например, теория графов). Обычно, бекенд программы написаны на C
, хотя иногда и на Python2
. Некоторые из них имеют графический интерфейс, написанный на CPP
.
- links:
- - Домашняя страница
- - Репозиторий на GitHub
- - title: Утилиты
- short: utilities
- projects:
- - title: extract_pkglist
- short: extpkg
- description: extract_pkglist
простой скрипт, написанный на Python2
для создания списка установленных пакетов в ArchLinux.
- links:
- - Репозиторий на GitHub
- - title: Food GUI
- short: foodgui
- description: Food GUI
простая программа-калькулятор, использующая собственную базу данных. Написана на Python2
. Рассчитывает белки, жиры и углеводы, а также калорийность и гликемический индекс съеденной пищи. Это мой первый проект с графическим интерфейсом и был написан just-for-fun (и для моей бывшей девушки). Также имеет бинарную версию под Win64.
- links:
- - Репозиторий на GitHub
- - Пакет в AUR
- - title: julius-actions
- short: julius-actions
- description: julius-actions
скрипт, написанный на Python2
для работы с julius. Был сделан just-for-fun в мое свободное время. Работает нормально, но я им не пользуюсь.
- links:
- - Репозиторий на GitHub
- - title: Netctl GUI
- short: netctl-gui
- description: Netctl GUI
графическая оболочка для netctl
(набор скриптов для поднятия сети в Arch'е). Написан на C++
с использованием библиотеки Qt
. На текущим момент умеет работать с профилями, в том числе создавать новые, а также умеет подключаться к WiFi. Также предоставляет виджет и DataEngine для KDE4/KF5.
- links:
- - Домашняя страница
- - Репозиторий на GitHub
- - Страница на kde-apps.org
- - Пакет в AUR
- - title: Report a Bug
- short: reportabug
- description: Приложение/библиотека, написанное на Qt, которое позволяет пользователям отправлять багрепорт для проектов, расположенных на GitHub. Оно может работать как через GitHub, так и через GitReports.
- links:
- - Домашняя страница
- - Репозиторий на GitHub
---
Список некоторых из моих проектов
-
- {% for group in page.groups %}
- {{ group.title }}
- {% endfor %}
-
{{ project.description }}
+{% for project in site.categories.projects %} + {% if project.categories contains 'ru' %} +{{ project.excerpt }}