Browse Source

Updated Authors, Changelog, Readme. Upped version

main
Lakshmi Vyasarajan 14 years ago
parent
commit
66a99e9a56
4 changed files with 24 additions and 24 deletions
  1. +6
    -0
      AUTHORS.rst
  2. +6
    -17
      CHANGELOG.rst
  3. +11
    -6
      README.rst
  4. +1
    -1
      hyde/version.py

+ 6
- 0
AUTHORS.rst View File

@@ -7,6 +7,10 @@ This version would not exist without the contributions from the
Contributors
------------

- |merlinrebrovic|_
* Hyde starter kit

- |vincentbernat|_

* Bug Fix: Made sorting tests more predictable
@@ -44,3 +48,5 @@ Contributors
.. _pestaa: http://github.com/pestaa
.. |vincentbernat| replace:: Vincent Bernat
.. _vincentbernat: http://github.com/vincentbernat
.. |merlinrebrovic| replace:: Merlin Rebrovic
.. _merlinrebrovic: https://github.com/merlinrebrovic

+ 6
- 17
CHANGELOG.rst View File

@@ -1,33 +1,22 @@
Version 0.8.1-c4
================

Thanks to @vincentbernat
Version 0.8.2
=============

* Added git dates plugin
* Added Image size plugin
Thanks to @merlinrebrovic

Version 0.8.1-c3
================
* Added hyde starter kit

Thanks to @vincentbernat

* Added git dates plugin
* Added Image size plugin
* Added silent, compress and optimization parameter support for less css plugin
* Fixed plugin chaining issues
* Added Language(translation) plugin

Version 0.8.1-c2
================

Thanks to @vincentbernat

* Bug Fix: Made sorting tests more predictable
* Bug Fix: Added more standard paths for executables
* Added Combine files plugin
* Added ignore option in site configuration to igore based on wildcards

Version 0.8.1-c1
================

Thanks to @pestaa

* Added support `UTF8` keys in `metadata` and `config`


+ 11
- 6
README.rst View File

@@ -1,10 +1,13 @@
Version 0.8.1
Version 0.8.2

A brand new **hyde**
====================

This is the new version of `hyde`_ under active development. Hyde
documentation is a work in progress and can be found `here`_.
This is the new version of `hyde`_ under active development.
`Hyde documentation`_ is a work in progress.

`Hyde starter kit`_ by `merlinrebrovik`_ is a really nice way to get started
with hyde.

Installation
------------
@@ -76,7 +79,7 @@ the following configuration:
Examples
--------

1. `Hyde Documentation`_
1. `Hyde Documentation Source`_
2. `Cloudpanic`_
3. `Ringce`_

@@ -120,9 +123,11 @@ Links


.. _hyde: https://github.com/lakshmivyas/hyde
.. _here: http://hyde.github.com
.. _Hyde Documentation: https://github.com/hyde/docs
.. _Hyde documentation: http://hyde.github.com
.. _Hyde Documentation Source: https://github.com/hyde/docs
.. _Cloudpanic: https://github.com/tipiirai/cloudpanic
.. _Ringce: https://github.com/lakshmivyas/ringce/tree/v3.0
.. _Authors: https://github.com/hyde/hyde/blob/master/AUTHORS
.. _Changelog: https://github.com/hyde/hyde/blob/master/CHANGELOG.rst
.. _Hyde starter kit: http://merlin.rebrovic.net/hyde-starter-kit/about.html
.. _merlinrebrovik: https://github.com/merlinrebrovic

+ 1
- 1
hyde/version.py View File

@@ -3,4 +3,4 @@
Handles hyde version
TODO: Use fabric like versioning scheme
"""
__version__ = '0.8.1'
__version__ = '0.8.2'

||||||
x
 
000:0
Loading…
Cancel
Save