Attention Profiling Mark-up Language: Difference between revisions

Content deleted Content added
I'm not sure if this is what Wikipedia meant when they said that the XML Standards category page is "is in need of attention."... But hey, it actually works.
GreenC bot (talk | contribs)
Reformat 1 archive link. Wayback Medic 2.5 per WP:USURPURL and JUDI batch #20
 
(34 intermediate revisions by 30 users not shown)
Line 1:
{{for|the blood disease called APML|Acuteacute promyelocytic leukemia}}
{{more citations needed|date=April 2018}}
 
'''APML''' ('''Attention Profiling Mark-up Language''' ('''APML''') is an [[XML]]-based format [[markup language]] for capturingdocumenting a person's interests and dislikes.
 
==Overview==
APML allows people to share their own personal attention profile in much the same way that [[OPML]] allows the exchange of reading lists between news readers. The idea behind APML is to compress all forms of attention data into a portable file format containing a description of the user's rated interests.
 
==The APML Workgroup==
The APML Workgroup is tasked with maintaining and refining the APML specification. The APML Workgroup is made up of industry experts and leaders and was founded by Chris Saad and Ashley Angell.<ref>[{{cite web|url=http://apml.orgareyoupayingattention.com/geeks/workgroup/ |title=Australian The APML Website] |accessdate=December 7, 2013 |url-status=dead |archiveurl=https://web.archive.org/web/20131014095735/http://apml.areyoupayingattention.com/geeks/workgroup/ |archivedate=October 14, 2013 }}</ref>. The workgroup allows public recommendations and input, and actively evangelises the public’spublic's "Attention Rights". The workgroup also adheres to the principalsprinciples of Media 2.0 Best Practices.{{clarify|date=November 2015}}
 
==Services==
''Services that have adopted APML''
* [[Bloglines]] iswas an RSS reader. It iswas one of the major RSS readers on the web, with its main competitor being [[Google Reader]]. Bloglines announced it willwould support APML.<ref>[{{cite web|url=http://www.bloglines.com/about/news#147 |title=Bloglines Blog] |accessdate=November 22, 2007 |url-status=dead |archiveurl=https://web.archive.org/web/20071122231816/http://www.bloglines.com/about/news#147 |archivedate=November 22, 2007 }}</ref>.
* [[OpenLink Data Spaces]] is a Distributed Collaborative Web Application Platform, Social Network and Content Management System.
 
==Specifications==
*{{usurped|1=[https://web.archive.org/web/20071011060412/http://www.apml.org/developers/spec/ Specifications at apml.org]}}
 
==Example==
''Example taken from the [http://apml.pbwiki.com/ APML wikisite].''
<pre>
<?xml version="1.0"?>
<APML xmlns="http://www.apml.org/apml-0.6" version="0.6" >
<Head>
<Title>Example APML file for apml.org</Title>
<Generator>Written by Hand</Generator>
<UserEmail>sample@apml.org</UserEmail>
<DateCreated>2007-03-11T01:55:00Z</DateCreated>
</Head>
 
<Body defaultprofile="Work">
<Profile name="Home">
<ImplicitData>
<Concepts>
<Concept key="attention" value="0.99" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="content distribution" value="0.97" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="information" value="0.95" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="business" value="0.93" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="alerting" value="0.91" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="intelligent agents" value="0.89" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="development" value="0.87" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="service" value="0.85" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="user interface" value="0.83" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="experience design" value="0.81" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="site design" value="0.79" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="television" value="0.77" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="management" value="0.75" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
<Concept key="media" value="0.73" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
</Concepts>
 
<Sources>
<Source key="http://feeds.feedburner.com/apmlspec" name="APML.org" value="1.00" type="application/rss+xml" from="GatheringTool.com" updated="2007-03-11T01:55:00Z">
<Author key="Sample" value="0.5" from="GatheringTool.com" updated="2007-03-11T01:55:00Z" />
</Source>
</Sources>
</ImplicitData>
 
<ExplicitData>
<Concepts>
<Concept key="direct attention" value="0.99" />
</Concepts>
<Sources>
<Source key="http://feeds.feedburner.com/TechCrunch" name="Techcrunch" type="application/rss+xml" value="0.4">
<Author key="ExplicitSample" value="0.5" />
</Source>
</Sources>
</ExplicitData>
</Profile>
 
<Profile name="Work">
 
<ImplicitData />
 
<ExplicitData>
<Concepts>
<Concept key="Golf" value="0.2" />
</Concepts>
 
<Sources>
<Source key="http://feeds.feedburner.com/TechCrunch" name="Techcrunch" type="application/atom+xml" value="0.4">
<Author key="ProfessionalBlogger" value="0.5" />
</Source>
</Sources>
</ExplicitData>
</Profile>
 
<Applications>
<Application name="sample.com">
<SampleAppEl />
</Application>
</Applications>
 
</Body>
</APML>
</pre>
==See also==
* [[DataPortability]]
* [[Digital traces]]
* [[Profiling]]
 
== References ==
Line 104 ⟶ 24:
{{reflist}}
 
[[category:Markup languages]]
[[Category:XML-based standards]]
[[categoryCategory:MarkupXML markup languages]]
 
[[es:Lenguaje de perfil de atención]]
[[fa:ای‌پی‌ام‌ال]]
[[fr:APML]]