<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Peniquitous/.gitignore, branch master</title>
<subtitle>A user script that provides ubiquitous Ctrl-P &amp; Ctrl-N support in search fields</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Peniquitous/'/>
<entry>
<title>Add 'mousetrap' via NPM</title>
<updated>2021-03-21T16:47:23+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-03-21T16:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Peniquitous/commit/?id=f762f84f240867b49377ee5a6ac7d1b6aeb537f0'/>
<id>f762f84f240867b49377ee5a6ac7d1b6aeb537f0</id>
<content type='text'>
This will give me access to Mousetrap's LICENSE file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will give me access to Mousetrap's LICENSE file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Browserify</title>
<updated>2021-03-21T16:45:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-03-21T15:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Peniquitous/commit/?id=8b9171a644c3b6a6479dd29bca0f4218d5333ce3'/>
<id>8b9171a644c3b6a6479dd29bca0f4218d5333ce3</id>
<content type='text'>
We're no longer using the `require` imports to include JS files. Instead
we have a template string process. Not as robust, but easier to fit what
the final user script needs to be.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're no longer using the `require` imports to include JS files. Instead
we have a template string process. Not as robust, but easier to fit what
the final user script needs to be.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add build rules to build dependencies into main.js</title>
<updated>2021-03-21T16:45:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-03-21T15:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Peniquitous/commit/?id=34bcab5f0aacee38d55d11821073c878ca51e923'/>
<id>34bcab5f0aacee38d55d11821073c878ca51e923</id>
<content type='text'>
Instead of copy-pasting the code from the files directly into main.js,
do it in the build recipes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of copy-pasting the code from the files directly into main.js,
do it in the build recipes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build into a Greasemonkey user script</title>
<updated>2021-03-21T16:45:06+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-03-20T22:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Peniquitous/commit/?id=da0d35ac87e7c436db486036a2dba26cd039c567'/>
<id>da0d35ac87e7c436db486036a2dba26cd039c567</id>
<content type='text'>
Add Browserify to enable imports. Remove the script insertion code since
it isn't necessary for a user script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Browserify to enable imports. Remove the script insertion code since
it isn't necessary for a user script.
</pre>
</div>
</content>
</entry>
</feed>
