update to standards (4)

This commit is contained in:
arcan1s 2014-08-25 23:16:59 +04:00
parent cea01cbd59
commit 009a5be871
10 changed files with 38 additions and 43 deletions

View File

@ -62,20 +62,20 @@ See "man 1 ctrlconf" for more details
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3> <h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
<ul> <ul>
<li><p>Download an <a href="https://github.com/arcan1s/git-etc/releases" title="GitHub">archive</a> with latest version of source files.</p></li> <li>Download an <a href="https://github.com/arcan1s/git-etc/releases" title="GitHub">archive</a> with latest version of source files.</li>
<li><p>Extract it and install the application:</p> <li>Extract it and install the application:
{% highlight bash %} {% highlight bash %}
./install.sh "/path/to/root" ./install.sh "/path/to/root"
{% endhighlight %} {% endhighlight %}
<p>If you want install it to <code>/</code> you must run it as root, e.g.:</p> If you want install it to <code>/</code> you must run it as root, e.g.:
{% highlight bash %} {% highlight bash %}
sudo ./install.sh sudo ./install.sh
{% endhighlight %} {% endhighlight %}
<p>If no path is specified it will be installed to <code>/</code> by default.</p></li> If no path is specified it will be installed to <code>/</code> by default.</li>
</ul> </ul>
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3> <h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3>

View File

@ -88,9 +88,8 @@ Options:
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3> <h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
<ul> <ul>
<li><p>Download an <a href="https://github.com/arcan1s/netctl-gui/releases" title="GitHub">archive</a> with latest version of source files.</p></li> <li>Download an <a href="https://github.com/arcan1s/netctl-gui/releases" title="GitHub">archive</a> with latest version of source files.</li>
<li><p>Extract it and install the application:</p> <li>Extract it and install the application. If you want install it into <code>/</code>, you should run as root following commands:
<p>If you want install it into <code>/</code>, you should run as root following commands:</p>
{% highlight bash %} {% highlight bash %}
cd /path/to/extracted/archive cd /path/to/extracted/archive
@ -100,7 +99,7 @@ make
sudo make install sudo make install
{% endhighlight %} {% endhighlight %}
<p>Available cmake flags are:</p> Available cmake flags are:
<ul> <ul>
<li>components: <li>components:
<ul> <ul>
@ -123,7 +122,6 @@ sudo make install
<li><code>-DUSE_QT5:BOOL=0</code> - use Qt4 instead of Qt5 for GUI</li> <li><code>-DUSE_QT5:BOOL=0</code> - use Qt4 instead of Qt5 for GUI</li>
</ul></li> </ul></li>
</ul></li> </ul></li>
</ul></li>
</ul> </ul>
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3> <h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3>

View File

@ -35,8 +35,8 @@ links:
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3> <h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
<ul> <ul>
<li><p>Download an <a href="https://github.com/arcan1s/oblikuestrategies/releases" title="GitHub">archive</a> with latest version of source files.</p></li> <li>Download an <a href="https://github.com/arcan1s/oblikuestrategies/releases" title="GitHub">archive</a> with latest version of source files.</li>
<li><p>Extract it and install the application. For global isntallation type:</p> <li>Extract it and install the application. For global isntallation type:
{% highlight bash %} {% highlight bash %}
cd /where/is/applet/ cd /where/is/applet/
@ -46,7 +46,7 @@ make
sudo make install sudo make install
{% endhighlight %} {% endhighlight %}
<p>For local isntallation type:</p> For local isntallation type:
{% highlight bash %} {% highlight bash %}
cd /where/is/applet/ cd /where/is/applet/
@ -57,13 +57,13 @@ make install
{% endhighlight %} {% endhighlight %}
</li> </li>
<li><p>Restart plasma to load the applet:</p> <li>Restart plasma to load the applet:
{% highlight bash %} {% highlight bash %}
kquitapp plasma-desktop && sleep 2 && plasma-desktop kquitapp plasma-desktop && sleep 2 && plasma-desktop
{% endhighlight %} {% endhighlight %}
<p>Also you might need to run <code>kbuildsycoca4</code> in order to get the <code>*.desktop</code> file recognized:</p> Also you might need to run <code>kbuildsycoca4</code> in order to get the <code>*.desktop</code> file recognized:
{% highlight bash %} {% highlight bash %}
kbuildsycoca4 &> /dev/null kbuildsycoca4 &> /dev/null

