/[refeed]/trunk/README.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/README.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Jul 5 00:27:49 2006 UTC (17 years, 10 months ago) by dpavlin
File MIME type: text/html
File size: 2819 byte(s)
make working copy of trunk
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <title>Reblog</title>
6 <link rel="stylesheet" href="softwarestyle.css" type="text/css">
7 </head>
8 <body>
9 <h1>Reblog</h1>
10 <p>$Revision: 1.21 $</p>
11 <div id="toc">
12 <h2>Table of Contents</h2>
13 <ul>
14 <li>
15 <a href="INSTALL.html">Installation</a>
16 </li>
17 <li>
18 <a href="guide/index.html">Users Guide</a>
19 </li>
20 <li>
21 <a href="ACCOUNTS.html">Accounts/Auth</a>
22 </li>
23 <li>
24 Developer Info
25 <ul>
26 <li><a href="API.html">API</a></li>
27 <li><a href="plugins/README.html">Plugins</a></li>
28 <li><a href="doc/">Core Library Docs</a></li>
29 </li>
30 <li>
31 <a href="LICENSE">LICENSE</a>
32 </li>
33 </ul>
34 </div>
35 <div id="contents">
36 <h2><a name="overview"></a>Overview</h2>
37 <p>
38 Reblog is a PHP-based server-side RSS aggregator/reader that allows for quick, easy, iterative filtering, editing and re-syndicating of posts. Its output is an RSS feed that contains numerous metadata necessary to re-publish posts with appropriate attribution.
39 </p>
40 <p>
41 Reblog is derived from a project called Feed-on-Feeds by Steve Minutillo (<a href="http://minutillo.com/steve/feedonfeeds/">http://minutillo.com/steve/feedonfeeds/</a>).
42 </p>
43 <h2><a name="installation"></a>Installation</h2>
44 <p>
45 Please see the <a href="INSTALL.html">installation instructions</a>.
46 </p>
47 <h2><a name="use"></a>Users' Guide</h2>
48 <p>
49 Please see the <a href="guide/index.html">users' guide</a>.
50 </p>
51 <h2>User Accounts/Authentication</h2>
52 <p>
53 With reFeed 2.1 beta, we have enabled multiple user accounts within
54 one reFeed installation. The account management and authentication
55 is piggybacked on other systems that refeed already interfaces
56 with in different ways. For more on this, please see the
57 <a href="ACCOUNTS.html">account management</a> page.
58
59 </p>
60 <h2><a name="extending"></a>Developers' Guide</h2>
61 <p>
62 Information on extending Reblog is available in the <a href="API.html">API documentation</a> and <a href="plugins/README.html">plug-ins documentation</a>. In-depth <a href="doc/">documentation of Reblog's core libraries</a> is also available.
63 </p>
64 <h2><a name="license"></a>License</h2>
65 <p>
66 Reblog is distributed under the GPL (see the <a href="LICENSE">LICENSE</a> file in this directory), though some of its included libraries (in<code>./library/</code>) are not.
67 </p>
68 </div>
69 </body>
70 </html>

  ViewVC Help
Powered by ViewVC 1.1.26