-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
60 lines (42 loc) · 2.17 KB
/
README
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
About the GNOME System Tools
----------------------------
- Targeted to desktop users:
These tools are intended to simplify the tasks of configuring a Unix system
for workstations. They are not intended for configuring Unix servers.
- Unified system configuration:
Configuring different Unix systems is different; every Unix system has
different ways of being administrated. The GNOME System Tools aspire to
unify these systems.
- Multi-platform:
Each one of the GNOME System Tools is split in two parts: a backend (which
is typically written in Perl) and a user interface frontend (which is
typically written in C or Python).
The backends are written in a way that should allow us to quickly adapt
them to various different flavors of Unix; the backend probes your system
and parses the existing system files. When the user has finished editing
the system settings, the configuration is written back as patches to the
system files.
This means that the GNOME System Tools use whatever configuration files are
available on your system, and you can still edit those files by hand or
with other configuration tools without conflicts or data loss.
References
----------
Introduction: http://www.gnome.org/projects/gst/
Mailing list: http://mail.gnome.org/mailman/listinfo/system-tools-list
FTP: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-tools/
GNOME git: Module "gnome-system-tools".
http://git.gnome.org/browse/gnome-system-tools
IRC: irc.gnome.org, #gst
Developers: Chema Celorio <[email protected]>
Hans Petter Jansson <[email protected]>
Arturo Espinosa <[email protected]>
Tambet Ingo <[email protected]>
Jacob Berkman <[email protected]>
Bradford Hovinen <[email protected]>
Carlos Garnacho Parro <[email protected]>
Milan Bouchet-Valat <[email protected]>
Artists: Anna Dirks <[email protected]>
Jakub Steiner <[email protected]>
Tuomas Kuosmanen <[email protected]>
Joakim Ziegler <[email protected]>
Please send any patches or technical questions/requests to the developers.