Giter Club home page Giter Club logo

ttrss_import_export_all's Introduction

import_export_all

A Tiny Tiny RSS (http://tt-rss.org) plugin to import and export all articles.

Installation

  • From your TT-RSS directory, run git clone git://github.com/lotrfan/ttrss_import_export_all.git plugins/import_export_all
  • Enable the plugin:
    • If you are not going to use the command line importer (see below), you can enable it in the TT-RSS preferences page.
    • If you plan on using the command line importer, you need to enable it as a system plugin by adding import_export_all to the PLUGINS line in config.php.

Exporting

  • In the Feeds tab in preferences, the should be a new pane labeled Import and export everything.
  • Click the export button, and be prepared to wait awhile.

Importing via the command line

  • Backup your database.
  • Actually backup your database.
  • Make sure that the plugin is enabled in config.php (not as a user-enabled plugin).
  • Run, as the web server user, php /path/to/tt-rss/update.php --xml_import_all /path/to/exported/file.xml.gz e.g., if your web server runs as http: sudo -u http php /path/to/tt-rss/update.php --xml_import_all /path/to/exported/file.xml.gz
  • Wait for a long while (if you have a large number of articles to import).

Importing via the web interface

  • Backup your database.
  • Actually backup your database.
  • Use the file upload form in the Feeds tab in preferences. (The same place as the exporter.)
  • If you run into issues, check that the upload_max_filesize and post_max_size settings in php.ini are at least as big as your file you are trying to import.
  • The web interface currently does not give any indication of progress; it could take a few minutes to finish importing everything.

ttrss_import_export_all's People

Contributors

lotrfan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.