Giter VIP home page Giter VIP logo

tinkerer-contrib's Introduction

Tinkerer Community Extensions

This repository contains community Tinkerer extensions.

tinkerer-contrib's People

Contributors

vladris avatar muhuk avatar lamyj avatar robert-zaremba avatar

Stargazers

Kevin Hatfield avatar Libor Jelínek avatar h.suehiro avatar Stéphane RAULT avatar Marcelo Barbosa avatar Ross Laird avatar Noe Nieto avatar Jason Rudy avatar Steve Moss avatar Christian Jann avatar

Watchers

Christian Jann avatar James Cloos avatar  avatar (◕ᴥ◕) avatar  avatar

tinkerer-contrib's Issues

Import problem !!!

My Tinkerer version:
$ tinker -v
Tinkerer version 1.4.2

$ set in conf.py:

extensions = ['tinkerer.ext.blog', 'fbcomments', 'withgithub', 'categories_rss', 'tags_rss']

ERROR:

$ tinker -b
Making output directory...
Running Sphinx v1.2.2

Extension error:
Could not import extension categories_rss (exception: cannot import name rss)

RSS files/url case sensitive

When using categories or tags the RSS files/url is case sensitive.

ls blog/html/categories/
foo_bar.html
ls blog/html/rss/categories/
Foo Bar.html

Error when using extensions to generate category & tag feeds

I just do:

$ tinker -s
$ git clone https://github.com/vladris/tinkerer-contrib.git _exts
$ touch _exts/__init__.py 
$ cp _exts/rss/* _exts/
$ tinker -p test
$ tinker -b

and got the follow error:

# Sphinx version: 1.1.3
# Python version: 3.3.3
# Docutils version: 0.11 release
# Jinja2 version: 2.7.1
Traceback (most recent call last):
  File "/usr/lib/python3.3/site-packages/sphinx/cmdline.py", line 189, in main
    app.build(force_all, filenames)
  File "/usr/lib/python3.3/site-packages/sphinx/application.py", line 204, in build
    self.builder.build_update()
  File "/usr/lib/python3.3/site-packages/sphinx/builders/__init__.py", line 196, in build_update
    'out of date' % len(to_build))
  File "/usr/lib/python3.3/site-packages/sphinx/builders/__init__.py", line 255, in build
    self.finish()
  File "/usr/lib/python3.3/site-packages/sphinx/builders/html.py", line 433, in finish
    for pagename, context, template in pagelist:
  File "/tmp/tmp.lE2PqRIBYa/_exts/tags_rss.py", line 19, in html_collect_pages
    for name, context, template in generate_feeds(app):
  File "/tmp/tmp.lE2PqRIBYa/_exts/tags_rss.py", line 27, in generate_feeds
    for category_name, posts in env.filing["tags"].iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'

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.