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
6a10593502
Updated changelog
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
bfd2d4984a
Fixed a merge issue o_o
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
d9ecd2e80e
Fixed changelog and authors
13 years ago
Lakshmi Vyasarajan
75d3f50da3
Fixed changelog and authors
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
475edf5d9c
Updated changelog
13 years ago
Lakshmi Vyasarajan
0757d2a58f
Issue #17 : Wrapped <figure></figure> in a div to appease markdown
13 years ago
Lakshmi Vyasarajan
60c12576e8
Updated changelog
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
4034687fbe
Issue #56 : Added a binary to the root to make it easy to run from source
13 years ago
Lakshmi Vyasarajan
4f34285c06
Issue #56 : Added main.py and fixed changelog to include issues
13 years ago
Lakshmi Vyasarajan
46055a2fe3
Issue #56 : Changed deploy location for main.py and fixed entry point in setup.py. Thanks to Joe Steeve
13 years ago
Lakshmi Vyasarajan
abf2a5b694
Fixed Stian's name in AUTHORS
13 years ago
Lakshmi Vyasarajan
f9761ef267
Added credits
13 years ago
Lakshmi Vyasarajan
8f722a6a36
Moved the types command line option to config
13 years ago
Lakshmi Vyasarajan
117100faa2
Merge pull request #50 from stiell/hyde
---
These commits add better support for generating and serving files with custom or no filename extensions.
The tagger plugin can now generate archives without any filename extension if it is set to `null` in `site.yaml`:
tagger:
archives:
all:
extension:
target: t
…
The `hyde serve` command has a new argument to modify the MIME type extensions map. Example:
hyde serve -t text/html -t text/plain .srt .asc -t application/x-xz .xz
This sets the default MIME type to `text/html` (rather than `application/octet-stream`) and maps `.srt` and `.asc` to `text/plain` and `.xz` to `application/x-xz`.
13 years ago
Lakshmi Vyasarajan
e7ec514c94
Added credits
13 years ago
Lakshmi Vyasarajan
c021315676
Merge pull request #54 from gfuchedzhy/hyde
---
Currently if
<pre>
urlcleaner:
strip_extensions:
- html
</pre>
options is given, hyde.server will fail to serve stripped urls, which is very inconvenient.
13 years ago
Lakshmi Vyasarajan
9a62c25f7a
Added credits
13 years ago
Lakshmi Vyasarajan
06390d8f50
Merge pull request #52 from vincentbernat/hyde
---
This allow to handle media_url to external site (like
http://media.example.com ).
13 years ago
Lakshmi Vyasarajan
482a9d2dca
Added credits
13 years ago
Lakshmi Vyasarajan
29cf0ab32a
Merge pull request #49 from rfk/hyde
---
This is a simple publisher that uploads a zipfile to PyPI. I am starting to do some basic websites for my python modules using Hyde and hosting them on packages.python.org.
13 years ago
Lakshmi Vyasarajan
1e14af9b5f
Added credits
13 years ago
Lakshmi Vyasarajan
581a789121
Made sure the equals type args are supported for short forms as well
13 years ago
Lakshmi Vyasarajan
4a393514ef
Merge pull request #47 from vincentbernat/hyde
---
Like optipng.
Maybe we could put all those image related plugins into the same module?
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
Ryan Kelly
da8e373310
adjust my contributions in AUTHORS file
13 years ago
Lakshmi Vyasarajan
3171a53676
Fixed combine test. Fixed stylus so that the include option is recognized
13 years ago
Lakshmi Vyasarajan
f93363ee64
Merge branch 'master' of github.com:hyde/hyde
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