Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a23bdd93dce71709

Jump to content

Swiki

From Wikipedia, the free encyclopedia

Swiki (Squeak wiki) is wiki software written in Squeak.[1][2] It was formerly used by the Georgia Institute of Technology's College of Computing, but its use was discontinued in 2011 following a student complaint about privacy.[3] Swiki comes bundled with its own web server.

A swiki installation consists of the Virtual Machine (VM) file (usually squeak.exe), an image file (usually squeak.image), and a set of files and folders with templates and the virtual wikis. One swiki installation allows a large number of virtual wikis to be created through the admin interface using a web browser. The image file and associated templates and virtual wikis can be run on any OS as long as the VM for that OS is used.

The VM and image file are the only binary files. All of the swiki templates and pages are stored as text files using XML tags. Each new virtual swiki goes in its own folder, and each page in the virtual swiki is a numbered XML file. For example, the first page is 1.xml, the second is 2.xml, etc. History for each page is a separate XML file that used the file extension "old", e.g., 1.old, 2.old.

See also

[edit]

References

[edit]
  1. "Swiki.net: Review & Rating". PC Magazine. 2003-12-30. Retrieved 2007-11-11.
  2. Murali, J. (2003-06-09). "A Squeak-based Wiki server". The Hindu. Retrieved 2007-11-11.
  3. "Georgia Tech Wipes Class Wikis From Web". Chronicle of Higher Education. 2011-11-17.
[edit]