Windows clock sync |
clock-sync.r | 1.5 KB 24 Oct 2009 | Synchronize your Windows date and time with the clock on your
web server. The 4 line CGI script given at the end of this example
prints out the current date and time on your web server, and this
script reads it and sets the operating system clock to match it.
(To do the same thing in Linux, see Ladislav Mecir's set-system-time-lin [...] author: [unknown] |
CMS - web site builder |
sitebuilder.cgi | 125.6 KB 22 Dec 2012 | Easily create, edit, and arrange HTML pages on your web site. Upload existing
content files or use the built-in WSYIWYG HTML editor (from openwebware.com)
to layout pages visually, without having to write any code. It works just like a
word processor, except it runs directly in your browser, right on your web site.
You can adjust fonts, colors, and other [...] author: nick |
Web Server Management Tool |
web-tool.cgi | 19.2 KB 4 Oct 2009 | A CGI script to manage your web server. List directory contents,
upload, download, edit, and search for files, execute OS commands
(chmod, ls, mv, cp, etc. - any command available on your web server's
operating system), and run REBOL commands directly on your server.
Edited files are automatically backed up into an edit_history folder [...] author: [unknown] |
A Tiny Web Server |
tiny-server.r | 2.0 KB 26 Mar 2013 | Inspired by Carl's Tiny Web Server: http://www.rebol.net/cookbook/recipes/0057.html. This one is compatible with Rebol 3. author: [unknown] |
REBOL Web Server |
volkswebserv.r discussion | v:0.0.0.15 16.0 KB 24 Oct 2005 | A Simple HTTP-Server for running and debugging REBOL CGI scripts, modified %webserv.r author: Cal Dixon |
Cookie Client |
cookies-client.r | 8.9 KB 13 Mar 2003 | To grab cookies from the server and post form data. author: andrew grossman |
Check Web Servers |
check-server.r | 809 bytes 13 Mar 2003 | This script can be used to query a web server, and email webmaster if it fails. author: James Rathbun |
Directory Downloader |
directory-downloader.r | 3.4 KB 29 Jun 2008 | Download all files and subfolders from a given folder on a web server.
Used to transfer entire folder structures via network. Currently configured
for the aprelium web server (http://aprelium.com/), but easily adjusted for
others.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Handy Server Monitor Window |
monitor.r | v:1.0.0 2.8 KB 13 Mar 2003 | A handy script that monitors various servers (such as
web and email servers) and displays them in a nice little
status window. author: Carl Sassenrath |
REBOL Web Server |
webserv.r | v:0.0.0.15 13.6 KB 23 Jan 2004 | A Simple HTTP-Server that can run REBOL CGI scripts author: Cal Dixon |
LRWP interface to Xitami |
lrwp.r | v:1.0.0 4.2 KB 13 Mar 2003 | LRWP is a FastCGI like interface for Xitami. This implementation is provided by Robert Muench and Maarten Koopmans. Enjoy.... author: Maarten Koopmans |
cookie-example.r |
cookie-example.r documentation | v:1.0.1 7.5 KB 13 Aug 2004 | Demonstrates how to set session cookies and use them to retrieve
session variables. Much of the code has been cobbled together from
much more structured (ie not all in one module) code used by
rebol.org itself author: Sunanda |
EASY SOCCER |
easy-soccer.r documentation | v:2.1.1 15.1 KB 3 Jan 2011 | Easy-Soccer is a broker based on CGI which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Soccer makes very easy to expose function written in Rebol like services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment Easy-Soccer uses a simple WEB server
and CGI to execute Rebol code [...] author: marco |
rem REBOL External Modules |
rem.r | v:0.1.1 2.4 KB 8 Jul 2011 | rem REBOL External Modules management, like gem in Ruby author: RedChronicle |
CGI Form with Defaults |
cgiformobj.r discussion documentation | 1.3 KB 13 Mar 2003 | Handles a CGI form, providing default values for
missing fields in the form. Returns a web page.
(The associated cgiform.html file contains the form). author: [unknown] |
VID Usage |
vid-usage.r discussion | v:1.2 80.5 KB 10 Jan 2004 | VID Usage Tutorial with Runnable Examples author: Cybarite |
A Reb-Site |
a-reb-site.r | v:0.1.1 70.8 KB 23 Mar 2008 | a-reb-site.r was written to:
- compare form and function of a reb-site with that of a conventional web-site.
(...an obliging web-site - www.rebol.com perhaps!) &
- to provide an example of a reb-site script, &
- as an illustration of the compact size of a reb-site relative
to the average web-site [...] author: R.v.d.Zee |
Blogger |
blogger.r | 1.9 KB 22 Apr 2010 | This program allows users to create and add entries to an online blog page.
The GUI has text fields which allow the user to enter a title, link, and blog text,
as well as a button to select an image file which will be uploaded and included
in the blog entry. When the Upload button is clicked, an HTML file is created
and uploaded to [...] author: nick |
CGI Form Dumper |
cgidump.r documentation | 785 bytes 13 Mar 2003 | Display the contents of a submitted form as a web page.
Useful for debugging CGI forms. author: [unknown] |
Captcha Example |
captcha-example.r | 1.0 KB 8 Apr 2010 | A minimal example demonstrating how to use the captcha library by SOFTINNOV:
http://softinnov.org/rebol/captcha.shtml
NOTE: the first part of this script CAN be used to create catchpa images
in a non-graphic environment. You can, for example, run the first 6 lines
of this script on your web server - just be sure to use REBOL/command [...] author: nick |