mchro/referencer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Referencer
==========
A document organiser and bibliography manager
https://github.com/mchro/referencer
(Previous homepage: http://icculus.org/referencer/)
Original author: John Spray (jcspray at icculus.org)
Current best-effort maintainer: Mads Chr. Olesen (mads at mchro.dk)
Building
========
Builds using meson.
A simple 'meson builddir && meson compile -C builddir/' should build the referencer executable, if the dependencies are present.
The build dependencies are:
g++
poppler-glib
gtkmm-3.0
boost_regex
intltool
python
python API
On Ubuntu 22.04:
sudo apt-get install build-essential libpoppler-glib-dev libgtkmm-3.0-dev libboost-dev intltool python2-dev libboost-regex-dev
Installing
==========
Referencer may be run in-place from the build directory (type `builddir/referencer`)
for convenient evaluation or testing. Alternatively, it maybe installed
systemwide: running 'meson install -C builddir' should install Referencer into the
/usr/local prefix by default.
Attributions
============
The wvConvertUnicodeToLaTeX function is based on the function of the same name in the wv library, Copyright © Caolan McNamara, Dom Lachowicz, and others
The eel_* functions are copied from libeel, Copyright © 2000 Eazel, Inc.
The art_rgb_run_alpha function is copied from libart, Copyright © Raph Levien 1998
The thumbnail_frame.png graphic is copied from Nautilus, Copyright © 2003 Redhat, Inc
ucompose.hpp is from the string composition library, Copyright © 2003 Ole Laursen, licensed under the LGPL
The ev-tooltip class is Copyright (C) 2004 Red Hat, Inc
mozUrlSelectionToUTF8 is derived from gnome-terminal, Copyright 2001 Havoc Pennington
The EntryMultiCompletion widget is copied from the gtkmm-utils 0.4.1 package, Copyright © Marko Anastasov 2008
ustring.{cc,h} is copied from the gtkmm-utils 0.4.1 package, Copyright © Dodji Seketeli and Marko Anastasov
Apart from the aforementioned items, Referencer is Copyright © 2007 John Spray
Referencer is released under the terms of the GNU GPLv2 (see COPYING)