1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

263 lines
8.5 KiB
HTML

19 years ago
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MediaWiki-Workshop</title>
<!-- metadata -->
<meta name="generator" content="S5" />
<meta name="version" content="S5 1.1" />
19 years ago
<meta name="codesdate" content="FIXME 20051000" />
19 years ago
<meta name="author" content="Neingeist <neingeist@entropia.de>" />
<meta name="company" content="Entropia e.V." />
<!-- configuration parameters -->
<meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" />
<!-- style sheet links -->
19 years ago
<link rel="stylesheet" href="ui/neingeist/slides.css" type="text/css" media="projection" id="slideProj" />
<link rel="stylesheet" href="ui/neingeist/outline.css" type="text/css" media="screen" id="outlineStyle" />
<link rel="stylesheet" href="ui/neingeist/print.css" type="text/css" media="print" id="slidePrint" />
<link rel="stylesheet" href="ui/neingeist/opera.css" type="text/css" media="projection" id="operaFix" />
19 years ago
<!-- S5 JS -->
19 years ago
<script src="ui/neingeist/slides.js" type="text/javascript"></script>
19 years ago
</head>
<body>
<div class="layout">
<div id="controls"><!-- DO NOT EDIT --></div>
<div id="currentSlide"><!-- DO NOT EDIT --></div>
<div id="header"></div>
<div id="footer">
<h1>Entropia e.V, FIXME Oktober 2005</h1>
19 years ago
<h2>MediaWiki-Workshop</h2>
</div>
</div>
19 years ago
<div class="codesentation">
19 years ago
<div class="slide">
<h1>MediaWiki-Workshop</h1>
19 years ago
<h2>MediaWiki benutzen f<>r Entropianer</h2>
19 years ago
<h3>Neingeist <neingeist@entropia.de></h3>
<h4>Entropia e.V.</h4>
19 years ago
</div> <!-- class="slide" -->
19 years ago
19 years ago
<div class="slide">
<h1>Warum ein Wiki?</h1>
<ul>
<li>Viele Leute k<>nnen mitarbeiten</li>
<li>Einfach zugegriffen (Web-Browser) und gelernt</li>
<li>Nicht knietief im XHTML waten</li>
<li>Wachsen und gedeihen</li>
<li>Features f<>r die Struktur miteingebaut</li>
<li>Beispiele:</li>
<ul>
<li><a target=new href="http://www.wikipedia.org">Wikipedia</a></li>
<li><a target=new href="http://entropia.de">Entropia Wiki</a></li>
</ul>
</ul>
</div> <!-- class="slide" -->
19 years ago
<div class="slide">
19 years ago
<h1>Warum gerade MediaWiki bei Entropia?</h1>
19 years ago
<ul>
19 years ago
<li>Schick</li>
<li>KeinCamelCaSe</li>
<li>Nette Features (Galerien)</li>
<li>Zur Zeit der Umstellung weniger heftige L<>cken</li>
<li>En vogue</li>
<li>Irre langsam</li>
<li>Kurz: k<>nnte auch andere Software sein, aber so richtig <20>berzeugen tat der Rest nicht</li>
19 years ago
</ul>
19 years ago
</div> <!-- class="slide" -->
19 years ago
19 years ago
<div class="slide">
<h1>Wie Einstieg finden?</h1>
<ul>
<li>Ausprobieren!<br/><a target=new href="http://entropia.de/wiki/Sandkasten">http://entropia.de/wiki/Sandkasten</a></li>
<li>Viele andere Artikel oder andere Wikis (Wikipedia) ansehen!</li>
<li>Sei mutig!</li>
</ul>
</div> <!-- class="slide" -->
19 years ago
<div class="slide">
19 years ago
<h1>Syntax</h1>
<table border="1">
<tr><td><code>
== <20>berschrift Ebene 2 ==<br />
=== <20>berschrift Ebene 3 ===
</code></td><td>
<h2 class="mediawiki"><EFBFBD>berschrift 2</h2>
<h3 class="mediawiki"><EFBFBD>berschrift 3</h3>
</td></tr>
<tr><td><code>
[[Artikel]]<br />
[[Artikel|Foobar]]
</code></td><td>
<a target=new href="http://example.com/wiki/Artikel">Artikel</a><br />
<a target=new href="http://example.com/wiki/Artikel">Foobar</a>
</td></tr>
<tr><td><code>
[http://www.google.de Google]
</code></td><td>
<a target=new href="http://www.google.de">Google</a>
</td></tr>
<tr><td><code>
'''fette Sachen''' und ''schiefe Sachen''
</code></td><td>
<b>fette Sachen</b> und <i>schiefe Sachen</i>
</td></tr>
</table>
</code>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Neue und alte Seiten</h1>
19 years ago
<ul>
19 years ago
<li>Allpages</li>
<li>Zuf<EFBFBD>lliger Artikel</li>
<li>Seite anlegen:
<ul>
<li><code>[[Meine neue Seite]]</code> und/oder</li>
<li>entropia.de/wiki/Meine neue Seite</li>
</ul>
</li>
19 years ago
</ul>
19 years ago
</div> <!-- class="slide" -->
<div class="slide">
<h1>Bilder und andere Dateien</h1>
<ul>
<li>Hochladen (nur wenn angemeldet!)</li>
<li>Als vollst<73>ndiges Bild: <code>[[Bild:Foo.jpg]]</code></li> (<a target=new href="screenshots/mediawiki-screenshot-Picture.jpg">So sieht's aus</a>)
<li>Als Thumbnails:<br/> <code>[[Bild:Foo.jpg|thumb|Das Foo]]</code> oder <code>[[Bild:Foo.jpg|thumb|200px|Das Foo]]</code></li>(<a target=new href="screenshots/mediawiki-screenshot-Picture-thumb.jpg">So sieht's aus</a>)
<li>Als Galerie:<br/>
<code>
&lt;gallery&gt;<br/>
Bild:Foo.jpg|Das Foo<br/>
Bild:Bar.jpg|Mein Bar<br/>
&lt;/gallery&gt;<br/>
</code>
</li>(<a target=new href="screenshots/mediawiki-screenshot-Picture-galleries.jpg">So sieht's aus</a>)
</ul>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Kategorien</h1>
<ul>
<li>Einfaches Mittel zur Strukturierung</li>
<li>Artikel in Kategorien einordnen <code>[[Kategorie:Technik]]</code></li>
<li>MediaWiki erzeugt alphabetische Liste<br/>
<a target=new href="http://entropia.de/wiki/Kategorie:Projekte">Kategorie:Projekte</a></li>
<li>H<EFBFBD>ufig <20>ber Vorlagen realisiert (sp<73>ter)</li>
<li>Nett um <20>bersichten zu pflegen (gegenchecken mittels Wikibot, sp<73>ter)</li>
<li><code>[[:Kategorie:Technik]]</code></li>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Vorlagen</h1>
<ul>
<li>Artikel mit Titel "Vorlage:Meine Vorlage" anlegen</li>
<li>Mit <code>{{Meine Vorlage}}</code> einbinden</li>
<li>Variablen k<>nnen in der Vorlage als <code>{{{meine_variable}}}</code> eingebaut werden</li>
<li><code>{{Meine Vorlage|meine_variable=foo}}</code></li>
<li>K<EFBFBD>nnen auch Kategorien enthalten<br>
<a target=new href="http://entropia.de/wiki/Vorlage:FIXME">Vorlage:FIXME</a></li>
</ul>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Entropia-Spezifisches: [[Entropia:FIXME]]
</h1>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Spez. Konfiguration
</h1>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Uploads
</h1>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Editieren nur als Benutzer?
</h1>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Hilfen & Plugins</h1>
<ul>
<li><a href="http://www.bananeweizen.de/mozilla/wikipedia/firefox_wikipedia.html">Firefox-Plugin</a></li>
<li><a href="http://meta.wikimedia.org/wiki/User:Mutante/RSSFeed">RSS-Feeds einbinden mit MagpieRSS</a></li>
<li>Wikibots - mehr sp<73>ter!</a></li>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Exkurs: Von TWiki zu Mediawiki</h1>
<ul>
<li>
</ul>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Wozu Wikibots?</h1>
<ul>
<li>Seiten kategorisieren</li>
<li><EFBFBD>bersichten <20>berpr<70>fen</li>
<li>Automatisch Inhalte (Termine) einpflegen</li>
<li>Bilder hochladen</li>
<li>siehe Wikipedia FIXME</li>
<li>L<EFBFBD>stiges</li>
</div> <!-- class="slide" -->
<div class="slide">
<h1>Neinomaten == Wikibots</h1>
<pre>
<font color="#a520f7">#!/usr/bin/env ruby</font>
<font color="#a520f7">require</font> <font color="#6b59ce">'</font><font color="#ff00ff">../mediawikibot</font><font color="#6b59ce">'</font>
<font color="#a52829"><b>if</b></font> <font color="#008a8c">ARGV</font>.size() != <font color="#ff00ff">2</font>
<font color="#008a8c">$stderr</font>.print(<font color="#008a8c">$0</font> + <font color="#6b59ce">&quot;</font><font color="#ff00ff"> &lt;wiki-user&gt; &lt;wiki-password&gt;</font><font color="#6b59ce">\n</font><font color="#6b59ce">&quot;</font>)
<font color="#a52829"><b>exit</b></font>(<font color="#ff00ff">1</font>)
<font color="#a52829"><b>end</b></font>
b = <font color="#008a8c">MediaWikiBot</font>::<font color="#008a8c">WikiBot</font>.new(<font color="#6b59ce">&quot;</font><font color="#ff00ff"><a target=new href="http://entropia.de/wiki/">http://entropia.de/wiki/</a></font><font color="#6b59ce">&quot;</font>)
b.login(<font color="#008a8c">ARGV</font>[<font color="#ff00ff">0</font>], <font color="#008a8c">ARGV</font>[<font color="#ff00ff">1</font>])
old = b.get_raw(<font color="#6b59ce">&quot;</font><font color="#ff00ff">RoboRally</font><font color="#6b59ce">&quot;</font>)
new = old.gsub(<font color="#6b59ce">/</font><font color="#ff00ff">\[#reg ([^|]*?)\]</font><font color="#6b59ce">/i</font>,
<font color="#6b59ce">'</font><font color="#ff00ff">[[#Gesperrte Register|\1]]</font><font color="#6b59ce">'</font>)
b.edit(<font color="#6b59ce">&quot;</font><font color="#ff00ff">RoboRally</font><font color="#6b59ce">&quot;</font>, new, <font color="#6b59ce">&quot;</font><font color="#ff00ff">Kaputte interne Links repariert</font><font color="#6b59ce">&quot;</font>)
</pre>
</div> <!-- class="slide" -->
</div> <!-- codesentation -->
19 years ago
</body>
</html>