Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgroenks96/mhs-collections-project
Madeira Historical Society project to digitally store historical artifacts for educational and informational use.
https://github.com/bgroenks96/mhs-collections-project
Last synced: 5 days ago
JSON representation
Madeira Historical Society project to digitally store historical artifacts for educational and informational use.
- Host: GitHub
- URL: https://github.com/bgroenks96/mhs-collections-project
- Owner: bgroenks96
- Created: 2012-11-24T06:38:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T21:40:04.000Z (over 8 years ago)
- Last Synced: 2024-10-22T01:50:19.275Z (25 days ago)
- Language: Java
- Size: 643 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Madeira Historical Society Collections Project##
This software is part of a project to digitize and publicize historical artifacts for the educational benefit of the Madeira community and anyone else interested in the city's history. All components of this project are written in The Java Programming Language, and any native code (although there currently is none) written in The C Programming Language.
Who is allowed to fork this project?
Anyone! This project has produced some very interesting and useful code. The shared-library in particular has a very resourceful codebase that could be applied to many other things.Who is allowed to collaborate on this project?
Only selected individuals, probably involved with the Madeira Historical Society. The information regarding server-handling and login is not public.Project Source Components:
Editor - The editor software for project participants to create, edit and upload artifact data to the database. Uses the shared library.
Note: the editor requires FTP server login information, so it's mostly useful for only project collaborators.
Project status: StableEditor-Launcher - The launcher for the editor software.
Project status: StableEditor-Updater - The updater for the editor software.
Project status: StableShared-lib - API containing classes shared/used by both the Editor and Applet.
Project status: StableApplet - The front-end Java applet that will be loaded into the MHS webpage and utilized by end-users to view artifact information. Uses the shared library.
Project status: Stable (Deprecated)