<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lowongankerjalampung</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lowongankerjalampung"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Lowongankerjalampung"/>
	<updated>2026-05-13T07:59:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=vcard-implementations&amp;diff=65903</id>
		<title>vcard-implementations</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=vcard-implementations&amp;diff=65903"/>
		<updated>2017-02-18T13:39:57Z</updated>

		<summary type="html">&lt;p&gt;Lowongankerjalampung: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; vCard implementations &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
In the development of [[hcard|hCard]] and proxies like X2V, we have discovered various behaviors and quirks of [[vCard]] implementations.  See also the [[vcard-errata]].&lt;br /&gt;
&lt;br /&gt;
== Conventions ==&lt;br /&gt;
'''Conventions for this page.''' When documenting a specific implementation, use the name of the implementation as the header including minimal version information.  Provide an abbreviation of the implementation name (in parantheses) for use in subheadings for property names and other general subsections.  Prefix subheadings with aforementioned abbreviation followed by vCard property name (if applicable) in ALL CAPS as vCard properties are typically fully uppercased in both vCard files and implementations (but are actually case-insensitive per RFC 2426).&lt;br /&gt;
&lt;br /&gt;
== General Suggestions ==&lt;br /&gt;
General implementation guidelines and suggestions for vCard implementations. (Note: it might be useful to separate the more generic aspects of of these general vCard implementation suggestions into a &amp;quot;contact application&amp;quot; section on the [[user-interface]] page.)&lt;br /&gt;
# Fully implement RFC 2426, including all properties, sub-properties, and type values for properties, on both import and export with 100% roundtrip fidelity.&lt;br /&gt;
# Support &amp;lt;em&amp;gt;subscribing&amp;lt;/em&amp;gt; to vCard URLs on the Web in addition to importing so that your local address book can have automatically current (fresh) information of the contacts that you've added from the Web.&lt;br /&gt;
# Use a rendering engine (e.g. Trident, Gecko, Webkit) to render PHOTO URLs and other properties which have URL values live from the Web for similar freshness.&lt;br /&gt;
# When syncing to another device that supports contact information (iPod, iPhone, BlackBerry etc.), downsample PHOTOs (and other images or binary data) to whatever small size works best on those devices so as to not bloat the space on those devices. Note that such downsampling is best done closest to the point of synchronization, e.g. by the Address Book application when syncing, instead of upfront by a web service like X2V, so that maximum data fidelity is maintained until the last minute when the data can be compressed for the specific device purely for efficiency reasons.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Outlook ==&lt;br /&gt;
Microsoft Outlook (MSOutlook).&lt;br /&gt;
version? platform?&lt;br /&gt;
&lt;br /&gt;
=== MSOutlook single import ===&lt;br /&gt;
Outlook (either 2003 or 2007 beta version) appears to only support one vCard per VCF. There are some&lt;br /&gt;
third-party products that attempt to fix this [http://www.sperrysoftware.com/Outlook/Vcard-Converter.asp]&lt;br /&gt;
&lt;br /&gt;
=== MSOutlook URL handling ===&lt;br /&gt;
URL without non-standard TYPE parameter seems to be ignored.&lt;br /&gt;
&lt;br /&gt;
=== MSOutlook ADR handling ===&lt;br /&gt;
Appears to not support the '''post-office-box''' sub-property of ADR.&lt;br /&gt;
&lt;br /&gt;
=== MSOutlook escaped commas ===&lt;br /&gt;
Outlook 2003 does not strip the backslashes from escaped commas (i.e., SR-PS\, Inc.) on import.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Outlook 2003 ==&lt;br /&gt;
Microsoft Outlook 2003 (MSOutlook2k3)&lt;br /&gt;
The following was verified on Outlook 2003 SP2 running on Windows XP Pro SP2&lt;br /&gt;
&lt;br /&gt;
=== MSOutlook2k3 URL ===&lt;br /&gt;
URL is changed to URL;HOME: and is not visible anywhere normally in Outlook.  It is visible in the Contact Properties window under the &amp;quot;All Fields&amp;quot; when selecting &amp;quot;Frequently-used fields&amp;quot; from the &amp;quot;Select from:&amp;quot; drop-down box.  It is also exported when exporting as a vCard.&lt;br /&gt;
&lt;br /&gt;
=== MSOutlook2k3 ADR ===&lt;br /&gt;
ADR; is changed to ADR;POSTAL:&lt;br /&gt;
&lt;br /&gt;
ADR; is copied to LABEL;POSTAL;ENCODING=QUOTED-PRINTABLE: with city/state/zip changed to use carriage return and comma seperation.  IE: &lt;br /&gt;
&amp;lt;pre&amp;gt;ADR;CHARSET=utf-8:;;address1;city;state;zip;&amp;lt;/pre&amp;gt;&lt;br /&gt;
is changed to:&lt;br /&gt;
&amp;lt;pre&amp;gt;ADR;POSTAL:;;address1;city;state;zip&lt;br /&gt;
LABEL;POSTAL;ENCODING=QUOTED-PRINTABLE:address1=0D=0Acity, state zip&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== MSOutlook2k3 N ===&lt;br /&gt;
When exporting a vCard, copies FN into N when N is blank.  Does not do this when importing a vCard.&lt;br /&gt;
&lt;br /&gt;
Outlook 2003 does not handle comma separation in the properties of N. For this vCard.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BEGIN:VCARD&lt;br /&gt;
FN;CHARSET=UTF-8:Mr. Dr. John Maurice Benjamin Doe Ph.D.\, J.D.&lt;br /&gt;
N;CHARSET=UTF-8:Doe;John;Maurice,Benjamin;Mr.,Dr.;Ph.D.,J.D.&lt;br /&gt;
END:VCARD&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The result in Outlook is:&lt;br /&gt;
&lt;br /&gt;
Mr.,Dr. Mr. Dr. John Maurice Benjamin Doe Ph.D.\, J.D.&lt;br /&gt;
&lt;br /&gt;
=== MSOutlook2k3 TEL ===&lt;br /&gt;
Drops TEL if TYPE is not explicitly specified.&lt;br /&gt;
&lt;br /&gt;
TEL;TYPE=work: is changed to TEL;WORK;VOICE:&lt;br /&gt;
&lt;br /&gt;
=== MSOutlook2k3 GEO ===&lt;br /&gt;
'''Unsupported.''' GEO is unsupported and is ignored.&lt;br /&gt;
&lt;br /&gt;
=== MSOutlook2k3 LOGO ===&lt;br /&gt;
'''Unsupported.''' Will not import nor export vCard image references, but does support images internally in it's own contact management system.&lt;br /&gt;
&lt;br /&gt;
== Windows Address Book ==&lt;br /&gt;
Windows Address Book (WAB) Version 6.00.X Win98 and Win XP Pro&lt;br /&gt;
&lt;br /&gt;
=== WAB vCard ENCODING ===&lt;br /&gt;
UTF-8 encoded vCard import prompts error as unrecognised vCard format. US ASCII 20127 encoded vCard successfully imported&lt;br /&gt;
&lt;br /&gt;
=== WAB ADR ===&lt;br /&gt;
If you do NOT specify TYPE=HOME,WORK,... then no address information is imported&lt;br /&gt;
&lt;br /&gt;
=== WAB TEL ===&lt;br /&gt;
If you do NOT specify TYPE=HOME,WORK,... then no address information is imported&lt;br /&gt;
&lt;br /&gt;
=== WAB PHOTO ===&lt;br /&gt;
'''Unsupported.''' Does not support images.&lt;br /&gt;
&lt;br /&gt;
=== WAB NOTE ===&lt;br /&gt;
According to the example in the RFC spec, all commas should be escaped, but WAB does not Un-escape them, leaving \, in the notes field.&lt;br /&gt;
&lt;br /&gt;
== Microsoft Entourage ==&lt;br /&gt;
On Mac OS X. Entourage versions 10 and 11.&lt;br /&gt;
&lt;br /&gt;
=== Entourage general comments ===&lt;br /&gt;
* Entourage versions 10 and 11 export vCard files as UTF-16, big endian, with Mac classic line endings (a single CR). The file does contain the proper UTF-16 BE BOM at the start, making identification of the file contents simpler.&lt;br /&gt;
* Importing vCards: Entourage 11 will look for a BOM when importing a vCard file. It respects UTF-16 BE, UTF-16 LE, and UTF-8 BOMs. With no BOM, Entourage 11 will attempt to import the vCard file as an 8-bit stream using the current system encoding (for example, Mac Roman).&lt;br /&gt;
* Entourage 12 (under development) is expected to have better vCard standard conformance, exporting vCard files as UTF-8 (with individual fields properly labelled with &amp;quot;charset=utf-8&amp;quot;) and using Windows (CR+LF) line endings. When importing vCard files without a BOM, it wil assume UTF-8 encoding but will respect &amp;quot;charset=&amp;quot; tags if present.&lt;br /&gt;
&lt;br /&gt;
== Apple Address Book ==&lt;br /&gt;
Apple Address Book (AAB) on Mac OS X 10.3 (Panther) and 10.4 (Tiger).&lt;br /&gt;
&lt;br /&gt;
=== AAB general comments ===&lt;br /&gt;
* There are issues with importing UTF-8 vCards.  Apple Address Book appears to treat .vcf files in the file system NOT as UTF-8, but rather perhaps Mac Roman? &lt;br /&gt;
** Workaround: Explicitly specify the UTF-8 charset for vCard properties/fields that have non-ASCII-7 characters.  This is allowed per [[vcard-errata]], and encouraged to enable higher fidelity character set handling.&lt;br /&gt;
* Importing multiple vCards with the same fn/n results in duplicate entries in the Address Book.  Basically,  Address Book assumes that every vCard present in a single .vcf file represents a different person, even if the fn/n are the same etc.&lt;br /&gt;
** Workarounds: &lt;br /&gt;
*** Only markup one hCard per person, per page (has potential implications for [[hresume|hResume]]).&lt;br /&gt;
*** Have the converting application/service (e.g. X2V), do automerging of hCards with the same fn/n and generate a .vcf stream with one vCard per unique fn/n.&lt;br /&gt;
* Apple Address Book 4.0.4 (Mac OS X 10.4) exports vCard files as UTF-16 big endian with no BOM and Mac (CR) line endings, if the vCard record contains any non-ASCII data (for example Japanese characters). If the entire vCard record can be represented in ASCII, it is exported as an ASCII encoded file with Windows (CR+LF) line endings.&lt;br /&gt;
&lt;br /&gt;
Several properties appear to have no or limited support, see below for specifics.&lt;br /&gt;
&lt;br /&gt;
=== AAB organization vs individual ===&lt;br /&gt;
Summary: FN==ORG organization semantic supported for both import and export.&lt;br /&gt;
&lt;br /&gt;
For organization contact info, sets the FN and ORG to the name of the organization and N to empty on exported vCards.&lt;br /&gt;
&lt;br /&gt;
Also treats imported vCards like that as organization contact info cards visibly in the UI.&lt;br /&gt;
&lt;br /&gt;
=== AAB GEO ===&lt;br /&gt;
'''Unsupported.''' The GEO field is ignored on imported vCards. It is only saved as part of the NOTE.&lt;br /&gt;
&lt;br /&gt;
=== AAB SOURCE ===&lt;br /&gt;
'''Unsupported.''' The SOURCE property is not supported on imported vCards. It is only saved as part of the NOTE.&lt;br /&gt;
&lt;br /&gt;
=== AAB LOGO ===&lt;br /&gt;
'''Unsupported.''' The LOGO property is totally ignored and not even saved as part of the NOTE.&lt;br /&gt;
&lt;br /&gt;
=== AAB PHOTO ===&lt;br /&gt;
'''Partial support.''' The PHOTO property is only supported when it has inline encoded data. URL values appear to be ignored.&lt;br /&gt;
&lt;br /&gt;
=== AAB URL ===&lt;br /&gt;
'''Lack of support for aim protocol'''.  URLs starting with &amp;quot;aim:&amp;quot; are imported but then when clicked, Address Book prepends them with &amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt; before &amp;quot;activating&amp;quot; them thus rendering them non-functional.&lt;br /&gt;
&lt;br /&gt;
'''Non-standard restriction to one value.''' (Version 3.0 and below only. Works fine in v4.0+): Only ONE URL property value is supported for vCard import (whereas multiple *should* be supported, just like EMAIL).&lt;br /&gt;
&lt;br /&gt;
=== AAB ADR ===&lt;br /&gt;
'''Quirky.''' If you do NOT specify which type of address information it is (like HOME or WORK) it is assumed to be a WORK address, whereas [[vcard|vCard]] specifies that the default type for adr is all of: INTL, POSTAL, PARCEL, WORK.&lt;br /&gt;
&lt;br /&gt;
=== AAB CATEGORIES ===&lt;br /&gt;
'''Quirky.''' Behavior confirmed on versions:&lt;br /&gt;
* default on OSX.3&lt;br /&gt;
* Version 4.03 (483) on OSX.&lt;br /&gt;
&lt;br /&gt;
Summary: Exports native &amp;quot;Groups&amp;quot; as vCard CATEGORIES.  Ignores CATEGORIES field when importing a vCard.&lt;br /&gt;
&lt;br /&gt;
The UI lets you create distinct &amp;quot;Groups&amp;quot; which you can then drag contacts into. Contacts can be in more than one group. Upon exporting a contact that is in one or more Groups, those Groups are listed in the CATEGORIES field.&lt;br /&gt;
&lt;br /&gt;
However, when importing vCards, the CATEGORIES field is totally ignored by Address Book.&lt;br /&gt;
# It does not add vCards with a category that matches a current Group to that Group.&lt;br /&gt;
# It does not create new Groups for vCards with new categories.&lt;br /&gt;
# It does not even add the CATEGORIES to the end of the notes field.&lt;br /&gt;
Though presumably it SHOULD do #1 and #2.  Would also be nice if it simply let you edit the groups/categories for a contact simply as a list of tags for that contact.&lt;br /&gt;
&lt;br /&gt;
== Evolution ==&lt;br /&gt;
Evolution (Evo)&lt;br /&gt;
On Linux.&lt;br /&gt;
&lt;br /&gt;
=== Evo GEO ===&lt;br /&gt;
'''Unsupported.'''&lt;br /&gt;
* ichigo, Frederic to fill in details&lt;br /&gt;
&lt;br /&gt;
=== Evo KEY ===&lt;br /&gt;
&lt;br /&gt;
Evolution uses GnuPG to manage GPG/PGP keys&lt;br /&gt;
&lt;br /&gt;
== Nokia series 60 address book ==&lt;br /&gt;
Nokia series 60 address book (N60AB).&lt;br /&gt;
&lt;br /&gt;
=== N60AB line endings ===&lt;br /&gt;
The Contacts application on Nokia series 60 handsets will only open vCards with Windows (\r\n) line endings.  Any other line ending styles will cause an error message.&lt;br /&gt;
&lt;br /&gt;
This is actually reasonable behavior because the vCard spec explicitly states \r\n should be used, but many applications will accept \n delimited vCards without complaint, and may microformat services produce \n delimited output.&lt;br /&gt;
&lt;br /&gt;
== Palm Desktop 4.1.4 ==&lt;br /&gt;
Palm Desktop 4.1.4 (PD414).&lt;br /&gt;
&lt;br /&gt;
=== PD414 vCard import ===&lt;br /&gt;
Palm Desktop 4.1.4 appears to fail importing a vcard if it has a NAME specified in the vcard.&lt;br /&gt;
&lt;br /&gt;
== CSV to vCard ==&lt;br /&gt;
[http://tempatservicehpdibandarlampung.blogspot.co.id CSV to vCard] web service takes CSV (or tab-delimited) contacts and turns them into vCard format. This was originally written to take information from Outlook Express for Mac OS 9 and bring it into the address book in OS X.&lt;br /&gt;
&lt;br /&gt;
== contributors==&lt;br /&gt;
* [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
* Brian Suda&lt;br /&gt;
* Steve Robillard&lt;br /&gt;
&lt;br /&gt;
== related pages ==&lt;br /&gt;
{{hcard-related-pages}}&lt;/div&gt;</summary>
		<author><name>Lowongankerjalampung</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcalendar-de&amp;diff=65902</id>
		<title>hcalendar-de</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcalendar-de&amp;diff=65902"/>
		<updated>2017-02-18T13:38:06Z</updated>

		<summary type="html">&lt;p&gt;Lowongankerjalampung: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''hCalendar''' ist ein enfaches, offenes Format zur Auszeichnung von Kalender- und Veranstaltungsdaten. Es basiert auf dem iCalendar-Standard (RFC2445) und passt diesen auf die Benutzung in HTML oder XHTML, Atom, RSS oder anderen XML-Dialekten an. hCalendar ist eines von vielen [[microformats|Mikroformaten]].&lt;br /&gt;
&lt;br /&gt;
Wer mit dem Schreiben eines hCalendar-Eintrags beginnen will, benutze den [http://microformats.org/code/hcalendar/creator hCalendar creator] oder folge den [[hcalendar-authoring|Autorenhinweisen für hCalendar]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Spezifikation ==&lt;br /&gt;
&lt;br /&gt;
; Herausgeber : [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc])&lt;br /&gt;
; Autoren : [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc])&lt;br /&gt;
: [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
&lt;br /&gt;
Mit der Veröffentlichung auf den Seiten der Autoren ([[User:Tantek|Tantek Çelik]], [[User:Brian|Brian Suda]]) wurde diese Spezifikation als public domain freigegeben.&lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patente ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Danksagungen ===&lt;br /&gt;
&lt;br /&gt;
Unser Dank geht an:&lt;br /&gt;
* Adam Bosworth für die Leitung der [http://wiki.oreillynet.com/foocamp04/index.cgi?HTMLForCalendars FOO Camp 2004 HTML For Calendars presentation], die eine kritische Masse von interessierten Gruppen zusammenbrachte.&lt;br /&gt;
&lt;br /&gt;
== Einführung ==&lt;br /&gt;
&lt;br /&gt;
Der iCalendar-Standard ([http://www.ietf.org/rfc/rfc2445.txt RFC2445]) steht auf vielen Plattformen zur Verfügung.&lt;br /&gt;
&lt;br /&gt;
Blogger besprechen oft Termine und Veranstaltungen in ihren Blogs. Egal, ob es sich dabei um bevorstehende Termine oder Nachbesprechungen bereits stattgefunden habender Veranstaltungen handelt, eine einfache Struktur macht es möglich, dass diese Beiträge und Diskussionen auch von Spidern und anderen Aggregatoren gelesen und in das iCalendar-Format überführt werden können. Somit sind sie in Programmen, die den iCalendar-Standard unterstützen, weiterverwendbar.&lt;br /&gt;
&lt;br /&gt;
Diese Spezifikation führt das hCalendar-Format ein, welches den iCalendar-Standard in sematischem HTML abbildet. Autoren von Webinhalten, zum Beispiel Blogger, können mit hCalendar Termine auf ihren Seiten auszeichnen, die so ausgezeichneten Termine gesondert mit CSS formatieren sowie auf diese Informationen mit Programmen zugreifen, ohne diese Informationen noch einmal --beispielsweise in einer Datei-- gesondert zur Verfügung stellen zu müssen.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Designprinzipien für semantisches XHTML ==&lt;br /&gt;
&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
Für die Praxis wird darauf hingewiesen, dass die Unterstützung des Microsoft Internet Explorers für &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; fehlt und daher Container-Elemente für &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; benötigt werden.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
=== Allgemein ===&lt;br /&gt;
&lt;br /&gt;
Der iCalendar-Standard ([http://www.isric.org/users/kitssupplies isric.org]) bildet die Grundlage für hCalendar.&lt;br /&gt;
&lt;br /&gt;
Anmerkung: the editor and authors of this specification are tracking the [http://lists.osafoundation.org/pipermail/ietf-calsify/ &amp;quot;iCal-Basic&amp;quot; effort] and intend to base the core hCalendar profile on iCal-Basic. See references for a link to the current draft.&lt;br /&gt;
&lt;br /&gt;
Die grundlegende Regel ist, die Namen der iCalendarobjekte und -eigenschaften mit Kleinschreibung in hCalendar weiter zu verwenden und die Verschachtelung der iCalendar-Struktur direkt mittels XHTML-Elementen abzubilden.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
Der Root Class Name von hCalendar ist &amp;quot;vcalendar&amp;quot;. Ein mit diesem Namen klassifiziertes Element wird ''hCalendar'' genannt.&lt;br /&gt;
&lt;br /&gt;
Der Root Class Name eines Termins ist &amp;quot;vevent&amp;quot;. Ein mit diesem Namen klassifiziertes Element wird ''hCalendar event'' genannt.&lt;br /&gt;
&lt;br /&gt;
Um die Auszeichnung mit hCalendar zu vereinfachen, werden beide Namen --&amp;quot;vcalendar&amp;quot; und &amp;quot;vevent&amp;quot;-- als Root Class Names angesehen. Falls ein Dokument Elemente der Klasse &amp;quot;vevent&amp;quot; aber keine Elemente der Klasse &amp;quot;vcalendar&amp;quot; enthält, wird angenommen, dass das ganze Dokument zur Klasse &amp;quot;vcalendar&amp;quot; gehört.  &lt;br /&gt;
&lt;br /&gt;
Ein '''vevent'''-Element wird für jeden einzelnen Termin benötigt.&lt;br /&gt;
&lt;br /&gt;
=== Einzelne Eigenschaften ===&lt;br /&gt;
&lt;br /&gt;
Die Einträge eines hCalendars werden durch im hCalendar befindliche Elemente, die mit den folgend aufgezählten Klassennamen ausgezeichnet sind, repräsentiert. Einige Eigenschaften haben Untereigenschaften. Diese werden durch Elemente innerhalb der Elemente der Eigenschaften dargestellt.&lt;br /&gt;
&lt;br /&gt;
=== Eigenschaftenliste ===&lt;br /&gt;
&lt;br /&gt;
hCalendar Eigenschaften (Untereigenschaften sind wie hier in Klammern gesetzt)&lt;br /&gt;
&lt;br /&gt;
'''vorgeschrieben:'''&lt;br /&gt;
* '''dtstart''' ([[iso-8601|ISO Datum]])&lt;br /&gt;
* '''summary'''&lt;br /&gt;
&lt;br /&gt;
Optional:&lt;br /&gt;
* location&lt;br /&gt;
* url&lt;br /&gt;
* dtend (ISO-Datum), duration (ISO-Datum Dauer)&lt;br /&gt;
* rdate, rrule&lt;br /&gt;
* category, description&lt;br /&gt;
* uid&lt;br /&gt;
* geo (latitude, longitude)&lt;br /&gt;
* ... Anmerkung des Herausgebers: diese Liste ist nicht komplett (die Liste wird [[hcalendar|auf der englischen Originalseite dieses Artikels]] komplettiert). Die hier aufgezählten Eigenschaften sind die gebräuchlichsten.&lt;br /&gt;
&lt;br /&gt;
=== Weitere, genauere semantische Entsprechungen ===&lt;br /&gt;
&lt;br /&gt;
Einige Eigenschaften können noch konkreter ausgezeichnet werden. Die entsprechenden Informationen erfahren weitere Aufbereitungen, z. B.:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;URL&amp;lt;/code&amp;gt; aus iCalendar wird in hCalendar zu &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; innerhalb des Elements der Klasse &amp;lt;code&amp;gt;class=&amp;quot;vevent&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;ATTENDEE&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;CONTACT&amp;lt;/code&amp;gt; und &amp;lt;code&amp;gt;ORGANIZER&amp;lt;/code&amp;gt; aus iCalendar {{may}} (können) in hCalendar durch einen [[hcard|hCard]]-Eintrag ausgezeichnet werden.&lt;br /&gt;
* Ein namentlich genannter, eventuell auch mit Adresse oder Geoinformationen aufgeführter (Veranstaltungs-)Ort {{may}} (kann) mit einem verschachtelten [[hcard|hCard]]-Eintrag dargestellt werden.&lt;br /&gt;
* Da es für &amp;lt;code&amp;gt;LOCATION&amp;lt;/code&amp;gt; unterschiedliche Formen gibt, {{may}} (kann) eine Adresse als [[adr]] ausgezeichnet werden and für Geo-&amp;lt;code&amp;gt;LOCATION&amp;lt;/code&amp;gt; (Breiten- und Längengrade) kann [[geo]] benutzt werden.&lt;br /&gt;
* Für &amp;lt;code&amp;gt;UID&amp;lt;/code&amp;gt; aus iCalendar wird in hCalendar bei einem Termin eine URL angegeben.&lt;br /&gt;
&lt;br /&gt;
=== Singular vs. Plural Properties ===&lt;br /&gt;
&lt;br /&gt;
For properties which are singular (e.g. &amp;quot;N&amp;quot; and &amp;quot;FN&amp;quot; from vCard), the first descendant element with that class {{should}} take effect, any others being ignored.&lt;br /&gt;
&lt;br /&gt;
For properties which can be plural (e.g. &amp;quot;TEL&amp;quot; from vCard), each class instance {{should}} create a instance of that property. Plural properties with subtypes (e.g. TEL with WORK, HOME, CELL from vCard) can be optimized to share a common element for the property itself, with each instance of subtype being an appropriately classed descendant of the property element.&lt;br /&gt;
&lt;br /&gt;
==== Plural Properties Singularized ====&lt;br /&gt;
&lt;br /&gt;
Since plural property names become their singular equivalents, even if the original plural property permitted only a single value with multiple components, those multiple components are represented each with their own singularly named property and the the property is effectively multivalued and subject to the above treatment of multivalued properties.&lt;br /&gt;
&lt;br /&gt;
=== Menschen- und Maschinenlesbarkeit ===&lt;br /&gt;
&lt;br /&gt;
Wenn ein &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;-Element für eine Eigenschaft benutzt wird, wird im '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;'-Attribut des &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;-Elements der zur maschinellen Auswertung vorgesehene Wert gesetzt. Der Inhalt des Elements selbst enthält hingegen den für Menschen vorgesehenen Text. Diese Spezifikation empfiehlt, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;-Elemente für folgende iCalendar-Eigenschaften zu benutzen:&lt;br /&gt;
&lt;br /&gt;
* DTSTART, DTEND, DURATION, RDATE, RRULE&lt;br /&gt;
&lt;br /&gt;
== Beispiel 1 ==&lt;br /&gt;
&lt;br /&gt;
Ein Terminbeispiel in iCalendar-Notation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
BEGIN:VCALENDAR&lt;br /&gt;
PRODID:-//XYZproduct//EN&lt;br /&gt;
VERSION:2.0&lt;br /&gt;
BEGIN:VEVENT&lt;br /&gt;
URL:http://www.web2con.com/&lt;br /&gt;
DTSTART:20071005&lt;br /&gt;
DTEND:20071020&lt;br /&gt;
SUMMARY:Web 2.0 Conference&lt;br /&gt;
LOCATION:Argent Hotel\, San Francisco\, CA&lt;br /&gt;
END:VEVENT&lt;br /&gt;
END:VCALENDAR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... und eine mögliche Entsprechung im hCalendar-Format mit einigen angebrachten Optimierungen. See [[hcalendar-example1-steps]] for the derivation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;http://www.web2con.com/&amp;quot;&amp;gt;http://www.web2con.com/&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Web 2.0 Conference&amp;lt;/span&amp;gt;: &lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;2007-10-05&amp;quot;&amp;gt;October 5&amp;lt;/abbr&amp;gt;-&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;dtend&amp;quot; title=&amp;quot;2007-10-20&amp;quot;&amp;gt;19&amp;lt;/abbr&amp;gt;,&lt;br /&gt;
 at the &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Argent Hotel, San Francisco, CA&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
was wie folgt ausgegeben werden kann:&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.web2con.com/&amp;lt;/span&amp;gt;&amp;amp;nbsp;&amp;lt;!-- note modified to account for idiosyncrasy of wiki software --&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Web 2.0 Conference&amp;lt;/span&amp;gt;: &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;2007-10-05&amp;quot;&amp;gt;October 5&amp;lt;/abbr&amp;gt;-&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtend&amp;quot; title=&amp;quot;2007-10-20&amp;quot;&amp;gt;19&amp;lt;/abbr&amp;gt;,&lt;br /&gt;
at the &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Argent Hotel, San Francisco, CA&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Dieser Eintrag ist im Quelltext dieser Seite enthalten und wird deshalb von Programmen, die Mikroformate aus Webseiten lesen können (Parser), hier auch gefunden.&lt;br /&gt;
&lt;br /&gt;
=== Beispiel 2 ===&lt;br /&gt;
&lt;br /&gt;
Das folgende Beispiel zeigt ein angesetztes Treffen, welches am 12. März 1998 um 08:30 EST (Eastern Standard Time) beginnt und am selben Tag um 09:30 Ortszeit endet.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
     BEGIN:VCALENDAR&lt;br /&gt;
     BEGIN:VEVENT&lt;br /&gt;
     UID:guid-1.host1.com&lt;br /&gt;
     DTSTAMP:19980309T231000Z&lt;br /&gt;
     DESCRIPTION:Project XYZ Review Meeting&lt;br /&gt;
     SUMMARY:XYZ Project Review&lt;br /&gt;
     DTSTART:19980312T133000Z&lt;br /&gt;
     DTEND:19980312T143000Z&lt;br /&gt;
     LOCATION:1CP Conference Room 4350&lt;br /&gt;
     END:VEVENT&lt;br /&gt;
     END:VCALENDAR&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Das Gleiche in hCalendar:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3 class=&amp;quot;summary&amp;quot;&amp;gt;XYZ Project Review&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;Project XYZ Review Meeting&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;To be held on &amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;1998-03-12T08:30:00-05:00&amp;quot;&amp;gt;12 March 1998 from 8:30am EST&amp;lt;/abbr&amp;gt; &lt;br /&gt;
until &amp;lt;abbr class=&amp;quot;dtend&amp;quot; title=&amp;quot;1998-03-12T09:30:00-05:00&amp;quot;&amp;gt;9:30am EST&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Location: &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;1CP Conference Room 4350&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;Booked by: &amp;lt;span class=&amp;quot;uid&amp;quot;&amp;gt;guid-1.host1.com&amp;lt;/span&amp;gt; on &lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstamp&amp;quot; title=&amp;quot;19980309T231000Z&amp;quot;&amp;gt;9 Mar 1998 6:00pm&amp;lt;/abbr&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dies könnte so ausgegeben werden:&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3 class=&amp;quot;summary&amp;quot;&amp;gt;XYZ Project Review&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;Project XYZ Review Meeting&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;To be held on &amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;1998-03-12T08:30:00-05:00&amp;quot;&amp;gt;12 March 1998 from 8:30am EST&amp;lt;/abbr&amp;gt; &lt;br /&gt;
until &amp;lt;abbr class=&amp;quot;dtend&amp;quot; title=&amp;quot;1998-03-12T09:30:00-05:00&amp;quot;&amp;gt;9:30am EST&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Location: &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;1CP Conference Room 4350&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;Booked by: &amp;lt;span class=&amp;quot;uid&amp;quot;&amp;gt;guid-1.host1.com&amp;lt;/span&amp;gt; on &amp;lt;abbr class=&amp;quot;dtstamp&amp;quot; title=&amp;quot;19980309T231000Z&amp;quot;&amp;gt;9 Mar 1998 6:00pm&amp;lt;/abbr&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Anmerkung 1: The product information is not necessary since hCalendar is an interchange format.  When transforming hCalendar back into iCalendar, the transforming engine should add its own product ID.&lt;br /&gt;
&lt;br /&gt;
Anmerkung 2: A surrounding &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;vcalendar&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; element is optional, and is left out as such.  It is optional since the context of a vcalendar is implied when a vevent is encountered.  The implied context/scope is that of the document.  Authors may explicitly use elements with class=&amp;quot;vcalendar&amp;quot; to wrap sets of vevents that all belong to the same calendar, e.g. when publishing multiple calendars on the same page.&lt;br /&gt;
&lt;br /&gt;
Anmerkung 3: The version information is unnecessary in hCalendar markup directly since the version will be defined by the profile of hCalendar that is used/referred to in the 'profile' attribute of the &amp;lt;head&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
Anmerkung 4: [[iso-8601|ISO8601]] dates (required by iCalendar) are not very human friendly.  In addition, the year is often understood implicitly by humans from the context.  Thus &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; elements are used to simultaneously provide a human friendly date and/or time in the visible contents of the element, while placing the respective machine parsable comprehensive ISO8601 datetime in the 'title' attribute.&lt;br /&gt;
The notation &amp;lt;code&amp;gt;YYYY-MM-DDThh:mm:ss&amp;lt;/code&amp;gt; should be used for better readability, following the format of RFC 3339.&lt;br /&gt;
&lt;br /&gt;
Anmerkung 5: The difference between the DTEND ISO8601 date (2005-10-08) and the human readable date (7) is NOT a mistake.  [http://lists.osafoundation.org/pipermail/ietf-calsify/2005-September/000769.html DTEND is exclusive], meaning, that the event ends just before the DTEND. Thus for events which start on one day and end on another day, the DTEND date must be specified as the day after the day that a human would say is the last day of the event.&lt;br /&gt;
&lt;br /&gt;
Anmerkung 6: The location in this example contains implicit structure (venue name, city, state) which could be marked up explicitly as an [[hcard|hCard]].  See [http://microformats.org/wiki/hcalendar-brainstorming#hCard_locations hCalendar brainstorming: hCard locations] for a informative explanation of how to do this.&lt;br /&gt;
&lt;br /&gt;
==Buttons==&lt;br /&gt;
&lt;br /&gt;
Don't forget that you can add one of our [[buttons#hCalendar|buttons]] to the page, to indicate the presence of hCalendar microformats. For example: http://www.boogdesign.com/images/buttons/microformat_hcalendar.png. If you can link it back to this page (or even page on your website, about your use of the microformat), so much the better!&lt;br /&gt;
&lt;br /&gt;
=== More Examples ===&lt;br /&gt;
&lt;br /&gt;
See [[hcalendar-examples|hCalendar examples]] for more examples, including examples from iCalendar RFC 2445 converted into hCalendar.&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
&lt;br /&gt;
This section is '''informative'''. The number of hCalendar examples in the wild has expanded far beyond the capacity of being kept inline in this specification. They have been moved to a [[hcalendar-examples-in-wild|separate page]].&lt;br /&gt;
&lt;br /&gt;
See [[hcalendar-examples-in-wild|hCalendar Examples in the wild]].&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
This section is '''informative'''. The number of hCalendar implementations has also expanded beyond the capacity of keeping them inline. They have been moved to a [[hcalendar-implementations|separate page]].&lt;br /&gt;
&lt;br /&gt;
See [[hcalendar-implementations|hCalendar Implementations]].&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2445.txt iCalendar RFC2445]&lt;br /&gt;
* [[rfc-2119| RFC 2119]]&lt;br /&gt;
* [[iso-8601|ISO8601]]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
&lt;br /&gt;
* [http://w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* [http://tantek.com/log/2004/09.html#hcalendar hCalendar term introduced and defined on the Web, 20040930]&lt;br /&gt;
* [http://wiki.oreillynet.com/foocamp04/index.cgi?HTMLForCalendars FOO Camp 2004 HTML For Calendars presentation, 20040911]&lt;br /&gt;
* [http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats FOO Camp 2004 Simple Semantic Formats presentation, 20040910]&lt;br /&gt;
* [http://ietfreport.isoc.org/idref/draft-royer-ical-basic/ iCal-Basic (latest)] [http://www.faqs.org/ftp/pub/pub/internet-drafts/draft-royer-ical-basic-04.txt (draft 04)]&lt;br /&gt;
* [http://www.w3.org/TR/NOTE-datetime W3C Note on Date and Time Formats]&lt;br /&gt;
* [http://www.imc.org/pdi/ Internet Mail Consortium Personal Data Interchange vCard and vCalendar]&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/hCalendar&lt;br /&gt;
&lt;br /&gt;
==== Specifications That Use hCalendar ====&lt;br /&gt;
&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
&lt;br /&gt;
==== Related Work ====&lt;br /&gt;
&lt;br /&gt;
* [http://lists.osafoundation.org/pipermail/ietf-calsify/ IETF-calsify archives]&lt;br /&gt;
* [http://www.softwarestudio.org/iCal/2445Issues.html RFC2445 Issues List]&lt;br /&gt;
* [http://ietf.webdav.org/calsify/ CALSIFY WG Links And Resources]&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.livejournal.com/users/jwz/444651.html jwz - Hula] (required reading)&lt;br /&gt;
* [http://www.jwz.org/doc/groupware.html Groupware Bad by Jamie Zawinski] crystalizes the reason for hCalendar ('''emphasis''' added):&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Right now people can do that by publishing .ics files, but it's not trivial to do so, and it's work on the part of other people to look at them. '''If it's not HTML hanging off our friend's home page that can be viewed in any browser on a public terminal in a library, the bar to entry is too high and it's useless.'''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://muddybranch.thejkgroup.com/ Jason Klemow's blog]&lt;br /&gt;
* [http://weblog.infoworld.com/udell/2006/01/11.html#a1368 Moving forward with microformats] by [http://weblog.infoworld.com/udell Jon Udell] provides an hCalendar example and some discussion.&lt;br /&gt;
* See also [http://www.technorati.com/cosmos/referer.html blogs discussing this page] and the [http://technorati.com/tags/hcalendar hCalendar tag]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/HCalendar Wikipedia article on hCalendar] (requires expansion)&lt;br /&gt;
* [http://www.ablognotlimited.com/articles/getting-semantic-with-microformats-part-4-hcalendar/ Getting Semantic With Microformats, Part 4: hCalendar] by [http://www.ablognotlimited.com/ Emily Lewis]&lt;br /&gt;
* [http://www.peachpit.com/guides/content.aspx?g=webdesign&amp;amp;seqNum=356 Microformats: The Art of Markup: hCalendar] by [http://www.stuffandnonsense.co.uk/ Andy Clarke]&lt;br /&gt;
* [http://forabeautifulweb.com/blog/about/a_tribute_to_microformats_a_reader_question_answered/ A tribute to Microformats (a reader question answered)] by [http://www.stuffandnonsense.co.uk/ Andy Clarke]&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
&lt;br /&gt;
{{hcalendar-related-pages}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:hCalendar]]&lt;/div&gt;</summary>
		<author><name>Lowongankerjalampung</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=work-of-art-fr&amp;diff=65901</id>
		<title>work-of-art-fr</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=work-of-art-fr&amp;diff=65901"/>
		<updated>2017-02-18T13:36:21Z</updated>

		<summary type="html">&lt;p&gt;Lowongankerjalampung: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Oeuvre d'Art =&lt;br /&gt;
&lt;br /&gt;
Beaucoup de muséums d'art utilisent les métadonnées pour décrire les oeuvres d'art dans leurs collections. Néanmoins la présentation des oeuvres d'art sur le web ne bénéficie pas souvent de ce travail de catégorisation. Nous aimerions développer un balisage xthml standard pour la présentation des oeuvres d'art sur le web.&lt;br /&gt;
&lt;br /&gt;
Cette page est un index pour un effort communautaire de créer un microformat oeuvre d'art.&lt;br /&gt;
&lt;br /&gt;
Selon le [[process-fr|processus]] des microformats :&lt;br /&gt;
&lt;br /&gt;
* [[workofart-brainstorming-fr|workoofart-brainstorming]] (Un endroit pour proposer et discuter des standards de balisage xhtml pour les oeuvres d'art.)&lt;br /&gt;
* [[workofart-examples-fr|workofart-exemples]] (une liste d'exemples de balisage (x)html pour les oeuvres d'art.)&lt;br /&gt;
* [[workofart-formats-fr]] (une liste de formats existant de métadonnées d'oeuvres d'art.)&lt;br /&gt;
&lt;br /&gt;
SVP, jetez un oeil et contribuez vos pensées et idées.&lt;br /&gt;
&lt;br /&gt;
* [[http://lowongankerjalampung161289.blogspot.co.id]]&lt;br /&gt;
* [[http://www.jsponsel.com/2017/02/lowongan-kerja-lampung.html]]&lt;br /&gt;
* [[http://www.jsponsel.com/ lowongan kerja lampung]]&lt;/div&gt;</summary>
		<author><name>Lowongankerjalampung</name></author>
	</entry>
</feed>