Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carstenbauer/pubdb
- Owner: carstenbauer
- Created: 2020-10-19T09:11:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T00:24:52.000Z (10 months ago)
- Last Synced: 2024-10-30T20:24:22.359Z (about 2 months ago)
- Language: PHP
- Size: 1.04 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.