<feed xmlns='http://www.w3.org/2005/Atom'>
<title>icevault, branch master</title>
<subtitle>External password manager for Iceweasel/Firefox (CLI)</subtitle>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/'/>
<entry>
<title>Improve mailto: link for groff_www.</title>
<updated>2016-03-09T19:08:28+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2016-03-09T19:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=75cbcf2d1909c298e8637bf2665a684015b379a7'/>
<id>75cbcf2d1909c298e8637bf2665a684015b379a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2015-09-01T00:37:21+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-07-31T15:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=18920611aa68f5a2b8f7824aff4516ffd5accaf3'/>
<id>18920611aa68f5a2b8f7824aff4516ffd5accaf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use groff's mailto markup.</title>
<updated>2015-09-01T00:33:54+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-09-01T00:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=6db424f4a8fc0586237157dd9cc5d0ca350535b2'/>
<id>6db424f4a8fc0586237157dd9cc5d0ca350535b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't add trailing '/' when completing.</title>
<updated>2015-04-01T08:26:19+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-04-01T08:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=95f2edde30d77fa71b72ae728cbbd3b5b292d511'/>
<id>95f2edde30d77fa71b72ae728cbbd3b5b292d511</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2015-03-31T22:19:11+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-31T22:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=6da9213a31752e2908a8b721cb88b6cd190d60f5'/>
<id>6da9213a31752e2908a8b721cb88b6cd190d60f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider "invisible" forms with visible fields.</title>
<updated>2015-03-31T21:52:54+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-31T21:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=d98c3455f55d872ff2fd3983da981eb8c578d93b'/>
<id>d98c3455f55d872ff2fd3983da981eb8c578d93b</id>
<content type='text'>
A form can have a width/height of 0 even though its fields are visible
in the browser.  E.g.,  http://www.lenson.com

  document.forms[0].getBoundingClientRect();
    { bottom: 196, height: 0, left: 37, right: 208, top: 196, width: 171, x: 37, y: 196 }

  document.forms[0][0].getBoundingClientRect();
    { bottom: 448, height: 22, left: 60, right: 196, top: 426, width: 136, x: 60, y: 426 }

  document.forms[0][1].getBoundingClientRect();
    { bottom: 495, height: 22, left: 60, right: 196, top: 473, width: 136, x: 60, y: 473 }
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A form can have a width/height of 0 even though its fields are visible
in the browser.  E.g.,  http://www.lenson.com

  document.forms[0].getBoundingClientRect();
    { bottom: 196, height: 0, left: 37, right: 208, top: 196, width: 171, x: 37, y: 196 }

  document.forms[0][0].getBoundingClientRect();
    { bottom: 448, height: 22, left: 60, right: 196, top: 426, width: 136, x: 60, y: 426 }

  document.forms[0][1].getBoundingClientRect();
    { bottom: 495, height: 22, left: 60, right: 196, top: 473, width: 136, x: 60, y: 473 }
</pre>
</div>
</content>
</entry>
<entry>
<title>oops</title>
<updated>2015-03-31T20:24:05+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-31T20:23:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=25d8c5b95ca2277cef3e86b3d0cf18c08d9eadda'/>
<id>25d8c5b95ca2277cef3e86b3d0cf18c08d9eadda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to autocomplete incorrect commands.</title>
<updated>2015-03-31T20:14:52+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-31T20:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=249aa3187108af883344c635564145c27961c167'/>
<id>249aa3187108af883344c635564145c27961c167</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --quiet to the default gpg options.</title>
<updated>2015-03-31T20:14:34+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-31T20:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=020ac04b7f743b707538fd40ae85ee862cdc31ec'/>
<id>020ac04b7f743b707538fd40ae85ee862cdc31ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer single quotes in the manpage.</title>
<updated>2015-03-30T20:03:16+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-30T20:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=e27989d46022f18d7937017a1f41f05c4378fe3a'/>
<id>e27989d46022f18d7937017a1f41f05c4378fe3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
