Don't show section numbers

This commit is contained in:
Tom Willemse 2016-02-14 21:41:55 +01:00
parent 00d982486f
commit bf19350f7b
2 changed files with 31 additions and 30 deletions

View file

@ -1,6 +1,7 @@
#+TITLE: Using DisPass to manage your passwords #+TITLE: Using DisPass to manage your passwords
#+DATE: 2016-02-14 #+DATE: 2016-02-14
#+COLESLAW_TAGS: dispass #+COLESLAW_TAGS: dispass
#+OPTIONS: num:nil
*tl;dr*: If you dont care about any of the back story and just want *tl;dr*: If you dont care about any of the back story and just want
to know how to use DisPass to manage passwords, skip to [[Managing to know how to use DisPass to manage passwords, skip to [[Managing

View file

@ -6,12 +6,12 @@ format: html
;;;;; ;;;;;
<p> <p>
<b>tl;dr</b>: If you dont care about any of the back story and just want <b>tl;dr</b>: If you dont care about any of the back story and just want
to know how to use DisPass to manage passwords, skip to <a href="#orgheadline1">5</a> for instant gratification. to know how to use DisPass to manage passwords, skip to <a href="#orgheadline1">Managing passwords</a> for instant gratification.
</p> </p>
<div id="outline-container-orgheadline2" class="outline-2"> <div id="outline-container-orgheadline2" class="outline-2">
<h2 id="orgheadline2"><span class="section-number-2">1</span> Introduction</h2> <h2 id="orgheadline2">Introduction</h2>
<div class="outline-text-2" id="text-1"> <div class="outline-text-2" id="text-orgheadline2">
<p> <p>
DisPass is a project that was started, and is still maintained, by a DisPass is a project that was started, and is still maintained, by a
<a href="https://babab.nl">friend</a> and former colleague of mine. I've been using it for quite <a href="https://babab.nl">friend</a> and former colleague of mine. I've been using it for quite
@ -38,8 +38,8 @@ value, but can also be specified through command-line switches.
</div> </div>
<div id="outline-container-orgheadline3" class="outline-2"> <div id="outline-container-orgheadline3" class="outline-2">
<h2 id="orgheadline3"><span class="section-number-2">2</span> The Labelfile</h2> <h2 id="orgheadline3">The Labelfile</h2>
<div class="outline-text-2" id="text-2"> <div class="outline-text-2" id="text-orgheadline3">
<p> <p>
Being a functional anything usually means that whatever you're using Being a functional anything usually means that whatever you're using
doesn't maintain any state. This can be true for DisPass, but isn't doesn't maintain any state. This can be true for DisPass, but isn't
@ -70,8 +70,8 @@ knows the password(s) you use to generate the passphrases.
</div> </div>
<div id="outline-container-orgheadline4" class="outline-2"> <div id="outline-container-orgheadline4" class="outline-2">
<h2 id="orgheadline4"><span class="section-number-2">3</span> Setting up</h2> <h2 id="orgheadline4">Setting up</h2>
<div class="outline-text-2" id="text-3"> <div class="outline-text-2" id="text-orgheadline4">
<p> <p>
DisPass is easy to install if you have either Archlinux or pip DisPass is easy to install if you have either Archlinux or pip
installed. Windows is a bit more problematic and I dont even know installed. Windows is a bit more problematic and I dont even know
@ -110,9 +110,9 @@ sudo pip install dispass
</div> </div>
</div> </div>
<div id="outline-container-orgheadline10" class="outline-2"> <div id="outline-container-orgheadline5" class="outline-2">
<h2 id="orgheadline10"><span class="section-number-2">4</span> UIs</h2> <h2 id="orgheadline5">UIs</h2>
<div class="outline-text-2" id="text-4"> <div class="outline-text-2" id="text-orgheadline5">
<p> <p>
Seeing as how my friend would like it to be generally useful, and Seeing as how my friend would like it to be generally useful, and
hes a VIM user, there is both a GUI and CLI interface. Since Im an hes a VIM user, there is both a GUI and CLI interface. Since Im an
@ -121,20 +121,20 @@ well.
</p> </p>
</div> </div>
<div id="outline-container-orgheadline5" class="outline-3"> <div id="outline-container-orgheadline6" class="outline-3">
<h3 id="orgheadline5"><span class="section-number-3">4.1</span> CLI</h3> <h3 id="orgheadline6">CLI</h3>
<div class="outline-text-3" id="text-4-1"> <div class="outline-text-3" id="text-orgheadline6">
<p> <p>
The CLI is what gets the most attention and gets developed the The CLI is what gets the most attention and gets developed the
most. I will be working with this in the <a href="#orgheadline1">5</a> most. I will be working with this in the <a href="#orgheadline1">Managing passwords</a>
section. section.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgheadline6" class="outline-3"> <div id="outline-container-orgheadline7" class="outline-3">
<h3 id="orgheadline6"><span class="section-number-3">4.2</span> GUI</h3> <h3 id="orgheadline7">GUI</h3>
<div class="outline-text-3" id="text-4-2"> <div class="outline-text-3" id="text-orgheadline7">
<p> <p>
There is a basic GUI included with dispass, it can be started with There is a basic GUI included with dispass, it can be started with
either the <code>gdispass</code> or the <code>dispass gui</code> commands. It requires either the <code>gdispass</code> or the <code>dispass gui</code> commands. It requires
@ -147,9 +147,9 @@ on Windows.
</div> </div>
</div> </div>
<div id="outline-container-orgheadline7" class="outline-3"> <div id="outline-container-orgheadline8" class="outline-3">
<h3 id="orgheadline7"><span class="section-number-3">4.3</span> Emacs</h3> <h3 id="orgheadline8">Emacs</h3>
<div class="outline-text-3" id="text-4-3"> <div class="outline-text-3" id="text-orgheadline8">
<p> <p>
I wrote an Emacs interface when I started using DisPass. It tries I wrote an Emacs interface when I started using DisPass. It tries
to copy the generated passwords directly to the clipboard, instead to copy the generated passwords directly to the clipboard, instead
@ -164,9 +164,9 @@ It's available on <a href="https://github.com/ryuslash/dispass.el">github</a>.
</div> </div>
</div> </div>
<div id="outline-container-orgheadline8" class="outline-3"> <div id="outline-container-orgheadline9" class="outline-3">
<h3 id="orgheadline8"><span class="section-number-3">4.4</span> Conkeror</h3> <h3 id="orgheadline9">Conkeror</h3>
<div class="outline-text-3" id="text-4-4"> <div class="outline-text-3" id="text-orgheadline9">
<p> <p>
I also wrote a Conkeror interface some time later, because I didn't I also wrote a Conkeror interface some time later, because I didn't
want to keep copying and pasting the passphrases through one of the want to keep copying and pasting the passphrases through one of the
@ -180,9 +180,9 @@ It's also available on <a href="https://github.com/ryuslash/cdispass">github</a>
</div> </div>
</div> </div>
<div id="outline-container-orgheadline9" class="outline-3"> <div id="outline-container-orgheadline10" class="outline-3">
<h3 id="orgheadline9"><span class="section-number-3">4.5</span> Wishlist</h3> <h3 id="orgheadline10">Wishlist</h3>
<div class="outline-text-3" id="text-4-5"> <div class="outline-text-3" id="text-orgheadline10">
<p> <p>
As I mentioned, the idea is to expand the GUI and use a different As I mentioned, the idea is to expand the GUI and use a different
gui library for it, to make it look a little better. The gui library for it, to make it look a little better. The
@ -202,8 +202,8 @@ which is an obstacle, but I haven't looked at this either.
</div> </div>
<div id="outline-container-orgheadline1" class="outline-2"> <div id="outline-container-orgheadline1" class="outline-2">
<h2 id="orgheadline1"><span class="section-number-2">5</span> Managing passwords</h2> <h2 id="orgheadline1">Managing passwords</h2>
<div class="outline-text-2" id="text-5"> <div class="outline-text-2" id="text-orgheadline1">
<p> <p>
Now for the real fun. Generating passphrases is simple. Use the Now for the real fun. Generating passphrases is simple. Use the
<code>generate</code> command: <code>generate</code> command:
@ -368,8 +368,8 @@ dispass remove foobar
</div> </div>
<div id="outline-container-orgheadline11" class="outline-2"> <div id="outline-container-orgheadline11" class="outline-2">
<h2 id="orgheadline11"><span class="section-number-2">6</span> Cons</h2> <h2 id="orgheadline11">Cons</h2>
<div class="outline-text-2" id="text-6"> <div class="outline-text-2" id="text-orgheadline11">
<p> <p>
Yes, this is an excellent project and I'm not just saying that Yes, this is an excellent project and I'm not just saying that
because a friend of mine wrote it. There are some things that it because a friend of mine wrote it. There are some things that it