Skip to content

Latest commit

 

History

History
287 lines (191 loc) · 8.13 KB

AUTHORS.rst

File metadata and controls

287 lines (191 loc) · 8.13 KB

Hyde is developed and maintained by Lakshmi Vyasarajan. The new version of Hyde is sponsored by Flowplayer and Tero Piirainen.

This version would not exist without the contributions from the original hyde project.

Contributors

  • shym
    • Fix various typos in documentation and code. (Issue #227)
  • Guillaume Subiron
    • Make username optional in SSH publisher. (Issue #222)
  • Simon Warta
    • Bugfix: Add spaces to menu in starter layout. (Issue #219)
  • Elliott Sales de Andrade
    • Refactor: Plugins reorganized by function. (Issue #170)
    • Add HG Dates Plugin. (Issue #177)
    • Add Clever CSS Plugin. (Issue #178)
    • Add Sassy CSS Plugin. (Issue #179)
  • Marcel Jackwerth
    • Add support for custom jinja filters. (Issue #159)
  • ilkerde
    • Add Require JS plugin. (Issue #201)
  • Jake Vanderplas
    • Add SSH publisher (Issue #205)
  • herr-lehmann
    • Bugfix: Fix date time comparison in git plugin. (Issue#142, #199, #137)
  • Brian Mattern
    • Add thumbnail plugin. (Issue #169, #89)
  • Jared Forsyth
    • Add extension support for restructured text. (Issue #206)
  • Tara Feener
    • Bugfix: Update the .clear styleName to be .clearfix instead. Base.j2 applies the 'clearfix' class to the 'banner' element, and not the 'clear' class. (Issue #156)
  • Paul Bonser
    • Bugfix: Use _transform instead of transform in Expando. (Issue #152, #153)
  • Alexandre Dubé
    • Bugfix: Fix atom.j2 to use relative_path instead of url when referencing templates. (Issue #155, Issue#203)
  • Dave Fowler
    • Bugfix: Infinate recursion error with resource dependencies. (Issue #155, Issue#200)
  • irrelative
    • Bugfix: Avoid index error if there aren't pages when iterating for paginator. (Issue #190)
  • Josh Gerdes
    • Made urlencoding safe character list configurable. (Issue #150)
  • Erkan Yilmaz
    • Fixed typos in README.
  • idank
    • Bugfix: Tag archive generator uses subscript syntax to avoid failure when tags contain '-' or space.
    • Bugfix: Use check_output to avoid a traceback when subprocess command fails.
  • Julien Danjou
    • Bugfix: Metadata Plugin: Do not try to read meta data on simple_copy files.
    • Bugfix: Force escape on title in Atom feed. (Issue #176)
    • Add node.rwalk method for traversing the node in reverse. (Issue #176)
  • Kostas Papadimitriou
    • Added a helper method in Expando class to ease up non existing keys handling.
    • Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap)
  • Steve Frécinaux
    • Bugfix: Fix class name of test_stylus
    • $PATH based executable discovery for CLTransformer plugins.
    • Bugfix: Fix date time comparison in git plugin. (Issue#142, #199, #137)
  • Jacob Kaufman
    • Fixed Authors link in README
  • Tony Cheneau
    • Added support for AsciiDoc.
  • Gareth Redman
    • Added paginator plugin and tests
  • Benoît Allard
    • Added restructuredText plugin
    • Added restructuredText filter
    • Added traceback support for errors when server is running
  • Stian Ellingsen
    • Bugfix: Better mime type support in hyde server
    • Bugfix: Support empty extension in tagger archives
  • Grygoriy Fuchedzhy
    • Bugfix: Hyde server now takes the url cleaner plugin into account.
    • Bugfix: Sorter excludes items that do not have sorting attributes.
    • Bugfix: CLTransformer now gracefully handles arguments that have "=".
    • Bugfix: All occurrences of str replaced with unicode.
    • Bugfix: Support for encoded urls.
    • Bugfix: Converted content_url and media_url to encoded urls
    • Bugfix: Retain permissions in text files during generation
    • Bugfix: Textlinks plugin: do nothing if resource doesn't use template
    • Add thumbnail plugin. (Issue #169, #89)
    • Bugfix: Serve files without a resource. (Issue #92)
  • Merlin Rebrović
    • Hyde starter kit creation and maintenance.
  • Vincent Bernat
    • Bugfix: Made sorting tests more predictable
    • Bugfix: Added more standard paths for executables
    • Added Combine files plugin
    • Added ignore option in site configuration to igore based on wildcards
    • Added silent, compress and optimization parameter support for less css plugin
    • Fixed plugin chaining issues
    • Added Language(translation) plugin
    • Added support for parameters with = to CLTransformer
    • Added JPEGOptim plugin
    • Bugfix: Ensure image sizer plugin handles external urls properly.
    • Support for output_format configuration in markdown
    • Add Coffeescript plugin. (Issue #172)
    • Add thumbnail plugin. (Issue #169, #89)
    • Add jpegtran plugin. (Issue #171)
  • pestaa
    • Added support for UTF8 keys in metadata and config
  • Ryan Kelly
    • Bugfix: LessCSSPlugin: return original text if not a .less file
    • Added 'use_figure' configuration option for syntax tag
    • PyFS publisher with mtime and etags support
    • Added PyPI publisher
    • Bugfix: Made site.full_url ignore fully qualified paths
    • Added Sphinx Plugin
    • Bugfix: PyFS publisher now checks if the pyfs module is installed.
  • Tinnet Coronam
    • Bugfixes (Default template, Syntax template tag)