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.
 
 
 

175 lines
5.7 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. - |adube|_
  8. * Bug Fix: Fix atom.j2 to use `relative_path` instead of `url` when
  9. referencing templates. (Issue #155, Issue#203)
  10. - |davefowler|_
  11. * Bug Fix: Infinate recursion error with resource dependencies.
  12. (Issue #155, Issue#200)
  13. - |irrelative|_
  14. * Bug Fix: Avoid index error if there aren't pages when iterating
  15. for paginator. (Issue #190)
  16. - |joshgerdes|_
  17. * Made urlencoding safe character list configurable. (Issue #150)
  18. - |ErkanYilmaz|_
  19. * Fixed typos in README.
  20. - |idank|_
  21. * Bug Fix: Tag archive generator uses subscript syntax to avoid failure
  22. when tags contain '-' or space.
  23. * Bug Fix: Use `check_output` to avoid a traceback when subprocess
  24. command fails.
  25. - |jd|_
  26. * Bug Fix: Metadata Plugin: Do not try to read meta data on
  27. `simple_copy` files.
  28. * Bug Fix: Force escape on title in Atom feed. (Issue #176)
  29. * Add `node.rwalk` method for traversing the node in reverse. (Issue #176)
  30. |vinilios|_
  31. * Added a helper method in Expando class to ease up non existing keys
  32. handling.
  33. * Some improvements in LessCSSPlugin to be able to build complex less
  34. projects (such as twitter bootstrap)
  35. - |nud|_
  36. * Bug Fix: Fix class name of `test_stylus`
  37. * `$PATH` based executable discovery for `CLTransformer` plugins.
  38. - |theevocater|_
  39. * Fixed Authors link in README
  40. - |tcheneau|_
  41. * Added support for AsciiDoc.
  42. - |gr3dman|_
  43. * Added paginator plugin and tests
  44. - |benallard|_
  45. * Added restructuredText plugin
  46. * Added restructuredText filter
  47. * Added traceback support for errors when server is running
  48. - |stiell|_
  49. * Bug Fix: Better mime type support in hyde server
  50. * Bug Fix: Support empty extension in tagger archives
  51. - |gfuchedzhy|_
  52. * Bug Fix: Hyde server now takes the url cleaner plugin into account.
  53. * Bug Fix: Sorter excludes items that do not have sorting attributes.
  54. * Bug Fix: CLTransformer now gracefully handles arguments that have "=".
  55. * Bug Fix: All occurrences of `str` replaced with `unicode`.
  56. * Bug Fix: Support for encoded urls.
  57. * Bug Fix: Converted `content_url` and `media_url` to encoded urls
  58. * Bug Fix: Retain permissions in text files during generation
  59. * Bug Fix: Textlinks plugin: do nothing if resource doesn't use template
  60. - |merlinrebrovic|_
  61. * Hyde starter kit
  62. - |vincentbernat|_
  63. * Bug Fix: Made sorting tests more predictable
  64. * Bug Fix: Added more standard paths for executables
  65. * Added Combine files plugin
  66. * Added ignore option in site configuration to igore based on wildcards
  67. * Added silent, compress and optimization parameter support for less
  68. css plugin
  69. * Fixed plugin chaining issues
  70. * Added Language(translation) plugin
  71. * Added support for parameters with `=` to `CLTransformer`
  72. * Added JPEGOptim plugin
  73. * Bug Fix: Ensure image sizer plugin handles external urls properly.
  74. * Support for `output_format` configuration in markdown
  75. - |pestaa|_
  76. * Added support for `UTF8` keys in `metadata` and `config`
  77. - |rfk|_
  78. * Bug fix: LessCSSPlugin: return original text if not a .less file
  79. * Added 'use_figure' configuration option for syntax tag
  80. * PyFS publisher with `mtime` and `etags` support
  81. * Added PyPI publisher
  82. * Bug fix: Made `site.full_url` ignore fully qualified paths
  83. * Added Sphinx Plugin
  84. * Bug fix: PyFS publisher now checks if the pyfs module is installed.
  85. - |tinnet|_
  86. * Bug fixes (Default template, `Syntax` template tag)
  87. .. _Lakshmi Vyasarajan: http://twitter.com/lakshmivyas
  88. .. _Flowplayer: http://flowplayer.org
  89. .. _Tero Piirainen: http://cloudpanic.com
  90. .. _original hyde project: https://github.com/lakshmivyas/hyde
  91. .. |rfk| replace:: Ryan Kelly
  92. .. _rfk: https://github.com/rfk
  93. .. |tinnet| replace:: Tinnet Coronam
  94. .. _tinnet: https://github.com/tinnet
  95. .. |pestaa| replace:: pestaa
  96. .. _pestaa: https://github.com/pestaa
  97. .. |vincentbernat| replace:: Vincent Bernat
  98. .. _vincentbernat: https://github.com/vincentbernat
  99. .. |merlinrebrovic| replace:: Merlin Rebrović
  100. .. _merlinrebrovic: https://github.com/merlinrebrovic
  101. .. |gfuchedzhy| replace:: Grygoriy Fuchedzhy
  102. .. _gfuchedzhy: https://github.com/gfuchedzhy
  103. .. |stiell| replace:: Stian Ellingsen
  104. .. _stiell: https://github.com/stiell
  105. .. |benallard| replace:: Benoît Allard
  106. .. _benallard: https://github.com/benallard
  107. .. |gr3dman| replace:: Gareth Redman
  108. .. _gr3dman: https://github.com/gr3dman
  109. .. |tcheneau| replace:: Tony Cheneau
  110. .. _tcheneau: https://github.com/tcheneau
  111. .. |theevocater| replace:: Jacob Kaufman
  112. .. _theevocater: https://github.com/theevocater
  113. .. |nud| replace:: Steve Frécinaux
  114. .. _nud: https://github.com/nud
  115. .. |vinilios| replace:: Kostas Papadimitriou
  116. .. _vinilios: https://github.com/vinilios
  117. .. |jd| replace:: Julien Danjou
  118. .. _jd: https://github.com/jd
  119. .. |idank| replace:: idank
  120. .. _idank: https://github.com/idank
  121. .. |ErkanYilmaz| replace:: Erkan Yilmaz
  122. .. _ErkanYilmaz: https://github.com/Erkan-Yilmaz
  123. .. |joshgerdes| replace:: Josh Gerdes
  124. .. _joshgerdes: https://github.com/joshgerdes
  125. .. |irrelative| replace:: irrelative
  126. .. _irrelative: https://github.com/irrelative
  127. .. |davefowler| replace:: Dave Fowler
  128. .. _davefowler: https://github.com/davefowler
  129. .. |adube| replace:: Alexandre Dubé
  130. .. _adube: https://github.com/adube