<?php
$extracss = 'h1 { text-transform:capitalize; font-variant:small-caps }';
?>
<?php include('header.html'); ?>
<h1>Xhtml Friends Network</h1>
<p>
<abbr title="XHTML Friends Network">XFN&trade;</abbr> (<strong>X</strong>HTML <strong>F</strong>riends <strong>N</strong>etwork) is a simple way to represent human relationships using hyperlinks.  In recent years, <dfn><a href="http://www.technorati.com/help/blogging101.html" title="Hyperlink to a definition of the term 'blog' and related terms.">blogs</a></dfn> and <dfn><a href="http://www.microcontentnews.com/resources/glossary/blogrolling.htm" title="Hyperlink to a definition of the term 'blogrolling'">blogrolls</a></dfn> have become the fastest growing area of the Web.  XFN enables web authors to indicate their relationship(s) to the people in their blogrolls simply by adding a '<code>rel</code>' attribute to their <code title="hyperlink anchor">&lt;a href&gt;</code> tags, e.g.:
</p>
<p>
<code class="eg">&lt;a href="http://jeff.example.org" <strong>rel="friend met"</strong>&gt;...</code>
</p>
<p>To find out how to write and use XFN, or to write a program to generate or spider it, read the following sections:
</p>
<dl>
<dt><a href="intro.html">Introduction and Examples</a></dt>
	<dd>Introduction to XFN, examples, styling suggestions, and future potential.</dd>

<dt><a href="join.html">Getting Started</a></dt>
	<dd>Join the XHTML Friends Network in just four easy steps!</dd>
	
<dt><a href="11.html">Profile</a></dt>
	<dd>Version 1.1 of the XFN meta data profile: the list of the values used in XFN with their significance. See the <a href="http://gmpg.org/xmdp">XMDP home page</a> for more information on XHTML Meta Data Profiles.</dd>

<dt><a href="background.html">Background</a></dt>
	<dd>The thinking that went into the design of XFN, why particular values were chosen, and why other values were left out.</dd>

<dt><a href="faq.html">FAQ</a></dt>
	<dd>Frequently asked questions about XFN.</dd>

<dt><a href="tools.html">XFN Tools</a></dt>
	<dd>A collection of tools, templates, editors, communities, and other resources that let you edit XFN information.  Includes the <a href="creator.html">XFN Creator</a>, among many others.</dd>

<dt><a href="and/index.html">XFN and ...</a></dt>
	<dd>How to use XFN with numerous social network services and other technologies.</dd>

<dt><a href="more.html">What's out there?</a></dt>
	<dd>Pointers to pages and sites which use XFN, tools, ...</dd>

<dt><a href="helping.html">How can I help?</a></dt>
	<dd>If you would like to support XFN...</dd>
	
<dt><a href="press.html">Press</a></dt>
	<dd>Articles about or that reference XFN...</dd>	
	
<dt><a href="thanks.html">Thanks</a></dt>
	<dd>Thanks to all those who have helped XFN with their feedback, constructive criticisms, suggestions, and inspirational uses.</dd>
	
<dt><a href="feedback.html">Feedback</a></dt>
	<dd>Let us know what you think about XFN.</dd>
</dl>

<?php include('footer.html'); ?>