Lakshmi Vyasarajan
f3769163e2
Upped version, updated changelog & authors
14 years ago
Lakshmi Vyasarajan
d9a079eace
Upped version, updated changelog authors
14 years ago
Lakshmi Vyasarajan
00061739e1
Fixed authors and changelog, upped version
14 years ago
Lakshmi Vyasarajan
0c7fafe07c
Fixed tests for urlencoding content_url and media_url, Issue #88
14 years ago
Lakshmi Vyasarajan
97a1b01203
Issue #102 : Added urlencode and urldecode filter.
14 years ago
Lakshmi Vyasarajan
6bf2eecb9a
Updated changelog and authors
14 years ago
Lakshmi Vyasarajan
f0fdab3b42
Added group sort test
14 years ago
Steve Frécinaux
d31b4393cb
Update tests to use $PATH.
14 years ago
Steve Frécinaux
f8176ab655
Allow plugins to have a default application path.
This is very handy in Unix world as most applications have standard
installation paths and standard command-line names. Hence, we can now
use those plugins without altering the site.yaml file at all.
14 years ago
Steve Frécinaux
df9625f7f3
Add support for the PATH environment variable.
14 years ago
Merlin
7fa9fb4dff
Fixes menu to work with non-default base_url values.
Includes the patch by Brian Mattern that fixes menu to work in all
situations. Also adds the explanation how to use media_url and
base_url properties.
14 years ago
Grygoriy Fuchedzhy
ee90c3751c
textlinks plugin: do nothing if resource doesn't use template
14 years ago
Grygoriy Fuchedzhy
1d97e00924
encode return value of media_url and content_url functions
14 years ago
Grygoriy Fuchedzhy
bcb98b5147
copy permissions from original for text files
14 years ago
Vincent Bernat
09ac4a283e
markdown: allow to specify output format
By default, Markdown is building XHTML. If you do an HTML5 website, it
can therefore generate invalid markups (for example <th /> is not
valid in HTML5). Markdown can be configured with "output_format". This
patch adds this configuration switch to Hyde:
```
markdown:
extensions:
- codehilite
- extra
- toc
output_format: html
```
14 years ago
Grygoriy Fuchedzhy
ffd7299187
added support for encoded urls to hyde server
14 years ago
Grygoriy Fuchedzhy
dd5b25d1f2
all regular strings replaced with unicode ones
14 years ago
Lakshmi Vyasarajan
3bbcc351c3
Added ssp test files
14 years ago
Lakshmi Vyasarajan
15675d531f
Issue #78 , Issue #79 : Added ability to import plugins from site path
14 years ago
Lakshmi Vyasarajan
ce414ee8ea
Issue #76:Fixed failing Asciidoc test
14 years ago
Lakshmi Vyas
8f9876cb9e
Fixed uglifyjs tests
14 years ago
Lakshmi Vyas
18ac1fee11
Authors, Changelog, Version updates
14 years ago
Lakshmi Vyas
b93defeeb0
Authors, Changelog, Version updates
14 years ago
Tony Cheneau
5be1be7620
Add support for Asciidoc blocks
14 years ago
Gareth Redman
80fd3adeaa
Fix dependant resources.
Attach all post resources to all page resources. Now `hyde gen' works. Also
fix up a couple of the unit tests.
14 years ago
Gareth Redman
716dc64fa5
Paginator plugin.
Configured in a resource's metadata, creates copies of that resource, each of
which will receive its own `page' containing a distinct list of `posts'.
14 years ago
Merlin
eb787c34fe
Extends the starter layout with advanced topics.
14 years ago
Merlin
ff7ca76d29
Corrects a typo.
14 years ago
Benoit Allard
68514b19b3
server: Also print the traceback when something bad happen
14 years ago
Benoit Allard
38f3afb14e
Jinja: also register restructuredtext as a filter
14 years ago
Benoit Allard
1acf11b05c
Jinja: Add basic support for restructuredText formatting
14 years ago
Ryan Kelly
d6574bb17c
sphinx plugin: add some high-level docs
14 years ago
Ryan Kelly
566c1f103e
sphinx/pyfs plugins: add error messages for missing imports
14 years ago
Ryan Kelly
1aed5875f7
sphinx plugin: add some docs and extra sanity checks
14 years ago
Ryan Kelly
d905d57381
add some sanity-checks to the sphinx plugin
14 years ago
Ryan Kelly
e6e8c75dba
add a custom sphinx builder, so we can get the internal links right
14 years ago
Ryan Kelly
43e36de336
SphinxPlugin: run sphinx-build directly against content dir
14 years ago
Ryan Kelly
acdc31cf3f
adding preliminary "sphinx" plugin, for auto-generated docs
14 years ago
Grygoriy Fuchedzhy
8625684003
fixed handling of equals type args by CLTransformer
14 years ago
Lakshmi Vyasarajan
7ce58157a9
Upped version. Merged changelog
14 years ago
Lakshmi Vyasarajan
54648364e1
Fixed basic template to get the right tag representation. (Issue #53 )
14 years ago
Lakshmi Vyasarajan
7bf887c5bc
Added template test for tag metadata. (Issue #53 )
14 years ago
Lakshmi Vyasarajan
85dcef7e09
Added metadata support for tags (Issue: #53 )
14 years ago
Lakshmi Vyasarajan
73302caafc
Added failing test for adding metadata to tags. (Issue #53 )
14 years ago
Lakshmi Vyasarajan
dd8fae1cbc
Ensured providers work in the same way as context data and metadata (Issue #29 )
14 years ago
Lakshmi Vyasarajan
65828484a4
`hyde serve` now picks up changes in config data automatically. (Issue #24 )
14 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 )
14 years ago
Lakshmi Vyasarajan
2db79bb55c
Issue 18: Sorter now excludes items that do not have sorting attributes
14 years ago
Lakshmi Vyasarajan
0e6fc93a27
Issue #18 : Added failing test
14 years ago
Lakshmi Vyasarajan
0757d2a58f
Issue #17 : Wrapped <figure></figure> in a div to appease markdown
14 years ago