-
Notifications
You must be signed in to change notification settings - Fork 0
/
newspaper.html
79 lines (55 loc) · 3.04 KB
/
newspaper.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Syndication for Humans : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Newspaper Project (Syndication for Humans)</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">Newspaper Project (Syndication for Humans)</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="newspaper" class="anchor" href="#newspaper" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Newspaper (formerly syndication4humans)</h3>
<p>This project offers a standard and portable way for applications that support XSL transformation to render XML-based documents of types Atom, RDF and RSS.</p>
<h3>
<a id="userscript" class="anchor" href="#userscript" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Project Page (Userscript)</h3>
<p>Userscript can be found at <a href="https://openuserjs.org/scripts/sjehuda/Newspaper">OpenUserJS</a>. Name of the project is Newspaper (was Syndication for Humans).</p>
<h3>
<a id="mission" class="anchor" href="#mission" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Mission</h3>
<p>The purpose of this project is integrating a rendering syndication feed mechanism to any web browser.</p>
<h3>
<a id="supportted-syndications" class="anchor" href="#supportted-syndications" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Supportted Syndications</h3>
<p>Atom 1.0<br>
RSS 2.0</p>
<h3>
<a id="supportted-modules" class="anchor" href="#supportted-modules" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Supportted Modules</h3>
<p>Content<br>
GeoRSS (Geographical RSS)<br>
iTunes (Podcast)<br>
MRSS (Media RSS)</p>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>Schimon Jehuda (<a href="https://github.com/sjehuda" class="user-mention">@sjehuda</a>), project founder.</p>
<h3>
<a id="support" class="anchor" href="#support" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support</h3>
<p>If you find an unsupported syndication feed or have a suggestion for improvements, please file a ticket at our <a href="https://github.com/sjehuda/syndication4humans/issues">issue tracker</a>.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>