summaryrefslogtreecommitdiff
path: root/rt-liberation-report.el
diff options
context:
space:
mode:
authorYoni Rabkin <yrk@gnu.org>2015-10-10 21:36:14 -0400
committerYoni Rabkin <yrk@gnu.org>2015-10-10 21:36:14 -0400
commit277378d349e96c03289c038b47494c4f659b3b3b (patch)
treeaece5557e833fa0f59b074744cd85e9fc10deee5 /rt-liberation-report.el
parentcdd81a8546b1290206f03cb6784a0670d5ef537c (diff)
Rename to fit file naming convention.
Diffstat (limited to 'rt-liberation-report.el')
-rw-r--r--rt-liberation-report.el39
1 files changed, 39 insertions, 0 deletions
diff --git a/rt-liberation-report.el b/rt-liberation-report.el
new file mode 100644
index 0000000..94e7118
--- /dev/null
+++ b/rt-liberation-report.el
@@ -0,0 +1,39 @@
+;;; rt-report.el --- Free from RT
+
+;; Copyright (C) 2015 Yoni Rabkin
+;;
+;; Authors: Yoni Rabkin <yrk@gnu.org>
+;;
+;; This program is free software; you can redistribute it and/or
+;; modify it under the terms of the GNU General Public License as
+;; published by the Free Software Foundation; either version 2 of the
+;; License, or (at your option) any later version.
+;;
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public
+;; License along with this program; if not, write to the Free
+;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+;; MA 02111-1307, USA.
+
+;;; History:
+;;
+;; I wrote rt-report.py sometime in 2013 because people asked for some
+;; information as to how many tickets were being resolved, and by
+;; whom. When in came time up update rt-report.py I came to my senses
+;; and decided to re-write it in Emacs Lisp as a part of
+;; rt-liberation.
+
+
+;;; Code:
+
+(require 'rt-liberation-rest)
+
+
+
+(provide 'rt-report)
+
+;;; rt-report.el ends here.