From 4a5c16f12a1bcc583868c7bcd09dac0653eae2a3 Mon Sep 17 00:00:00 2001 From: Gerald Bauer Date: Tue, 19 Jul 2016 17:48:00 +0200 Subject: [PATCH] use markdown --- friends.textile => friends.md | 148 ++++++++++++++++------------------ 1 file changed, 71 insertions(+), 77 deletions(-) rename friends.textile => friends.md (66%) diff --git a/friends.textile b/friends.md similarity index 66% rename from friends.textile rename to friends.md index 1fb5b22..d8b40c7 100644 --- a/friends.textile +++ b/friends.md @@ -1,47 +1,38 @@ title: Adding Semantics to Your Web Site - RDF, RDFa, Microformats - Web 3.0 in Action gradient-colors: green lime -h1. Adding Semantics to Your Web Site - RDF, RDFa, Microformats - Web 3.0 in Action +# Adding Semantics to Your Web Site - RDF, RDFa, Microformats - Web 3.0 in Action -"Gerald Bauer":http://geraldbauer.ca @ "RDF Vancouver/Semantic Web Group":http://rdfvancouver.org, +[Gerald Bauer](http://geraldbauer.ca) @ [RDF Vancouver/Semantic Web Group](http://rdfvancouver.org), Vancouver, B.C., November 2008 -
-("Source":http://slideshow.rubyforge.org/svn/samples/friends.textile) -*Slide Show Keyboard Controls (Help)* - -| Action | Key | -| Go to next slide | Space Bar, Right Arrow, Down Arrow, Page Down | -| Go to previous slide | Left Arrow, Up Arrow, Page Up | -| Toggle between slideshow and outline view (Ø) | T | -| Show/hide slide controls (Ø « ») | C, Move mouse to bottom right corner | - - -h1. Agenda +# Agenda * Part I: Contact Info/Business Card -** Plain Old "Classic" Web Markup -** Using RDF -** Using Microformats -** Using RDFa - RDF The Microformats Way, Sort Of + * Plain Old "Classic" Web Markup + * Using RDF + * Using Microformats + * Using RDFa - RDF The Microformats Way, Sort Of + + * Part II: Adding Friends -** Using RDF -** Using Microformats + * Using RDF + * Using Microformats -h1. Contact Info/Business Card +# Contact Info/Business Card Example: -{{{ +``` Gerald Bauer Internet Professional Vancouver, B.C. Web: GeraldBauer.ca Email: gerald@vanbeta.com -}}} +``` What? * Name @@ -50,12 +41,12 @@ What? * Web Site * Email -h1. Plain Old "Classic" Web Markup +# Plain Old "Classic" Web Markup -Web markup tags such as @h2@ (heading2) and @p@ (paragraph) and @br@ (break) +Web markup tags such as `h2` (heading2) and `p` (paragraph) and `br` (break) are kind of meaningless (without semantics). -{{{ +```

Gerald Bauer

Internet Professional
@@ -64,7 +55,7 @@ Vancouver, B.C.
Web: GeraldBauer.ca
Email: gerald@vanbeta.com

-}}} +```

Gerald Bauer

@@ -75,7 +66,7 @@ Vancouver, B.C.

-h1. Semantic Web - Web 3.0 +# Semantic Web - Web 3.0 Semantic Web - add semantics to your web page by marking up events, people, locations, resumes, listings, feeds and much more. @@ -85,11 +76,11 @@ proposes new extension to web markup such as Resource Description Framework(RDF) The "pragmatic" semantic web led by the Microformats initiative proposes - let's just use conventions and best practices for today's web markup and today's browsers. -h1. Using RDF (Resouce Description Framework) plus Friend of a Friend (FOAF) Vocabulary +# Using RDF (Resouce Description Framework) plus Friend of a Friend (FOAF) Vocabulary -@gerald.rdf@: +`gerald.rdf`: -{{{ +``` @@ -100,13 +91,13 @@ h1. Using RDF (Resouce Description Framework) plus Friend of a Friend (FOAF) Voc -}}} +``` Add to your web page header: -{{{ +``` -}}} +``` What's different? @@ -116,23 +107,23 @@ What's different? -h1. FOAF Tools - FOAF-a-matic, FOAF Explorer +# FOAF Tools - FOAF-a-matic, FOAF Explorer FOAF-a-matic: -Fill out a form to create your FOAF file using "FOAF-a-matic":http://www.ldodds.com/foaf/foaf-a-matic.html +Fill out a form to create your FOAF file using [FOAF-a-matic](http://www.ldodds.com/foaf/foaf-a-matic.html) FOAF Explorer: -Browse and explore FOAF data displayed as web pages using "FOAF Explorer":http://xml.mfd-consult.dk/foaf/explorer +Browse and explore FOAF data displayed as web pages using [FOAF Explorer](http://xml.mfd-consult.dk/foaf/explorer) -h1. Using Microformats and hCard +# Using Microformats and hCard Plain Old "Classic" Web Markup: -{{{ +```

