Thanks.
I might have come across a "simpler" solution. It still needs to be tested
.
By searching thru the appbrowser binary ($ strings /usr/bin/appbrowser ) I found the following statement
/usr/bin/tce-fetch.sh info.lst
Since tce-fetch is a fairly small shell script, I think it would be quite easy to modify this so when
fetching info.lst from my repository it would instead fetch info.php and then rename it to info.lst.
Looks promising.
Another idea I had was to have the ability to have multiple repositories available in /opt/.tcrc and have another file ponting out which repository to use. Then you could just update that file if you wanted to switch active repository.
Are other programs apart from /usr/bin/tce-fetch.sh using the content of /opt/.tcrc ?
I know that cpanel does since it allows you to change its content, but I can live with that and edit the file in other ways.
/Lars