Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carstenbauer/pubdb

Publication management system for CRC 1238 and CRC 183
https://github.com/carstenbauer/pubdb

Last synced: 7 days ago
JSON representation

Publication management system for CRC 1238 and CRC 183

Awesome Lists containing this project

README

        

Simple publication management system by Carsten Bauer ([email protected])

# Configuration

You need to create two files, "config/config.php" and "config/dbconfig.php".

Dummy config/config.php file:
-----------------------------
```

```

Dummy config/dbconfig.php file:
-------------------------------

```

```

Dummy database:
-------------------------------

See [example_db.sql](https://github.com/crstnbr/pubdb/blob/master/example_db.sql).

# External dependencies

We use Simplepie for arxiv parsing. Just download it somewhere (http://simplepie.org/downloads/?download) and specify paths to autoloader (it's in the root directory of simplepie) and a new folder "cache", that you'll have to create somewhere, in config/config.php.

Note that, probably, the Simplepie's cache folder (see above) need to be writable.