pdf - Thomas Weibel

55
Open Source Thomas Weibel, Multi & Media [email protected] www.thomasweibel.ch

Transcript of pdf - Thomas Weibel

Open Source

Thomas Weibel, Multi & Media

[email protected]

www.thomasweibel.ch

Inhalt

1. Begriff, Lizenzen

2. HTML 5, Nachschlagewerke

3. Software

4. Linux: Ubuntu

5. Content-Management-Systeme (CMS)

6. Geschäftsmodelle

Titel

Text

Stichwort 1

Stichwort 2

Stichwort 3

ergänzendes Hörstück Internetadresse, URL

Open Source

Open Source («quelloffen») nennt man Software, deren Lizenzbestimmungen besagen, dass der Quelltext öffentlich zugänglich ist. Abhängig von der jeweiligen Lizenz kann diese beinhalten, dass die Software frei kopiert, verändert und weiterverbreitet werden darf.

www.opensource.org/licenses/category

Lizenzen

Apache License 2.0

GNU General Public License (GPL)

MIT license

Creative Commons Licences (CC)

Mozilla Public License 2.0

www.opensource.org/licenses/category

HTML 5

HTML 5 { HTML 5 (Hypertext Markup Language)

Javascript

CSS 3 (Cascading Stylesheets)

Flash

Tags

<p>Dies ist ein Text.</p>

<strong>Dies ist ein fetter Text.</strong>

<img src="/bilder/bild.jpg" />

<a href=«http://www.zieladresse.com">Website</a>

<!DOCTYPE html>

<!DOCTYPE html> <html> </html>

<!DOCTYPE html> <html> <head> <title>Titel</title> </head> </html>

<!DOCTYPE html> <html> <head> <title>Titel</title> </head> <body> <p>Text</p> </body> </html>

<!DOCTYPE html> <html> <head> <title>Titel</title> </head> <body> <img src="bild.jpg" /> </body> </html>

www.thomasweibel.ch/html/html5.html

<!DOCTYPE html> <html> <head> <title>Titel</title> </head> <body> <img src="bild.jpg" /> </body> </html>

<!DOCTYPE html> <html> <head> <style type="text/css"> .start { position:absolute; top:250px; left:250px; } .stop { position:absolute; top:375px; left:500px; -moz-transition:all 6s linear; -webkit-transition:all 6s linear; } </style> </head> <body> <img src= "bild.jpg" class="start" id="ball" onclick="bewegen()" /> <script type="text/javascript"> function bewegen() { document.getElementById("ball").className="stop"; } </script> </body> </html>

www.thomasweibel.ch/freecell

<!DOCTYPE html> <html> <head><title>Freecell</title> <link rel="stylesheet" type="text/css" href="freecell.css"> <script language="javascript" type="text/javascript" src="freecell.js"> </script> </head> <body onload="preload()"> <div id="output"></div> </body> </html>

www.thomasweibel.ch/freecell/index.html

www.thomasweibel.ch/freecell/freecell.css

www.thomasweibel.ch/freecell/freecell.js

www.thomasweibel.ch/backgammon

de.selfhtml.org

forum.de.selfhtml.org

www.w3schools.com

Werkzeuge

Editor (Windows Notepad, OS X TextEdit)

Browser (Microsoft Internet Explorer, Apple Safari)

Werkzeuge

Editor (Gedit)

Browser (Firefox)

Bildbearbeitung (Gimp)

Audio (Audacity), Video (Cinelerra)

FTP-Client (Filezilla)

projects.gnome.org/gedit

www.mozilla.org/de/firefox/new

www.chip.de/downloads/GIMP_12992070.html

audacity.sourceforge.net

www.cinelerra.org

www.filezilla-project.org

www.adobe.com/ch_de/products/dreamweaver.html

www.google.com/webdesigner

Linux

Linux ist ein Sammelbegriff für quelloffene, Unix-ähnliche Mehrbenutzer-Betriebssysteme, die auf dem Linux-Kernel basieren. Die weltweite Verbreitung wurde möglich durch die Lizenzierung unter GPL. Den Grundstein zu Linux legte 1991 der finnische Student Linus Torvalds, dessen Name es trägt.

de.wikipedia.org/wiki/Unix

Linux

Android

Mint

Ubuntu

Debian

Fedora

Open Suse wiki.ubuntuusers.de/Downloads

www.ubuntuusers.de

Ubuntu

wiki.ubuntuusers.de/Downloads

> Zur Downloadseite > Auswahl (32-/64-Bit)

ubuntu-[Version]-desktop-[Prozessortyp].iso herunterladen

iso-Datei rechtsklicken, Öffnen mit…

Windows-Brenner für Datenträgerabbilder…, Brennen

Neustarten wiki.ubuntuusers.de/Downloads

Ubuntu

Ubuntu (Unity)

Ubuntu (Gnome)

Kubuntu (KDE)

Xubuntu (XFCE)

Lubuntu (LXDE, lightweight)

wiki.ubuntuusers.de/Downloads

Ubuntu

Live-CD

Installations-CD

wiki.ubuntuusers.de/Downloads

nativ

nativ (Dualboot) {

Ubuntu

Vorteile:

• keine Kosten

• Software, nicht nur Betriebssystem

• grosse Entwicklergemeinde, regelmässige Updates

• robustes, sicheres System, kaum Virengefahr

• läuft auf älteren Systemen wiki.ubuntuusers.de/Downloads

Ubuntu

Nachteile:

• läuft nicht immer auf neueren Systemen

• unzuverlässige Unterstützung von Peripheriegeräten

• White Lists bei Geräteanschaffungen

• Einarbeitungsaufwand bei Spezialfällen

• Kein Support durch Händler wiki.ubuntuusers.de/Downloads

www.openoffice.org/de

www.scribus.net

www.play0ad.com

de.wikipedia.org

Content-Management-Systeme

Magnolia, Typo 3

Joomla, Drupal

Wordpress

(GetSimple)

www.wordpress.com, www.wpde.org/download

Webdienst (meineseite.wordpress.com)

Self-hosted (www.meineseite.ch) {

www.blogisch.ch

www.blogisch.ch/admin

www.w3.org/History/1989/proposal.html

Content-Management-Systeme

CMS

• Themes

• Plugins

www.wordpress.com, www.wpde.org/download

Content-Management-Systeme

HTML 5

CSS 3

Javascript

(Flash)

PHP 5.5 (Hypertext Preprocessor)

www.wordpress.com, www.wpde.org/download

www.wordpress.com

Geschäftsmodelle

open-source Software > Ausbildung

open-source CMS > Webdesign

open-source OS > PCs, Notebooks, Support

Vielen Dank!

Thomas Weibel, Multi & Media

[email protected]

www.thomasweibel.ch