Reformatted with automated tools and minor fixes.
This commit is contained in:
		
							parent
							
								
									bf0b7a1cb7
								
							
						
					
					
						commit
						b8bc24cf6f
					
				
					 24 changed files with 209 additions and 39 deletions
				
			
		
							
								
								
									
										1
									
								
								TODO.md
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								TODO.md
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -4,3 +4,4 @@
 | 
			
		|||
* Project global defines, parameters.
 | 
			
		||||
* pre- and post-scripts that will be run from __main__, either some shipped with pixywerk or project-level.
 | 
			
		||||
* Library of template modules? ATOM et al.
 | 
			
		||||
* Some off the shelf website templates and a template manager.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@
 | 
			
		|||
	<link href="https://pixywerk.com//atom.xml" rel="self" />
 | 
			
		||||
	<link href="https://pixywerk.com/" />
 | 
			
		||||
	<id>urn:uuid:2cbb1961-b1ca-3b73-a6ce-d2e2feae9ab4</id>
 | 
			
		||||
	<updated>2019-05-20T06:32:27.357672+00:00</updated>
 | 
			
		||||
	<updated>2021-02-05T04:45:24.766181+00:00</updated>
 | 
			
		||||
 | 
			
		||||
	
 | 
			
		||||
	
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -267,6 +267,11 @@ footer {
 | 
			
		|||
    font-variant: small-caps;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pre { line-height: 125%; margin: 0; }
 | 
			
		||||
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
 | 
			
		||||
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
 | 
			
		||||
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
 | 
			
		||||
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
 | 
			
		||||
.hll { background-color: #ffffcc }
 | 
			
		||||
.c { color: #008800; font-style: italic } /* Comment */
 | 
			
		||||
.err { border: 1px solid #FF0000 } /* Error */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,7 @@
 | 
			
		|||
      <h1>My first post</h1>
 | 
			
		||||
      <img src="../images/20190415-0.jpg" class="featured">
 | 
			
		||||
    </div>
 | 
			
		||||
  <div class="byline">
 | 
			
		||||
  <div class="byline" style="width: 100%">
 | 
			
		||||
  <p>Author: Cas Rusnov<br>
 | 
			
		||||
    Published: 2019-05-20T01:56:41.720834+00:00
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,7 @@
 | 
			
		|||
      <h1>Another example post!</h1>
 | 
			
		||||
      <img src="../images/2019-05-16.png" class="featured">
 | 
			
		||||
    </div>
 | 
			
		||||
  <div class="byline">
 | 
			
		||||
  <div class="byline" style="width: 100%">
 | 
			
		||||
  <p>Author: Cas Rusnov<br>
 | 
			
		||||
    Published: 2019-05-20T02:09:55.805659+00:00
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,7 @@
 | 
			
		|||
      <h1>Code Test Post</h1>
 | 
			
		||||
      <img src="../images/2019-05-19.png" class="featured">
 | 
			
		||||
    </div>
 | 
			
		||||
  <div class="byline">
 | 
			
		||||
  <div class="byline" style="width: 100%">
 | 
			
		||||
  <p>Author: Cas Rusnov<br>
 | 
			
		||||
    Published: 2019-05-20T06:31:37.352443+00:00
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			@ -74,7 +74,7 @@ Some python code:
 | 
			
		|||
    <span class="c1">#        'cookbook = spicerack.cookbook:main',</span>
 | 
			
		||||
    <span class="c1">#    ],</span>
 | 
			
		||||
    <span class="c1"># },</span>
 | 
			
		||||
    <span class="n">include_package_data</span><span class="o">=</span><span class="bp">True</span><span class="p">,</span>
 | 
			
		||||
    <span class="n">include_package_data</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span>
 | 
			
		||||
    <span class="n">extras_require</span><span class="o">=</span><span class="n">EXTRAS_REQUIRE</span><span class="p">,</span>
 | 
			
		||||
    <span class="n">install_requires</span><span class="o">=</span><span class="n">INSTALL_REQUIRES</span><span class="p">,</span>
 | 
			
		||||
    <span class="n">keywords</span><span class="o">=</span><span class="p">[</span><span class="s2">"cms"</span><span class="p">,</span> <span class="s2">"website"</span><span class="p">,</span> <span class="s2">"compiler"</span><span class="p">],</span>
 | 
			
		||||
| 
						 | 
				
			
			@ -84,9 +84,9 @@ Some python code:
 | 
			
		|||
    <span class="n">packages</span><span class="o">=</span><span class="n">find_packages</span><span class="p">(</span><span class="n">exclude</span><span class="o">=</span><span class="p">[</span><span class="s2">"*.tests"</span><span class="p">,</span> <span class="s2">"*.tests.*"</span><span class="p">]),</span>
 | 
			
		||||
    <span class="n">platforms</span><span class="o">=</span><span class="p">[</span><span class="s2">"GNU/Linux"</span><span class="p">],</span>
 | 
			
		||||
    <span class="n">setup_requires</span><span class="o">=</span><span class="n">SETUP_REQUIRES</span><span class="p">,</span>
 | 
			
		||||
    <span class="n">use_scm_version</span><span class="o">=</span><span class="bp">True</span><span class="p">,</span>
 | 
			
		||||
    <span class="n">use_scm_version</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span>
 | 
			
		||||
    <span class="n">url</span><span class="o">=</span><span class="s2">"https://git.antpanethon.com/cas/pixywerk2"</span><span class="p">,</span>
 | 
			
		||||
    <span class="n">zip_safe</span><span class="o">=</span><span class="bp">False</span><span class="p">,</span>
 | 
			
		||||
    <span class="n">zip_safe</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span>
 | 
			
		||||
<span class="p">)</span>
 | 
			
		||||
</pre></div>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										134
									
								
								examples/pixywerk.com/publish/recurse.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										134
									
								
								examples/pixywerk.com/publish/recurse.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,134 @@
 | 
			
		|||
<html>
 | 
			
		||||
  <head>
 | 
			
		||||
    <title>Pixywerk2 </title>
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="./css/main.css">
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    <div class="container">
 | 
			
		||||
      
 | 
			
		||||
	<header><img src="./images/pipe-leak.svg" style="filter: invert(1); height: 2em; float: left; margin: 2px; padding: 0"><h1>Pixywerk2 </h1></header>
 | 
			
		||||
      
 | 
			
		||||
       
 | 
			
		||||
	 <article>
 | 
			
		||||
	   <ul>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'atom.xml', 'file_name': 'atom.xml', 'mtime': 1558060013.0402112, 'ctime': 1558060013.0482113, 'size': 1209, 'ext': '.xml'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'index.thtml', 'file_name': 'index.thtml', 'mtime': 1558317628.2501144, 'ctime': 1558317628.2501144, 'size': 602, 'ext': '.thtml'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'setup.py', 'file_name': 'setup.py', 'mtime': 1558332717.6640935, 'ctime': 1558332717.6640935, 'size': 1847, 'ext': '.py'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'recurse.thtml', 'file_name': 'recurse.thtml', 'mtime': 1561830991.2152739, 'ctime': 1561830991.223274, 'size': 72, 'ext': '.thtml'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'posts/post-2019-04-15.thtml', 'file_name': 'post-2019-04-15.thtml', 'mtime': 1557985040.3647952, 'ctime': 1558317401.7208338, 'size': 106, 'ext': '.thtml'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'posts/post-2019-05-16.another-post.thtml', 'file_name': 'post-2019-05-16.another-post.thtml', 'mtime': 1558318195.8056588, 'ctime': 1558318195.8056588, 'size': 79, 'ext': '.thtml'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'posts/post-2019-05-19.thtml', 'file_name': 'post-2019-05-19.thtml', 'mtime': 1558333897.3524435, 'ctime': 1558333897.3524435, 'size': 181, 'ext': '.thtml'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/main.css', 'file_name': 'main.css', 'mtime': 1558333943.9771295, 'ctime': 1558333943.9771295, 'size': 5589, 'ext': '.css'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/Teko-Bold.woff', 'file_name': 'Teko-Bold.woff', 'mtime': 1557719150.1630452, 'ctime': 1557719150.1630452, 'size': 111224, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/Teko-Bold.woff2', 'file_name': 'Teko-Bold.woff2', 'mtime': 1557719150.8430567, 'ctime': 1557719150.8430567, 'size': 77468, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/Teko-Light.woff', 'file_name': 'Teko-Light.woff', 'mtime': 1557719150.863057, 'ctime': 1557719150.863057, 'size': 108568, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/Teko-Light.woff2', 'file_name': 'Teko-Light.woff2', 'mtime': 1557719151.4950676, 'ctime': 1557719151.4950676, 'size': 75476, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/Teko-Medium.woff', 'file_name': 'Teko-Medium.woff', 'mtime': 1557719151.5150678, 'ctime': 1557719151.5150678, 'size': 115388, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/Teko-Medium.woff2', 'file_name': 'Teko-Medium.woff2', 'mtime': 1557719152.1750789, 'ctime': 1557719152.1750789, 'size': 80216, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/Teko-Regular.woff', 'file_name': 'Teko-Regular.woff', 'mtime': 1557719152.1950793, 'ctime': 1557719152.1950793, 'size': 115048, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/Teko-Regular.woff2', 'file_name': 'Teko-Regular.woff2', 'mtime': 1557719152.8550904, 'ctime': 1557719152.8550904, 'size': 80188, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/Teko-SemiBold.woff', 'file_name': 'Teko-SemiBold.woff', 'mtime': 1557719152.8750906, 'ctime': 1557719152.8750906, 'size': 117184, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/Teko-SemiBold.woff2', 'file_name': 'Teko-SemiBold.woff2', 'mtime': 1557719153.5591023, 'ctime': 1557719153.5591023, 'size': 81756, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Regular.ttf', 'file_name': 'ExpletusSans-Regular.ttf', 'mtime': 1304492400.0, 'ctime': 1557720047.6432533, 'size': 55052, 'ext': '.ttf'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Italic.ttf', 'file_name': 'ExpletusSans-Italic.ttf', 'mtime': 1304492400.0, 'ctime': 1557720047.6472535, 'size': 37344, 'ext': '.ttf'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Medium.ttf', 'file_name': 'ExpletusSans-Medium.ttf', 'mtime': 1304492400.0, 'ctime': 1557720047.6472535, 'size': 66676, 'ext': '.ttf'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-MediumItalic.ttf', 'file_name': 'ExpletusSans-MediumItalic.ttf', 'mtime': 1304492400.0, 'ctime': 1557720047.6512535, 'size': 62900, 'ext': '.ttf'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-SemiBoldItalic.ttf', 'file_name': 'ExpletusSans-SemiBoldItalic.ttf', 'mtime': 1304492400.0, 'ctime': 1557720047.6552536, 'size': 46812, 'ext': '.ttf'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-SemiBold.ttf', 'file_name': 'ExpletusSans-SemiBold.ttf', 'mtime': 1304492400.0, 'ctime': 1557720047.6552536, 'size': 65520, 'ext': '.ttf'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Bold.ttf', 'file_name': 'ExpletusSans-Bold.ttf', 'mtime': 1304492400.0, 'ctime': 1557720047.6592536, 'size': 60784, 'ext': '.ttf'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-BoldItalic.ttf', 'file_name': 'ExpletusSans-BoldItalic.ttf', 'mtime': 1304492400.0, 'ctime': 1557720047.6632538, 'size': 45072, 'ext': '.ttf'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Bold.woff', 'file_name': 'ExpletusSans-Bold.woff', 'mtime': 1557720055.5434017, 'ctime': 1557720055.5434017, 'size': 28176, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Bold.woff2', 'file_name': 'ExpletusSans-Bold.woff2', 'mtime': 1557720055.6754043, 'ctime': 1557720055.6754043, 'size': 20628, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-BoldItalic.woff', 'file_name': 'ExpletusSans-BoldItalic.woff', 'mtime': 1557720055.6794043, 'ctime': 1557720055.6794043, 'size': 21016, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-BoldItalic.woff2', 'file_name': 'ExpletusSans-BoldItalic.woff2', 'mtime': 1557720055.767406, 'ctime': 1557720055.767406, 'size': 15356, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Italic.woff', 'file_name': 'ExpletusSans-Italic.woff', 'mtime': 1557720055.7754061, 'ctime': 1557720055.7754061, 'size': 19132, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Italic.woff2', 'file_name': 'ExpletusSans-Italic.woff2', 'mtime': 1557720055.8514075, 'ctime': 1557720055.8514075, 'size': 14248, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Medium.woff', 'file_name': 'ExpletusSans-Medium.woff', 'mtime': 1557720055.8554077, 'ctime': 1557720055.8554077, 'size': 31592, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Medium.woff2', 'file_name': 'ExpletusSans-Medium.woff2', 'mtime': 1557720056.0074105, 'ctime': 1557720056.0074105, 'size': 22784, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-MediumItalic.woff', 'file_name': 'ExpletusSans-MediumItalic.woff', 'mtime': 1557720056.0154107, 'ctime': 1557720056.0154107, 'size': 27148, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-MediumItalic.woff2', 'file_name': 'ExpletusSans-MediumItalic.woff2', 'mtime': 1557720056.1594133, 'ctime': 1557720056.1594133, 'size': 19972, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Regular.woff', 'file_name': 'ExpletusSans-Regular.woff', 'mtime': 1557720056.1674135, 'ctime': 1557720056.1674135, 'size': 26540, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-Regular.woff2', 'file_name': 'ExpletusSans-Regular.woff2', 'mtime': 1557720056.291416, 'ctime': 1557720056.291416, 'size': 19844, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-SemiBold.woff', 'file_name': 'ExpletusSans-SemiBold.woff', 'mtime': 1557720056.2954159, 'ctime': 1557720056.2954159, 'size': 31536, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-SemiBold.woff2', 'file_name': 'ExpletusSans-SemiBold.woff2', 'mtime': 1557720056.459419, 'ctime': 1557720056.459419, 'size': 22784, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-SemiBoldItalic.woff', 'file_name': 'ExpletusSans-SemiBoldItalic.woff', 'mtime': 1557720056.4634192, 'ctime': 1557720056.4634192, 'size': 22556, 'ext': '.woff'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'css/fonts/ExpletusSans-SemiBoldItalic.woff2', 'file_name': 'ExpletusSans-SemiBoldItalic.woff2', 'mtime': 1557720056.563421, 'ctime': 1557720056.563421, 'size': 16484, 'ext': '.woff2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'test/test.thtml', 'file_name': 'test.thtml', 'mtime': 1558064341.65635, 'ctime': 1558064341.65635, 'size': 115, 'ext': '.thtml'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'images/placeholder', 'file_name': 'placeholder', 'mtime': 1555378617.4188664, 'ctime': 1555378617.4188664, 'size': 0, 'ext': ''}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'images/20190415-0.jpg', 'file_name': '20190415-0.jpg', 'mtime': 1555379532.14708, 'ctime': 1555379532.14708, 'size': 73996, 'ext': '.jpg'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'images/link-box-variant.svg', 'file_name': 'link-box-variant.svg', 'mtime': 1557815009.004399, 'ctime': 1557815052.4972086, 'size': 1402, 'ext': '.svg'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'images/pipe-leak.svg', 'file_name': 'pipe-leak.svg', 'mtime': 1557897588.8718655, 'ctime': 1557897849.3715317, 'size': 448, 'ext': '.svg'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'images/2019-05-16.png', 'file_name': '2019-05-16.png', 'mtime': 1558057040.7048073, 'ctime': 1558057040.7048073, 'size': 457198, 'ext': '.png'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'images/2019-05-19.png', 'file_name': '2019-05-19.png', 'mtime': 1558331552.2705755, 'ctime': 1558331552.2705755, 'size': 135915, 'ext': '.png'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'templates/default.jinja2', 'file_name': 'default.jinja2', 'mtime': 1558317843.4078112, 'ctime': 1558317843.4078112, 'size': 1444, 'ext': '.jinja2'}</li>
 | 
			
		||||
 | 
			
		||||
<li>{'file_path': 'templates/post.jinja2', 'file_name': 'post.jinja2', 'mtime': 1558498337.0504873, 'ctime': 1558498337.0504873, 'size': 646, 'ext': '.jinja2'}</li>
 | 
			
		||||
 | 
			
		||||
</ul>
 | 
			
		||||
	 </article>
 | 
			
		||||
       
 | 
			
		||||
       
 | 
			
		||||
	 <nav><ul>
 | 
			
		||||
	     <li>Documentation</li>
 | 
			
		||||
	     <li>Blog</li>
 | 
			
		||||
	     <li><a href="https://git.antpantheon.com/cas/pixywerk2">Gitea<img src="./images/link-box-variant.svg"></a></li>
 | 
			
		||||
	     <li><a href="https://www.github.com/chaomodus/pixywerk2">Github<img src="./images/link-box-variant.svg"></a></li>
 | 
			
		||||
	 </ul></nav>
 | 
			
		||||
       
 | 
			
		||||
       
 | 
			
		||||
	 <footer>Copyright © 2019 by Cas Rusnov <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
 | 
			
		||||
	 </footer>
 | 
			
		||||
       
 | 
			
		||||
    </div>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			@ -8,7 +8,7 @@
 | 
			
		|||
      <h1>{{ metadata.title }}</h1>
 | 
			
		||||
      <img src="{{metadata.relpath}}/{{metadata.featured}}" class="featured">
 | 
			
		||||
    </div>
 | 
			
		||||
  <div class="byline">
 | 
			
		||||
  <div class="byline" style="width: 100%">
 | 
			
		||||
  <p>Author: {{ metadata.author }}<br>
 | 
			
		||||
    Published: {{ get_time_iso8601(metadata.stat.ctime) }}
 | 
			
		||||
    {% if metadata.stat.mtime-metadata.stat.ctime > 512 %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										5
									
								
								examples/pixywerk.com/src/recurse.thtml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								examples/pixywerk.com/src/recurse.thtml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
<ul>
 | 
			
		||||
{% for i in get_hier('.', '*') %}
 | 
			
		||||
<li>{{i}}</li>
 | 
			
		||||
{% endfor %}
 | 
			
		||||
</ul>
 | 
			
		||||
| 
						 | 
				
			
			@ -11,14 +11,15 @@ import os
 | 
			
		|||
import shutil
 | 
			
		||||
import sys
 | 
			
		||||
import time
 | 
			
		||||
 | 
			
		||||
from typing import Dict, List, cast
 | 
			
		||||
 | 
			
		||||
from .metadata import MetaTree
 | 
			
		||||
from .processchain import ProcessorChains
 | 
			
		||||
from .processors.processors import PassthroughException
 | 
			
		||||
from .metadata import MetaTree
 | 
			
		||||
from .template_tools import date_iso8601, file_list, file_name, file_content, file_metadata, time_iso8601, file_raw
 | 
			
		||||
from .pygments import pygments_get_css, pygments_markup_contents_html
 | 
			
		||||
from .template_tools import (date_iso8601, file_content, file_list,
 | 
			
		||||
                             file_list_hier, file_metadata, file_name,
 | 
			
		||||
                             file_raw, time_iso8601)
 | 
			
		||||
 | 
			
		||||
logger = logging.getLogger()
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -87,8 +88,10 @@ def main() -> int:
 | 
			
		|||
    file_cont_cache = cast(Dict, {})
 | 
			
		||||
    file_name_cache = cast(Dict, {})
 | 
			
		||||
    file_raw_cache = cast(Dict, {})
 | 
			
		||||
    flist = file_list(args.root, file_list_cache)
 | 
			
		||||
    default_metadata["globals"] = {
 | 
			
		||||
        "get_file_list": file_list(args.root, file_list_cache),
 | 
			
		||||
        "get_file_list": flist,
 | 
			
		||||
        "get_hier": file_list_hier(args.root, flist),
 | 
			
		||||
        "get_file_name": file_name(args.root, meta_tree, process_chains, file_name_cache),
 | 
			
		||||
        "get_file_content": file_content(args.root, meta_tree, process_chains, file_cont_cache),
 | 
			
		||||
        "get_raw": file_raw(args.root, file_raw_cache),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,8 +5,7 @@ import logging
 | 
			
		|||
import mimetypes
 | 
			
		||||
import os
 | 
			
		||||
import uuid
 | 
			
		||||
 | 
			
		||||
from typing import Dict, Optional, Union, List, Tuple, Any, cast
 | 
			
		||||
from typing import Any, Dict, List, Optional, Tuple, Union, cast
 | 
			
		||||
 | 
			
		||||
import jstyleson
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,8 +3,7 @@
 | 
			
		|||
import os
 | 
			
		||||
import os.path
 | 
			
		||||
import random
 | 
			
		||||
 | 
			
		||||
from typing import List, Iterable, Optional, Any, Dict, Type, cast
 | 
			
		||||
from typing import Any, Dict, Iterable, List, Optional, Type, cast
 | 
			
		||||
 | 
			
		||||
import yaml
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
"""Define a Jinja2 Processor which applies programmable templating to the input stream."""
 | 
			
		||||
 | 
			
		||||
from typing import Iterable, Optional, Dict, cast
 | 
			
		||||
from typing import Dict, Iterable, Optional, cast
 | 
			
		||||
 | 
			
		||||
from jinja2 import Environment, FileSystemLoader
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -22,7 +22,7 @@ class Jinja2(PassThrough):
 | 
			
		|||
            iterable: The post-processed output stream
 | 
			
		||||
        """
 | 
			
		||||
        ctx = cast(Dict, ctx)
 | 
			
		||||
        template_env = Environment(loader=FileSystemLoader(ctx["templates"]), extensions=['jinja2.ext.do'])
 | 
			
		||||
        template_env = Environment(loader=FileSystemLoader(ctx["templates"]), extensions=["jinja2.ext.do"])
 | 
			
		||||
        template_env.globals.update(ctx["globals"])
 | 
			
		||||
        template_env.filters.update(ctx["filters"])
 | 
			
		||||
        tmpl = template_env.from_string("".join([x for x in input_file]))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,8 +3,7 @@
 | 
			
		|||
   the target template is rendered)."""
 | 
			
		||||
 | 
			
		||||
import os
 | 
			
		||||
 | 
			
		||||
from typing import Iterable, Optional, Dict, cast
 | 
			
		||||
from typing import Dict, Iterable, Optional, cast
 | 
			
		||||
 | 
			
		||||
from jinja2 import Environment, FileSystemLoader
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -52,7 +51,7 @@ class Jinja2PageEmbed(Processor):
 | 
			
		|||
            iterable: The post-processed output stream
 | 
			
		||||
        """
 | 
			
		||||
        ctx = cast(Dict, ctx)
 | 
			
		||||
        template_env = Environment(loader=FileSystemLoader(ctx["templates"]), extensions=['jinja2.ext.do'])
 | 
			
		||||
        template_env = Environment(loader=FileSystemLoader(ctx["templates"]), extensions=["jinja2.ext.do"])
 | 
			
		||||
        template_env.globals.update(ctx["globals"])
 | 
			
		||||
        template_env.filters.update(ctx["filters"])
 | 
			
		||||
        tmpl = template_env.get_template(ctx["template"])
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,10 +1,10 @@
 | 
			
		|||
"""Passthrough progcessor which takes input and returns it."""
 | 
			
		||||
 | 
			
		||||
import os
 | 
			
		||||
from typing import Dict, Iterable, Optional, cast
 | 
			
		||||
 | 
			
		||||
from .processors import Processor, PassthroughException
 | 
			
		||||
from ..utils import guess_mime
 | 
			
		||||
from typing import Iterable, Optional, Dict, cast
 | 
			
		||||
from .processors import PassthroughException, Processor
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PassThrough(Processor):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,8 +2,7 @@
 | 
			
		|||
 | 
			
		||||
import io
 | 
			
		||||
import os
 | 
			
		||||
 | 
			
		||||
from typing import Iterable, Optional, Dict
 | 
			
		||||
from typing import Dict, Iterable, Optional
 | 
			
		||||
 | 
			
		||||
import markdown
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
import abc
 | 
			
		||||
 | 
			
		||||
from typing import Iterable, Optional, Dict
 | 
			
		||||
from typing import Dict, Iterable, Optional
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PassthroughException(Exception):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,18 +4,17 @@ from typing import Optional
 | 
			
		|||
import pygments
 | 
			
		||||
import pygments.formatters
 | 
			
		||||
import pygments.lexers
 | 
			
		||||
import pygments.util
 | 
			
		||||
import pygments.styles
 | 
			
		||||
import pygments.util
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def pygments_markup_contents_html(input_text: str, file_type: str, style: Optional[str]=None) -> str:
 | 
			
		||||
def pygments_markup_contents_html(input_text: str, file_type: str, style: Optional[str] = None) -> str:
 | 
			
		||||
    """Format input string with Pygments and return HTML."""
 | 
			
		||||
 | 
			
		||||
    if style is None:
 | 
			
		||||
        style = 'default'
 | 
			
		||||
        style = "default"
 | 
			
		||||
    style = pygments.styles.get_style_by_name(style)
 | 
			
		||||
    formatter = pygments.formatters.get_formatter_by_name('html', style=style)
 | 
			
		||||
    formatter = pygments.formatters.get_formatter_by_name("html", style=style)
 | 
			
		||||
    try:
 | 
			
		||||
        lexer = pygments.lexers.get_lexer_for_filename(file_type)
 | 
			
		||||
    except pygments.util.ClassNotFound:
 | 
			
		||||
| 
						 | 
				
			
			@ -26,11 +25,12 @@ def pygments_markup_contents_html(input_text: str, file_type: str, style: Option
 | 
			
		|||
 | 
			
		||||
    return pygments.highlight(input_text, lexer, formatter)
 | 
			
		||||
 | 
			
		||||
def pygments_get_css(style: Optional[str]=None) -> str:
 | 
			
		||||
 | 
			
		||||
def pygments_get_css(style: Optional[str] = None) -> str:
 | 
			
		||||
    """Return the CSS styles associated with a particular style definition."""
 | 
			
		||||
 | 
			
		||||
    if style is None:
 | 
			
		||||
        style = 'default'
 | 
			
		||||
        style = "default"
 | 
			
		||||
    style = pygments.styles.get_style_by_name(style)
 | 
			
		||||
    formatter = pygments.formatters.get_formatter_by_name('html', style=style)
 | 
			
		||||
    formatter = pygments.formatters.get_formatter_by_name("html", style=style)
 | 
			
		||||
    return formatter.get_style_defs()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,8 +2,9 @@ import datetime
 | 
			
		|||
import glob
 | 
			
		||||
import itertools
 | 
			
		||||
import os
 | 
			
		||||
from typing import Callable, Dict, Iterable, List, Union, cast
 | 
			
		||||
 | 
			
		||||
import pytz
 | 
			
		||||
from typing import Callable, Dict, List, Iterable, Union, cast
 | 
			
		||||
 | 
			
		||||
from .metadata import MetaTree
 | 
			
		||||
from .processchain import ProcessorChains
 | 
			
		||||
| 
						 | 
				
			
			@ -40,6 +41,30 @@ def file_list(root: str, listcache: Dict) -> Callable:
 | 
			
		|||
    return get_file_list
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def file_list_hier(root: str, flist: Callable) -> Callable:
 | 
			
		||||
    """Return a callable which, given a directory, will walk the directory and return the files within
 | 
			
		||||
    it that match the glob passed."""
 | 
			
		||||
 | 
			
		||||
    def get_file_list_hier(path: str, glob: str, *, sort_order: str = "ctime", reverse: bool = False) -> Iterable:
 | 
			
		||||
        output = []
 | 
			
		||||
 | 
			
		||||
        def collect(pth):
 | 
			
		||||
            print(arg, pth, files)
 | 
			
		||||
 | 
			
		||||
        for pth in os.walk(os.path.join(root, path)):
 | 
			
		||||
            output.extend(
 | 
			
		||||
                flist(
 | 
			
		||||
                    os.path.join(os.path.relpath(os.path.realpath(pth[0]), root), glob),
 | 
			
		||||
                    sort_order=sort_order,
 | 
			
		||||
                    reverse=reverse,
 | 
			
		||||
                )
 | 
			
		||||
            )
 | 
			
		||||
 | 
			
		||||
        return output
 | 
			
		||||
 | 
			
		||||
    return get_file_list_hier
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def file_name(root: str, metatree: MetaTree, processor_chains: ProcessorChains, namecache: Dict) -> Callable:
 | 
			
		||||
    def get_file_name(file_name: str) -> Dict:
 | 
			
		||||
        if file_name in namecache:
 | 
			
		||||
| 
						 | 
				
			
			@ -51,15 +76,17 @@ def file_name(root: str, metatree: MetaTree, processor_chains: ProcessorChains,
 | 
			
		|||
 | 
			
		||||
    return get_file_name
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def file_raw(root: str, contcache: Dict) -> Callable:
 | 
			
		||||
    def get_raw(file_name: str) -> str:
 | 
			
		||||
        if file_name in contcache:
 | 
			
		||||
            return contcache[file_name]
 | 
			
		||||
        with open(os.path.join(root, file_name), 'r', encoding="utf-8") as f:
 | 
			
		||||
        with open(os.path.join(root, file_name), "r", encoding="utf-8") as f:
 | 
			
		||||
            return f.read()
 | 
			
		||||
 | 
			
		||||
    return get_raw
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def file_content(root: str, metatree: MetaTree, processor_chains: ProcessorChains, contcache: Dict) -> Callable:
 | 
			
		||||
    def get_file_content(file_name: str) -> Iterable:
 | 
			
		||||
        if file_name in contcache:
 | 
			
		||||
| 
						 | 
				
			
			@ -87,10 +114,11 @@ def time_iso8601(timezone: str) -> Callable:
 | 
			
		|||
 | 
			
		||||
    return get_time_iso8601
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def date_iso8601(timezone: str) -> Callable:
 | 
			
		||||
    tz = pytz.timezone(timezone)
 | 
			
		||||
 | 
			
		||||
    def get_date_iso8601(time_t: Union[int, float]) -> str:
 | 
			
		||||
        return datetime.datetime.fromtimestamp(time_t, tz).strftime('%Y-%m-%d')
 | 
			
		||||
        return datetime.datetime.fromtimestamp(time_t, tz).strftime("%Y-%m-%d")
 | 
			
		||||
 | 
			
		||||
    return get_date_iso8601
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
import mimetypes
 | 
			
		||||
import os
 | 
			
		||||
 | 
			
		||||
from typing import Dict, Optional
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue