Swiki: Difference between revisions
m tweaks |
Citation bot (talk | contribs) Add: work. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Spinixster | Category:World Wide Web stubs | #UCB_Category 81/286 |
||
(10 intermediate revisions by 9 users not shown) | |||
Line 3: | Line 3: | ||
| last = |
| last = |
||
| first = |
| first = |
||
| coauthors = |
|||
| title =Swiki.net: Review & Rating |
| title =Swiki.net: Review & Rating |
||
| publisher =[[PC Magazine]] |
| publisher =[[PC Magazine]] |
||
| date =2003-12-30 |
| date =2003-12-30 |
||
| url = |
| url = https://www.pcmag.com/article2/0,2817,1401135,00.asp |
||
| accessdate = 2007-11-11 }}</ref><ref>{{cite news |
| accessdate = 2007-11-11 }}</ref><ref>{{cite news |
||
| last =Murali |
| last =Murali |
||
| first =J. |
| first =J. |
||
| title = A Squeak-based Wiki server |
| title = A Squeak-based Wiki server |
||
| |
| work =[[The Hindu]] |
||
| date =2003-06-09 |
| date =2003-06-09 |
||
| url = http://www.hindu.com/thehindu/biz/2003/06/09/stories/2003060900110200.htm |
| url = http://www.hindu.com/thehindu/biz/2003/06/09/stories/2003060900110200.htm |
||
Line 18: | Line 17: | ||
It was formerly used by the [[Georgia Institute of Technology]]'s [[Georgia Institute of Technology College of Computing|College of Computing]], but its use was discontinued in 2011 following a student complaint about privacy.<ref>{{cite news|url=http://chronicle.com/blogs/wiredcampus/georgia-tech-wipes-computing-class-wikis-from-web/34364|publisher=[[Chronicle of Higher Education]]|title=Georgia Tech Wipes Class Wikis From Web|date=2011-11-17}}</ref> Swiki comes bundled with its own [[web server]]. |
It was formerly used by the [[Georgia Institute of Technology]]'s [[Georgia Institute of Technology College of Computing|College of Computing]], but its use was discontinued in 2011 following a student complaint about privacy.<ref>{{cite news|url=http://chronicle.com/blogs/wiredcampus/georgia-tech-wipes-computing-class-wikis-from-web/34364|publisher=[[Chronicle of Higher Education]]|title=Georgia Tech Wipes Class Wikis From Web|date=2011-11-17}}</ref> 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 |
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. |
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. |
||
Line 29: | Line 28: | ||
== External links == |
== External links == |
||
* {{official website| |
* {{official website|https://wiki.squeak.org/swiki/}} |
||
[[Category:Smalltalk programming language family]] |
[[Category:Smalltalk programming language family]] |
||
[[Category:Wiki software]] |
[[Category:Wiki software]] |
||
{{ |
{{www-stub}} |
Latest revision as of 12:06, 6 June 2023
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]- ^ "Swiki.net: Review & Rating". PC Magazine. 2003-12-30. Retrieved 2007-11-11.
- ^ Murali, J. (2003-06-09). "A Squeak-based Wiki server". The Hindu. Retrieved 2007-11-11.
- ^ "Georgia Tech Wipes Class Wikis From Web". Chronicle of Higher Education. 2011-11-17.
External links
[edit]