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.
 
 
 

99 lines
3.2 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. - |merlinrebrovic|_
  25. * Hyde starter kit
  26. - |vincentbernat|_
  27. * Bug Fix: Made sorting tests more predictable
  28. * Bug Fix: Added more standard paths for executables
  29. * Added Combine files plugin
  30. * Added ignore option in site configuration to igore based on wildcards
  31. * Added silent, compress and optimization parameter support for less css plugin
  32. * Fixed plugin chaining issues
  33. * Added Language(translation) plugin
  34. * Added support for parameters with `=` to `CLTransformer`
  35. * Added JPEGOptim plugin
  36. * Bug Fix: Ensure image sizer plugin handles external urls properly.
  37. - |pestaa|_
  38. * Added support for `UTF8` keys in `metadata` and `config`
  39. - |rfk|_
  40. * Bug fix: LessCSSPlugin: return original text if not a .less file
  41. * Added 'use_figure' configuration option for syntax tag
  42. * PyFS publisher with `mtime` and `etags` support
  43. * Added PyPI publisher
  44. * Bug fix: Made `site.full_url` ignore fully qualified paths
  45. * Added Sphinx Plugin
  46. * Bug fix: PyFS publisher now checks if the pyfs module is installed.
  47. - |tinnet|_
  48. * Bug fixes (Default template, `Syntax` template tag)
  49. .. _Lakshmi Vyasarajan: http://twitter.com/lakshmivyas
  50. .. _Flowplayer: http://flowplayer.org
  51. .. _Tero Piirainen: http://cloudpanic.com
  52. .. _original hyde project: https://github.com/lakshmivyas/hyde
  53. .. |rfk| replace:: Ryan Kelly
  54. .. _rfk: https://github.com/rfk
  55. .. |tinnet| replace:: Tinnet Coronam
  56. .. _tinnet: https://github.com/tinnet
  57. .. |pestaa| replace:: pestaa
  58. .. _pestaa: https://github.com/pestaa
  59. .. |vincentbernat| replace:: Vincent Bernat
  60. .. _vincentbernat: https://github.com/vincentbernat
  61. .. |merlinrebrovic| replace:: Merlin Rebrović
  62. .. _merlinrebrovic: https://github.com/merlinrebrovic
  63. .. |gfuchedzhy| replace:: Grygoriy Fuchedzhy
  64. .. _gfuchedzhy: https://github.com/gfuchedzhy
  65. .. |stiell| replace:: Stian Ellingsen
  66. .. _stiell: https://github.com/stiell
  67. .. |benallard| replace:: Benoît Allard
  68. .. _benallard: https://github.com/benallard
  69. .. |gr3dman| replace:: Gareth Redman
  70. .. _gr3dman: https://github.com/gr3dman
  71. .. |tcheneau| replace:: Tony Cheneau
  72. .. _tcheneau: https://github.com/tcheneau/
  73. .. |theevocater| replace:: Jacob Kaufman
  74. .. _theevocater: https://github.com/theevocater