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
|
<?xml version="1.0"?>
<Project xmlns:rdf="http://www.w3c.org/1999/02/22-rdf-syntax-ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Epidermis</name>
<shortdesc xml:lang="en">theme manager for your GNOME desktop on Ubuntu and Debian</shortdesc>
<created>2008-03-27</created>
<homepage rdf:resource="http://epidermis.tuxfamily.org/" />
<download-page rdf:resource="https://launchpad.net/epidermis/+download" />
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
<bug-database rdf:resource="http://bugs.launchpad.net/epidermis" />
<screenshots rdf:resource="http://epidermis.tuxfamily.org/?q=image/tid/1" />
<description xml:lang="en">Epidermis changes the appearance of your GNOME desktop in all its aspects in one click. Epidermis 'skins' change the appearance of your desktop wallpaper, Metacity windows border theme, your GTK controls theme, your icon theme, your mouse cursor theme, your GRUB bootsplash screen, your Xsplash login screen theme and your Usplash boot splash image.
Each of these customisations are downloaded in 'pigments' which are available from an Epidermis 'repository'.
Epidermis was written in python with pygtk.
Find more information at http://epidermis.tuxfamily.org and https://launchpad.net/epidermis/</description>
<maintainer>
<foaf:Person>
<foaf:name>David D. Lowe</foaf:name>
<foaf:mbox rdf:resource="mailto:daviddlowe.flimm@gmail.com" />
</foaf:Person>
</maintainer>
<programming-language>python</programming-language>
<os>Ubuntu</os>
<os>Debian</os>
<repository>
<BazaarRepository>
<browse rdf:resource="https://code.launchpad.net/~epidermis/epidermis/devel" />
<location>lp:epidermis</location>
</BazaarRepository>
</repository>
<release>
<Version>
<revision>0.5.2</revision>
<created>2010-06-11</created>
<branch>0.x</branch>
</Version>
</release>
</Project>
|