<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xfdf/src, branch v0.0.1</title>
<subtitle>Convert data to XFDF for PDF forms</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/'/>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2023-04-21T19:32:30+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-21T19:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/commit/?id=5cbbbe48969ea1d33adcb27ca63360b267ad7639'/>
<id>5cbbbe48969ea1d33adcb27ca63360b267ad7639</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xfdf.lisp: Remove old code and TODOs for nested fields</title>
<updated>2023-04-21T19:10:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-21T19:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/commit/?id=2e1d7561fe1bfb3e97e1205622c5ea5da2b9925b'/>
<id>2e1d7561fe1bfb3e97e1205622c5ea5da2b9925b</id>
<content type='text'>
Nested field handling works now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nested field handling works now.
</pre>
</div>
</content>
</entry>
<entry>
<title>field-xfdf*: Extract nested field handling to function</title>
<updated>2023-04-21T19:08:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-21T19:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/commit/?id=85a325bb00831a5237b57f2851835655f7a7c5b1'/>
<id>85a325bb00831a5237b57f2851835655f7a7c5b1</id>
<content type='text'>
Move this logic to a named function.

Adjust the names of the other string building functions to be more
consistent now that I have this one which does something similar but at
a different level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move this logic to a named function.

Adjust the names of the other string building functions to be more
consistent now that I have this one which does something similar but at
a different level.
</pre>
</div>
</content>
</entry>
<entry>
<title>build-xfdf-outer-field: Rename inner-fields-str to inner-fields-string</title>
<updated>2023-04-21T18:16:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-21T18:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/commit/?id=c056748c337384aa6f3b9eb8879d82f28df798ed'/>
<id>c056748c337384aa6f3b9eb8879d82f28df798ed</id>
<content type='text'>
It occurred to me that this is Lisp, and we don't really need to
abbreviate things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It occurred to me that this is Lisp, and we don't really need to
abbreviate things.
</pre>
</div>
</content>
</entry>
<entry>
<title>field-xfdf: Add documentation to these functions</title>
<updated>2023-04-21T18:10:01+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-21T18:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/commit/?id=2e5415ff7cfd8b8bd176a9206ae8fdc08c364862'/>
<id>2e5415ff7cfd8b8bd176a9206ae8fdc08c364862</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build-xfdf-field: Add function documentation</title>
<updated>2023-04-21T18:03:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-21T18:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/commit/?id=d70f4a9091968b3664078b9ebc228a09d3990f55'/>
<id>d70f4a9091968b3664078b9ebc228a09d3990f55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xfdf.lisp: Extract wrapper field printing code to function</title>
<updated>2023-04-21T18:02:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-21T18:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/commit/?id=20b928e0874fc8da727e5b9e635b03719e91e8c8'/>
<id>20b928e0874fc8da727e5b9e635b03719e91e8c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xfdf.lisp: Extract field printing code to function</title>
<updated>2023-04-21T17:41:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-21T17:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/commit/?id=b23923c159c057090019c05c36ccc3b6a4608fd6'/>
<id>b23923c159c057090019c05c36ccc3b6a4608fd6</id>
<content type='text'>
Trying to reduce the size of the `field-xfdf*` function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Trying to reduce the size of the `field-xfdf*` function.
</pre>
</div>
</content>
</entry>
<entry>
<title>xfdf.lisp: Extract checkbox default value modification to function</title>
<updated>2023-04-21T17:30:01+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-21T17:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/commit/?id=39b5831e74f75c4e21238e044c3b46f8180dcb73'/>
<id>39b5831e74f75c4e21238e044c3b46f8180dcb73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xfdf.lisp: Remove debug prints</title>
<updated>2023-04-21T17:11:19+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-21T17:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/xfdf/commit/?id=b353ac4dab798c6b5b70afa5da5101f3365a8985'/>
<id>b353ac4dab798c6b5b70afa5da5101f3365a8985</id>
<content type='text'>
The traversal and field XML function works now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The traversal and field XML function works now.
</pre>
</div>
</content>
</entry>
</feed>
