Skip to content

Commit

Permalink
Deploying to gh-pages from @ bda218a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
xatapult committed May 15, 2024
1 parent 1d80523 commit be2812b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion @xproc/status.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>XProc status feed.</description>
<language>en-us</language>
<pubDate>Tue, 6 Dec 2022 08:35:00 GMT</pubDate>
<lastBuildDate>Tue, 6 Dec 2022 14:06:35 GMT</lastBuildDate>
<lastBuildDate>Wed, 15 May 2024 12:00:11 GMT</lastBuildDate>
<managingEditor>[email protected]</managingEditor>
<webMaster>[email protected]</webMaster>
<item>
Expand Down
2 changes: 1 addition & 1 deletion docbook.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
the navigation. It’s just a test.
</p><p>You can write xproc.org pages using
DocBook by following this template.</p><p>If you found this by accident, congratulations.
I guess.</p></article><footer><div class="iblock">Published 06 Dec 2022</div></footer></main></body></html>
I guess.</p></article><footer><div class="iblock">Published 15 May 2024</div></footer></main></body></html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ <h1>XProc 3.0</h1>
<li>Join in or visit the archives of the <a href="https://lists.w3.org/Archives/Public/xproc-dev/">XProc mailing list</a>: <code>[email protected]</code></li>
</ul>
<p>The XProc 3.0 specification is maintained by Achim&nbsp;Berndzen, Gerrit&nbsp;Imsieke, Erik&nbsp;Siegel and Norman&nbsp;Tovey-Walsh.</p>
</article><footer><div class="iblock">Published 06 Dec 2022</div></footer></main></body></html>
</article><footer><div class="iblock">Published 15 May 2024</div></footer></main></body></html>

2 changes: 1 addition & 1 deletion introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ <h1>XProc 3.0 - Introduction</h1>
</ul>
<p>For straight transformation of XML data there are languages available, like XSLT and XQuery. But more often than not tasks are more complex than can be done in a single transformation: chaining, splitting and merging comes into play. Surrounding the transformations you need housekeeping, like where to read from or write to, inspect directories and zip files and write logs. Also from a software engineering point of view it is often desirable to work in smaller steps to get more legible and better maintainable code. This is where XProc comes into play: a single executable language to express this.</p>
<p>A more thorough introduction can be found in the article <em><a href="https://www.xml.com/articles/2019/11/05/introduction-xproc-30/">Introduction to XProc 3.0</a></em> at the <a href="https://www.xml.com/">xml.com website</a>. And: we have collected as many learning materials about XProc 3.0 as we could find <a href="learning.html">here</a> (conference talks, webinars, articles, etc.).</p>
</article><footer><div class="iblock">Published 06 Dec 2022</div></footer></main></body></html>
</article><footer><div class="iblock">Published 15 May 2024</div></footer></main></body></html>

9 changes: 7 additions & 2 deletions learning.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,19 @@ <h2>XProc 3.0 101</h2>
<li><a href="https://www.xml.com/articles/2020/01/23/xproc-30-connecting-steps-using-ports/">XProc 3.0 - Connecting steps using ports</a> (Erik&nbsp;Siegel on <a href="https://www.xml.com/">xml.com</a>)</li>
</ul>
</li>
<li>Tutorials:
<ul>
<li><a href="https://xporc.net/xproc-tutorial/">XProc 3.0 Tutorial</a> (Martin&nbsp;Kraetke on <a href="https://xporc.net">xporc.net</a>)</li>
</ul>
</li>
<li>Conference proceedings:
<ul>
<li><a href="https://www.balisage.net/Proceedings/vol23/html/Walsh02/BalisageVol23-Walsh02.html">XProc 3.0</a> (Norman&nbsp;Tovey-Walsh and Achim&nbsp;Berndzen at <a href="https://www.balisage.net/">Balisage</a> 2019)</li>
</ul>
</li>
<li>Recorded conference talks:
<ul>
<li><a href="https://www.youtube.com/watch?v=P5fnBnJhUGA">Introduction to XProc 3.0</a> ((Erik&nbsp;Siegel at <a href="https://declarative.amsterdam/">Declarative Amsterdam</a> 2021)</li>
<li><a href="https://www.youtube.com/watch?v=P5fnBnJhUGA">Introduction to XProc 3.0</a> (Erik&nbsp;Siegel at <a href="https://declarative.amsterdam/">Declarative Amsterdam</a> 2021)</li>
<li><a href="https://youtu.be/Q42bhIbSYLk">XProc 3.0: Ready or Not</a> (Norman&nbsp;Tovey-Walsh at <a href="https://www.xmlprague.cz/">XML Prague</a> 2020)</li>
</ul>
</li>
Expand Down Expand Up @@ -97,5 +102,5 @@ <h2>XProc 3.0 History</h2>
</ul>
</li>
</ul>
</article><footer><div class="iblock">Published 06 Dec 2022</div></footer></main></body></html>
</article><footer><div class="iblock">Published 15 May 2024</div></footer></main></body></html>

2 changes: 1 addition & 1 deletion processors.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ <h2>MorganaXProc-III</h2>
<p>The <a href="https://www.xml-project.com/">MorganaXProc-IIIse</a> processor is available. It implements all required features of the core language as well as all steps in the standard step library. Additionally most optional features are supported as well as the steps in the <a href="https://spec.xproc.org/master/head/file/">File Steps Library</a> and the <a href="https://spec.xproc.org/master/head/validation/">Validation Steps Library</a>.</p>
<h2>XML Calabash</h2>
<p>The <a href="https://xmlcalabash.com/">XML Calabash</a> processor is being developed.</p>
</article><footer><div class="iblock">Published 06 Dec 2022</div></footer></main></body></html>
</article><footer><div class="iblock">Published 15 May 2024</div></footer></main></body></html>

2 changes: 1 addition & 1 deletion specifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ <h2>Additional specifications</h2>
</ul>
<p>It's likely that additional, optional libraries will be created. (Steps for linked data, for sending mail, for accessing ODBC services have all been suggested).</p>
<p>If you find any of the step specifications unclear or believe that you've found an error or omission, please <a href="https://github.com/xproc/3.0-steps/issues">let us know</a>. Please also tell us if you have suggestions for new step libraries or if you think that an optional step should be required or vice versa.</p>
</article><footer><div class="iblock">Published 06 Dec 2022</div></footer></main></body></html>
</article><footer><div class="iblock">Published 15 May 2024</div></footer></main></body></html>

2 changes: 1 addition & 1 deletion test-suite.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ <h1>XProc 3.0 - Test suite</h1>
<li><strong><a href="https://test-suite.xproc.org/alphabetical.html">Alphabetically</a></strong>: All of the tests in alphabetical order.</li>
<li><strong><a href="https://test-suite.xproc.org/implementation.html">Implementation reports</a></strong>: Tracks implementation results against the test suite.</li>
</ul>
</article><footer><div class="iblock">Published 06 Dec 2022</div></footer></main></body></html>
</article><footer><div class="iblock">Published 15 May 2024</div></footer></main></body></html>

0 comments on commit be2812b

Please sign in to comment.