Article Figure 1 Figure 2 Figure 3 Figure 4
Listing 1 Listing 2 Listing 3 Listing 4 Listing 5
Table 1 dec2005.tar

Listing 5 The Info.plist contents of the Sys Admin Widget in XML format

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
  "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>AllowSystem</key>
    <true/>
    <key>CFBundleDisplayName</key>
    <string>Sys Admin Widget</string>
    <key>CFBundleIdentifier</key>
    <string>personal.widget.SysAdmin</string>
    <key>CFBundleName</key>
    <string>Sys Admin Widget</string>
    <key>CFBundleVersion</key>
    <string>1.0</string>
    <key>CloseBoxInsetX</key>
    <integer>16</integer>
    <key>CloseBoxInsetY</key>
    <integer>14</integer>
    <key>MainHTML</key>
    <string>SA.html</string>
</dict>
</plist>