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.
 
 
 

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