Quote:
Originally Posted by lucisdeus
i have a slight idea how to do it but i need help.a cms can be implemented to
instead of calibre default website so this way more contol can be achieved .
i would go with word press .
but i need to know who to bring calibre and wordpress together.
my reply to the second person.
i know that these feature are not available in calibre . this is why i ask for help to implement them. so as i said earlier a good idea would be is to couple it with wordpress for example. any ideas will be welcomed
|
WordPress isn't really ideally suited for this. It's a bit overkill particularly when Calibre already handles most of the content management. Check out the
Calibre PHP Server by chaley. chaley's scripts (
db.php, utilities.php, query.php) already show you how to interface with calibre's database. All you need is to create your own set of scripts (perhaps PHP+MySQL) for the output and to handle user access restrictions.