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.
 
 
 

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