Gerald Bauer

Internet Professional
@@ -141,11 +132,11 @@ Vancouver, B.C.
Web: GeraldBauer.ca
Email: gerald@vanbeta.com

-}}} +``` Adding Semantics Using Microformats: -{{{ +```

Gerald Bauer

@@ -159,7 +150,7 @@ Adding Semantics Using Microformats: Email:

-}}} +```

Gerald Bauer

@@ -175,7 +166,8 @@ Adding Semantics Using Microformats:

-h1. Using Microformats and hCard Continued + +# Using Microformats and hCard Continued What's different? @@ -190,22 +182,24 @@ vs. Using RDF (Resouce Description Framework) plus Friend of a Friend (FOAF) Voc * Requires Namespaces * Standalone Document (Web Feed-like) -h1. Microformats Tools - hCard-o-matic, Operator + +# Microformats Tools - hCard-o-matic, Operator hCard-o-matic: -Fill out a form to create your hCard markup using "hCard-o-matic":http://microformats.org/code/hcard/creator +Fill out a form to create your hCard markup using [hCard-o-matic](http://microformats.org/code/hcard/creator) Operator: Free, open source browser addon lets you add hCards to Yahoo address book or -export hCards as vCards and much more - "Install Operator Firefox Browser Addon":https://addons.mozilla.org/en-US/firefox/addon/4106 +export hCards as vCards and much more - [Install Operator Firefox Browser Addon](https://addons.mozilla.org/en-US/firefox/addon/4106) + -h1. Using RDFa - RDF The Microformats Way, Sort Of +# Using RDFa - RDF The Microformats Way, Sort Of -Classic RDF - @gerald.rdf@: +Classic RDF - `gerald.rdf`: -{{{ +``` @@ -216,11 +210,11 @@ Classic RDF - @gerald.rdf@: -}}} +``` RDFa Version: -{{{ +``` ...
@@ -233,19 +227,19 @@ RDFa Version: Web: GeraldBauer.ca

-}}} +``` -h1. Using RDFa - RDF The Microformats Way +# Using RDFa - RDF The Microformats Way What's different (vs. Microformats)? * Namespace required -* New web markup extensions required (@typeof@, @property@) +* New web markup extensions required (`typeof`, `property`) RDFa Version: -{{{ +``` ...
@@ -258,11 +252,11 @@ RDFa Version: Web: GeraldBauer.ca

-}}} +``` Microformats Version: -{{{ +```

Gerald Bauer

@@ -276,29 +270,29 @@ Microformats Version: Email:

-}}} +``` -h1. Using RDF (Resouce Description Framework) plus Friend of a Friend (FOAF) Vocabulary +# Using RDF (Resouce Description Framework) plus Friend of a Friend (FOAF) Vocabulary Adding Friends -@jim.rdf@: +`jim.rdf`: -{{{ +``` Jim Pick Freelance Software Developer -}}} +``` -Use unique identifier (such as @mbox@, @mbox_sha1sum@, @weblog@) -plus @seeAlso@ with link to FOAF file. +Use unique identifier (such as `mbox`, `mbox_sha1sum`, `weblog`) +plus `seeAlso` with link to FOAF file. -@gerald.rdf@: +`gerald.rdf`: -{{{ +``` Gerald Bauer @@ -309,31 +303,31 @@ plus @seeAlso@ with link to FOAF file. -}}} +``` -h1. Using Microformats and XFN (XHTML Friends Network) +# Using Microformats and XFN (XHTML Friends Network) -Just add a link with a relationship (@rel@) value of @contact@ from your site to your friends site. +Just add a link with a relationship (`rel`) value of `contact` from your site to your friends site. Sample: -{{{ +``` Jim Pick -}}} +``` -h1. Links - Learn More +# Links - Learn More -* FOAF (Friend of a Friend) - "foaf-project.org":http://foaf-project.org -* Microformats - "microformats.org":http://microformats.org -* RDF Vancouver - "rdfvancouver.org":http://rdfvancouver.org +* FOAF (Friend of a Friend) - [foaf-project.org](http://foaf-project.org) +* Microformats - [microformats.org](http://microformats.org) +* RDF Vancouver - [rdfvancouver.org](http://rdfvancouver.org) -h1. That's it - Thanks +# That's it - Thanks Questions? Comments? -Send them along to the "Vancouver Ajax & Web 3.0 Developer Forum/Mailing List":http://forum.vanajax.com. +Send them along to the [Vancouver Ajax & Web 3.0 Developer Forum/Mailing List](http://forum.vanajax.com). Thanks!