-
Notifications
You must be signed in to change notification settings - Fork 21
/
ReadMe.html
47 lines (47 loc) · 1.85 KB
/
ReadMe.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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
PyMacAdmin README
</title>
<style type="text/css" media="screen" xml:space="preserve">
/*<![CDATA[*/
body {
font-family: "Lucida Grande", sans-serif;
}
/*]]>*/
</style>
</head>
<body>
<h1>
<a href="http://groups.google.com/group/pymacadmin" style="color:inherit;text-decoration:inherit;">PyMacAdmin</a>
</h1>
<p style="font-style: oblique">
A collection of Python utilities for Mac OS X system administration
</p>
<p>
The PyMacAdmin project started as a collaboration between Chris Adams
and Nigel Kersten to develop a replacement for the unsupported 'kicker'
feature included in OS X prior to 10.5. That replacement eventually
became crankd, which provides a way to execute Python code or a shell
script in response to many system events: network changes, filesystem
activity, application launching, etc.
</p>
<p>
A second major features was the disk image unit testing framework
designed to test OS X installation images before deployment and we've
since gained or had contributed utilities to create network locations,
manage proxy settings or update AirPort passwords using our Keychain
wrapper.
</p>
<p>
You're invited join the mailing list: <a href="http://groups.google.com/group/pymacadmin">http://groups.google.com/group/pymacadmin</a>
</p>
<p>
Please see <a href="http://pymacadmin.googlecode.com/">http://pymacadmin.googlecode.com/</a> for more information.
</p>
</body>
</html>