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.
 
 
 

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