|
From: <chr...@en...> - 2000-09-19 10:55:12
|
On Wed, 13 Sep 2000, Hans B Pufal wrote: > > > > > I would also repeat a suggestion I made some time ago - a facility for > > > > > anyone to be able to provide input simply. I see this as being an edit > > > > > link on each displayed node, a form pops up with that node's data and > > > > > the user can edit/add information. When the form is submitted, it is > > > > > saved in an edit file which is immediatley visible to subsequent users > > > > > but allows us to moderate what goes into the definitive database. > > > > > > > > > > > > > Sounds like an interesting compromise. I'll have to see. > > > I think my web form already /sort of/ provides for this, doesn't it? > > Sort of, but it needs linking to a view of our data. The effort needed > to actually look at our data is way too high, download, make, eidt etc. > We MUST have a web based viewing system with an easy forma based > mechanism for the casual (though informed) user to provide input. > Concerning this problem, I think we could use php/mysql (or whichever database you want). With the C parser, we can easily enter all the data we've got into a database and then, easily browse it with php. We could provide the opportunity to list all the nodes, to search for a particular node and edit them. Then, we can add a link to allow the user to modify the data. I'll start to work on it. Christophe > > -- Hans > _______________________________________________ > Comp-hist-devel mailing list > Com...@li... > http://lists.sourceforge.net/mailman/listinfo/comp-hist-devel > |