AsedAtlas / selfoss

selfoss: The multipurpose rss reader, live stream, mashup, aggregation web application

Home Page:https://selfoss.aditu.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selfoss

Copyright (c) 2015 Tobias Zeising, tobias.zeising@aditu.de
https://selfoss.aditu.de
Licensed under the GPLv3 license
Version 2.19-SNAPSHOT

DOWNLOAD

INSTALLATION

  1. Upload all files of this folder (IMPORTANT: also upload the invisible .htaccess files)
  2. Make the directories data/cache, data/favicons, data/logs, data/thumbnails, data/sqlite and public/ writeable
  3. Insert database access data in config.ini (see below -- you don't have to change anything if you want to use sqlite)
  4. You don't have to install the database, it will be created automatically (ensure that your database has enought rights for creating triggers)
  5. Create cronjob for updating feeds and point it to https://yourselfossurl.com/update via wget or curl. You can also execute the cliupdate.php from commandline.

If you obtained selfoss using Git, some more steps will be required. See the development section.

For further questions or on any problem use our support forum: https://selfoss.aditu.de/forum/

CONFIGURATION

  1. Copy defaults.ini to config.ini
  2. Edit config.ini and delete any lines you do not wish to override
  3. Do not delete the [globals] line
  4. See https://selfoss.aditu.de/ for examples

UPDATE

  1. Backup your database and your "data" folder
  2. (IMPORTANT: don't delete the "data" folder) delete all old files and folders excluding the folder "data" and the file config.ini
  3. Upload all new files and folders excluding the data folder (IMPORTANT: also upload the invisible .htaccess files)
  4. Make the folder "public" writeable
  5. Rename your folder /data/icons into /data/favicons
  6. Clean your browser cache
  7. Insert your current database connection and your individual configuration in config.ini. Important: we change the config.ini and add new options in newer versions. You have to update the config.ini too.
  8. The database will be updated automatically (ensure that your database has enought rights for creating triggers)

If you obtained selfoss using Git, some more steps might be required. See the development section.

For further questions or on any problem use our support forum: https://selfoss.aditu.de/forum

SUPPORT

  • Issue tracker for reporting problems and requesting new features
  • Forum for general questions about usage
  • Chat for discussing selfoss development

OPML Import

Selfoss supports importing OPML files. Find the OPML export in the old application, it is usually located somewhere in settings. Then visit the page https://yourselfossurl.com/opml and upload it there.

APPS

Two third party apps are available for Android: Selfoss and Reader For Selfoss.

DEVELOPMENT

Selfoss uses composer for installing external libraries. When you clone the repository you have to issue composer install to retrieve the external sources.

For the client side, you will also need JavaScript dependencies installed by calling npm install in the public directory.

If you want to create a package with all the dependencies bundled, you will additionally require grunt. After installing it, execute npm install in the selfoss directory to obtain the required tasks. Then you can run grunt command to produce a zipball. As a bonus, you can also use grunt install as a shortcut for installing the selfoss dependencies described above.

Every patch is expected to adhere to our coding style, which is checked automatically by Travis. You can install the checkers locally either with your package manager or by calling utils/install-phars.sh, and then run the checks using grunt check before submitting a pull request.

CREDITS

Very special thanks to all contributors of pull requests here on github. Your improvements are awesome!!!

Special thanks to the great programmers of this libraries which will be used in selfoss:

Icon Source: http://www.artcoreillustrations.com/

About

selfoss: The multipurpose rss reader, live stream, mashup, aggregation web application

https://selfoss.aditu.de

License:GNU General Public License v3.0


Languages

Language:PHP 59.6%Language:JavaScript 19.7%Language:HTML 12.6%Language:CSS 7.9%Language:Shell 0.2%