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
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
14 years ago
Lakshmi Vyasarajan
79516e1d33
Switched form markdown to rst for easy pypi submissions
14 years ago
Lakshmi Vyasarajan
e388a8e48f
uppped version numbers
14 years ago
Lakshmi Vyasarajan
f7759a2c92
Added test to make sure the refrences are not callable locally
14 years ago
Lakshmi Vyasarajan
d8e8b2b559
Added url cleaner plugin
14 years ago
Lakshmi Vyasarajan
f469a134a3
Fixed code and tests to make sure the content_url and media_url functions delegate to the site object
14 years ago
Lakshmi Vyasarajan
145ede7b11
Fixed console messages
14 years ago
Lakshmi Vyasarajan
5b17355142
Removed regeneration on file not found. Fixed refresh param handling
14 years ago
Lakshmi Vyasarajan
c41354a304
Added top and islice filters
14 years ago
Lakshmi Vyasarajan
e65c39f6a1
Removed debug statements. Added tests to make sure meta does not process markdown heading mark up
14 years ago
Lakshmi Vyasarajan
8036dae07f
Made line statement prefix configurable. Made 41805$ default line statement prefix
14 years ago
Lakshmi Vyasarajan
ae63cf0225
Added time_now context variable
14 years ago
Lakshmi Vyasarajan
203268b0b9
Added dateformat and xmldatetime filters
14 years ago
Lakshmi Vyasarajan
df1f7e8af5
Duplicated code from SocketServer.py to make sure shutdown works on py >=2.6
14 years ago
Lakshmi Vyasarajan
3f8f30f6b5
Changed -i to -r - performs incremental generation by default
14 years ago
Lakshmi Vyasarajan
060befaab3
Fixed a niggle in calculating dependencies
14 years ago
Lakshmi Vyasarajan
85826d07b8
Experiment with markdown to raw rest didnt work
14 years ago
Lakshmi Vyasarajan
d529e7e2b5
Fixed begin test resource test
14 years ago
Lakshmi Vyasarajan
bb8e3babec
Fixed setup.py to use html from markdown
14 years ago
Lakshmi Vyasarajan
d3435602df
update dependencies only when the resource is a text file
14 years ago
Lakshmi Vyasarajan
a78548510b
Added code to update the dependencies on change
14 years ago
Lakshmi Vyasarajan
643ab1c9a6
Fixed README links and content
14 years ago
Lakshmi Vyasarajan
070be0eb34
Upped version
14 years ago
Lakshmi Vyasarajan
f1de4c5909
Added publisher for git repos
14 years ago
Lakshmi Vyasarajan
264e65e139
Added dvcs publisher
14 years ago
Lakshmi Vyasarajan
76de9b4649
Added dvcs publisher
14 years ago
Lakshmi Vyasarajan
8ff95a2115
Fixes to README and syntax html
14 years ago