A web-based collaboration platform Oliver Kutter kutter@in.tum.de - - PowerPoint PPT Presentation

a web based collaboration platform
SMART_READER_LITE
LIVE PREVIEW

A web-based collaboration platform Oliver Kutter kutter@in.tum.de - - PowerPoint PPT Presentation

TWiki A web-based collaboration platform Oliver Kutter kutter@in.tum.de Technische Universit at M unchen TWiki. March 9, 2004 p.1/15 Topics of this talk TWiki overview TWiki features TWiki text formatting Create a new


slide-1
SLIDE 1

TWiki

A web-based collaboration platform

Oliver Kutter

kutter@in.tum.de

Technische Universit¨ at M¨ unchen

  • TWiki. March 9, 2004 – p.1/15
slide-2
SLIDE 2

Topics of this talk

  • TWiki overview
  • TWiki features
  • TWiki text formatting
  • Create a new topic in TWiki
  • TWiki. March 9, 2004 – p.2/15
slide-3
SLIDE 3

TWiki - Overview

What is TWiki?

  • Twiki is a flexible, powerful, and easy to use

Web-based collaboration platform TWiki can be used to run

  • a development space
  • a document management system
  • a knowledge base
  • any other groupware tool
  • TWiki. March 9, 2004 – p.3/15
slide-4
SLIDE 4

TWiki - Some Features

  • Edit pages with any web browser
  • Simple, powerfull text formatting
  • Pages are grouped into collections
  • Revision control
  • Access control
  • Plugin architecture
  • TWiki. March 9, 2004 – p.4/15
slide-5
SLIDE 5

Basic text formatitting

We will give an overview on the topics

  • Headings and formatting rules
  • Ordered/Unordered lists
  • Tables
  • WikiWords & links
  • TWiki variables
  • TWiki. March 9, 2004 – p.5/15
slide-6
SLIDE 6

Headings

  • mandatory are at least three dashes
  • each + following increases the level
  • maximum level is six

e.g. —+, —++++ . . .

  • TWiki. March 9, 2004 – p.6/15
slide-7
SLIDE 7

Text formatting rules (1)

Text is written

  • bold by enclosing it in asterisks

*bold* → bold

  • italic by enclosing it in underscores

_bold_ → bold

  • bold italic by enclosing it in double underscores

__bold italic__ → bold

  • verbatim by using the tags <verbatim> foo bar

</verbatim>

  • TWiki. March 9, 2004 – p.7/15
slide-8
SLIDE 8

Text formatting rules (2)

  • Paragraphs are created by blank lines
  • Write %BR% to start a new line
  • Write %RED% RED %ENDCOLOR% to get RED
  • Graphics for documentation, see

TWikiDocGraphs

  • TWiki. March 9, 2004 – p.8/15
slide-9
SLIDE 9

Ordered/Unordered lists

  • A list item is defined by three spaces and an

asterisk. * item → • item

  • Nested list items are defined by Six, nine, . . .

spaces and an asterisk

  • An ordered list is defined by three spaces and a

number.

  • TWiki. March 9, 2004 – p.9/15
slide-10
SLIDE 10

Tables

Tables are defined by the cells enclosed in vertical bars.

  • | *bold* | cells are rendered as table headers
  • | spaced | cells are rendered center aligned
  • |

spaced | cells are rendered right aligned

  • | 2 colspan | | cells are rendered as multi-span

columns

  • TWiki. March 9, 2004 – p.10/15
slide-11
SLIDE 11

WikiWords & links

  • Capitalized words stuck together will produce a

link/a new site automatically. e.g. FooBar, ReadMe . . ..

  • Internal links are created by enclosing words in

double square brackets e.g. [[link foo], [[Object.foo]]

  • #Anchor at the start of a line defines an anchor.

To link to an anchor use [[MyTopic#MyAnchor]].

  • Specific links are defined by [[reference][text]]

e.g. [[http://gnu.org][GNU’s not Unix]]

  • TWiki. March 9, 2004 – p.11/15
slide-12
SLIDE 12

TWiki variables

Variables are names enclosed in % that are expanded

  • n the fly.
  • %TOC% - generate a table of contents based on

headings

  • %WEB% - current web
  • %INCLUDE{"foobar"}% - server side include,

includes another topic.

  • %SEARCH{"foobar"}% - inline search showing the

search result in a topic

  • for more variables see TWikiVariables
  • TWiki. March 9, 2004 – p.12/15
slide-13
SLIDE 13

Create a new topic

  • To create the new topic FooBar click edit and write

FooBar

  • click Preview Changes
  • click Save Changes
  • now create the topic by clicking on the ?
  • TWiki. March 9, 2004 – p.13/15
slide-14
SLIDE 14

Conclusions

  • TWiki makes it easy to maintain the content of a

web site

  • No knowledge of HTML or XHTML is required
  • Groups can easily share and edit files
  • In this talk we’ve covered just a glimpse of TWiki

For more information browse the online help or visit the TWiki project web site.

  • TWiki. March 9, 2004 – p.14/15
slide-15
SLIDE 15

References

References

[1] TWIKI A Web Based Collaboration Plattform http://www.twiki.org

  • TWiki. March 9, 2004 – p.15/15