SHUTDOWN due to lack of funds - We use this for adding RSS feeds to the data soup
 
 
 
 
 
 
Go to file
Benjamin Schieder ea96e62f66 Create README.md 2017-04-23 21:39:22 +02:00
RSSTootalizer make local vars local 2017-04-23 20:24:03 +01:00
migrations last minute hotfixes 2017-04-23 20:22:46 +01:00
static rename Tweetodon to RSSTootalizer 2017-04-23 20:51:48 +02:00
.gitignore last minute hotfixes 2017-04-23 20:22:46 +01:00
README.md Create README.md 2017-04-23 21:39:22 +02:00
callback.pl rename Tweetodon to RSSTootalizer 2017-04-23 20:51:48 +02:00
cronjob.pl make local vars local 2017-04-23 20:24:03 +01:00
index.pl make local vars local 2017-04-23 20:24:03 +01:00
post_status.bash final touches 2017-04-23 20:49:07 +02:00
process_code.bash progress 2017-04-21 21:45:58 +02:00
register_app.bash progress 2017-04-21 21:45:58 +02:00
rsstootalizer.conf.example.json rename Tweetodon to RSSTootalizer 2017-04-23 20:51:48 +02:00
update_db.pl last minute hotfixes 2017-04-23 20:22:46 +01:00
verify_credentials.bash implement filters 2017-04-22 20:49:49 +02:00

README.md

RSSTootalizer

Service to post RSS feeds to Mastodon

Installation

First, make sure dependent programs and perl modules are installed:

# apt-get install libhtml-template-perl libjson-perl libdbd-mysql libdbi-perl libxml-feed-perl \
                  libuuid-tiny-perl libdbd-mysql-perl curl

Then clone into your webservers /cgi-bin/ directory and make a non-cgi alias for the /static directory. Example configuration for Apache:

                Alias /cgi-bin/rsstootalizer/static /usr/lib/cgi-bin/rsstootalizer/static
                ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
                <Directory "/usr/lib/cgi-bin">
                        AllowOverride None
                        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                        Require all granted
                </Directory>

Finally, copy the file rsstootalizer.conf.example.json to rsstootalizer.conf.json and adapt to your setup and run ./update_db.pl to create your tables. Now you can log in to your very own instance of RSSTootalizer!