A fork of hyde, the static site generation. Some patches will be pushed upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

270 lines
7.6 KiB

  1. Hyde is developed and maintained by `Lakshmi Vyasarajan`_. The new version of
  2. Hyde is sponsored by `Flowplayer`_ and `Tero Piirainen`_.
  3. This version would not exist without the contributions from the
  4. `original hyde project`_.
  5. Contributors
  6. ===============================================================================
  7. - |QuLogic|_
  8. * Refactor: Plugins reorganized by function. (Issue #170)
  9. * Add HG Dates Plugin. (Issue #177)
  10. * Add Clever CSS Plugin. (Issue #178)
  11. * Add Sassy CSS Plugin. (Issue #179)
  12. - |sirlantis|_
  13. * Add support for custom jinja filters. (Issue #159)
  14. - |ilkerde|_
  15. * Add Require JS plugin. (Issue #201)
  16. - |jakevdp|_
  17. * Add SSH publisher (Issue #205)
  18. - |herrlehmann|_
  19. * Bugfix: Fix date time comparison in git plugin. (Issue#142, #199, #137)
  20. - |rephorm|_
  21. * Add thumbnail plugin. (Issue #169, #89)
  22. - |jabapyth|_
  23. * Add extension support for restructured text. (Issue #206)
  24. - |tarajane|_
  25. * Bugfix: Update the .clear styleName to be .clearfix instead.
  26. Base.j2 applies the 'clearfix' class to the 'banner' element, and
  27. not the 'clear' class. (Issue #156)
  28. - |pib|_
  29. * Bugfix: Use `_transform` instead of `transform` in Expando.
  30. (Issue #152, #153)
  31. - |adube|_
  32. * Bugfix: Fix atom.j2 to use `relative_path` instead of `url` when
  33. referencing templates. (Issue #155, Issue#203)
  34. - |davefowler|_
  35. * Bugfix: Infinate recursion error with resource dependencies.
  36. (Issue #155, Issue#200)
  37. - |irrelative|_
  38. * Bugfix: Avoid index error if there aren't pages when iterating
  39. for paginator. (Issue #190)
  40. - |joshgerdes|_
  41. * Made urlencoding safe character list configurable. (Issue #150)
  42. - |ErkanYilmaz|_
  43. * Fixed typos in README.
  44. - |idank|_
  45. * Bugfix: Tag archive generator uses subscript syntax to avoid failure
  46. when tags contain '-' or space.
  47. * Bugfix: Use `check_output` to avoid a traceback when subprocess
  48. command fails.
  49. - |jd|_
  50. * Bugfix: Metadata Plugin: Do not try to read meta data on
  51. `simple_copy` files.
  52. * Bugfix: Force escape on title in Atom feed. (Issue #176)
  53. * Add `node.rwalk` method for traversing the node in reverse. (Issue #176)
  54. - |vinilios|_
  55. * Added a helper method in Expando class to ease up non existing keys
  56. handling.
  57. * Some improvements in LessCSSPlugin to be able to build complex less
  58. projects (such as twitter bootstrap)
  59. - |nud|_
  60. * Bugfix: Fix class name of `test_stylus`
  61. * `$PATH` based executable discovery for `CLTransformer` plugins.
  62. * Bugfix: Fix date time comparison in git plugin. (Issue#142, #199, #137)
  63. - |theevocater|_
  64. * Fixed Authors link in README
  65. - |tcheneau|_
  66. * Added support for AsciiDoc.
  67. - |gr3dman|_
  68. * Added paginator plugin and tests
  69. - |benallard|_
  70. * Added restructuredText plugin
  71. * Added restructuredText filter
  72. * Added traceback support for errors when server is running
  73. - |stiell|_
  74. * Bugfix: Better mime type support in hyde server
  75. * Bugfix: Support empty extension in tagger archives
  76. - |gfuchedzhy|_
  77. * Bugfix: Hyde server now takes the url cleaner plugin into account.
  78. * Bugfix: Sorter excludes items that do not have sorting attributes.
  79. * Bugfix: CLTransformer now gracefully handles arguments that have "=".
  80. * Bugfix: All occurrences of `str` replaced with `unicode`.
  81. * Bugfix: Support for encoded urls.
  82. * Bugfix: Converted `content_url` and `media_url` to encoded urls
  83. * Bugfix: Retain permissions in text files during generation
  84. * Bugfix: Textlinks plugin: do nothing if resource doesn't use template
  85. * Add thumbnail plugin. (Issue #169, #89)
  86. * Bugfix: Serve files without a resource. (Issue #92)
  87. - |merlinrebrovic|_
  88. * Hyde starter kit
  89. - |vincentbernat|_
  90. * Bugfix: Made sorting tests more predictable
  91. * Bugfix: Added more standard paths for executables
  92. * Added Combine files plugin
  93. * Added ignore option in site configuration to igore based on wildcards
  94. * Added silent, compress and optimization parameter support for less
  95. css plugin
  96. * Fixed plugin chaining issues
  97. * Added Language(translation) plugin
  98. * Added support for parameters with `=` to `CLTransformer`
  99. * Added JPEGOptim plugin
  100. * Bugfix: Ensure image sizer plugin handles external urls properly.
  101. * Support for `output_format` configuration in markdown
  102. * Add Coffeescript plugin. (Issue #172)
  103. * Add thumbnail plugin. (Issue #169, #89)
  104. * Add jpegtran plugin. (Issue #171)
  105. - |pestaa|_
  106. * Added support for `UTF8` keys in `metadata` and `config`
  107. - |rfk|_
  108. * Bugfix: LessCSSPlugin: return original text if not a .less file
  109. * Added 'use_figure' configuration option for syntax tag
  110. * PyFS publisher with `mtime` and `etags` support
  111. * Added PyPI publisher
  112. * Bugfix: Made `site.full_url` ignore fully qualified paths
  113. * Added Sphinx Plugin
  114. * Bugfix: PyFS publisher now checks if the pyfs module is installed.
  115. - |tinnet|_
  116. * Bugfixes (Default template, `Syntax` template tag)
  117. .. _Lakshmi Vyasarajan: http://twitter.com/lakshmivyas
  118. .. _Flowplayer: http://flowplayer.org
  119. .. _Tero Piirainen: http://cloudpanic.com
  120. .. _original hyde project: https://github.com/lakshmivyas/hyde
  121. .. |rfk| replace:: Ryan Kelly
  122. .. _rfk: https://github.com/rfk
  123. .. |tinnet| replace:: Tinnet Coronam
  124. .. _tinnet: https://github.com/tinnet
  125. .. |pestaa| replace:: pestaa
  126. .. _pestaa: https://github.com/pestaa
  127. .. |vincentbernat| replace:: Vincent Bernat
  128. .. _vincentbernat: https://github.com/vincentbernat
  129. .. |merlinrebrovic| replace:: Merlin Rebrović
  130. .. _merlinrebrovic: https://github.com/merlinrebrovic
  131. .. |gfuchedzhy| replace:: Grygoriy Fuchedzhy
  132. .. _gfuchedzhy: https://github.com/gfuchedzhy
  133. .. |stiell| replace:: Stian Ellingsen
  134. .. _stiell: https://github.com/stiell
  135. .. |benallard| replace:: Benoît Allard
  136. .. _benallard: https://github.com/benallard
  137. .. |gr3dman| replace:: Gareth Redman
  138. .. _gr3dman: https://github.com/gr3dman
  139. .. |tcheneau| replace:: Tony Cheneau
  140. .. _tcheneau: https://github.com/tcheneau
  141. .. |theevocater| replace:: Jacob Kaufman
  142. .. _theevocater: https://github.com/theevocater
  143. .. |nud| replace:: Steve Frécinaux
  144. .. _nud: https://github.com/nud
  145. .. |vinilios| replace:: Kostas Papadimitriou
  146. .. _vinilios: https://github.com/vinilios
  147. .. |jd| replace:: Julien Danjou
  148. .. _jd: https://github.com/jd
  149. .. |idank| replace:: idank
  150. .. _idank: https://github.com/idank
  151. .. |ErkanYilmaz| replace:: Erkan Yilmaz
  152. .. _ErkanYilmaz: https://github.com/Erkan-Yilmaz
  153. .. |joshgerdes| replace:: Josh Gerdes
  154. .. _joshgerdes: https://github.com/joshgerdes
  155. .. |irrelative| replace:: irrelative
  156. .. _irrelative: https://github.com/irrelative
  157. .. |davefowler| replace:: Dave Fowler
  158. .. _davefowler: https://github.com/davefowler
  159. .. |adube| replace:: Alexandre Dubé
  160. .. _adube: https://github.com/adube
  161. .. |pib| replace:: Paul Bonser
  162. .. _pib: https://github.com/pib
  163. .. |tarajane| replace:: Tara Feener
  164. .. _tarajane: https://github.com/tarajane
  165. .. |jabapyth| replace:: Jared Forsyth
  166. .. _jabapyth: https://github.com/jabapyth
  167. .. |rephorm| replace:: Brian Mattern
  168. .. _rephorm: https://github.com/rephorm
  169. .. |herrlehmann| replace:: herr-lehmann
  170. .. _herrlehmann: https://github.com/herr-lehmann
  171. .. |jakevdp| replace:: Jake Vanderplas
  172. .. _jakevdp: https://github.com/jakevdp
  173. .. |ilkerde| replace:: ilkerde
  174. .. _ilkerde: https://github.com/ilkerde
  175. .. |sirlantis| replace:: Marcel Jackwerth
  176. .. _sirlantis: https://github.com/sirlantis
  177. .. |QuLogic| replace:: Elliott Sales de Andrade
  178. .. _QuLogic: https://github.com/QuLogic