aboutsummaryrefslogtreecommitdiff
path: root/doc/readme.md
blob: 04f15611df5f1ddc6f5cdb196ca2a074db923b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<h1>CoderOnline :: Icon theme</h1>

I feel thankful for the past ten years in which I used linux and bsd systems on a daily basis.
This is why I decided to make this icon theme a gift for the open source community.
This theme follows freedesktops
  <a href="http://standards.freedesktop.org/icon-naming-spec/latest/">Icon Naming Specification</a> and works nicely together with Xfce, Gnome, KDE and others, versions for MacOSX and Windows are planed as well.
<br/>

<h2>places</h2>
<img src="/icons/plain/doc/img/places.jpg" />

<h2>devices</h2>
<img src="/icons/plain/doc/img/devices.jpg" />

<h2>actions</h2>
<img src="/icons/plain/doc/img/actions.jpg" />

<h2>status</h2>
<img src="/icons/plain/doc/img/status.jpg" />

<h2>emblems</h2>
<img src="/icons/plain/doc/img/emblems.jpg" />

<h2>categories</h2>
<img src="/icons/plain/doc/img/categories.jpg" />

<h2>apps</h2>
<img src="/icons/plain/doc/img/apps.jpg" />

<h2>Mimetype</h2>
Mime type Icons can be dynamically generated for all file types. As a result
you gonna get hundreds of icons allowing you to easily distinguish between
different file types. The generator uses templates, which you can see here:
<br/>
<img src="/icons/plain/doc/img/mimetypes-templates.jpg" />


<h1>Installation</h1>

<h2>1) Get the icons</h2>
<h3>installation with git (recommend)</h3>
<dl>
  <dt>install</dt> 
  <dd><code>git clone http://git.entwicklerseite.de/icons ~/.local/share/icons/CoderOnline</code></dd>
  <dt>update</dt>
  <dd><code>cd ~/.local/share/icons/CoderOnline && git pull && cd -</code></dd>
</dl>
<br/>

<h3>installation / zip file</h3>
<dl>
  <dt><a href="http://git.entwicklerseite.de/icons/snapshot/icons-master.zip">download</a></dt>
  <dd>extract that file to <code>~/.local/share/icons/</code></dd>
</dl>

<h2>2) generate mime type icons (optional)</h2>
A Makefile is provided, which can be used to generate mime type icons for individual systems:<br/>
<code>cd ~/.local/share/icons && make mimetypes && cd -</code><br/>
This will take a very long time so go and get a coffee :)
<br/>
..