mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
More polish
This commit is contained in:
parent
de53b1c02f
commit
8f9e34078b
BIN
presentation/img/stack.jpg
Normal file
BIN
presentation/img/stack.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
@ -70,6 +70,11 @@
|
||||
<br />
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>My Inspiration</h2>
|
||||
<img src="img/stack.jpg" style="width: 50%;" /><br />
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section>
|
||||
<h2>Paper Sucks</h2>
|
||||
@ -104,7 +109,6 @@
|
||||
<li>OCRs them and puts the text in a database</li>
|
||||
<li>Automatically tags the db record based on user-rules</li>
|
||||
<li>Encrypts and stores the original</li>
|
||||
<li>Generates, encrypts, and stores a thumbnail</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
@ -121,7 +125,6 @@
|
||||
<section>
|
||||
<h2>How's it Work?</h2>
|
||||
<section>
|
||||
<h3>There's two processes</h3>
|
||||
</section>
|
||||
<section>
|
||||
<h3>1: The Consumer</h3>
|
||||
@ -145,19 +148,30 @@
|
||||
|
||||
<section data-background="img/pony.png">
|
||||
<h2>Demo!</h2>
|
||||
<p>Time to sacrifice a kitten</p>
|
||||
<p>(Time to sacrifice a kitten)</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>TODO</h2>
|
||||
<p>It works, but it could use polish</p>
|
||||
<ul>
|
||||
<li>The UI is the Django admin</li>
|
||||
<li>Mail consumption is really raw</li>
|
||||
<li>Some sort of plugin architecture?</li>
|
||||
<li>OMG Tests</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>TODO</h2>
|
||||
<p>It works, but it could use polish</p>
|
||||
<ul>
|
||||
<li>The UI is the Django admin</li>
|
||||
<li>Mail consumption is really raw</li>
|
||||
<li>Some sort of plugin architecture?</li>
|
||||
<li>OMG Tests</li>
|
||||
</ul>
|
||||
<aside class="notes">
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Plugin architecture</strong>: there've been requests for
|
||||
some overly custom stuff to happen before and after consumption,
|
||||
but in the UNIX spirit of "do one job well", I think this sort
|
||||
of thing is better written as a plugin -- which means I need to
|
||||
figure out a best practise for that.
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Fork Me</h2>
|
||||
@ -165,9 +179,7 @@
|
||||
<i class="fa fa-github"></i>
|
||||
<a class="nocolour" href="https://github.com/danielquinn/paperless">https://github.com/danielquinn/paperless</a>
|
||||
</p>
|
||||
<p style="text-align: center;">
|
||||
<img src="img/repo.svg" style="width: 300px;" />
|
||||
</p>
|
||||
<img src="img/repo.svg" style="width: 300px;" /><br />
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user