RMS: Roxen Modules and Scripts
News l Modules l TechInfo l FAQ/HOWTO l RoxenProviders l Discuss l
Login :
Don't have an account? Register Forgot your password? Retreive
Benefits of Registering * Privacy Policy
 

Roxen Modules & Scripts: D

| 1 | 4 | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | R | S | T | U | W |

Click on a module name for more detailed information.

Deepleap XML Module
This module add\'s automagic support for deepleaps metainfo tab.
Delay SQL
delay_sql creates a tag <delaysql> that works in a similar manner to the Roxen <sqlquery> tag, with the difference that <delaysql> passes the query to a background task, for later execution after the page has been sent to the viewer. An example of how it could be used is <delaysql host='db' query='update counters set visits=visits+1 where id=&form.id;'> to update a counter of pageloads in a database without delaying the returned page. delay_sql does not use a callout - it submits the query to the Roxen background task queue so that it doesn't block or interfere with anything else on the webserver.
Delayed parser
This module provides the tag <delayed-parser></delayed-parser> which evaluate its RXML contents after the page has been sent away to the client. This is useful when you want to do e.g. database queries, but don't want to keep the user waiting. OTOH you can not present any errors.
Diary
A little something to make a directory of pure raw textfiles into HTML, with sufficient browsing/navigation capabilities to be usable. Page design is a matter of template tweaking.
Disclaimer
Allows disclaimers to be added to pages before the </body> tag.
DiscussIt!
DiscussIt! is a module which allows easy creation of threaded discussion groups and forums. The Discussion Forums at RMS are powered by DiscussIt!.

Comments? Questions? < rms@riverweb.com >
visitors since .
This page last updated October 1999.
Riverweb Logo RMS is hosted by Riverweb Internet Commerce
Copyright © 1998 H. William Welliver III
This site is powered by Roxen Challenger 1.3 and mySQL.