mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Update website
This commit is contained in:
parent
d0cfc0e58d
commit
c3b62291ba
@ -3,7 +3,7 @@
|
|||||||
[](https://travis-ci.org/eikek/docspell)
|
[](https://travis-ci.org/eikek/docspell)
|
||||||
[](https://scala-steward.org)
|
[](https://scala-steward.org)
|
||||||
[](https://github.com/eikek/docspell/blob/master/LICENSE.txt)
|
[](https://github.com/eikek/docspell/blob/master/LICENSE.txt)
|
||||||
[](https://hub.docker.com/r/eikek0/docspell)
|
[](https://hub.docker.com/r/eikek0/docspell)
|
||||||
[](https://gitter.im/eikek/docspell)
|
[](https://gitter.im/eikek/docspell)
|
||||||
|
|
||||||
# Docspell
|
# Docspell
|
||||||
|
@ -28,3 +28,41 @@ nix-shell --run "cd site && zola serve"
|
|||||||
```
|
```
|
||||||
|
|
||||||
Open browser at `localhost:1111`.
|
Open browser at `localhost:1111`.
|
||||||
|
|
||||||
|
|
||||||
|
## Publishing
|
||||||
|
|
||||||
|
``` shell
|
||||||
|
nix-shell website/shell.nix --run sbt
|
||||||
|
sbt> project website
|
||||||
|
```
|
||||||
|
|
||||||
|
### Check Links
|
||||||
|
|
||||||
|
``` scala
|
||||||
|
sbt> zolaBuild
|
||||||
|
sbt> zolaCheck
|
||||||
|
```
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
|
``` scala
|
||||||
|
sbt> zolaBuildTest
|
||||||
|
sbt> ghpagesSynchLocal
|
||||||
|
```
|
||||||
|
|
||||||
|
Other terminal:
|
||||||
|
|
||||||
|
``` shell
|
||||||
|
cd ~/.sbt/ghpages/<some-hash>/com.github.eikek/docspell-website
|
||||||
|
python -m SimpleHTTPServer 1234
|
||||||
|
```
|
||||||
|
|
||||||
|
Open http://localhost:1234 in a browser.
|
||||||
|
|
||||||
|
### Publish
|
||||||
|
|
||||||
|
``` scala
|
||||||
|
sbt> zolaBuild
|
||||||
|
sbt> ghpagesPushSite
|
||||||
|
```
|
||||||
|
@ -315,8 +315,8 @@ mainHero model =
|
|||||||
, h2 [ class "subtitle is-3" ]
|
, h2 [ class "subtitle is-3" ]
|
||||||
[ text "Simple document organizer"
|
[ text "Simple document organizer"
|
||||||
]
|
]
|
||||||
, p [ class "content is-medium" ]
|
, p [ class "content is-medium narrow-center" ]
|
||||||
[ text "Docspell can assist in organizing your piles of "
|
[ text "Docspell assists in organizing your piles of "
|
||||||
, text "digital documents, resulting from scanners, e-mails "
|
, text "digital documents, resulting from scanners, e-mails "
|
||||||
, text "and other sources with miminal effort."
|
, text "and other sources with miminal effort."
|
||||||
]
|
]
|
||||||
|
@ -32,7 +32,7 @@ This requires to login at the webapp. Since this is complicated from
|
|||||||
other applications, you can create custom hard-to-guess endpoints to
|
other applications, you can create custom hard-to-guess endpoints to
|
||||||
use with the following options.
|
use with the following options.
|
||||||
|
|
||||||
# Scanners
|
# Watch Directories
|
||||||
|
|
||||||
If you have a (document) scanner (or think about getting one), it can
|
If you have a (document) scanner (or think about getting one), it can
|
||||||
usually be configured to place scanned documents as image or PDF files
|
usually be configured to place scanned documents as image or PDF files
|
||||||
@ -90,9 +90,10 @@ This is a little more involved, but can be quite nice. A SMTP server
|
|||||||
can be setup that simply uploads incoming mails to Docspell (using
|
can be setup that simply uploads incoming mails to Docspell (using
|
||||||
curl), instead of storing the mails on disk. This requires some
|
curl), instead of storing the mails on disk. This requires some
|
||||||
knowledge to setup such a server and it makes sense to own a domain.
|
knowledge to setup such a server and it makes sense to own a domain.
|
||||||
The SMTP server would accept mails to *[your-username]@[your-domain]*
|
Or it can be used internally to connect devices like scanners that
|
||||||
and resolves the *[your-username]* part in Docspell to upload the
|
offer a scan-to-mail option. The SMTP server would accept mails to
|
||||||
files to the correct account.
|
*[your-username]@[your-domain]* and resolves the *[your-username]*
|
||||||
|
part in Docspell to upload the files to the correct account.
|
||||||
|
|
||||||
There is a docker container prepared to get started. Click below to
|
There is a docker container prepared to get started. Click below to
|
||||||
read more.
|
read more.
|
||||||
|
@ -106,3 +106,8 @@ p.has-text
|
|||||||
font-size: 1.1em
|
font-size: 1.1em
|
||||||
max-width: $desktop
|
max-width: $desktop
|
||||||
text-align: left
|
text-align: left
|
||||||
|
|
||||||
|
.content.narrow-center
|
||||||
|
margin-left: auto
|
||||||
|
margin-right: auto
|
||||||
|
max-width: $tablet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user