getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
59 stars 95 forks source link

[import_goodreads] No documentation #207

Closed Patterner closed 7 years ago

Patterner commented 7 years ago

I have no idea how to use that plugin.

Patterner commented 7 years ago
> nikola help
...
nikola import_goodreads     import a Goodreads RSS
...

> nikola import_goodreads
ERROR: Nikola: Unknown command import_goodreads
felixfontein commented 7 years ago

I get:

> nikola import_goodreads
Purpose: import a Goodreads RSS
Usage:   nikola import_goodreads [options] rss_url

Options:
  -o ARG, --output-folder=ARG  Location to write imported content.

It looks like there's a problem with your nikola and/or plugin installation. Which python version and nikola version are you using?

Patterner commented 7 years ago

Python 3.6.0 and Nikola v7.8.3. the virtualenv was setup yesterday, the site files are older.

felixfontein commented 7 years ago

Hmm, here it works fine (Python 3.6.0, Nikola github master which is essentially v7.8.3, though without virtualenv). I created an empty site with nikola init -qd, entered the folder, imported the plugin and got the help text.

Can you try to reproduce this with an empty site? Like:

nikola init -qd test
cd test
nikola plugin -i import_goodreads
nikola import_goodreads
Patterner commented 7 years ago

That works. But I found the problem: it doesn't work if the current directory is plugins. The site's root works.