mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-25 15:57:18 +00:00
105 lines
5.2 KiB
HTML
105 lines
5.2 KiB
HTML
<!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]-->
|
|
<script type="text/javascript">var switchTo5x=false;</script>
|
|
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
|
|
<script type="text/javascript">stLight.options({publisher: "70dd9cde-7276-47af-8de7-9c43883daf2b", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
|
|
</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/oblikuestrategies/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="/resources/screenshots/oblikuestrategies_widget.png"><img src="/resources/preview/oblikuestrategies_widget_prev.jpg"></a><br>
|
|
Configuration window:<br>
|
|
<a href="/resources/screenshots/oblikuestrategies_config.png"><img src="/resources/preview/oblikuestrategies_config_prev.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="/">Back to Homepage</a></p>
|
|
<span class='st_vkontakte'></span>
|
|
<span class='st_facebook'></span>
|
|
<span class='st_twitter'></span>
|
|
<span class='st_googleplus'></span>
|
|
<span class='st_livejournal'></span>
|
|
<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>
|