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.
 
 
 

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