Swiki: Difference between revisions
Stub-sorting. You can help! |
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 |
||
(45 intermediate revisions by 35 users not shown) | |||
Line 1: | Line 1: | ||
{{for|information on the collaborative [[Social Search|social search engine]] Swicki|Eurekster}} |
|||
A '''swiki''' (Squeak WIKI) is a [[wiki]] written in [[Squeak]]. They are fairly commonly used by the [[Georgia Institute of Technology]]'s College of Computing as collaborative group web pages. It is also used in K-12 education and has been used successfully with 4th graders and higher. A Swiki has its own web server that can be set to run on ports 80, 8000, 8080 or 8888. It can coexist with [[Internet Information Services]] or [[Apache HTTP Server|Apache]] servers as long as they run on different ports. |
|||
'''Swiki''' (Squeak wiki) is [[wiki software]] written in [[Squeak]].<ref>{{cite news |
|||
| last = |
|||
| first = |
|||
| title =Swiki.net: Review & Rating |
|||
| publisher =[[PC Magazine]] |
|||
| date =2003-12-30 |
|||
| url = https://www.pcmag.com/article2/0,2817,1401135,00.asp |
|||
| accessdate = 2007-11-11 }}</ref><ref>{{cite news |
|||
| last =Murali |
|||
| first =J. |
|||
| title = A Squeak-based Wiki server |
|||
| work =[[The Hindu]] |
|||
| date =2003-06-09 |
|||
| url = http://www.hindu.com/thehindu/biz/2003/06/09/stories/2003060900110200.htm |
|||
| accessdate = 2007-11-11 }}</ref> |
|||
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 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 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 |
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 == |
== See also == |
||
*[[Comparison of wiki software]] |
|||
*[[Wiki]] |
|||
*[[Wiki Software]] |
|||
==References== |
|||
{{reflist}} |
|||
== External links == |
== External links == |
||
* {{official website|https://wiki.squeak.org/swiki/}} |
|||
*[http://minnow.cc.gatech.edu/swiki Swiki Home: Learn about and download a swiki]<br/> |
|||
*[http://derrel.net/coweb/ Digital Collaboration: across the room or around the world.] |
|||
[[Category:Smalltalk programming language family]] |
|||
[[Category:Wiki software]] |
[[Category:Wiki software]] |
||
⚫ |
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]