Benutzer-Werkzeuge

    ~~ RM: keiner ~~ UI: ---start--- ~~ IP:18.223.170.21~~

Webseiten-Werkzeuge


Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
playground:playground4 [2011/04/04 17:02] MWankeplayground:playground4 [2013/02/24 07:16] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
-====== Graphviz-plugin ======+====== Spielwiese-BBC- ====== 
 +Text ist 1:1 von hier  
 +//http://www.a1k.org/forum/showthread.php?t=26554 von Neox:  Software: Datenübertragung mittels CF Karten am PCMCIA\\ //  
 +kopiert **mit** allen BBC's **ohne** Änderungen (und ohne Bilder) nur hier eingefügt. Fertig. Hätte man im Forum gleich eine richte Liste mit [ list ] statt 'Neue-Zeile und Minus' gemacht, dann bräuchte man hier 
 +sogar (bis auf die Bilder) nichts mehr machen ;-)
  
----- plugin ---- +====== ... und los ======
-description: Graph Visualization (from text with links between objects to image) +
-author     : Andreas Gohr +
-email      : andi@splitbrain.org +
-type       : Syntax +
-lastupdate : 2010-11-24 +
-compatible : anteater +
-depends    :  +
-conflicts  :  +
-similar    : GNUplot, Ditaa, svgedit, seqdia +
-tags       : media, images, diagram, graphviz+
  
-downloadurl: http://github.com/splitbrain/dokuwiki-plugin-graphviz/zipball/master 
-bugtracker : http://github.com/splitbrain/dokuwiki-plugin-graphviz/issues 
-sourcerepo : http://github.com/splitbrain/dokuwiki-plugin-graphviz/ 
-donationurl: http://donate.dokuwiki.org/graphviz 
----- 
  
-This plugin can create directed and non-directed graph images from a textual description language called "dot" using the Graphviz program. It can use a locally installed graphviz or use Google's chart API for rendering. 
  
-The plugin supports exporting to OpenOffice through the [[odt|ODT Plugin]] (only with a local graphviz install).+[size=4]Was brauchen wir dazu?[/size]
  
