aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-02-02 11:47:15 +0200
committerFilipp Lepalaan <filipp@mac.com>2016-02-02 11:47:15 +0200
commit07edebe011f3a17d0113e4f34b537e9e3e725a2a (patch)
treecda107656b2fe6d204bb15fcc70cc67616541425 /README.md
downloadTroublegun-07edebe011f3a17d0113e4f34b537e9e3e725a2a.tar.gz
Troublegun-07edebe011f3a17d0113e4f34b537e9e3e725a2a.tar.bz2
Troublegun-07edebe011f3a17d0113e4f34b537e9e3e725a2a.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a5b5b5a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,45 @@
+### What is the meaning of this?
+
+[Troublegun](https://github.com/filipp/Troublegun) is a simple tool for collecting error reports from end users to help
+admins with troubleshooting. The idea is to make it as easy as possible for end users
+to send helpful troubleshooting info when problems occur.
+
+### System Requirements
+
+- Mac OS X (tested with 10.8 and 10.9)
+- Python 2.7 or later
+- Mail.app or Microsoft Entourage
+
+
+### Configuration
+
+Navigate to __Troublegun.app > Show package contents > Contents > Resources__ and edit config.ini to your liking.
+
+Here's an example:
+
+ [message]
+ name: Our IT guy
+ address: you@example.com
+ subject: Problem Report
+ message: Application:
+ Problem:
+
+ attachments: screencapture
+
+Save the file, copy the app to your users' Applications_-folder, add it to their dock.
+
+### License
+
+The MIT License (MIT)
+Copyright (c) 2016 Filipp Lepalaan
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+### Thanks
+
+Icon provided by flaticons.net