-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
124 lines (110 loc) · 4.83 KB
/
index.html
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<title>Redirecting to https://github.com/FontManager/font-manager</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/FontManager/font-manager">
<link rel="canonical" href="https://github.com/FontManager/font-manager">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>GTK+ Font Manager</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Font Manager</h1>
<h2>Simple font management for GTK+ desktop environments</h2>
</header>
<hr />
<section id="main_content">
<p>
<img src="https://raw.githubusercontent.com/FontManager/resources/master/font-manager.png" alt="Screenshot" />
Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the Gnome Desktop Environment in mind, it should work well with other Gtk+ desktop environments.
</p>
<p>
Font Manager is NOT a professional-grade font management solution.
</p>
</section>
<hr />
<header>
<h2>Flatpak package</h2>
<p>
<a href='https://flathub.org/apps/details/org.gnome.FontManager'><img width='220' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
</p>
<p>
Please note that not all features are available when using the Flatpak version.
</p>
</header>
<header>
<h2>Arch User Repository</h2>
<p>
For Arch Linux packages built from the latest release see
<a href="https://aur.archlinux.org/packages/font-manager/">font-manager</a>
</p>
</header>
<header>
<h2>
Fedora Copr Repository
<a href="https://copr.fedorainfracloud.org/coprs/jerrycasiano/FontManager/builds/">
<img src="https://copr.fedorainfracloud.org/coprs/jerrycasiano/FontManager/package/font-manager/status_image/last_build.png" />
</a>
</h2>
<p>
For Fedora packages built from current master:
<pre>
dnf copr enable jerrycasiano/FontManager
dnf install font-manager
</pre>
</p>
</header>
<header>
<h2>Gentoo</h2>
<p>
Gentoo users may find <a href="https://github.com/PF4Public/gentoo-overlay/tree/master/app-misc/font-manager">font-manager</a>
in <a href="https://github.com/PF4Public/gentoo-overlay">::pf4public</a> Gentoo overlay.
</p>
</header>
<header>
<h2>Ubuntu Personal Package Archive</h2>
<p>
For Debian packages built from current master:
<pre>
sudo add-apt-repository ppa:font-manager/staging
sudo apt-get update
sudo apt-get install font-manager
</pre>
</p>
</header>
<p>
Fedora, Gentoo and Ubuntu users can also find nautilus-font-manager and nemo-font-manager in the repositories.
</p>
<hr />
<header>
<h2>Localization</h2>
<p>
If you would like to help this application reach more users in their native language, please see
<a href="https://hosted.weblate.org/engage/font-manager/">Weblate</a>
for more information.
</p>
</header>
<footer>
<section id="source" class="clearfix">
<header>
<h2>Source Code</h2>
</header>
<a href="https://github.com/FontManager/font-manager/releases/download/0.8.3/font-manager-0.8.3.tar.xz" id="download" class="button"><span>Version 0.8.3</span></a>
<a href="https://github.com/FontManager/master/zipball/master" id="download" class="button"><span>Current</span></a>
<a href="https://github.com/FontManager/master" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
</footer>
</div><!-- inner -->
</div><!-- container -->
</body>
</html>