images fix

This commit is contained in:
simon 2019-11-06 09:42:47 -05:00
parent 9fde802dc5
commit c67f653d3d
3 changed files with 5 additions and 4 deletions

View File

@ -54,7 +54,7 @@ acts as an external CDN, or they can be served by sist2 directly from the disk.
Content is supported, meaning that `Range` requests are accepted and media files can be *'seeked'* from Content is supported, meaning that `Range` requests are accepted and media files can be *'seeked'* from
the browser. the browser.
{{< figure src="/sist/sist_web.png" title="">}} {{< figure height="350px" src="/sist/sist_web.png" title="">}}
The UI itself is not that much different from the original Python/Flask version, however, the Javascript The UI itself is not that much different from the original Python/Flask version, however, the Javascript
client is a bit *thicker*, meaning that most operations that were originally handled by the Flask server, client is a bit *thicker*, meaning that most operations that were originally handled by the Flask server,

View File

@ -15,13 +15,15 @@ cd zpaq/
g++ -Ofast -DNOJIT -Dunix zpaq.cpp libzpaq.cpp -pthread -o zpaq g++ -Ofast -DNOJIT -Dunix zpaq.cpp libzpaq.cpp -pthread -o zpaq
{{</highlight>}} {{</highlight>}}
Initial backup can take a while to complete,
{{<highlight _>}} {{<highlight _>}}
## Initial backup can take a while to complete,
$ zpaq add "arc???" ./files/ -index local-index.zpaq $ zpaq add "arc???" ./files/ -index local-index.zpaq
0.000000 + (955.283380 -> 687.840444 -> 622.268166) = 622.268166 MB 0.000000 + (955.283380 -> 687.840444 -> 622.268166) = 622.268166 MB
45.737 seconds (all OK) 45.737 seconds (all OK)
{{</highlight>}}
## but subsequent ones are almost instantaneous if no files were changed But subsequent ones are almost instantaneous if no files were changed
{{<highlight _>}}
$ zpaq add "arc???" ./files/ -index local-index.zpaq $ zpaq add "arc???" ./files/ -index local-index.zpaq
0.000000 + (0.000000 -> 0.000000 -> 0.000104) = 0.000104 MB 0.000000 + (0.000000 -> 0.000000 -> 0.000104) = 0.000104 MB
0.408 seconds (all OK) 0.408 seconds (all OK)

View File

@ -184,7 +184,6 @@ pre code {
.post-content img { .post-content img {
max-width: 100%; max-width: 100%;
height: auto;
} }
.post-content pre { .post-content pre {