extract-web-links |
extract-web-links.r | v:1.2.1 6.3 KB 22 Apr 2005 | A function which scans a string (normally a web page)
and creates a block of URL/Text combinations for each
HTML <a> tag in the string. author: Peter WA Wood |
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 |
Micro Web Server |
webserver.r discussion | 2.1 KB 13 Mar 2003 | Here is a web server that works quite well and can be
run from just about any machine. It's not only fast,
but its also small so it's easy to enhance. author: [unknown] |
REBOL Blogger |
new-blog.r discussion | v:1.4.1 39.0 KB 11 Jul 2007 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
Web Site Builder |
build-site.r documentation | v:1.0.0 5.6 KB 13 Mar 2003 | The actual script that builds the REBOL web site (using a master template and a navigation structure). author: Carl Sassenrath |
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] |
CGI Web Page Comment Poster |
cgicomment.r documentation | 3.0 KB 13 Mar 2003 | Allows viewers to add comments to a web page.
(needs webcomment.r to create example forms file). author: Carl Sassenrath |
A keyword based search engine for the Rebtutorial articles index page |
rebtut-indexer.r documentation | v:0.0.1 14.6 KB 14 Dec 2009 | Was tired looking up visually the index page for any article containing a specific keyword.
For now the script loads and parses the original articles' index page duirectly from the Rebtutorial.com web site,
splitting URL links apart from their descriptions, and while counting them it appends them to a block
that can be searched by keyword. [...] author: Gerard Cote |
REBOL HTTP Proxy |
proxy.r | v:1.0.0 11.5 KB 13 Mar 2003 | This script serves many purposes.
1. Act as an HTTP proxy
2. See what your broswer sends out as an HTTP request
3. Add data filters to remove Javascript pop-up windows,
remove banner ads, and more...
Uncomment line towards the bottom of the script marked for JavaScript
to enable JavaScript popup window death!! author: Sterling Newton |
Rebodex |
rebodex.r | v:2.1.0 6.1 KB 13 Mar 2003 | A simple but useful address book contact database. author: Carl Sassenrath |
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] |
web to plain |
web-to-plain.r | v:1.0.0 3.1 KB 8 Jul 2003 | to translate htmlized text into plain text in one pass
markdown? author: Tom Conlin |
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 |
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 |
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 |
Search Web Pages |
findweb.r | 733 bytes 13 Mar 2003 | Simple example of searching multiple web pages for
a specified string. author: [unknown] |