-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathREADME
26 lines (20 loc) · 988 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
README
======
1. About
--------
This is the source code for debcite, a citation retrieval engine to make
retrieving evidence from the public wiki for intercollegiate policy debates
easier and more efficient. It parses shorthand citations and uses a variety
of techniques, including the Google and Yahoo search APIs, to try to
retrieve the full text of the evidence being cited.
It's written in PHP and JavaScript with MySQL, and the primary implementation
is at http://www.jpwright.net/debcite
2. License
----------
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 3 of the License, or 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.