html-sizes.el
html-sizes.el
lets
Emacs
update file sizes in a HTML web page for downloads and images.
A download size like
has its size taken from the local file of that name and offered to update in the style of<a href="somefile.tar.gz">binaries</a> (123k)
<a href="anotherfile.tar.gz">sources</a> (1.27 Mbytes)
perform-replace
. PDF files can have number of pages
too (or instead),
<a href="document.pdf">my document</a> (200k, 10 pages)
<img>
file width and height are updated similarly
<img src="foo.png" width=20 height=10>
A
<meta
name="generator">
tag can be added or updated too, as a bit of fun
to show you wrote HTML with Emacs.
html-sizes.el
is
free software (free
as in freedom), published under the terms of the
GNU
General Public License (v3 or up).
Download version 18 here,
html-sizes.el
(27k, and
sig)
html-sizes.el
html-sizes.el
The sig is a Gnu PG ascii armoured
signature for html-sizes.el
, generated from
my key.
imgsizer
can do
a similar
<img>
width/height update using python, not interactive.
This page Copyright 2007, 2009, 2010, 2011, 2013, 2014, 2015, 2016, 2017 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.
File sizes on this page updated with html-sizes.el
.
(Back to the sitemap.)