hello mates,
my question is such: should i turn a 80 pages doc file into a database so
that:
- i can make it searchable through an online form
- it can be modified and every modification archives the previous version,
inside an "archive" table.
??
The document could be described like this: it is a series of articles
organised in 2 levels: sections and subsections.
The user should be able to modify/erase/add articles , subsections and
sections and still keep the original article inside an archive.
The search system should cover both the current version and the archives.
I get confused on how to organize the whole database system.
I figured out that maybe it would be better to generate html files out of
the database content (since it is not going to be changed everyday) and then
perform the search on these html files. Same for the archives. Every updates
generates a new set of html files containing the whole document.
what do you think ?
i need experimented advise here. please help !!
my question is such: should i turn a 80 pages doc file into a database so
that:
- i can make it searchable through an online form
- it can be modified and every modification archives the previous version,
inside an "archive" table.
??
The document could be described like this: it is a series of articles
organised in 2 levels: sections and subsections.
The user should be able to modify/erase/add articles , subsections and
sections and still keep the original article inside an archive.
The search system should cover both the current version and the archives.
I get confused on how to organize the whole database system.
I figured out that maybe it would be better to generate html files out of
the database content (since it is not going to be changed everyday) and then
perform the search on these html files. Same for the archives. Every updates
generates a new set of html files containing the whole document.
what do you think ?
i need experimented advise here. please help !!
Comment