mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 23:37:19 +00:00
added oblikuestrategies
This commit is contained in:
parent
a501c6c07b
commit
cd628c763e
96
projects/oblikuestrategies.html
Normal file
96
projects/oblikuestrategies.html
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
|
<title>Oblikue strategies</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/stylesheets/styles.css">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
|
||||||
|
<link rel="shortcut icon" href="/resources/icon.ico">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="wrapper">
|
||||||
|
<header>
|
||||||
|
<h1>oblikue-strategies</h1>
|
||||||
|
<p class="view">Plasmoid that displays a random draw Oblique Strategies</p>
|
||||||
|
<p class="view"><a href="#information">General information</a><br>
|
||||||
|
<a href="#installation">Installation guide</a><br>
|
||||||
|
<a href="#screenshots">Screenshots</a><br>
|
||||||
|
<a href="#links">Links</a></p>
|
||||||
|
</header>
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<h2><a name="information" class="anchor" href="#information"><span class="octicon octicon-link"></span></a>Information</h2>
|
||||||
|
<p align="justify">Plasmoid written on <code>CPP</code> that displays a random draw from Brian Eno and Peter Schmidt's <a href="http://en.wikipedia.org/wiki/Oblique_strategies">Oblique Strategies</a>. It is <a href="http://gnome-look.org/content/show.php/Oblique+Strategies?content=78405">GNOME applet</a> fork with some of special features.</p>
|
||||||
|
|
||||||
|
<h3><a name="devel" class="anchor" href="#devel"><span class="octicon octicon-link"></span></a>Developers and contributors</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Evgeniy Alekseev</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3><a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h3>
|
||||||
|
<ul>
|
||||||
|
<li>GPL</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2><a name="installation" class="anchor" href="#installation"><span class="octicon octicon-link"></span></a>Installation</h2>
|
||||||
|
|
||||||
|
<h3><a name="instruction" class="anchor" href="#instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
|
||||||
|
<ul>
|
||||||
|
<li><p align="justify">Download an <a href="https://github.com/arcan1s/oblikue-strategies/releases">archive</a> with latest version of source files.</p></li>
|
||||||
|
<li><p align="justify">Extract it and install the application. For global isntallation type:</p>
|
||||||
|
<pre><code>cd /where/your/applet/is/installed
|
||||||
|
mkdir build && cd build
|
||||||
|
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release ../
|
||||||
|
make
|
||||||
|
sudo make install</code></pre>
|
||||||
|
<p align="justify">For local isntallation type:</p>
|
||||||
|
<pre><code>cd /where/your/applet/is/installed
|
||||||
|
mkdir build && cd build
|
||||||
|
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` -DCMAKE_BUILD_TYPE=Release ../
|
||||||
|
make
|
||||||
|
make install</code></pre></li>
|
||||||
|
<li><p align="justify">Restart plasma to load the applet:</p>
|
||||||
|
<pre><code>kquitapp plasma-desktop && sleep 2 && plasma-desktop</code></pre>
|
||||||
|
<p align="justify">Also you might need to run <code>kbuildsycoca4</code> in order to get the <code>*.desktop</code> file recognized:</p>
|
||||||
|
<pre><code>kbuildsycoca4 &> /dev/null</code></pre></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3><a name="dependencies" class="anchor" href="#dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3>
|
||||||
|
<p align="justify">I want note that all were tested on latest version of dependencies.</p>
|
||||||
|
<ul>
|
||||||
|
<li>kdebase-workspace</li>
|
||||||
|
<li>automoc4 <i>(make)</i></li>
|
||||||
|
<li>cmake <i>(make)</i></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2><a name="screenshots" class="anchor" href="#screenshots"><span class="octicon octicon-link"></span></a>Screenshots</h2>
|
||||||
|
<p align="justify">Widget:<br>
|
||||||
|
<a href="http://s014.radikal.ru/i327/1309/cd/cac386d1ebcd.png"><img src="http://s014.radikal.ru/i327/1309/cd/cac386d1ebcdt.jpg"></a><br>
|
||||||
|
Configuration window:<br>
|
||||||
|
<a href="http://s019.radikal.ru/i641/1309/15/c37737bbd3da.png"><img src="http://s019.radikal.ru/i641/1309/15/c37737bbd3dat.jpg"></a></p>
|
||||||
|
|
||||||
|
<h2><a name="links" class="anchor" href="#links"><span class="octicon octicon-link"></span></a>Links</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/arcan1s/oblikuestrategies">GitHub repo</a></li>
|
||||||
|
<li><a href="https://github.com/arcan1s/oblikuestrategies/releases">Latest release</a></li>
|
||||||
|
<li>Page on <a href="http://kde-look.org/content/show.php/oblikue-strategies?content=160503">kde-look.org</a></li>
|
||||||
|
<li>Archlinux <a href="https://aur.archlinux.org/packages/kdeplasma-applets-oblikuestrategies">AUR package</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<footer>
|
||||||
|
<p class="view"><a href="javascript:history.back()">Back</a><br>
|
||||||
|
<a href="/index.html">Back to Homepage</a></p>
|
||||||
|
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
<script src="/javascripts/scale.fix.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user