Jon Banafato
0a9f3a7c68
Hoist tests out of the core package
Tests are not part of the core logic of Hyde, and they should not be
packaged as such.
9 years ago
Lakshmi Narasimhan
1385f5e3f5
Fix failing tests and formatting issues.
- Fix tests that were failing because of misconfigured
template path
- Fix formatting issues identified by flake8
9 years ago
Jordi Llonch
089cf7af9d
pep8
9 years ago
Lakshmi Vyasarajan
bcc1346854
Reuse `fswrap` and `commando.util` modules.
* Remove `hyde.fs` use `fswrap` package instead.
* Remove logging functions from `hyde.util`. Use `commando.util`
instead.
* Remove `hyde.loader`. Use `commando.util.load_python_object`
instead.
11 years ago
Lakshmi Vyasarajan
ec011bfda6
Issue #77 : Tagger now generates archives upfront in begin_site
* Archives are generated in begin_site to honour meta data
* Archives are first class resources
* Archive configuration now accepts an additional meta parameter
* The default nodemeta property now points to meta.yaml
13 years ago
Lakshmi Vyasarajan
e4963b1c78
Issue #80 : Added ability to ignore nodes as well
* Ignores .hg, .svn, .git by default
* Additional nodes can be ignored by adding to site.config.ignore
13 years ago
Lakshmi Vyasarajan
cf7091c52d
Addded test for config ignore option
13 years ago
Lakshmi Vyasarajan
f469a134a3
Fixed code and tests to make sure the content_url and media_url functions delegate to the site object
13 years ago
Lakshmi Vyasarajan
cb653deb36
Added to_dict method to expando
14 years ago
Lakshmi Vyasarajan
8048871eab
Added configuration inheritance
14 years ago
Lakshmi Vyasarajan
2de38e373a
Added ability to update Expando's with an Expando
14 years ago
Lakshmi Vyasarajan
63ef5efa0b
Hyde now has a auto regenerating, barebones http server
14 years ago
Lakshmi Vyasarajan
3ff724f2ae
Added less support.
14 years ago
Lakshmi Vyasarajan
713a00d909
Added hierarchical metadata plugin
14 years ago
Lakshmi Vyasarajan
db2879035e
Added plugin lifecycle hooks and tests. Moved media into the content folder
14 years ago
Lakshmi Vyasarajan
1225852f38
Added dynamic object loader utility for plugin support
14 years ago
Lakshmi Vyasarajan
d7c9e772a0
Refactored generator
14 years ago
Lakshmi Vyasarajan
9cdd3b7a1b
Generation first pass complete
14 years ago
Lakshmi Vyasarajan
98bbdc694f
Added configuration support to hyde
14 years ago