Functions of Wiki
Wiki Version Control (hereinafter, the Lectio) is the lesson part of the CNM Wiki Essentials lesson that introduces its participants to CNM Wiki. This lesson belongs to the CNM Cyber for Competence session of the CNM Cyber Welcome Course.
Contents
Content
The predecessor lectio is Collaboration on Documents.
Key terms
- Wiki engine. Software that is designed to support creation, collaborative editing, storage, and usage of hyper-linked documents. The editing usually occurs through a web browser. The Engine that is ready to be installed is called wiki software. The Engine that is installed, usually on one or more application servers, is called a wiki application. Sometimes, the Engine can be referred as knowledge management software. One or more wiki applications are usually used in order to build a document collaboration system.
- Version control (revision control, source control). In configuration management, management of changes to documents, computer files, and/or other resources. Each revision is associated with its metadata such as a timestamp and the author of the change. Commonly, revisions can be compared, restored, and with some types of documents, merged. Version control systems are standalone software applications that work with one or more databases, which store revised documents, or software repositories, which store revised files. Nevertheless, version control tools are often embedded in various types of software such as document collaboration, learning managements, and project management systems.
Script
- Using its version control tool, CNM Wiki tracks different versions of those textual documents that have been developed there. This feature is called "history." Using that feature, older versions can be accessed and any revision can be "undo" or reversed.
- If you go to the top of any wikipage at CNM Wiki, you can see on some right the View history tab. If you open it, you should be able to see every revision which has ever been made on the wikipage. For instance, you can find the oldest one to see when the particular wikipage was created and even how it looked like when it was created.
The successor lectio is Wiki Knowledge Base.