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.
 
 
 

103 lines
3.5 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. - |theevocater|_
  8. * Fixed Authors link in README
  9. - |tcheneau|_
  10. * Added support for AsciiDoc.
  11. - |gr3dman|_
  12. * Added paginator plugin and tests
  13. - |benallard|_
  14. * Added restructuredText plugin
  15. * Added restructuredText filter
  16. * Added traceback support for errors when server is running
  17. - |stiell|_
  18. * Bug Fix: Better mime type support in hyde server
  19. * Bug Fix: Support empty extension in tagger archives
  20. - |gfuchedzhy|_
  21. * Bug Fix: Hyde server now takes the url cleaner plugin into account.
  22. * Bug Fix: Sorter excludes items that do not have sorting attributes.
  23. * Bug Fix: CLTransformer now gracefully handles arguments that have "=".
  24. * Bug Fix: All occurrences of `str` replaced with `unicode`.
  25. * Bug Fix: Support for encoded urls.
  26. * Bug Fix: Converted `content_url` and `media_url` to encoded urls
  27. - |merlinrebrovic|_
  28. * Hyde starter kit
  29. - |vincentbernat|_
  30. * Bug Fix: Made sorting tests more predictable
  31. * Bug Fix: Added more standard paths for executables
  32. * Added Combine files plugin
  33. * Added ignore option in site configuration to igore based on wildcards
  34. * Added silent, compress and optimization parameter support for less css plugin
  35. * Fixed plugin chaining issues
  36. * Added Language(translation) plugin
  37. * Added support for parameters with `=` to `CLTransformer`
  38. * Added JPEGOptim plugin
  39. * Bug Fix: Ensure image sizer plugin handles external urls properly.
  40. * Support for `output_format` configuration in markdown (Issue #89)
  41. - |pestaa|_
  42. * Added support for `UTF8` keys in `metadata` and `config`
  43. - |rfk|_
  44. * Bug fix: LessCSSPlugin: return original text if not a .less file
  45. * Added 'use_figure' configuration option for syntax tag
  46. * PyFS publisher with `mtime` and `etags` support
  47. * Added PyPI publisher
  48. * Bug fix: Made `site.full_url` ignore fully qualified paths
  49. * Added Sphinx Plugin
  50. * Bug fix: PyFS publisher now checks if the pyfs module is installed.
  51. - |tinnet|_
  52. * Bug fixes (Default template, `Syntax` template tag)
  53. .. _Lakshmi Vyasarajan: http://twitter.com/lakshmivyas
  54. .. _Flowplayer: http://flowplayer.org
  55. .. _Tero Piirainen: http://cloudpanic.com
  56. .. _original hyde project: https://github.com/lakshmivyas/hyde
  57. .. |rfk| replace:: Ryan Kelly
  58. .. _rfk: https://github.com/rfk
  59. .. |tinnet| replace:: Tinnet Coronam
  60. .. _tinnet: https://github.com/tinnet
  61. .. |pestaa| replace:: pestaa
  62. .. _pestaa: https://github.com/pestaa
  63. .. |vincentbernat| replace:: Vincent Bernat
  64. .. _vincentbernat: https://github.com/vincentbernat
  65. .. |merlinrebrovic| replace:: Merlin Rebrović
  66. .. _merlinrebrovic: https://github.com/merlinrebrovic
  67. .. |gfuchedzhy| replace:: Grygoriy Fuchedzhy
  68. .. _gfuchedzhy: https://github.com/gfuchedzhy
  69. .. |stiell| replace:: Stian Ellingsen
  70. .. _stiell: https://github.com/stiell
  71. .. |benallard| replace:: Benoît Allard
  72. .. _benallard: https://github.com/benallard
  73. .. |gr3dman| replace:: Gareth Redman
  74. .. _gr3dman: https://github.com/gr3dman
  75. .. |tcheneau| replace:: Tony Cheneau
  76. .. _tcheneau: https://github.com/tcheneau/
  77. .. |theevocater| replace:: Jacob Kaufman
  78. .. _theevocater: https://github.com/theevocater