Ryan Kelly
|
1aed5875f7
|
sphinx plugin: add some docs and extra sanity checks
|
13 years ago |
Ryan Kelly
|
d905d57381
|
add some sanity-checks to the sphinx plugin
|
13 years ago |
Ryan Kelly
|
e6e8c75dba
|
add a custom sphinx builder, so we can get the internal links right
|
13 years ago |
Ryan Kelly
|
43e36de336
|
SphinxPlugin: run sphinx-build directly against content dir
|
13 years ago |
Ryan Kelly
|
acdc31cf3f
|
adding preliminary "sphinx" plugin, for auto-generated docs
|
13 years ago |
Grygoriy Fuchedzhy
|
8625684003
|
fixed handling of equals type args by CLTransformer
|
13 years ago |
Lakshmi Vyasarajan
|
7ce58157a9
|
Upped version. Merged changelog
|
13 years ago |
Lakshmi Vyasarajan
|
54648364e1
|
Fixed basic template to get the right tag representation. (Issue #53)
|
13 years ago |
Lakshmi Vyasarajan
|
7bf887c5bc
|
Added template test for tag metadata. (Issue #53)
|
13 years ago |
Lakshmi Vyasarajan
|
85dcef7e09
|
Added metadata support for tags (Issue: #53)
|
13 years ago |
Lakshmi Vyasarajan
|
73302caafc
|
Added failing test for adding metadata to tags. (Issue #53)
|
13 years ago |
Lakshmi Vyasarajan
|
dd8fae1cbc
|
Ensured providers work in the same way as context data and metadata (Issue #29)
|
13 years ago |
Lakshmi Vyasarajan
|
65828484a4
|
`hyde serve` now picks up changes in config data automatically. (Issue #24)
|
13 years ago |
Lakshmi Vyasarajan
|
c01da9d0a4
|
* Bug Fix: `hyde create` only fails when `content`, `layout` or `site.yaml`
is present in the target directory. (Issue #21)
* Bug Fix: Exceptions are now handled with `ArgumentParser.error`.
(Issue #21)
|
13 years ago |
Lakshmi Vyasarajan
|
2db79bb55c
|
Issue 18: Sorter now excludes items that do not have sorting attributes
|
13 years ago |
Lakshmi Vyasarajan
|
0e6fc93a27
|
Issue #18: Added failing test
|
13 years ago |
Lakshmi Vyasarajan
|
0757d2a58f
|
Issue #17: Wrapped <figure></figure> in a div to appease markdown
|
13 years ago |
Lakshmi Vyasarajan
|
6603ffdc8a
|
Issue #17: Added display:block to html5 only elements in the basic template
|
13 years ago |
Lakshmi Vyasarajan
|
a43583b1fa
|
Issue #51: Fixed site.full_url for media paths
|
13 years ago |
Lakshmi Vyasarajan
|
739bc3b48a
|
Issue #51: Added failing test for full_url method for media files
|
13 years ago |
Lakshmi Vyasarajan
|
71d78d8ce1
|
Issue #51: Added failing test for full_url method for media files
|
13 years ago |
Lakshmi Vyasarajan
|
5fa1ded595
|
Issue #55: Added tests to reproduce the raw tag issue in vain
|
13 years ago |
Lakshmi Vyasarajan
|
4f34285c06
|
Issue #56: Added main.py and fixed changelog to include issues
|
13 years ago |
Lakshmi Vyasarajan
|
8f722a6a36
|
Moved the types command line option to config
|
13 years ago |
Lakshmi Vyasarajan
|
581a789121
|
Made sure the equals type args are supported for short forms as well
|
13 years ago |
Grygoriy Fuchedzhy
|
19eeae5eca
|
added ability to hyde.server to serve urls stripped with urlcleaner plugin
|
13 years ago |
Vincent Bernat
|
a8f8b57fe4
|
Handle complex media URL in image resizer plugin.
This allow to handle media_url to external site (like
http://media.example.com).
|
13 years ago |
Stian Ellingsen
|
1c22e0ed09
|
Add ability to change the MIME type extensions map in 'hyde serve'.
|
13 years ago |
Stian Ellingsen
|
3625162f9f
|
Let tagger plugin generate archives without any filename extension.
|
13 years ago |
Lakshmi Vyasarajan
|
2a9e77a4bd
|
Added error info to log for debuggin purposes
|
13 years ago |
Ryan Kelly
|
fad2e9d7b0
|
add PyPI publisher, for pushing to packages.python.org
|
13 years ago |
Ryan Kelly
|
ce275eae20
|
Site.full_url: if given a fully-formed URL, return it unchanged
|
13 years ago |
Ryan Kelly
|
978c2f0ce7
|
expose full_url() function in template context
|
13 years ago |
Lakshmi Vyasarajan
|
3171a53676
|
Fixed combine test. Fixed stylus so that the include option is recognized
|
13 years ago |
Lakshmi Vyasarajan
|
28fb703fa0
|
Fixed stylus command line options
|
13 years ago |
Vincent Bernat
|
e51e738b1e
|
JPEGOptim plugin to optimize JPEG images
|
13 years ago |
Vincent Bernat
|
85afb52051
|
plugins: allow to use paremeters with "=" sign.
|
13 years ago |
Vincent Bernat
|
710d154764
|
Combine files when the resource is complete (after templating).
Templating engine uses a cache that will keep an old version of the
combined files because the main file was not modified.
|
14 years ago |
Lakshmi Vyasarajan
|
4077ed0350
|
Adding trailing whitespace to the multiline test
|
14 years ago |
Lakshmi Vyasarajan
|
66a99e9a56
|
Updated Authors, Changelog, Readme. Upped version
|
14 years ago |
Lakshmi Vyasarajan
|
7bca6edadf
|
PIL requirement added
|
14 years ago |
Lakshmi Vyasarajan
|
33e9f7c9c4
|
Fixes for the chaining issue
|
14 years ago |
Lakshmi Vyasarajan
|
899228add7
|
Added a failing test
|
14 years ago |
Lakshmi Vyasarajan
|
5598285c8d
|
Added failing test for plugin chaining
|
14 years ago |
Lakshmi Vyasarajan
|
cf7091c52d
|
Addded test for config ignore option
|
14 years ago |
Lakshmi Vyasarajan
|
9a7da0e8fa
|
Made sorting tests predictable without changing the behavior of sorter plugin
|
14 years ago |
Lakshmi Vyasarajan
|
c792c18103
|
Added AUTHORS, upped version to 0.8.1
|
14 years ago |
Lakshmi Vyasarajan
|
e78cb1db04
|
Fixed a failing test
|
14 years ago |
Ryan Kelly
|
12c679572a
|
add mtime/etag support to PyFS publisher
|
14 years ago |
Vincent Bernat
|
0b9a848e96
|
Rework ImageSizerPlugin to not use beautiful soup but an adhoc parser.
BeautifulSoup is not compatible with HTML 5 and may mangle your
document. We provide a simple parser that should work in most cases.
|
14 years ago |