mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -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 />
|
<br />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>My Inspiration</h2>
|
||||||
|
<img src="img/stack.jpg" style="width: 50%;" /><br />
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<section>
|
<section>
|
||||||
<h2>Paper Sucks</h2>
|
<h2>Paper Sucks</h2>
|
||||||
@ -104,7 +109,6 @@
|
|||||||
<li>OCRs them and puts the text in a database</li>
|
<li>OCRs them and puts the text in a database</li>
|
||||||
<li>Automatically tags the db record based on user-rules</li>
|
<li>Automatically tags the db record based on user-rules</li>
|
||||||
<li>Encrypts and stores the original</li>
|
<li>Encrypts and stores the original</li>
|
||||||
<li>Generates, encrypts, and stores a thumbnail</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -121,7 +125,6 @@
|
|||||||
<section>
|
<section>
|
||||||
<h2>How's it Work?</h2>
|
<h2>How's it Work?</h2>
|
||||||
<section>
|
<section>
|
||||||
<h3>There's two processes</h3>
|
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h3>1: The Consumer</h3>
|
<h3>1: The Consumer</h3>
|
||||||
@ -145,19 +148,30 @@
|
|||||||
|
|
||||||
<section data-background="img/pony.png">
|
<section data-background="img/pony.png">
|
||||||
<h2>Demo!</h2>
|
<h2>Demo!</h2>
|
||||||
<p>Time to sacrifice a kitten</p>
|
<p>(Time to sacrifice a kitten)</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>TODO</h2>
|
<h2>TODO</h2>
|
||||||
<p>It works, but it could use polish</p>
|
<p>It works, but it could use polish</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The UI is the Django admin</li>
|
<li>The UI is the Django admin</li>
|
||||||
<li>Mail consumption is really raw</li>
|
<li>Mail consumption is really raw</li>
|
||||||
<li>Some sort of plugin architecture?</li>
|
<li>Some sort of plugin architecture?</li>
|
||||||
<li>OMG Tests</li>
|
<li>OMG Tests</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
<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>
|
<section>
|
||||||
<h2>Fork Me</h2>
|
<h2>Fork Me</h2>
|
||||||
@ -165,9 +179,7 @@
|
|||||||
<i class="fa fa-github"></i>
|
<i class="fa fa-github"></i>
|
||||||
<a class="nocolour" href="https://github.com/danielquinn/paperless">https://github.com/danielquinn/paperless</a>
|
<a class="nocolour" href="https://github.com/danielquinn/paperless">https://github.com/danielquinn/paperless</a>
|
||||||
</p>
|
</p>
|
||||||
<p style="text-align: center;">
|
<img src="img/repo.svg" style="width: 300px;" /><br />
|
||||||
<img src="img/repo.svg" style="width: 300px;" />
|
|
||||||
</p>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user