View File

@ -45,8 +45,8 @@ links:
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3> <h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
<ul> <ul>
<li><p>Download an <a href="https://github.com/arcan1s/pytextmonitor/releases" title="GitHub">archive</a> with latest version of source files.</p></li> <li>Download an <a href="https://github.com/arcan1s/pytextmonitor/releases" title="GitHub">archive</a> with latest version of source files.</li>
<li><p>Extract it and install:</p> <li>Extract it and install:
{% highlight bash %} {% highlight bash %}
cd /where/is/applet/ cd /where/is/applet/
@ -56,7 +56,7 @@ make
make install make install
{% endhighlight %} {% endhighlight %}
<p>For global isntallation type:</p> For global installation type:
{% highlight bash %} {% highlight bash %}
cd /where/is/applet/ cd /where/is/applet/

View File

@ -56,20 +56,20 @@ Parameters:
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3> <h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
<ul> <ul>
<li><p>Download an <a href="https://github.com/arcan1s/queued/releases" title="GitHub">archive</a> with latest version of source files.</p></li> <li>Download an <a href="https://github.com/arcan1s/queued/releases" title="GitHub">archive</a> with latest version of source files.</li>
<li><p>Extract it and install the application:</p> <li>Extract it and install the application:
{% highlight bash %} {% highlight bash %}
./install.sh "/path/to/root/" ./install.sh "/path/to/root/"
{% endhighlight %} {% endhighlight %}
<p>If you want install it to <code>/</code> you must run it as root, e.g.:</p> If you want install it to <code>/</code> you must run it as root, e.g.:
{% highlight bash %} {% highlight bash %}
sudo ./install.sh sudo ./install.sh
{% endhighlight %} {% endhighlight %}
<p>If no path is specified it will be installed to <code>/</code> by default.</p></li> If no path is specified it will be installed to <code>/</code> by default.</li>
</ul> </ul>
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3> <h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3>

View File

@ -63,20 +63,20 @@ See "man 1 ctrlconf" for more details
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3> <h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
<ul> <ul>
<li><p>Скачайте <a href="https://github.com/arcan1s/git-etc/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li> <li>Скачайте <a href="https://github.com/arcan1s/git-etc/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
<li><p>Извлеките из него файлы и установите приложение:</p> <li>Извлеките из него файлы и установите приложение:
{% highlight bash %} {% highlight bash %}
./install.sh "/путь/к/корню/" ./install.sh "/путь/к/корню/"
{% endhighlight %} {% endhighlight %}
<p>Если Вы хотите установить в <code>/</code>, Вы должны запустить это, как root:</p> Если Вы хотите установить в <code>/</code>, Вы должны запустить это, как root:
{% highlight bash %} {% highlight bash %}
sudo ./install.sh sudo ./install.sh
{% endhighlight %} {% endhighlight %}
<p>Если путь не указан, пакет будет установлен в <code>/</code>.</p></li> Если путь не указан, пакет будет установлен в <code>/</code>.</li>
</ul> </ul>
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Зависимости</h3> <h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Зависимости</h3>

View File

@ -89,9 +89,8 @@ netctlgui-helper [ options ]
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3> <h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
<ul> <ul>
<li><p>Скачайте <a href="https://github.com/arcan1s/netctl-gui/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li> <li>Скачайте <a href="https://github.com/arcan1s/netctl-gui/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
<li><p>Извлеките из него файлы и установите приложение:</p> <li>Извлеките из него файлы и установите приложение. Если Вы хотите установить в <code>/</code>, Вы должны запустить как root:
<p>Если Вы хотите установить в <code>/</code>, Вы должны запустить как root:</p>
{% highlight bash %} {% highlight bash %}
cd /путь/к/распакованному/архиву cd /путь/к/распакованному/архиву
@ -101,7 +100,7 @@ make
sudo make install sudo make install
{% endhighlight %} {% endhighlight %}
<p>Доступные флаги cmake:</p> Доступные флаги cmake:
<ul> <ul>
<li>компоненты: <li>компоненты:
<ul> <ul>
@ -124,7 +123,6 @@ sudo make install
<li><code>-DUSE_QT5:BOOL=0</code> - использовать Qt4 вместо Qt5</li> <li><code>-DUSE_QT5:BOOL=0</code> - использовать Qt4 вместо Qt5</li>
</ul></li> </ul></li>
</ul></li> </ul></li>
</ul></li>
</ul> </ul>
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Зависимости</h3> <h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Зависимости</h3>

