Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Using REBOL to navigate a database with a Browser

From: gchillemi::aliceposta::it at: 16-Jun-2008 21:55

Hello, I have the following needs: I want to build a database of internet news and browse it. Actually I have it and it is file based but it is limited and I want to port to SQLLite and navigate it using a browser the way I do now and more. When I start the browser a navigation page must be opened. Then you select a news to start from or filter the database for a group of news. REBOL now it comes. It should receive the input from the browser and return: - the next news - the group of news filtered - the selection of a checkbox to change the news state into the database. I have actually no hints about the way to achive this. I know I have: IIS (Internet Information Server) into XP REBOL is able to work using CGI script I don't know: How CGI scripting works How to setup IIS to interact with REBOL using CGI Could you please help me ? Maybe I have to switch to somethin else like Cheynne. Please le me know. Thank you ! Giuseppe Chillemi