Originally Posted by
kleindoofy
If the database were just a simple ascii-code based set of documents which could be accessed directly without any go-between, then it would indeed be a minimal task, at least for the internal BAUT links. I'll bet that many BAUT members would be able to write a routine for that in about five minutes.
My knowledge of data base servers is limited, but from what I know, the problem is that a MySQL database is somewhat more difficult to access. The usual route is via PHP, and as far as I know (and I may be very wrong), PHP lacks many of the string operators and or calls which make text manipulation so easy in some other languages. Apart from that, although it would probably be possible, it would certainly be SLOW.
The database, resp. the appropriate tables could theoretically be dumped as an ascii text via phpMyAdmin, run through a string manipulation routine and, and re-imported, but BAUT would have to close down for at least a day for that because it would lose the multi-user capacity.
Doing a complete search/replace at runtime would take a while.