#1 2019-02-18 00:21:34
Create a compatible Web clone
I'm wondering if there is an implementation of GCstar that runs on a webserver, since there seem to be mobile applications for accessing data managed by GCstar. If there is no such a version of GCstar, ...
I'd be very much interested in learning more about this!
Offline
#2 2019-02-21 09:51:14
Re: Create a compatible Web clone
GCstar is currently using flat files to store collections : an XML file with a GCS extension for each collection associated with a directory containing all the images. It loads the whole collection in memory and there may be some memory or performance problems for big collections. The code to read that file is in the script GCBackendXmlParser.pm. It may be interesting to develop another backend for a database, MongoDB probably being a natural choice there.
Launching another project for a new open source collection manager is quite ambitious : GCstar is barely surviving, DataCrow stopped evolving, Tellico is not multi-platform. As long as GTK2 is still supported in Perl, I think it's worth keeping GCstar up to date (help wanted!).
GCstar has 2 companion apps on Android: GCstar Scanner to scan barcodes to easily inject items in collections (I have some ideas to improve this apps but unfortunately the licensing of the code is still uncertain), GCstar Viewer in open source to browse a collection that was previously exported on the mobile device.
It is also possible to export a collection as HTML files that can be uploaded to a web server or browsed locally. Such publication can be automated using GCstar in command line mode.
Offline
Should you have a problem using GCstar, you can open a bug report or request some support on GCstar forums.