justin
ded3fad91f
Avoid index error if there aren't pages when iterating for paginator.
12 years ago
Julien Danjou
d47707af6c
Add Node.rwalk support
Signed-off-by: Julien Danjou <julien@danjou.info>
12 years ago
Julien Danjou
da9178b83d
Force escape on title in Atom feed
Signed-off-by: Julien Danjou <julien@danjou.info>
12 years ago
Erkan Yilmaz
59fe462741
typo
12 years ago
Lakshmi Vyasarajan
e1cdd457f9
Issue #161 : Fixed stylus indent issues with empty files.
12 years ago
Lakshmi Vyasarajan
7451edd83c
Issue #107 : Added support for plugin paths relative to site.
13 years ago
Josh Gerdes
fb93f91be9
Added config value to allow user-defined encode safe list to be used with the encoding of url values (media_url, content_url, and full_url). I wanted to use absolute urls for the media_url config value (I did not want to encode : or /).
13 years ago
Merlin
a80ebb6f0e
Updates and improves the "starter" template.
* Cleans up CSS.
* Handles page title endings more elegantly.
* Renders the advanced menu below the basic one.
* Corrects and updates content.
* Explains how to generate and serve the template.
* Makes it more straightforward to contribute.
13 years ago
Lakshmi Vyasarajan
ea887299be
Upped version, updated changelog & authors
13 years ago
Lakshmi Vyasarajan
792ff475d5
Merge pull request #128 from idank/hyde
---
Currently results in a traceback when the command fails.
Ideally we should actually log stderr, since in most apps
thats where the errors go when something goes wrong.
13 years ago
Lakshmi Vyasarajan
f49bdac4c9
Upped version, updated changelog & authors
13 years ago
Lakshmi Vyasarajan
fef389bcfd
Merge pull request #130 from idank/hyde
---
Using dot caused jinja to fail if the tag contained
characters such as - or spaces.
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
ff60c5f2c8
Merge pull request #124 from jd/hyde
---
This helps to fix issue #121
Signed-off-by: Julien Danjou <julien@danjou.info>
13 years ago
Lakshmi Vyasarajan
e536d28b28
Upped version, updated changelog and authors. Added link to hyde wiki in readme.
13 years ago
Lakshmi Vyasarajan
287042b2d5
Merge pull request #117 from vinilios/hyde
---
Added a helper method in Expando class to ease up non existing keys handling.
Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap)
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
9a85006bea
Upped version, updated changelog
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
e84435806a
More readme fixes
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
af30048dbf
Upped version, updated changelog & authors
13 years ago