Lakshmi Vyasarajan
f49bdac4c9
Upped version, updated changelog & authors
13 years ago
Idan Kamara
ec7cb8adc2
Use subscript syntax in tag archive generation
Using dot caused jinja to fail if the tag contained
characters such as '-' or spaces.
13 years ago
Idan Kamara
73365e2a43
Use subprocess.check_output so output will be logged
Currently results in a traceback when the command fails.
Ideally we should actually log stderr, since in most apps
that's where the errors go when something goes wrong.
13 years ago
Lakshmi Vyasarajan
5e49e75c23
Issue #126 : (BREAKING)- Folderflattener now updates node url and deploy path properties
13 years ago
Lakshmi Vyasarajan
da39d1d3cc
Upped version. Updated Changelog and Authors
13 years ago
Lakshmi Vyasarajan
e536d28b28
Upped version, updated changelog and authors. Added link to hyde wiki in readme.
13 years ago
Julien Danjou
725822b493
Do not try to read meta data on simple_copy files
This helps to fix issue #121
Signed-off-by: Julien Danjou <julien@danjou.info>
13 years ago
Lakshmi Vyasarajan
eec16a112e
Issue #121 : Added simple_copy feature for deploying unprocessable files
13 years ago
Lakshmi Vyasarajan
e9193445af
Added more tests for multiple and path based matches for simple copy
13 years ago
Lakshmi Vyasarajan
8ece64f818
Added simple copy basic feature
13 years ago
Lakshmi Vyasarajan
628e00a491
Issue #119 : Bug Fix. Relative path was used in the server as the sitepath
13 years ago
Kostas Papadimitriou
4fb6ba3154
LessCSSPlugin improvements
Added import-path= option
- Allow user to define import paths for less compiler
Improved resource handling
- Do not replace imports if resource uses_template option is False
- Skip resources with `parse` meta option set to False (helpful to
avoid parsing of helper less lib files)
13 years ago
Kostas Papadimitriou
7815b31c5e
Expando `get` helper method
Added a dict like `get` method to Expando class
13 years ago
Lakshmi Vyasarajan
d009400434
Issue #114 : Added support for relative path in stylus imports
13 years ago
Lakshmi Vyasarajan
a69f1603b9
Issue #112 : Plugins now support inclusion filters.
- `include_file_patterns` property accepts globs to filter by file name.
- `include_paths` accepts paths relative to content.
- `begin_node` and `node_complete` honor `include_paths`
- `begin_text_resource`, `text_resource_complete`, `begin_binary_resource`
and `binary_resource_complete` honor both.
13 years ago
Lakshmi Vyasarajan
24883f5f49
Issue #112 : Preparing for adding node and resource filters.
- Moved plugin_name property from CLTransformer to the base class (Plugin)
13 years ago
Lakshmi Vyasarajan
a8c545d75a
Issue #111 : Unsorted combine files has been fixed to return all items.
13 years ago
Lakshmi Vyasarajan
08bb122b5b
Issue #111 : Added an optional sorting parameter
13 years ago
Lakshmi Vyasarajan
2b9409543e
Issue 110: Modified combined plugin to process during begin_text_resource
13 years ago
Lakshmi Vyasarajan
45897f3095
Issue #108 : Modified combined plugin to support relative paths and recursion.
13 years ago
Lakshmi Vyasarajan
68597ca925
Issue #103 : Added safe parameter to url functions
13 years ago
Lakshmi Vyasarajan
42d30a6ff9
Upped version, updated changelog and readme
13 years ago
Lakshmi Vyasarajan
421ba7c874
Issue #69 : Added styles for codebox
13 years ago
Lakshmi Vyasarajan
e93f2372bd
Fixed authors and changelog, upped version
13 years ago
Lakshmi Vyasarajan
fd9c989218
Issue #70 : Server now reloads configuration upon regeneration
13 years ago
Lakshmi Vyasarajan
e96a2d4383
Removed superfluous debug logging statements
13 years ago
Lakshmi Vyasarajan
ec011bfda6
Issue #77 : Tagger now generates archives upfront in begin_site
* Archives are generated in begin_site to honour meta data
* Archives are first class resources
* Archive configuration now accepts an additional meta parameter
* The default nodemeta property now points to meta.yaml
13 years ago
Lakshmi Vyasarajan
2e866d0a37
Issue #82 : Added sourcecode directive to restructured text
13 years ago
Lakshmi Vyasarajan
82a521f45f
Issue #82 : Added test for markdown code highlight extension
13 years ago
Lakshmi Vyasarajan
1151820cf3
Upped version, updated changelog
13 years ago
Lakshmi Vyasarajan
e4963b1c78
Issue #80 : Added ability to ignore nodes as well
* Ignores .hg, .svn, .git by default
* Additional nodes can be ignored by adding to site.config.ignore
13 years ago
Lakshmi Vyasarajan
7f1ccdae35
Updated README with better docs. Upped version. Updated CHANGELOG & AUTHORS
13 years ago
Lakshmi Vyasarajan
c5b73e80c7
Issue #83 : Added support for default publisher.
* You can add a publisher with `default` as the name
* If no publisher named `default` is found, one of the publishers will be used by default(non deterministic order)
* If neither of the above results in something useable, an error is raised
13 years ago
Lakshmi Vyasarajan
62da52adc6
Issue #86 : Bug Fix: Ensure that context providers can exist without context data
13 years ago
Lakshmi Vyasarajan
b39464ac63
Issue #100 : Minor fixes to the nice /Users/lakshmivyas/.environments/hyde/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin based exec discovery by @nud
13 years ago
Lakshmi Vyasarajan
3241f0ab23
Upped version, updated changelog & authors
13 years ago
Lakshmi Vyasarajan
4d5a7b3bc5
Issue #97 : Fixed the class name
13 years ago
Lakshmi Vyasarajan
f3769163e2
Upped version, updated changelog & authors
13 years ago
Lakshmi Vyasarajan
d9a079eace
Upped version, updated changelog authors
13 years ago
Lakshmi Vyasarajan
00061739e1
Fixed authors and changelog, upped version
13 years ago
Lakshmi Vyasarajan
0c7fafe07c
Fixed tests for urlencoding content_url and media_url, Issue #88
13 years ago
Lakshmi Vyasarajan
97a1b01203
Issue #102 : Added urlencode and urldecode filter.
13 years ago
Lakshmi Vyasarajan
6bf2eecb9a
Updated changelog and authors
13 years ago
Lakshmi Vyasarajan
f0fdab3b42
Added group sort test
13 years ago
Steve Frécinaux
d31b4393cb
Update tests to use $PATH.
13 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.
13 years ago
Steve Frécinaux
df9625f7f3
Add support for the PATH environment variable.
13 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.
13 years ago
Grygoriy Fuchedzhy
ee90c3751c
textlinks plugin: do nothing if resource doesn't use template
13 years ago
Grygoriy Fuchedzhy
1d97e00924
encode return value of media_url and content_url functions
13 years ago