<?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=ZelboLicac</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=ZelboLicac"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/ZelboLicac"/>
	<updated>2026-06-11T23:05:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=voting-examples&amp;diff=35778</id>
		<title>voting-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=voting-examples&amp;diff=35778"/>
		<updated>2008-12-19T22:37:07Z</updated>

		<summary type="html">&lt;p&gt;ZelboLicac: monlibasla&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eltcna&lt;br /&gt;
= Voting Examples =&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
There has been a good bit of discussion relating to how to represent the intent of a link from one site to another as an endorsement of that site or not. See Kevin Marks on voting ([http://epeus.blogspot.com/2003/03/vote-links.html Vote Links]) for initial arguments for a way to represent this information.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of voting examples from real world sites for the design of a simple voting [[microformat]]. - [[User:SteveIvy|Steve Ivy]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
* Kevin Marks&lt;br /&gt;
* Tantek &amp;amp;Ccedil;elik&lt;br /&gt;
* Steve Ivy&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
* [[voting-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Discussion/Concepts ==&lt;br /&gt;
(This may belong on a page of its own)&lt;br /&gt;
* [http://www.ashbykuhlman.net/blog/2002/09/06/0546 When is a link an endorsement?] -  Nathan Ashby-Kuhlman&lt;br /&gt;
* [http://epeus.blogspot.com/2003/03/anti-links-linking-to-things-you.html Anti-links - linking to things you disagree with and saying so] - Kevin Marks&lt;br /&gt;
* [http://epeus.blogspot.com/2003/03/vote-links.html Vote Links] - Kevin Marks&lt;br /&gt;
* [http://jeremy.zawodny.com/blog/archives/000751.html PageRank is Dead] - Jeremy Zawodny&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Centralized Implementations ===&lt;br /&gt;
* [http://digg.com Digg] - Digg is essentially a centralized voting system for links. Digg users can &amp;quot;digg&amp;quot; (vote-for) a link. Links with more diggs float to the top of the popular lists, hence getting more exposure and getting more diggs/votes for and against. Markup is plain html - links and images. However, the semantics of a digg are still unclear - links often get many diggs though the majority of commenters disagree with the content of the linked page. Comments on links can also be voted for or against - 'digg' or 'bury'.&lt;br /&gt;
** Link and descriptions&lt;br /&gt;
** # of votes ('for' votes)&lt;br /&gt;
** controls to vote ('digg')&lt;br /&gt;
** controls to vote on comments ('digg' or 'bury')&lt;br /&gt;
&lt;br /&gt;
* [http://www.urbandictionary.com Urban Dictionary] - dictionary of colloquialisms where users can vote up or down (for/against) terms in the dictionary. Markup is plain html - tables and images.&lt;br /&gt;
** Term and Definition&lt;br /&gt;
** # of votes 'up' and 'down'&lt;br /&gt;
** controls to vote ('up' or 'down')&lt;br /&gt;
&lt;br /&gt;
* Google's [http://en.wikipedia.org/wiki/PageRank#PageRank_uses_links_as_.22votes.22 PageRank] - &amp;quot;In essence, Google interprets a link from page A to page B as a vote, by page A, for page B.&amp;quot; Issues with PageRank's &amp;quot;any link is a good link&amp;quot; model are a major impetus to standardizing on a format for link-intention.&lt;br /&gt;
* [http://yro.slashdot.org/yro/07/01/04/1544210.shtml Slashdot] - users can give comments a [http://slashdot.org/faq/com-mod.shtml#cm700 karma] score which affects what comments are seen (comments can be filtered based on the score)&lt;br /&gt;
* [http://del.icio.us del.icio.us], [http://ma.gnolia.com/ ma.gnolia], [http://technorati.com/ Technorati favorites] - bookmarking sites that more or less represent a &amp;quot;for&amp;quot; vote&lt;br /&gt;
&lt;br /&gt;
=== Vote Links ===&lt;br /&gt;
There are a few implementations based on the [[vote-links|VoteLinks microformat]] combined with other technologies:&lt;br /&gt;
* [http://www.artweb-design.de/articles/2006/06/05/distributed-votings-using-microformats Distributed votings using microformats] from Artweb Design&lt;br /&gt;
* [http://24ways.org/2006/boost-your-hyperlink-power Boost Your Hyperlink Power] - Jeremy Keith, using CSS to surface vote information&lt;br /&gt;
&lt;br /&gt;
=== Example: Vote Links ===&lt;br /&gt;
(from: [[vote-links|VoteLinks microformat]])&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a rev=&amp;amp;quot;vote-for&amp;amp;quot; href=&amp;amp;quot;http://ragingcow.blogspot.com&amp;amp;quot;  &lt;br /&gt;
   title=&amp;amp;quot;neat spoof&amp;amp;quot;&amp;gt;Raging Cow&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rev=&amp;amp;quot;vote-against&amp;amp;quot; href=&amp;amp;quot;http://ragingcow.com&amp;amp;quot;  &lt;br /&gt;
   title=&amp;amp;quot;nasty corn syrup drink&amp;amp;quot;&amp;gt;Raging Cow&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
* Most example sites, including Digg, UrbanDictionary.com, and Slashdot all use plain text labels or images for marking up their voting features.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML SE]&lt;br /&gt;
* [[vote-links]]&lt;br /&gt;
* [http://dbpubs.stanford.edu:8090/pub/1999-66 Stanford paper describing an early version of PageRank]&lt;/div&gt;</summary>
		<author><name>ZelboLicac</name></author>
	</entry>
</feed>