Initial Project Creation

The goal of this project is to create an intuitive forum
browsing application for the Ocean State Jeepsters
(http://www.oceanstatejeepsters.com/forum/)

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-08-27 11:03:40 -04:00
commit fe3d348077
31 changed files with 495 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# exceptionhandler.properties
# @author ricky barrette <rickbarrette@gmail.com>
# @author twenty codes <twentycodes@gmail.com>
# This file is used to tell the Exception Handler LIbrary how to file
# new exception reports
# HTTP ONLY
#
# Place this file in you project's assets folder and edit as needed
#
# server is the physical web address for your server
# file is the path to your filing script
# get is the path to your json retrieval script
# app is the redmine project name
# tracker is the redmine tracker
server = http://rickbarrette.org/redmine/exceptionhandler
app = OSJ Forum
tracker = Development Bug
# uncomment the following if you want your application to use email to file reports.
# if this is uncommented, email will always be used.
#email = twentycodes@gmail.com