Well I happen to like steam punk stuff, and it has a sort of pseudo-Victorian-era feel to it, but in all truth it was sparked by a bit of geek humor. There was an old [http://en.wikipedia.org/wiki/April_Fools%27_Day_RFC april fool's joke] passed around as an [http://tools.ietf.org/html/rfc2324 official sounding memo] about creating a protocol for [http://en.wikipedia.org/wiki/Hyper_Text_Coffee_Pot_Control_Protocol controlling coffee pots with HTTP] (back before they actually started making net enabled appliances) and part of that proposal was that teapots should return an error response '''418 "I'm a teapot"''' if you tried to make it brew coffee... since these servers are small, and 418 is safe to use internally because it wouldn't normally be encountered, I figured hey, Teapot --> Teacup --> Victorian Imagery --> Steam Punk --> teacup that is it's own teapot --> {{HoverText|SIP|Server In a Prim}} --> many different types of tea --> Success!
Well I happen to like steam punk stuff, and it has a sort of pseudo-Victorian-era feel to it, but in all truth it was sparked by a bit of geek humor. There was an old [http://en.wikipedia.org/wiki/April_Fools%27_Day_RFC april fool's joke] passed around as an [http://tools.ietf.org/html/rfc2324 official sounding memo] about creating a protocol for [http://en.wikipedia.org/wiki/Hyper_Text_Coffee_Pot_Control_Protocol controlling coffee pots with HTTP] (back before they actually started making net enabled appliances) and part of that proposal was that teapots should return an error response '''418 "I'm a teapot"''' if you tried to make it brew coffee... since these servers are small, and 418 is safe to use internally because it wouldn't normally be encountered, I figured hey, Teapot --> Teacup --> Victorian Imagery --> Steam Punk --> teacup that is it's own teapot --> {{HoverText|SIP|Server In a Prim}} --> many different types of tea --> Success!
... And thus was born the [[Server In a Prim|SIP]], [[User:Void_Singer/Teacup|Teacup]] server, and [[User:Void_Singer/Red_Tea|Red Tea]] File Service<br>(developers are encouraged to keep the theme, but it's not a requirement)
... And thus was born the [[Server_In_a_Prim|SIP]], [[User:Void_Singer/Teacup|Teacup]] server, and [[User:Void_Singer/Red_Tea|Red Tea]] File Service<br>(developers are encouraged to keep the theme, but it's not a requirement)
:[[User:Void Singer/Teacup#Return_to_Void_Singers_user_page|Return to top]]
:[[User:Void Singer/Teacup#Return_to_Void_Singers_user_page|Return to top]]
}}
}}
Line 28:
Line 28:
So you don't want to read a bunch of tech babble, you just want to make a website in a prim right? Well I can sympathize so here are some (mostly) easy steps to get you up and running fast...
So you don't want to read a bunch of tech babble, you just want to make a website in a prim right? Well I can sympathize so here are some (mostly) easy steps to get you up and running fast...
# Follow the instructions on [[User:Void_Singer/Red_Tea|This Page]] or choose a File Service from the [[User:Void_Singer/Teacup#Compatible_File_Services_and_Extensions|Compatible File Services and Extensions]] and follow those instructions.
# Follow the instructions on [[User:Void_Singer/Red_Tea|This Page]] or choose a File Service from the [[User:Void_Singer/Teacup#Compatible_File_Services_and_Extensions|Compatible File Services and Extensions]] and follow those instructions.
# Copy the text in the grey box below [[User:Void_Singer/Teacup#Saucer|Code: Saucer]] into a script named "Saucer v0.3", save it, and drop it in your rezzed box
# Optional: Copy the text in the grey box below [[User:Void_Singer/Saucer#Saucer|Code: Saucer]] into a script named "Saucer", save it, and drop it in your rezzed box
# Copy the text in the grey box below [[User:Void_Singer/Teacup#Teacup|Code: Teacup]] into a script named "Teacup v0.3", save it, and drop it in your rezzed box
# Optional: Copy the text in the grey box below [[User:Void_Singer/Tea_Strainer#Tea_Strainer|Code: Tea Strainer]] into a script named "Tea_Strainer", save it, and drop it in your rezzed box
# Copy the text in the grey box below [[User:Void_Singer/Teacup#Teacup|Code: Teacup]] into a script named "Teacup v0.3.1", save it, and drop it in your rezzed box
# Click on the top of your box if your webpage isn't already showing.
# Click on the top of your box if your webpage isn't already showing.
#* At this point you may want to rotate and/or resize your box.
#* At this point you may want to rotate and/or resize your box.
#* If you like, you have my express permission to download (right click, "save as") and edit (with whatever image editor you like) the [[:File:Teacup.png|Teacup.png]] file to use as the default texture of your website prim.
#* If you like, you have my express permission to download (right click, "save as") and edit (with whichever image editor you prefer) the [[:File:Teacup.png|Teacup.png]] file to use as the default texture of your website prim.
# Show it off to your friends with {{HoverText|MOAP|Media On A Prim}} enabled viewers
# Show it off to your friends with {{HoverText|MOAP|Media On A Prim}} enabled viewers
Line 45:
Line 46:
=== Teacup ===
=== Teacup ===
----
----
* Save in a script named "Teacup"
* Save in a [[Mono#How_to_use_Mono|MONO]] script named '''"Teacup v0.3.1"'''
<lsl>/*( Teacup Server v0.3 )*/
<lsl>/*( Teacup Server v0.3.1 )*/
//-- stores the entire bootstrap or error page for touch handling
The server has only two outgoing message formats. The first is general advertisement, and can be used by any File Service or extension to advertise information about itself.
* LINK_SET: Request is broadacst to all prims (exception, the root page "" is requested in the local prim only)
* REQUEST_CODE: at this time, for simplicity, there is only one request code, 418
Where "Message" is anything the script wants to advertise
* REQUEST_PAGE: the format is <nowiki>[<page name>?<search string>]</nowiki>
The server only sends one such message "'''Teacup URL Changed'''", and ignores messages sent by other scripts using this format.
** this will be extended for POST pages, format is undecided at this time
:When this message is sent, The current Address of the Server is placed in the prims hover text, other scripts may use the following to retrieve it<lsl>string vStrAddress = llList2String( llGetLinkPrimitiveParams( SERVER_LINK_NUMBER, [PRIM_TEXT] ), 0 );</lsl>
The second Outgoing Message is a file request and has the format
* REQUEST_PAGE: the format is <nowiki>"<page name>?<search string>#<post data>]</nowiki>
** Ex: "'''index.tsp?#'''" ''<-- file has no search string or post data''
** the page name can be parsed with<lsl>string vStrPageName = llList2String( llParseStringKeepNulls( REQUEST_PAGE, [], ["?","#"] ), 0 );</lsl>
* REQUEST_KEY: the return key for the requested data.
* REQUEST_KEY: the return key for the requested data.
** NULL_KEY and a page name of " Server Start" will be sent when the server file availability handler resets.
valid Server Requests can be detected by checking that REQUEST_KEY is a valid key, and that TEACUP_MESSAGE is 418.
==== Server Notes ====
==== Incoming Messages ====
* The server takes the site title from the Prim name it's in
* The hovertext of the prim the server is in will contain it's base address (invisibly)
* The Server is '''2''' scripts (Teacup & Saucer) and 2 default files (teacup.js & teacup.css)
** The default files require a File Service (Like [[User:Void Singer/Red_Tea|Red Tea]]) to load
* The Server includes a quick 404 handler to prevent missing or unknown files from slowing down page loading. It accepts some special commands listed below in the "File Service Protocol: Advanced" section. Any unknown page received with a 200 code for a pending request will automatically be added to the known list.
^ [[User:Void Singer/Teacup#Return_to_Void_Singers_user_page|Return to top]]
=== File Service Protocol ===
----
----
==== Basics ====
The server expects it will receive a return message in the following format for any file request made...
File Services receive data via link messages, in the following manner
<lsl>llMessageLinked( REQUEST_SOURCE, RESPONSE_CODE, FILE_TEXT, REQUEST_KEY ); //-- sent from the File Service</lsl>
* REQUEST_SOURCE: The link number of the Teacup server that sent the request
File Services should minimally check that REQUEST_CODE is 418 (file request), and that REQUEST_KEY is a valid key to confirm it's a valid server request.
* RESPONSE_CODE: the follow standard HTTP Response codes are currently recognized
: REQUEST_PAGE can be parsed with <lsl>list vLstPage = llParseStringKeepNulls( REQUEST_PAGE, ["?"], [] ); //-- The page name will be contained in: llList2String( vLstPage, 0 )</lsl>
** '''100''' "Continue": The server ignores this, make sure you send a normal response code as a follow up (see [[Saucer]] for details)
If the page name is ''NOT'' a page that this File Service handles, ''it should do nothing''. Otherwise it should return it's data in the following format:
** '''200''' "Success": Basic "yes we have it, here you go". anything that returns data can return this
** '''201''' "Created": File was created for this request. probably best if the file was created for the request
* REQUEST_SOURCE: the link number that the server request came from.
** '''202''' "Accepted": Request acknowledged/received (content optional) probably best for commands that generate in world actions
* RESPONSE_CODE: one of the following integer values (they are all normal HTTP RESPONSE CODES)
** '''204''' "No Content": We got the request/data, but don't need to return anything. probably best for form data, FILE_TEXT should be blank.
** 200 (Success: default value, can be used for anything that returns content)
** '''404''' "Not Found": The file does not exist. Avoid using this unless you are reasonably sure the file isn't being served from another script.
** 201 (Created: optional alternative, probably best if the file was created for the request)
** 202 (Accepted: optional alternative, probably best for commands that generate in world actions)
** 204 (No Content: optional alternative, probably best for form data, FILE_TEXT should be blank)
* FILE_TEXT: text of the file that was requested.
* FILE_TEXT: text of the file that was requested.
* REQUEST_KEY: server request key for this file.
* REQUEST_KEY: server request key for this file.
: Any return should be done within 20 seconds or it's results will be ignored.
: Any return should be done within 20 seconds or it's results will be ignored (Mostly an LSL limitation)
==== Advanced ====
==== Special Ranges and limitations ====
There are two style in which a File System can behave. Passive, and Active. Active is preferred.
----
:To promote predictable data flows within a scripted object, The following are "Official" limits for scripts to be included as compatible resources
Active File System services should advertise each file as soon as it's available using
# The '''0xx''' Range is off limits and may not be used
: ''File Added'': Sent when file is available in the file system<lsl>llMessageLinked( LINK_SET, 22, "name of the file", NULL_KEY ); //-- key MUST be the constant NULL_KEY</lsl>
# All normal [http://en.wikipedia.org/wiki/List_of_HTTP_status_codes HTTP Response codes] and ranges ('''1xx-5xx''') are reserved... do not use them unless they make sense or the server can actually send them properly.
When a file is removed from the file system it should send
# the Range of 6xx codes is reserved for use by File System scripts, limited to no more than 10 per range per script and will be registed by request, first (working script) come, first served. if you reasonably need more than 10, use the 8xx-9xx range
: ''File Removed'':Sent when a file is removed from the file system<lsl>llMessageLinked( LINK_SET, -22, "name of the file", NULL_KEY ); //-- key MUST be the constant NULL_KEY</lsl>
#* the following '''6xx''' codes are are reserved at this time
Additionally, if and Active File System receives the " Server Start" message (418 code, plus " Server Start" text, and NULL_KEY), it should resend "File Added" for each of the files still available, but no faster than 10/second for file system.
#** [[Saucer]]
: Alternatively, if the file system can respond to normal requests in under 2 seconds, any file that is sent with response code 200 will automatically be added, and those would not need to be sent.
#*** '''600''' "File Removed" (sent with a file name and NULL_KEY)
#*** '''601''' "File Added" (sent with a file name and NULL_KEY)
# '''7xx''' codes are reserved for future expansion
Passive File Systems do not need to advertise their available files, but if they receive a request that they might reasonably expect to take more than 2 seconds to fill, they should immediately send
# '''8xx-9xx''' are unregulated, use at your own risk
: ''File Exists (Continue)'': Sent to prevent a 404 message for a file from slow passive file system elements. <lsl>llMessageLinked( REQUEST_SOURCE, 100, "", REQUEST_KEY );</lsl>
# All Codes must be below 1000 (this is to guarantee safe data transfer for other unrelated scripts)
and then follow up with their normal response. the 20 second return limit is still in effect.
:To Promote Maximum Stability and Flexibility
: Passive systems should ''NOT'' use response code 200, or if they do, ''MUST'' send "File Removed" messages when the file is removed. Use codes 201, 202, and 204 instead.
# Any Script that resides in the server prim should expect link messages of up to 40KiB
#* File Service Scripts should attempt to send files 30KiB or smaller
# File Service Scripts should not broadcast any link message larger than 4KiB using [[LINK_THIS]]
#* Responses to requests should be targeted to the Server prim that requested the data, for larger data sizes (optimally for ALL responses)
# Scripts residing outside of the server prim should expect link messages with up to 4KiB of data (the max the server is able to request with)
^ [[User:Void Singer/Teacup#Return_to_Void_Singers_user_page|Return to top]]
^ [[User:Void Singer/Teacup#Return_to_Void_Singers_user_page|Return to top]]
Line 466:
Line 327:
=== Compatible File Systems and Extensions ===
=== Compatible File Systems and Extensions ===
----
----
[[User:Void_Singer/Red_Tea|Red Tea]] - A very simple File Service System for a starting point.
* [[User:Void_Singer/Red_Tea|Red Tea]] - A very simple [[Server_In_a_Prim|SIP]] back end File Service for a starting point.
* [[User:Void_Singer/Saucer|Saucer]] - Optional Fast 404 Extension for preventing long timeouts for missing/bad pages
* [[User:Void_Singer/Tea_Strainer|Tea Strainer]] - Optional Troubleshooting Monitor for checking messages being sent and received.
=== Known Bugs ===
=== Known Bugs ===
Line 474:
Line 337:
* document/body onload events are not triggered for {{HoverText|".tsp"|Teacup Server Page}} loads
* document/body onload events are not triggered for {{HoverText|".tsp"|Teacup Server Page}} loads
** images have their own events, and can be used to trigger page load javascript
** images have their own events, and can be used to trigger page load javascript
* Long object names may result in truncated server bootstrap page
** Going to try shorting that page, in the meantime, use short names for the prim the server will reside in.
* Touch loads for viewers that don't support shared media fail to load to internal browsers ([https://jira.secondlife.com/browse/VWR-25554 VWR-25554])
** There's also a possibility that mangled pages will crash older webkit viewers. '''Touch handler is disabled until LL fix this.'''
* Fails to load directly to external browsers ([http://jira.secondlife.com/browse/VWR-25555 VWR-25555])
* Fails to load directly to external browsers ([http://jira.secondlife.com/browse/VWR-25555 VWR-25555])
** v2 internal browsers will only load it from the shared media bar "Load URL in browser" button ([https://jira.secondlife.com/browse/VWR-25554 VWR-25554])
** v2 internal browsers will only load it from the shared media bar "Load URL in browser" button ([https://jira.secondlife.com/browse/VWR-25554 VWR-25554])
Line 484:
Line 343:
=== Requested Feature Upgrades ===
=== Requested Feature Upgrades ===
----
----
* Add handling for POST action
** ''Accepted'': would like feedback on how to handle this internally though.
* Add support per page javascript and css
* Add support per page javascript and css
** considering a method to jumpstart on page script tags
* Trigger at least the normal load events manually
* Trigger at least the normal load events manually
** may not be necessary if I the jumpstart method works
* Find a simple way to serve base64 encoded content such as images or sounds.
* Find a simple way to serve base64 encoded content such as images or sounds.
** '''NEED ASSISTANCE''': I can (probably) do it the same way we load pages, but this makes it hard for page writers.
** '''NEED ASSISTANCE''': I can (probably) do it the same way we load pages, but this makes it hard for page writers.
** considering a doubletap method where the server js library parses img tags for failures and bootstraps them with a modified name
* Find a convenient way to set title on per page basis... probably use the page name
* Find a convenient way to set title on per page basis... probably use the page name
** ''Accepted'': Page titles should match the internal file name minus the ".tsp" extension
** ''Accepted'': Page titles should match the internal file name minus the ".tsp" extension
Line 496:
Line 356:
----
----
Most Recent Changes are at the top, old version links below.
Most Recent Changes are at the top, old version links below.
* [[User:Void_Singer/Teacup|Teacup/Saucer v0.3]]
* Version will be considered stable when it reaches 1.0
* [[User:Void_Singer/Teacup|Teacup v0.3.1]]
** Reabsorbed the bootstrap html page into this script and limited it's size for compatibility due to feedback
** Moved Saucer to it's own page, as an option resource
** Removed dead touch code due to incompatibility with llLoadURL ([https://jira.secondlife.com/browse/VWR-25554 VWR-25554] and [http://jira.secondlife.com/browse/VWR-25555 VWR-25555])
** Added handling for POST data. Page request format should be stable now.
Teapot is an open source webserver front end for LSL's HTTP-in + MOAP functionality. It builds on the work of several other people including but not limited to, Kelly Linden, Torley Linden, Tali Rosca, Vegas Silverweb, and special mentions to Kate and/or Edelman Linden. The idea is to make it easy to serve web content from within SL, with a minimum of work or understanding, in the most standards compliant and flexible way possible.
How does it work?
Externally, when Teacup starts, it gets a URL and creates a Micro HTML page, which it bootstraps onto the prim face with a "data:" URN. Once loaded, that page requests a JavaScript library, which loads normally. Once loaded, the library bootstraps the specially prepared ".tsp" HTML content onto the current page, and captures all links targeting other ".tsp" files, so that it can do the same when they are requested. Internally the server broadcasts a message when it gets a page request, and any installed File Service scripts can reply with content, or the server will simply report back that it doesn't have the file requested if it doesn't receive a reply in a set time.
Why all the tea jokes?
Well I happen to like steam punk stuff, and it has a sort of pseudo-Victorian-era feel to it, but in all truth it was sparked by a bit of geek humor. There was an old april fool's joke passed around as an official sounding memo about creating a protocol for controlling coffee pots with HTTP (back before they actually started making net enabled appliances) and part of that proposal was that teapots should return an error response 418 "I'm a teapot" if you tried to make it brew coffee... since these servers are small, and 418 is safe to use internally because it wouldn't normally be encountered, I figured hey, Teapot --> Teacup --> Victorian Imagery --> Steam Punk --> teacup that is it's own teapot --> SIP --> many different types of tea --> Success!
... And thus was born the SIP, Teacup server, and Red Tea File Service (developers are encouraged to keep the theme, but it's not a requirement)
So you don't want to read a bunch of tech babble, you just want to make a website in a prim right? Well I can sympathize so here are some (mostly) easy steps to get you up and running fast...
Optional: Copy the text in the grey box below Code: Saucer into a script named "Saucer", save it, and drop it in your rezzed box
Optional: Copy the text in the grey box below Code: Tea Strainer into a script named "Tea_Strainer", save it, and drop it in your rezzed box
Copy the text in the grey box below Code: Teacup into a script named "Teacup v0.3.1", save it, and drop it in your rezzed box
Click on the top of your box if your webpage isn't already showing.
At this point you may want to rotate and/or resize your box.
If you like, you have my express permission to download (right click, "save as") and edit (with whichever image editor you prefer) the Teacup.png file to use as the default texture of your website prim.
Show it off to your friends with MOAP enabled viewers
If you run into any problems, simply start a thread with the problem you are having here, and I or some other technical wizard will assist you.
list gLstPndKey; //-- Key queue (pages waiting to be served)
list gLstPndTim; //-- Timeout Value queue (Request Timeout)
//-- These (hopefully) prevent multiple responses if SL sends a timeout.
default{
state_entry(){ //-- Request URL on start up
llRequestURL();
}
on_rez( integer vIntBgn ){ //-- Clear pending and request new URL on rez
gLstPndKey = gLstPndTim = [];
llRequestURL();
}
changed( integer vBitChg ){ //-- Clear pending and re-request URL on region change/restart
if ((CHANGED_REGION_START
Protocols
This section is not required reading for users, it is really only of use to scripters looking understand or extend it.
Server Protocols
Outgoing Messages
The server has only two outgoing message formats. The first is general advertisement, and can be used by any File Service or extension to advertise information about itself.
<lsl>llMessageLinked( LINK_SET, TEACUP_MESSAGE, "Message", NULL_KEY );</lsl>
Where "Message" is anything the script wants to advertise
The server only sends one such message "Teacup URL Changed", and ignores messages sent by other scripts using this format.
When this message is sent, The current Address of the Server is placed in the prims hover text, other scripts may use the following to retrieve it<lsl>string vStrAddress = llList2String( llGetLinkPrimitiveParams( SERVER_LINK_NUMBER, [PRIM_TEXT] ), 0 );</lsl>
The second Outgoing Message is a file request and has the format
<lsl>llMessageLinked( LINK_SET, TEACUP_MESSAGE, REQUEST_PAGE, REQUEST_KEY );</lsl>
TEACUP_MESSAGE: 418
REQUEST_PAGE: the format is "<page name>?<search string>#<post data>]
Ex: "index.tsp?#" <-- file has no search string or post data
the page name can be parsed with<lsl>string vStrPageName = llList2String( llParseStringKeepNulls( REQUEST_PAGE, [], ["?","#"] ), 0 );</lsl>
REQUEST_KEY: the return key for the requested data.
valid Server Requests can be detected by checking that REQUEST_KEY is a valid key, and that TEACUP_MESSAGE is 418.
Incoming Messages
The server expects it will receive a return message in the following format for any file request made...
<lsl>llMessageLinked( REQUEST_SOURCE, RESPONSE_CODE, FILE_TEXT, REQUEST_KEY ); //-- sent from the File Service</lsl>
REQUEST_SOURCE: The link number of the Teacup server that sent the request
RESPONSE_CODE: the follow standard HTTP Response codes are currently recognized
100 "Continue": The server ignores this, make sure you send a normal response code as a follow up (see Saucer for details)
200 "Success": Basic "yes we have it, here you go". anything that returns data can return this
201 "Created": File was created for this request. probably best if the file was created for the request
202 "Accepted": Request acknowledged/received (content optional) probably best for commands that generate in world actions
204 "No Content": We got the request/data, but don't need to return anything. probably best for form data, FILE_TEXT should be blank.
404 "Not Found": The file does not exist. Avoid using this unless you are reasonably sure the file isn't being served from another script.
FILE_TEXT: text of the file that was requested.
REQUEST_KEY: server request key for this file.
Any return should be done within 20 seconds or it's results will be ignored (Mostly an LSL limitation)
Special Ranges and limitations
To promote predictable data flows within a scripted object, The following are "Official" limits for scripts to be included as compatible resources
The 0xx Range is off limits and may not be used
All normal HTTP Response codes and ranges (1xx-5xx) are reserved... do not use them unless they make sense or the server can actually send them properly.
the Range of 6xx codes is reserved for use by File System scripts, limited to no more than 10 per range per script and will be registed by request, first (working script) come, first served. if you reasonably need more than 10, use the 8xx-9xx range
the following 6xx codes are are reserved at this time
Teacup serves a modified html page called a Teacup Server Page (".tsp"), to overcome limitations in the LSL HTTP-in behavior.
if a requested filename ends with ".tsp" it needs to conform to a specific format that is similar but not identical to the contents of a normal html webpage. To convert an html page into a tsp page, the follow actions must take place (an example of all of them may be found in the User:Void_Singer/Red Tea File Service
The file name should end with ".tsp"
The contents are limited to what's valid inside a normal html "body" tag.
It also requires the following minor changes, made in order:
all backslash characters must be converted to double backslashes (may be applied on a line by line basis)
Red Tea - A very simple SIP back end File Service for a starting point.
Saucer - Optional Fast 404 Extension for preventing long timeouts for missing/bad pages
Tea Strainer - Optional Troubleshooting Monitor for checking messages being sent and received.
Known Bugs
inline script/style elements are not evaluated at load time (inline attributes should work normally)
images have their own events, and can be used to trigger page load javascript
document/body onload events are not triggered for ".tsp" loads
images have their own events, and can be used to trigger page load javascript
Fails to load directly to external browsers (VWR-25555)
v2 internal browsers will only load it from the shared media bar "Load URL in browser" button (VWR-25554)
Workaround for v2 is to load it via the shared media button, to the internal browser, then cut and paste into an external browser (should work with everything but IE)
Requested Feature Upgrades
Add support per page javascript and css
considering a method to jumpstart on page script tags
Trigger at least the normal load events manually
may not be necessary if I the jumpstart method works
Find a simple way to serve base64 encoded content such as images or sounds.
NEED ASSISTANCE: I can (probably) do it the same way we load pages, but this makes it hard for page writers.
considering a doubletap method where the server js library parses img tags for failures and bootstraps them with a modified name
Find a convenient way to set title on per page basis... probably use the page name
Accepted: Page titles should match the internal file name minus the ".tsp" extension
Change Log / Old Versions
Most Recent Changes are at the top, old version links below.
Version will be considered stable when it reaches 1.0
I have kept this page as a sub page of my user page to denote that it should NOT be edited except to correct errors, add confirmed bugs, or add related resources.
The intent is to ensure executive control is in one person's hands to retain a cohesive vision of it's development.
If you have an improvement suggestion, or request, please use the discussion page.