I wonder if this is what Michael Halcrow had in mind with his LDS Data Processing System:
http://sourceforge.net/projects/ldsdps/ He added me as an administrator of the project before he, um, left, though I never really looked at it too intensly. He has some example apps (plugins?) in there, like a curses based home teaching route planner written in ocaml, and a web-based ward calling organizer written in ruby. I was thinking about building a scouting application with it, but I didn't know enough ocaml or ruby to really understand from his examples how to use it. A google search for ldsdps turns up some history of the project: http://www.google.com/search?hl=en&q=ldsdps&btnG=Google+Search Bryan On 7/24/06, Jay Askren <[EMAIL PROTECTED]> wrote:
There was quite a bit of talk about the Scouting open source software. The Emergency Preparedness project I'm working on has many of the same issues: http://jay.askren.net/emergency/ For our users, sometimes they may be online other times they may not be. I chose not to create a web application in order to avoid security concerns and to make installation easier. I make use of web services in my app. Currently, I just use the web services to do geocoding so I can add GIS capabilities, but I was thinking about using them for other things as well. It seems that at the heart of both of these apps and other potential LDS OSS apps, they do the same thing. They store information about some people in the ward and potentially people not in the ward and allow the users to edit the information. They may have other tools built on top of the basic functionality. It would be nice to build a basic LDS-OSS system that was just a framework that took care of the common concerns of LDS applications, and then plugins could be built to address specific problems. The core system might for instance take care of reading information from MLS, interacting with an embedded database, printing, making installation and updating of the software easy, and who knows what else. Plugins might be added to store domain specific information(Boy Scout stuff versus Emergency Preparedness info, etc...), add GIS capabilities, sync with a database at Church Headquarters using web services, and whatever else would need to be added in the future. That way other apps could take advantage of the various plugins. Does anyone have interest/experience building this kind of plugin based system? What do people think? _______________________________________________ Ldsoss mailing list [email protected] http://lists.ldsoss.org/mailman/listinfo/ldsoss
_______________________________________________ Ldsoss mailing list [email protected] http://lists.ldsoss.org/mailman/listinfo/ldsoss
