willkg / douglas

DEAD PROJECT: File based static rendering blog system
Other
2 stars 3 forks source link

rip out plugin auto-loading #19

Closed willkg closed 10 years ago

willkg commented 10 years ago

Pyblosxom let you load all the plugins if you didn't have load_plugins set. We should rip out all that code and functionality. It's better to have plugins be explicitly loaded by the user and in a user-specified order.

If possible, it might be nice to have a douglas-cmd that lists all available plugins, too. That should be pretty easy to do.