Elliott Sales de Andrade
0e807a41da
Move paginator plugin into structure module.
12 years ago
Elliott Sales de Andrade
b173aea45b
Move combine plugin into the structure module.
12 years ago
Elliott Sales de Andrade
c0e912b9b5
Rename folders module to structure.
12 years ago
Elliott Sales de Andrade
26c4a920f2
Fix plugin references in the basic layout template.
12 years ago
Elliott Sales de Andrade
3cc29f9fad
Move the AutoExtend plugin into the meta module.
12 years ago
Elliott Sales de Andrade
c86c5910f1
Remove unnecessary imports in plugins.
12 years ago
Elliott Sales de Andrade
10f1967ebe
Optimize some regex'ing.
Compile the regexs on plugin load instead of every time a resource
is processed.
12 years ago
Elliott Sales de Andrade
6ccff655b8
Combine text processing plugins into a text module.
* blockdown
* markings
* syntext
* textlinks
12 years ago
Elliott Sales de Andrade
bf72e7e2a0
Only load Image module when using ImageSizerPlugin.
12 years ago
Elliott Sales de Andrade
0b5eef9ead
Move JPEGOptim and OptiPNG plugins into the images module.
12 years ago
Elliott Sales de Andrade
db900dd2f3
Reduce some code duplication.
Check resource.source_file.kind in _should_parse_resource instead of
every time the latter is called.
12 years ago
Elliott Sales de Andrade
c089c12278
Stylus is also a CSS plugin.
12 years ago
Elliott Sales de Andrade
3f86282544
Change some plugin module names to be a bit more generic.
* less -> css
* git -> vcs
* uglify -> js
12 years ago
Marcel Jackwerth
2c2691b791
Importing the filters with __import__ lookup.
12 years ago
Marcel Jackwerth
e4ceb06d19
Add support for custom jinja filters.
12 years ago
Grygoriy Fuchedzhy
aecda14447
added ability to serve files which have no corresponding resources, such as
thumbnails and tagger pages
13 years ago
Lakshmi Vyasarajan
c665972728
Fix requirejs plugin to use the new deps
11 years ago
Ilker Cetinkaya
7b0ccb7137
minor improvements on plugin as well as some short docs.
12 years ago
Ilker Cetinkaya
6c6a766415
adding requirejs plugin integration tests.
12 years ago
Ilker Cetinkaya
498edc7730
changing strategy of rjs compilation to rjs conf file within source structure to target temp file.
12 years ago
Ilker Cetinkaya
b1d5107f3d
first quick rjs plugin implementation.
12 years ago
Jake Vanderplas
2677bbee89
fix ssh publisher doc string
11 years ago
Jake Vanderplas
6788adb81e
Add SSH publisher
11 years ago
Vincent Bernat
9d5ad5538f
jpegtran plugin (like jpegoptim plugin)
This plugin may seem redundant with jpegoptim one. jpegtran allows one
to produce progressive JPEG while jpegoptim does not. On the other
hand, jpegtran only does losless compression while jpegoptim allows
one to set a maximum quality setting.
12 years ago
Henning@Office
01ff8fbabc
calling subprocess in git.py via Popen to enable compatibilty to python 2.6
12 years ago
Henning@Mac
8c519877f6
Modifying paginator plugin to respect meta data of resources
Signed-off-by: Henning@Mac <Henning@monkey-works.de>
12 years ago
Henning@Mac
1e56c51a7d
pulling os dates from files in git.py
12 years ago
Henning@Mac
11f4fdfd0c
fixes the problem of comparing dates offset-naive and offset-aware datetimes by removing the timezone before comparison
12 years ago
Lakshmi Vyasarajan
6472c74928
Add support for using pillow instead of PIL.
11 years ago
Brian Mattern
64fe56df89
remove unused imports
12 years ago
Brian Mattern
0dc9375c8a
better includes matching. don't limit extension
This *should* support anything PIL supports now (but, not yet tested)
12 years ago
Brian Mattern
1194159f17
use os.path.join
12 years ago
Brian Mattern
9c7a73fb81
no need to specify image type to save as
12 years ago
Brian Mattern
7eb25906c1
clean up docs
12 years ago
Brian Mattern
6bbcf48f61
note that cropping isn't tested yet
12 years ago
Brian Mattern
6558af0381
simplify preserve_orientation code
remove unneeded parameter
12 years ago
Brian Mattern
174559ee9e
tests for thumbnailer plugin + larger/smaller options
remove debug statements
rename thumb_size -> thumb_scale_size
12 years ago
Grygoriy Fuchedzhy
4a32b5b901
thumbnails plugin: make resources under content directory instead of generating them in deploy directly, make all thumnails in single place(content/.thumbnails) for simple maintenance but keep original deploy path to preserve naming logic in generated site
13 years ago
Grygoriy Fuchedzhy
e5e0c792a8
thumbnails plugin: added 3 crop types
13 years ago
Grygoriy Fuchedzhy
3b1a89bacb
thumbnails plugin: crop image if both width and height defined
13 years ago
Grygoriy Fuchedzhy
92d67524df
fixed function description
13 years ago
Grygoriy Fuchedzhy
cc09b2091c
added thumbnails plugin
13 years ago
Vincent Bernat
0161475d83
Coffeescript plugin: compile any .coffee file into a .js file.
12 years ago
Jared Forsyth
f130a9995c
adding restructuredtext plugin support
11 years ago
Tara Feener
6f3ce028f7
Updating the .clear styleName to be .clearfix instead. Base.j2 applies the 'clearfix' class to the 'banner' element, and not the 'clear' class. Discovered after inserting relatively position as opposed to absolutely position children into banner, floated left, and noting clearfix wasn't being properly applied to grow the height of the banner element to its children. We *could* also change the class applied to the banner to be 'clear' instead of 'clearfix', but I'd rather go with the former.
13 years ago
Paul Bonser
8a8bbbfe37
Just use _transform instead of transform
12 years ago
Paul Bonser
e6028a4c07
Break test to reveal bug, tag named transform explodes Expando
13 years ago
Lakshmi Vyasarajan
25cb561141
Bump version, update changelog & authors.
11 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
e68eaf3880
Upgrade dependencies and setup for 0.8.5.
- Upgrade and fix versions for dependencies
- Use the typogrify package on pypi
- Fix tests that break because of the upgrades
- Bump version
11 years ago