]> git.wh0rd.org - tt-rss.git/commit
Extend OPML preferences pane, to provide more control of Export OPML
authorCraig Meyer <meyercr@themeyers.org>
Sun, 31 Jul 2011 02:34:22 +0000 (22:34 -0400)
committerCraig Meyer <meyercr@themeyers.org>
Sun, 31 Jul 2011 02:34:22 +0000 (22:34 -0400)
commit08ae2a5ba6b69b574c891a7fb3f88cab5d55b66f
tree64273a5c001539f92b858e28e6010e6c9e2e05be
parent9949bd154e9d01b50132e387059ef987c6887c8b
Extend OPML preferences pane, to provide more control of Export OPML

    User is prompted for filename, and also whether to include settings.
    Default filename is: TinyTinyRSS.opml

    modules/pref-feeds.php
        Prompt for output OPML filename (Default: TinyTinyRSS.opml )
    opml.php
        Modify to support passing in name=<filename>&settings=[0|1]
    functions.js
        Modify to support passing in name=<filename>&settings=[0|1]
functions.js
modules/pref-feeds.php
opml.php