mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<title>Feed Validator Documentation</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<link rel="icon" href="http://www.feedvalidator.org/favicon.ico" />
|
|
<link rel="shortcut icon" href="http://www.feedvalidator.org/favicon.ico" />
|
|
<style type="text/css" media="screen">@import "../css/common.css";
|
|
@import "../css/documentation.css";</style>
|
|
<script type="text/javascript"><!-- --></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="logo">
|
|
<h1><a href="/"><span id="feed"><span id="f">F</span><span id="e1">E</span><span id="e2">E</span></span><span id="d">D</span> Validator</a></h1>
|
|
<p>Documentation</p>
|
|
<a class="skip" href="#startnavigation">Jump to navigation</a>
|
|
</div> <!--logo-->
|
|
|
|
|
|
<div id="main">
|
|
|
|
<h2>Tutorials</h2>
|
|
|
|
<ul>
|
|
<li><a href="howto/declare_namespaces.html">How do I declare namespaces in my RSS feed?</a></li>
|
|
<li><a href="howto/install_and_run.html">How do I install and run the Feed Validator?</a></li>
|
|
|
|
</ul>
|
|
|
|
<h2>Specifications</h2>
|
|
|
|
<ul>
|
|
<li><a href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php">Atom 1.0</a></li>
|
|
<li><a href="rss1.html">RSS 1.0 specification</a></li>
|
|
<li><a href="rss2.html">RSS 2.0 specification</a></li>
|
|
</ul>
|
|
|