jimmyt Posted January 1, 2007 Posted January 1, 2007 Hi, Does exist a variable which can be interpreted by http server with the current channel number or name ? The experimental "properties.html" pages contains all the information I need to build my set top box version of html pages. But could it be easier for me ? Thanks. Jim. Quote
Guest Lars_MQ Posted January 1, 2007 Posted January 1, 2007 But could it be easier for me ? No. I have no clue how it can be done any easier than setting a tag {#channelname} in the html. Quote
jimmyt Posted January 1, 2007 Author Posted January 1, 2007 No. I have no clue how it can be done any easier than setting a tag {#channelname} in the html. I made tests. It doesn't seem to work Do you have examples ? Thanks Jim. Quote
Guest Lars_MQ Posted January 1, 2007 Posted January 1, 2007 did you try the supplied fb.html in folder experimental? Quote
jimmyt Posted January 1, 2007 Author Posted January 1, 2007 did you try the supplied fb.html in folder experimental? OK. It works in the original fb.html file. I made my tests with a new file in the web directory (test.html). I don't really understand how the http server works. (API???) In fact, I think it's necessary to work in modifying original files. sorry for my ignorance Does it exist any documentation ? Jim Quote
jimmyt Posted January 3, 2007 Author Posted January 3, 2007 (edited) Does it exist any documentation ? Jim Does anybody have informations about the way to customize the web server ? Does httpserver have an API ? BR. Jim. Edited January 3, 2007 by jimmyt Quote
Alex2911 Posted February 2, 2007 Posted February 2, 2007 Does httpserver have an API ? The http-Server act as a server It catch all request that will be send on the given Port. The way you could "customize" the httpserver is to write your own or rewrite the templates in the web-directory. For write your own server, you should have a look into the manuals for the com-interface. I think, that is what you search for. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.