public
Description: reBlog facilitates the process of filtering and republishing relevant content from many RSS feeds. reBloggers subscribe to their favorite feeds, preview the content, and select their favorite posts. These posts are automatically published through their favorite blogging software. Plugins for Movable Type and WordPress.
Homepage: http://www.reblog.org
Clone URL: git://github.com/jamiew/reblog.git
reblog / INSTALL
100644 37 lines (26 sloc) 1.111 kb
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
 
                              reBlog Installation
 
Caveats
 
   Before going onto trying to install, there are few main points that
   should be made clear:
     * The reblog system requires the use of MySQL as the backend storage
       mechanism and a web server capable of interpreting PHP and Perl.
     * The Movable Type plugin we have provided will add a database table
       to be used by Movable Type, but should not break any current
       installation you may be running.
 
Installation Instructions
 
  Upgrading from 0.1 or 0.9 beta
 
   If you are upgrading your reBlog setup from the previous 0.1 or 0.9
   version, please see the file UPGRADE in this directory.
 
  reFeed
 
     * Files: ./refeed
     * Please see ./refeed/INSTALL for reFeed-specific installation
       instructions
 
  Plugins
 
     * Movable Type
          + Files: ./mt
          + Please see ./mt/INSTALL for Movable Type 3.x Plugin-specific
            installation instructions
     * WordPress
          + Files: ./wp
          + Please see ./wp/INSTALL for WordPress Plugin-specific
            installation instructions