89a762dec2 
								
							
								 
							
						 
						
							
							
								
								Fix plugin chaining.  
							
							When the last plugin of a chain was returning None, the whole chain
return None instead of the last non-None result. For example, chain
LessPlugin with UglifyPlugin and you get all your .less files
unprocessed. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b0ac4e79ba 
								
							
								 
							
						 
						
							
							
								
								Add a configuration switch to ignore some files.  
							
							By default, backup files are ignored and node turned into a node. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87391065d0 
								
							
								 
							
						 
						
							
							
								
								Add a language plugin.  
							
							This plugin allows to link pages that are translated to another
language. Each resource should have a `language` meta attribute and a
`uuid` meta attribute. Resource that have those two meta attributes
will get a new attribute with the list of other resources in a
different language that have the same `uuid` meta attribute.
It is then possible to use something like this to grab the list of
available languages for a given resource:
{% if resource.translations is defined %}
<p>Other languages</p>
<ul>
  {% for translation in resource.translations %}
    <li><a href="{{ translation.full_url }}">
       {{ languages[translation.meta.language] }}
        </a></li>
  {% endfor %}
</ul>
{% endif %}
(You need a `languages` context in `site.yaml` for this snippet to work:
    context:
      data:
        languages:
          fr: Français
          en: English
) 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b413e65646 
								
							
								 
							
						 
						
							
							
								
								Prevent Unicode errors if a meta key contains non-ascii chars.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e483d0e908 
								
							
								 
							
						 
						
							
							
								
								add basic support for publishing to a PyFS object  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e6d48b4ad6 
								
							
								 
							
						 
						
							
							
								
								{% syntax %} tag: optionally disable generation of <figure> container  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d15885573 
								
							
								 
							
						 
						
							
							
								
								LessCSSPlugin: return original text if not a .less file  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9fde5a7416 
								
							
								 
							
						 
						
							
							
								
								bump nose req to 1.0.0  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64ea9055d7 
								
							
								 
							
						 
						
							
							
								
								Fixed expando to_dict()  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca7ff79326 
								
							
								 
							
						 
						
							
							
								
								Fixed generation so that meta data is not loaded each time  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7beba96614 
								
							
								 
							
						 
						
							
							
								
								Added ability to clear caches  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa5986574b 
								
							
								 
							
						 
						
							
							
								
								Upped version to 0.8  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f86627177c 
								
							
								 
							
						 
						
							
							
								
								Added path normalization to make sure resources can be found on windows using relative path  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e43b58139 
								
							
								 
							
						 
						
							
							
								
								Replaced os.sep with '/' in media and content urls for the sake of windows  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								807cffb43c 
								
							
								 
							
						 
						
							
							
								
								Upped version - added changelog  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d642f0add 
								
							
								 
							
						 
						
							
							
								
								Fixed stylus tests for the new version  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16fa4e695c 
								
							
								 
							
						 
						
							
							
								
								Fixed a missing import  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0aabf8918 
								
							
								 
							
						 
						
							
							
								
								Fixed issue with template loader paths for windows  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec49588799 
								
							
								 
							
						 
						
							
							
								
								Added info about grouper and tagger plugins to README  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								679734bbf8 
								
							
								 
							
						 
						
							
							
								
								Upaded url in setup.py  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								15f0d8eb05 
								
							
								 
							
						 
						
							
							
								
								Added atom support to basic layout  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2356ba803 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into atom  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1400cdad76 
								
							
								 
							
						 
						
							
							
								
								Fixed line statement prefixes  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0fd2990d4 
								
							
								 
							
						 
						
							
							
								
								Adding atom feed  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e88b1fc9fe 
								
							
								 
							
						 
						
							
							
								
								Fixed a few lies in README and added a truth  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								79516e1d33 
								
							
								 
							
						 
						
							
							
								
								Switched form markdown to rst for easy pypi submissions  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e388a8e48f 
								
							
								 
							
						 
						
							
							
								
								uppped version numbers  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7759a2c92 
								
							
								 
							
						 
						
							
							
								
								Added test to make sure the refrences are not callable locally  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8e8b2b559 
								
							
								 
							
						 
						
							
							
								
								Added url cleaner plugin  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f469a134a3 
								
							
								 
							
						 
						
							
							
								
								Fixed code and tests to make sure the content_url and media_url functions delegate to the site object  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								145ede7b11 
								
							
								 
							
						 
						
							
							
								
								Fixed console messages  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b17355142 
								
							
								 
							
						 
						
							
							
								
								Removed regeneration on file not found. Fixed refresh param handling  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c41354a304 
								
							
								 
							
						 
						
							
							
								
								Added top and islice filters  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e65c39f6a1 
								
							
								 
							
						 
						
							
							
								
								Removed debug statements. Added tests to make sure meta does not process markdown heading mark up  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8036dae07f 
								
							
								 
							
						 
						
							
							
								
								Made line statement prefix configurable. Made 41805$ default line statement prefix  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae63cf0225 
								
							
								 
							
						 
						
							
							
								
								Added time_now context variable  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								203268b0b9 
								
							
								 
							
						 
						
							
							
								
								Added dateformat and xmldatetime filters  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								df1f7e8af5 
								
							
								 
							
						 
						
							
							
								
								Duplicated code from SocketServer.py to make sure shutdown works on py >=2.6  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f8f30f6b5 
								
							
								 
							
						 
						
							
							
								
								Changed -i to -r - performs incremental generation by default  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								060befaab3 
								
							
								 
							
						 
						
							
							
								
								Fixed a niggle in calculating dependencies  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								85826d07b8 
								
							
								 
							
						 
						
							
							
								
								Experiment with markdown to raw rest didnt work  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d529e7e2b5 
								
							
								 
							
						 
						
							
							
								
								Fixed begin test resource test  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb8e3babec 
								
							
								 
							
						 
						
							
							
								
								Fixed setup.py to use html from markdown  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3435602df 
								
							
								 
							
						 
						
							
							
								
								update dependencies only when the resource is a text file  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a78548510b 
								
							
								 
							
						 
						
							
							
								
								Added code to update the dependencies on change  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								643ab1c9a6 
								
							
								 
							
						 
						
							
							
								
								Fixed README links and content  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								070be0eb34 
								
							
								 
							
						 
						
							
							
								
								Upped version  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1de4c5909 
								
							
								 
							
						 
						
							
							
								
								Added publisher for git repos  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								264e65e139 
								
							
								 
							
						 
						
							
							
								
								Added dvcs publisher  
							
							
								
							
							
						 
						14 years ago