-For more information on Graphviz and the dot language refer to the [[http://www.graphviz.org/Documentation.php|Graphviz documentation]]+- einen Amiga mit PCMCIA Schnittstelle (A600 oder A1200) 
 +- ein fertig installiertes AmigaOS, AmigaOS2.x oder höher 
 +- folgendes aus dem Aminet: 
 + *Das fat95 Archiv 
 + *Das compactflashdevice und CF0(befindet sich beides im Archiv) 
 +- Die Kenntnisse, um lha zu entpacken (falls gewünscht mache ich dazu auch nochmal ein passendes Tutorial)
  
-This plugin was originally written by [[calle@ioslo.net|Carl-Christian Salvesen]]. The current plugin is a nearly complete rewrite and differs on how it works internally and where graphs are stored.+-einen PCMCIA zu CF Adapter (gibt es zum Beispiel bei Conrad-Elektronik, wichtig ist, dass ihr einen TypI, 16Bit Adapter besorgt !) 
 +-eine CF Karte (zu empfehlen sind zB Toshiba Karten) 
 +-einen PC mit 3,5" Diskettenlaufwerk
  
 +Als erstes besorgen wir uns also einmal die Daten aus dem Aminet.
 +Dazu besuchen wir die Seite [url]http://aminet.net[/url] und geben oben genannte Begriffe in die Suchmaske ein (fat95, cfd) oder ziehen uns die die Daten direkt:
  
 +[URL=http://aminet.net/disk/misc/fat95.lha]Fat95[/URL]
  
-===== Download and Installation =====+[URL=http://aminet.net/disk/misc/cfd.lha]compactflash.device und CF0[/URL]
  
-Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the URL given above. Refer to [[:Plugins]] on how to install plugins manually. 
  
-==== Changes ====+[size=4][b]1. Dateien zum Amiga bringen und CrossDos einrichten[/b][/size]
  
-{{rss>http://github.com/splitbrain/dokuwiki-plugin-graphviz/commits/master.atom date}}+Zunächst müssen wir die Dateien erstmal zum Amiga bringen, um später überhaupt in den Genuss von CF-Karten Datenübertragung kommen zu könnenDas geht am einfachsten erst einmal mit CrossDos, welches jedem AmigaOS ab der Version 2.1 beiliegt. 
 +Dazu benötigen wir dann noch eine 3,5" Diskette im DD-Format(Solltet ihr nur eine HD-Disk haben, so geht das zur Not auch, aber bitte nicht vergessen das HD-Loch abzukleben!)
  
-===== Configuration =====+[size=3][b]1.1) CrossDos einrichten:[/b][/size]
  
-The full path to your graphviz' ''dot'' binary can be configured in the config managerWhen it isn't configured, remote rendering at Google is used.+Dazu kopiert ihr einfach die Datei PC0 aus dem Ordner Storage/Dosdrivers von eurer Systempartition 
 +nach Devs/Dosdrivers eurer Systempartition. 
 +[attach]38034[/attach] 
 +Das wars schon! CrossDos ist nach einem Neustart (oder Doppelklick auf PC0) des Systems jetzt bereit und euer Amiga kann 720kb formatierte PC-Disketten lesen.
  
-===== Syntax and Usage ===== 
  
-Any Graphviz compatible graph definition can be given with ''graphviz'' tags.+[size=3][b]1.2) 3,5" Diskette vorbereiten[/b][/size]
  
-The rendering engine can optionally be given as argument in the opening tag. Supported are ''dot'', ''neato'', ''twopi'', ''circo'' and ''fdp'' with ''dot'' being the default.+Entweder formatiert ihr eure Diskette an einem DOS-PC auf 720kb, oder macht es mit der Eingabeaufforderung von Windows. (zB WinXP) 
 +Dazu tippt ihr folgendes in die Eingabeaufforderung: 
 +[attach]38035[/attach]  
 +Jetzt einfach die Dateien (siehe "Was ihr dazu braucht" ) auf die Diskette kopieren und diese in den Amiga stecken.
  
-You can also specify ''left''''center'' or ''right'' to align the resulting image.+Nachdem alle Daten in die RamDISK (oder ein anderes Laufwerkin meinem Fall "transfer") entpackt sind, geht es an die eigentliche Einrichtung.
  
-A parameter in the form of ''//<number>//x//<number>//'' is interpreted as wanted output size.+[size=4][b]2. Einrichtung für CF-Karten Datenaustausch[/b][/size]
  
-==== Example ====+[i]Die Datei [b]fat95[/b] kopieren wir einfach in den Ordner [b]L[/b] der Systempartition, 
 +[b]CF0[/b] gehört in den Ordner [b]Devs/Dosdrivers.[/b], das [b]compactflash.device[/b] kommt in den Ordner [b]Devs[/b].[/i] 
 +[attach]38036[/attach]   
  
-{{ http://img97.imageshack.us/img97/2613/dotb.png?nolink&}} +[b]Fertig! 
-<code> +Nach einem Neustart (oder Doppelklick auf CF0steht euch nun nichts mehr im Wege und ihr könnt mit dem Datentransfer per CFKarte beginnen! :) [/b]
-<graphviz dot right 500x200> +
-digraph finite_state_machine { +
- rankdir=LR; +
- size="9,5" +
- node [shape = doublecircle]; LR_0 LR_3 LR_4 LR_8; +
- node [shape = circle]; +
- LR_0 -> LR_2 [ label = "SS(B)" ]; +
- LR_0 -> LR_1 [ label = "SS(S)" ]; +
- LR_1 -> LR_3 [ label = "S($end)" ]; +
- LR_2 -> LR_6 [ label = "SS(b)" ]; +
- LR_2 -> LR_5 [ label = "SS(a)" ]; +
- LR_2 -> LR_4 [ label = "S(A)" ]; +
- LR_5 -> LR_7 label = "S(b)" ]+
- LR_5 -> LR_5 [ label = "S(a)" ]; +
- LR_6 -> LR_6 [ label = "S(b)" ]; +
- LR_6 -> LR_5 [ label = "S(a)" ]; +
- LR_7 -> LR_8 [ label = "S(b)" ]; +
- LR_7 -> LR_5 [ label = "S(a)" ]; +
- LR_8 -> LR_6 [ label = "S(b)" ]; +
- LR_8 -> LR_5 [ label = "S(a)" ]; +
-+
-</graphviz> +
-</code> +
- +
-====== Test 1 ====== +
-http://www.graphviz.org/content/cluster +
-<graphviz> +
-digraph G { +
- +
- subgraph cluster_0 { +
- style=filled; +
- color=lightgrey; +
- node [style=filled,color=white]; +
- a0 -> a1 -> a2 -> a3; +
- label = "process #1"; +
-+
- +
- subgraph cluster_1 { +
- node [style=filled]; +
- b0 -> b1 -> b2 -> b3; +
- label = "process #2"; +
- color=blue +
-+
- start -> a0; +
- start -> b0; +
- a1 -> b3; +
- b2 -> a3; +
- a3 -> a0; +
- a3 -> end; +
- b3 -> end; +
- +
- start [shape=Mdiamond]; +
- end [shape=Msquare]; +
-+
-</graphviz> +
- +
-====== TEST2 ====== +
-<graphviz> +
-graph G { +
-  e +
-  subgraph clusterA { +
-    a -- b; +
-    subgraph clusterC { +
-      C -- D; +
-    } +
-  } +
-  subgraph clusterB { +
-    d -- f +
-  } +
-  d -- D +
-  e -- clusterB +
-  clusterC -- clusterB +
-+
-</graphviz> +
- +
-====== so soll es aussehen (als SVG) ====== +
- +
-<svg width="383pt" height="301pt" +
- viewBox = "0 0 383 301" +
- xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> +
-<g id="graph0" class="graph" style="font-family:Times-Roman;font-size:14.00;"> +
-<title>G</title> +
-<g id="graph2" class="cluster"><title>clusterA</title> +
-<polygon style="fill:none;stroke:black;" points="6,179 259,179 259,6 6,6 6,179"/> +
-</g> +
-<g id="graph3" class="cluster"><title>clusterC</title> +
-<polygon style="fill:none;stroke:black;" points="14,170 131,170 131,75 14,75 14,170"/> +
-</g> +
- +
-<g id="graph4" class="cluster"><title>clusterB</title> +
-<polygon style="fill:none;stroke:black;" points="277,247 378,247 378,147 277,147 277,247"/> +
-</g> +
-<!-- e --> +
-<g id="node1" class="node"><title>e</title> +
-<ellipse style="fill:none;stroke:black;" cx="300" cy="277" rx="27" ry="18"/> +
-<text text-anchor="middle" x="300" y="282">e</text> +
-</g> +
-<!-- __0:clusterB --> +
-<g id="node20" class="node"><title>__0:clusterB</title> +
-</g> +
-<!-- e&#45;&#45;__0:clusterB --> +
-<g id="edge17" class="edge"><title>e&#45;&#45;__0:clusterB</title> +
- +
-<path style="fill:none;stroke:black;" d="M306,259C307,255 309,251 310,247"/> +
-</g> +
-<!-- a --> +
-<g id="node3" class="node"><title>a</title> +
-<ellipse style="fill:none;stroke:black;" cx="163" cy="33" rx="27" ry="18"/> +
-<text text-anchor="middle" x="163" y="38">a</text> +
-</g> +
-<!-- b --> +
-<g id="node5" class="node"><title>b</title> +
-<ellipse style="fill:none;stroke:black;" cx="223" cy="42" rx="27" ry="18"/> +
-<text text-anchor="middle" x="223" y="47">b</text> +
-</g> +
-<!-- a&#45;&#45;b --> +
- +
-<g id="edge3" class="edge"><title>a&#45;&#45;b</title> +
-<path style="fill:none;stroke:black;" d="M189,37C192,37 194,38 197,38"/> +
-</g> +
-<!-- C --> +
-<g id="node7" class="node"><title>C</title> +
-<ellipse style="fill:none;stroke:black;" cx="96" cy="143" rx="27" ry="18"/> +
-<text text-anchor="middle" x="96" y="148">C</text> +
-</g> +
-<!-- D --> +
-<g id="node9" class="node"><title>D</title> +
-<ellipse style="fill:none;stroke:black;" cx="50" cy="102" rx="27" ry="18"/> +
-<text text-anchor="middle" x="50" y="107">D</text> +
- +
-</g> +
-<!-- C&#45;&#45;D --> +
-<g id="edge6" class="edge"><title>C&#45;&#45;D</title> +
-<path style="fill:none;stroke:black;" d="M80,128C75,124 71,120 66,117"/> +
-</g> +
-<!-- d --> +
-<g id="node11" class="node"><title>d</title> +
-<ellipse style="fill:none;stroke:black;" cx="312" cy="175" rx="27" ry="18"/> +
-<text text-anchor="middle" x="312" y="180">d</text> +
-</g> +
-<!-- d&#45;&#45;D --> +
-<g id="edge11" class="edge"><title>d&#45;&#45;D</title> +
- +
-<path style="fill:none;stroke:black;" d="M287,168C237,154 125,123 75,109"/> +
-</g> +
-<!-- f --> +
-<g id="node13" class="node"><title>f</title> +
-<ellipse style="fill:none;stroke:black;" cx="342" cy="220" rx="27" ry="18"/> +
-<text text-anchor="middle" x="342" y="225">f</text> +
-</g> +
-<!-- d&#45;&#45;f --> +
-<g id="edge9" class="edge"><title>d&#45;&#45;f</title> +
-<path style="fill:none;stroke:black;" d="M323,192C326,196 328,199 331,203"/> +
-</g> +
-<!-- __1:clusterC --> +
-<g id="node21" class="node"><title>__1:clusterC</title> +
- +
-</g> +
-<!-- __2:clusterB --> +
-<g id="node22" class="node"><title>__2:clusterB</title> +
-</g> +
-<!-- __1:clusterC&#45;&#45;__2:clusterB --> +
-<g id="edge18" class="edge"><title>__1:clusterC&#45;&#45;__2:clusterB</title> +
-<path style="fill:none;stroke:black;" d="M132,139C176,153 236,170 277,182"/> +
-</g> +
-</g> +
-</svg> +
- +
-====== Ende ====== +
-... nanu ? SVG kippt den Footer ?+
  
 +test
  
 +[i][size=-2]Dieser Bereich wird moderiert. Kommentare müssen erst manuell freigeschaltet werden![/size][/i]
Zuletzt geändert: 2013/02/24 06:07