View File

@ -36,8 +36,8 @@ links:
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3> <h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
<ul> <ul>
<li><p>Скачайте <a href="https://github.com/arcan1s/oblikuestrategies/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li> <li>Скачайте <a href="https://github.com/arcan1s/oblikuestrategies/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
<li><p>Извлеките из него файлы и установите приложение. Для глобальной установки наберите:</p> <li>Извлеките из него файлы и установите приложение. Для глобальной установки наберите:
{% highlight bash %} {% highlight bash %}
cd /путь/куда/распакован/архив cd /путь/куда/распакован/архив
@ -47,7 +47,7 @@ make
sudo make install sudo make install
{% endhighlight %} {% endhighlight %}
<p>Для локальной:</p> Для локальной:
{% highlight bash %} {% highlight bash %}
cd /where/your/applet/is/installed cd /where/your/applet/is/installed
@ -58,14 +58,13 @@ make install
{% endhighlight %} {% endhighlight %}
</li> </li>
<li>Перезапустите plasma, чтобы загрузить апплет:
<li><p>Перезапустите plasma, чтобы загрузить апплет:</p>
{% highlight bash %} {% highlight bash %}
kquitapp plasma-desktop && sleep 2 && plasma-desktop kquitapp plasma-desktop && sleep 2 && plasma-desktop
{% endhighlight %} {% endhighlight %}
<p>Также Вам может потребоваться запустить <code>kbuildsycoca4</code>, чтобы распознать <code>*.desktop</code> файл:</p> Также Вам может потребоваться запустить <code>kbuildsycoca4</code>, чтобы распознать <code>*.desktop</code> файл:
{% highlight bash %} {% highlight bash %}
kbuildsycoca4 &> /dev/null kbuildsycoca4 &> /dev/null

View File

@ -46,8 +46,8 @@ links:
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3> <h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
<ul> <ul>
<li><p>Скачайте <a href="https://github.com/arcan1s/pytextmonitor/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li> <li>Скачайте <a href="https://github.com/arcan1s/pytextmonitor/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
<li><p>Извлеките из него файлы и установите:</p> <li>Извлеките из него файлы и установите:
{% highlight bash %} {% highlight bash %}
cd /путь/к/извлеченным/файлам/ cd /путь/к/извлеченным/файлам/
@ -57,7 +57,7 @@ make
make install make install
{% endhighlight %} {% endhighlight %}
<p>Для глобальной установки наберите:</p> Для глобальной установки наберите:
{% highlight bash %} {% highlight bash %}
cd /путь/к/извлеченным/файлам/ cd /путь/к/извлеченным/файлам/

View File

@ -57,20 +57,20 @@ Parameters:
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3> <h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
<ul> <ul>
<li><p>Скачайте <a href="https://github.com/arcan1s/queued/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li> <li>Скачайте <a href="https://github.com/arcan1s/queued/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
<li><p>Извлеките из него файлы и установите приложение:</p> <li>Извлеките из него файлы и установите приложение:
{% highlight bash %} {% highlight bash %}
./install.sh "/путь/к/корню/" ./install.sh "/путь/к/корню/"
{% endhighlight %} {% endhighlight %}
<p>Если Вы хотите установить в <code>/</code>, Вы должны запустить это, как root:</p> Если Вы хотите установить в <code>/</code>, Вы должны запустить это, как root:
{% highlight bash %} {% highlight bash %}
sudo ./install.sh sudo ./install.sh
{% endhighlight %} {% endhighlight %}
<p>Если путь не указан, пакет будет установлен в <code>/</code>.</p></li> Если путь не указан, пакет будет установлен в <code>/</code>.</li>
</ul> </ul>
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Зависимости</h3> <h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Зависимости</h3>