Zotero as a CMS?
Has anyone tried to do something silly like use Zotero as a CMS? If you had a blog-ish website that highlighted links from around the web with commentary, I can't help but think you could push the SQLite database to a server, wrap some scripts around it, and power a simple website with it.
Anyone done anything silly like this?
Anyone done anything silly like this?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
There are libraries for accessing the data from PHP and Python, and there's code for Java and Obj-C as well, so there are plenty of things to start with and make such a thing happen.
It would definitely be possible to do such a thing accessing a Zotero SQLite DB directly, but I'm not aware of anyone trying that before.