home *** CD-ROM | disk | FTP | other *** search
/ Chip 2008 June / CHIP-2008-06.iso / macos / Baseline / Baseline.app / Contents / Resources / MMICrashReporter.crashreporterconfig < prev    next >
Encoding:
Extensible Markup Language  |  2008-03-31  |  8.0 KB  |  232 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.  
  6.     <!-- 
  7.       *  This the default crashreporterconfig for MMICrashReporter 
  8.       *  It does not have entries for the icon, applicationName, or 
  9.       *  delivery address.
  10.       * 
  11.       * The configurations in the mode dictionary here will be used for 
  12.       * the bug and crash dictionaries if none are provided.
  13.      -->
  14.  
  15.     <key>applicationName</key>
  16.     <string>Baseline</string>
  17.  
  18.     <key>deliveryAddress</key>
  19.     <string>http://www.mildmanneredindustries.com/cgi-bin/process_crash_report.pl</string>
  20.  
  21.  
  22.     <key>modes</key>
  23.     <dict>
  24.  
  25.         <key>crash</key>
  26.         <dict>
  27.  
  28.             <key>bugReporterIcon</key>
  29.             <string>Baseline.icns</string>
  30.  
  31.             <key>title</key>
  32.             <string>The application "Baseline" has unexpectedly quit.</string>
  33.  
  34.             <key>subHeading</key>
  35.             <string>The system and other applications have not been affected.</string>
  36.  
  37.             <key>introduction</key>
  38.             <string>The system and other applications have not been affected.
  39.  
  40. To help improve future versions of Baseline, would you like to submit diagnostic information to the developers?
  41.  
  42. To ensure a response, please report any issues via the Baseline forum at http://forums.mildmanneredindustries.com/ as well.
  43.             </string>
  44.  
  45.             <key>items</key>
  46.             <array>
  47.  
  48.                 <dict>
  49.                     <key>name</key>
  50.                     <string>UUID</string>
  51.                     <key>hidden</key>
  52.                     <true/>
  53.                     <key>type</key>
  54.                     <string>UUID</string>
  55.                 </dict>
  56.  
  57.                 <dict>
  58.                     <key>name</key>
  59.                     <string>From</string>
  60.                     <key>label</key>
  61.                     <string>From:</string>
  62.                     <key>type</key>
  63.                     <string>From</string>
  64.                     <key>description</key>
  65.                     <string>Your name. Leave this blank if you wish.</string>
  66.                 </dict>
  67.  
  68.                 <dict>
  69.                     <key>name</key>
  70.                     <string>Email</string>
  71.                     <key>label</key>
  72.                     <string>Email Address:</string>
  73.                     <key>type</key>
  74.                     <string>EmailAddress</string>
  75.                     <key>description</key>
  76.                     <string>Your email address. Please complete this, so that we can contact you about the report.</string>
  77.                     <key>mandatory</key>
  78.                     <true/>
  79.                 </dict>
  80.  
  81.                 <dict>
  82.                     <key>name</key>
  83.                     <string>ProblemDescription</string>
  84.                     <key>label</key>
  85.                     <string>Problem Description:</string>
  86.                     <key>type</key>
  87.                     <string>TextArea</string>
  88.                     <key>description</key>
  89.                     <string>Please describe what you were doing when the crash occurred, and any other related information.</string>
  90.                     <key>mandatory</key>
  91.                     <true/>
  92.                 </dict>
  93.  
  94.                 <dict>
  95.                     <key>height</key>
  96.                     <real>100</real>
  97.                     <key>fixedHeight</key>
  98.                     <true/>
  99.                     <key>readOnly</key>
  100.                     <true/>
  101.                     <key>name</key>
  102.                     <string>CrashLog</string>
  103.                     <key>label</key>
  104.                     <string>Crash Log:</string>
  105.                     <key>type</key>
  106.                     <string>CrashLog</string>
  107.                     <key>description</key>
  108.                     <string>The system crash log for your application.</string>
  109.                 </dict>
  110.  
  111.                 <dict>
  112.                     <key>name</key>
  113.                     <string>logFile</string>
  114.                     <key>label</key>
  115.                     <string>Baseline Log:</string>
  116.                     <key>type</key>
  117.                     <string>Command</string>
  118.                     <key>description</key>
  119.                     <string>The last 200 lines of the Baseline Log File.</string>
  120.                     <key>path</key>
  121.                     <string>/usr/bin/tail</string>
  122.                     <key>arguments</key>
  123.                     <array>
  124.                         <string>-n</string>
  125.                         <string>-200</string>
  126.                         <string>~/Library/Logs/Baseline/Baseline.log</string>
  127.                     </array>
  128.                     <key>hidden</key>
  129.                     <true/>
  130.                 </dict>
  131.  
  132.  
  133.             </array>
  134.         </dict>
  135.  
  136.         <key>bug</key>
  137.         <dict>
  138.  
  139.             <key>bugReporterIcon</key>
  140.             <string>Baseline.icns</string>
  141.  
  142.             <key>title</key>
  143.             <string>Submit a Baseline Bug Report.</string>
  144.  
  145.             <key>subHeading</key>
  146.             <string></string>
  147.  
  148.             <key>introduction</key>
  149.             <string>To help improve future versions of Baseline, would you like to submit a bug report to the developers?
  150.  
  151. To ensure a response, please report any issues via the Baseline forum at http://forums.mildmanneredindustries.com/ as well.
  152.             </string>
  153.  
  154.             <key>items</key>
  155.             <array>
  156.  
  157.                 <dict>
  158.                     <key>name</key>
  159.                     <string>UUID</string>
  160.                     <key>label</key>
  161.                     <string>UUID:</string>
  162.                     <key>hidden</key>
  163.                     <true/>
  164.                     <key>type</key>
  165.                     <string>UUID</string>
  166.                 </dict>
  167.  
  168.                 <dict>
  169.                     <key>name</key>
  170.                     <string>From</string>
  171.                     <key>label</key>
  172.                     <string>From:</string>
  173.                     <key>type</key>
  174.                     <string>From</string>
  175.                     <key>description</key>
  176.                     <string>Your name. Leave this blank if you wish.</string>
  177.                 </dict>
  178.  
  179.                 <dict>
  180.                     <key>name</key>
  181.                     <string>Email</string>
  182.                     <key>label</key>
  183.                     <string>Email Address:</string>
  184.                     <key>type</key>
  185.                     <string>EmailAddress</string>
  186.                     <key>description</key>
  187.                     <string>Your email address. Please complete this, so that we can contact you about the report.</string>
  188.                     <key>mandatory</key>
  189.                     <true/>
  190.                 </dict>
  191.  
  192.                 <dict>
  193.                     <key>name</key>
  194.                     <string>ProblemDescription</string>
  195.                     <key>label</key>
  196.                     <string>Problem Description:</string>
  197.                     <key>type</key>
  198.                     <string>TextArea</string>
  199.                     <key>description</key>
  200.                     <string>Please describe the problem, and the steps to reproduce it if possible.</string>
  201.                     <key>mandatory</key>
  202.                     <true/>
  203.                 </dict>
  204.  
  205.                 <dict>
  206.                     <key>name</key>
  207.                     <string>logFile</string>
  208.                     <key>label</key>
  209.                     <string>Baseline Log:</string>
  210.                     <key>type</key>
  211.                     <string>Command</string>
  212.                     <key>description</key>
  213.                     <string>The last 200 lines of the Baseline Log File.</string>
  214.                     <key>path</key>
  215.                     <string>/usr/bin/tail</string>
  216.                     <key>arguments</key>
  217.                     <array>
  218.                         <string>-n</string>
  219.                         <string>-200</string>
  220.                         <string>~/Library/Logs/Baseline/Baseline.log</string>
  221.                     </array>
  222.                     <key>hidden</key>
  223.                     <true/>
  224.                 </dict>
  225.  
  226.             </array>
  227.         </dict>
  228.  
  229.     </dict>
  230. </dict>
  231. </plist>
  232.