-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathsavedesktop.doap
More file actions
37 lines (34 loc) · 1.89 KB
/
savedesktop.doap
File metadata and controls
37 lines (34 loc) · 1.89 KB
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
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Save Desktop</name>
<shortdesc xml:lang="en">Save your desktop configuration</shortdesc>
<description xml:lang="en">Save Desktop helps you back up, restore, and synchronize your entire desktop environment with ease. It saves and imports your themes, icons, fonts, wallpapers, extensions, desktop folder, Flatpak apps and their data, as well as other desktop settings — all in one archive. Choose what to include and keep your setup consistent across devices with automatic periodic saves and synchronization.</description>
<homepage rdf:resource="https://github.com/vikdevelop/savedesktop" />
<bug-database rdf:resource="https://github.com/vikdevelop/savedesktop/issues"/>
<download-page rdf:resource="https://flathub.org/apps/details/io.github.vikdevelop.SaveDesktop" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>Python</programming-language>
<platform>GTK 4</platform>
<platform>Libadwaita</platform>
<maintainer>
<foaf:Person>
<foaf:name>vikdevelop</foaf:name>
<foaf:mbox rdf:resource="mailto:vikdevelop@proton.me" />
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org"/>
<foaf:accountName>vikdevelop</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
<foaf:accountName>vikdevelop</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
</Project>