Filter: rowToString: fix order - Year before Pages
[hdata.git] / README
blob11538172b4cdcc361c58dc76a95ab2172f57d5e6
1 hdata is an sqlite3-powered academic paper database interface, 
2 written in Haskell.
4 === Installation ===
6 you will need to install the following dependencies:
7  
8 GHC:          http://www.haskell.org/ghc/        
9 Sqlite3:      http://www.sqlite.org
10 HDBC-Sqlite3: http://hackage.haskell.org/package/HDBC-sqlite3
12 to build, simply run:
14     $ make
16 to install, run:
18     # make install
20 alternatively, control the install location with the 'PREFIX' and 'DESTDIR'
21 environment variables (or simply edit the Makefile).
23 === Using ===
25 After building and installing,
27 $ hdata help
29 === Development ===
31 Grab the latest source and report bugs at:
33     https://www.github.com/gagnonlg/hdata
35 Get in touch with the author at:
37     louis.guillaume.gagnon@gmail.com
39 === ===== ===
41 Copyright (C) 2013 Louis-Guillaume Gagnon
43 This program may be freely redistributed under the terms
44 of the GNU General Public License, version 3 or later.
45 For more information, see 'COPYING'