Lakshmi Vyasarajan
cb5819d158
Updated Authors and changelog
13 years ago
Lakshmi Vyasarajan
f56a2f10f9
Updated Authors and changelog
13 years ago
Lakshmi Vyasarajan
77b9bc2ad4
Merge pull request #39 from vincentbernat/hyde
---
This new plugin allow to combine multiple files into one. Here is an
example:
```
---
combine:
files: luffy.*.js
where: top
---
luffy.effects();
luffy.search();
```
All luffy.*.js files will be combined and added to the top of the file.
13 years ago
Lakshmi Vyasarajan
9a7da0e8fa
Made sorting tests predictable without changing the behavior of sorter plugin
13 years ago
Lakshmi Vyasarajan
51ec4bfc8a
Merge pull request #41 from vincentbernat/hyde
---
Various fixes to ensure that tests run. They now pass cleanly on my system.
13 years ago
Lakshmi Vyasarajan
c45638c827
Fixed changelog and authors
13 years ago
Lakshmi Vyasarajan
9c45dad4c2
Merge branch 'master' into pestaa/patch-1
13 years ago
Lakshmi Vyasarajan
c792c18103
Added AUTHORS, upped version to 0.8.1
13 years ago
Lakshmi Vyasarajan
e78cb1db04
Fixed a failing test
13 years ago
Lakshmi Vyasarajan
9e09ce5520
Merge branch 'master' into rfk/master
13 years ago
Ryan Kelly
12c679572a
add mtime/etag support to PyFS publisher
13 years ago
Vincent Bernat
cc814a3940
Sort resources by name before combining.
13 years ago
Vincent Bernat
16b763887a
Fix exception raising.
13 years ago
Vincent Bernat
12efa56ce2
Add tests for combine plugin.
13 years ago
Vincent Bernat
8a2a524a73
Add the ability to remove combined resources from processing.
A new keyword `remove` allows to not deploy resources that have been
combined. Small rework on how the plugin work to remove one change
from hyde generator about dependencies handling.
13 years ago
Vincent Bernat
5ac0ded468
Add a plugin to combine files.
This new plugin allow to combine multiple files into one. Here is an
example:
```
---
combine:
files: luffy.*.js
where: top
---
luffy.effects();
luffy.search();
```
All luffy.*.js files will be combined and added to the top of the file.
13 years ago
Vincent Bernat
cc09d99a4e
Make sorting more predictable.
Always first sort by name then by any attributes you want. Otherwise,
tests may fail.
13 years ago
Vincent Bernat
3e1ea83378
Fix the use of unknown dateformat filter dateformat in tests.
Use strftime instead. There seems to be no dateformat filter in jinja
documentation.
13 years ago
Vincent Bernat
3df7a9f1b4
Add additional standard path for tools.
Node.js tools may be installed in /usr/bin if installed by system
package tools or in ~/bin if installed by a default installation of npm.
13 years ago
pestaa
b413e65646
Prevent Unicode errors if a meta key contains non-ascii chars.
13 years ago
Ryan Kelly
e483d0e908
add basic support for publishing to a PyFS object
13 years ago
Ryan Kelly
e6d48b4ad6
{% syntax %} tag: optionally disable generation of <figure> container
13 years ago
Ryan Kelly
0d15885573
LessCSSPlugin: return original text if not a .less file
13 years ago
Ryan Kelly
9fde5a7416
bump nose req to 1.0.0
13 years ago
Lakshmi Vyasarajan
64ea9055d7
Fixed expando to_dict()
13 years ago
Lakshmi Vyasarajan
ca7ff79326
Fixed generation so that meta data is not loaded each time
13 years ago
Lakshmi Vyasarajan
7beba96614
Added ability to clear caches
13 years ago
Lakshmi Vyasarajan
aa5986574b
Upped version to 0.8
13 years ago
Lakshmi Vyasarajan
f86627177c
Added path normalization to make sure resources can be found on windows using relative path
13 years ago
Lakshmi Vyasarajan
9e43b58139
Replaced os.sep with '/' in media and content urls for the sake of windows
13 years ago
Lakshmi Vyasarajan
807cffb43c
Upped version - added changelog
13 years ago
Lakshmi Vyasarajan
0d642f0add
Fixed stylus tests for the new version
13 years ago
Lakshmi Vyasarajan
16fa4e695c
Fixed a missing import
13 years ago
Lakshmi Vyasarajan
f0aabf8918
Fixed issue with template loader paths for windows
13 years ago
Lakshmi Vyasarajan
ec49588799
Added info about grouper and tagger plugins to README
13 years ago
Lakshmi Vyasarajan
679734bbf8
Upaded url in setup.py
13 years ago
Lakshmi Vyasarajan
15f0d8eb05
Added atom support to basic layout
13 years ago
Lakshmi Vyasarajan
d2356ba803
Merge branch 'master' into atom
13 years ago
Lakshmi Vyasarajan
1400cdad76
Fixed line statement prefixes
13 years ago
Lakshmi Vyasarajan
a0fd2990d4
Adding atom feed
13 years ago
Lakshmi Vyasarajan
e88b1fc9fe
Fixed a few lies in README and added a truth
13 years ago
Lakshmi Vyasarajan
2c8685a602
Fixed deploy path changes so that they happen at the beginning and are not dependent on generation. Removed noise from hyde.server - moved them to debug level
13 years ago
Lakshmi Vyasarajan
79516e1d33
Switched form markdown to rst for easy pypi submissions
13 years ago
Lakshmi Vyasarajan
e388a8e48f
uppped version numbers
13 years ago
Lakshmi Vyasarajan
f7759a2c92
Added test to make sure the refrences are not callable locally
13 years ago
Lakshmi Vyasarajan
d8e8b2b559
Added url cleaner plugin
13 years ago
Lakshmi Vyasarajan
f469a134a3
Fixed code and tests to make sure the content_url and media_url functions delegate to the site object
13 years ago
Lakshmi Vyasarajan
145ede7b11
Fixed console messages
13 years ago
Lakshmi Vyasarajan
5b17355142
Removed regeneration on file not found. Fixed refresh param handling
13 years ago
Lakshmi Vyasarajan
c41354a304
Added top and islice filters
13 years ago