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
Jordi Llonch
089cf7af9d
pep8
9 years ago
Lakshmi Vyasarajan
2480012b3d
Ensure external urls are encoded properly. (Issue #158 ).
- BREAKING: While this change will correct the weird encoding
behavior, this also changes the way `xxx_url` macros work.
- Do not encode the url bases (`base_url`, `media_url`). Only
the path component needs to be encoded.
11 years ago
Elliott Sales de Andrade
6ccff655b8
Combine text processing plugins into a text module.
* blockdown
* markings
* syntext
* textlinks
13 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.
12 years ago
Lakshmi Vyasarajan
0c7fafe07c
Fixed tests for urlencoding content_url and media_url, Issue #88
13 years ago
Lakshmi Vyasarajan
57ea6f8825
Added overview doc and styles
14 years ago
Lakshmi Vyasarajan
8b56f5c375
Fixed issues with textlinks plugin
14 years ago
Lakshmi Vyasarajan
005da79c4e
Added text links
14 years ago