Version 0.2

This commit is contained in:
Lauren Lagarde 2025-02-24 23:27:17 -06:00
parent 5e35cecf7b
commit 5ed70c7c7c
18 changed files with 186 additions and 207 deletions

27
c2.svg Normal file
View file

@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" width="550" height="425" viewBox="0 0 550 425">
<rect width="275" height="425" fill="#FFFFFF" stroke="#AAAAAA" />
<text x="105" y="415">Page 1</text>
<foreignObject x="20" y="15" width="230" height="375">
<div xmlns="http://www.w3.org/1999/xhtml">
<b>Preface/Disclaimer</b>
<p>This zine and QRnZine itself are pretty technical in nature and assume that the user is fairly technically advanced going in, with at least basic familiarity with command-line tools and editing of programming, scripting, and markup languages.</p>
<p>The intent of this zine is mostly to explore how a few interesting tools work together to make this document possible, but skips over a lot in the process to fit the medium.</p>
</div>
</foreignObject>
<g transform='translate(275 0)'>
<rect width="275" height="425" fill="#FFFFFF" stroke="#AAAAAA" />
<text x="105" y="415">Page 2</text>
<foreignObject x="20" y="15" width="230" height="375">
<div xmlns="http://www.w3.org/1999/xhtml">
<b>Introduction</b>
<p><i>Link rot is very real and photocopiers don't come with an easy edit button.</i></p>
<p>That's basically the problem QRnZine is intended to fix.</p>
<p>If you could put the source code of a zine within the zine itself, other people could hopefully more easily replicate, modify, and create zines built using that one as a template.</p>
<p>But how do you fit the source code for a zine inside itself?</p>
</div>
</foreignObject>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB