Commit graph

11 commits

Author SHA1 Message Date
Fini Jastrow
1f70d5bc3a generate-css: Create cheat sheet with removed icons
With v3.0.0 we removed some icons and some codepoints have been reused
for a different (expanding) set. We want to show the old (removed) icons
correctly and the new ones also, so we need the old and the new font for
the webpage and reference it accordingly.

For the a new style .nfold (read: nd-olf) is introduced and utilized.

See pairing commit in the gh-pages branch:
    Date:   Thu May 4 06:01:33 2023 +0200
    Update cheat sheet WITH removed icons

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-04 12:42:14 +02:00
Fini Jastrow
3c4fa008c1 gotta-patch-em-all: Add options to simplify patcher testing
[why]
When working on the font-patcher the developer needs to test the changes
on a number of fonts. This is usually a manual call of `font-patcher`
and afterwards a 'diff' of the newly created font with the 'old' font in
the patched-fonts/ directory with fontforge (which has a font-compare
option).

If you run gotta-patch-em-all normally the newly generated font will
replace the existing font and git will ALWAYS show it as different. The
reason is that at least the timestamp in the generated font has changed.
Far more easy would be if the new gotta-patch-em-all run could keep the
previous timestamps, in that way one can immediately see that the old
and new fonts are bitwise equal (via git).

Furthermore if you expect a change and want to show the differences of
old and new font in fontforge you need both fonts in the filesystem.
But a normal gotta-patch-em-all run replaces the font. A different
destination folder would help here.

[how]
Introduce two new (independent) options to
a) keep the timestamp equal to previous patch run
b) generate the fonts in a different directory

While b) is straight forward, a) is a bit more complicated, esp because
filenames can change and so on. So the script examines just one (1)
random font in the specific font directory and uses its timestamp. In
most cases this is correct enough if the developer uses gotta-patch-em-all
consequently.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-01-06 08:32:48 +01:00
Fini Jastrow
747e707b3a name-parser: Put Python cache files into gitignore
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2022-08-22 10:53:05 +02:00
David Lebel
682a2db647 ignore *.uuid files 2019-09-06 15:44:57 -04:00
Ryan L McIntyre
8fea8f33f6 Ignores node modules folder 2017-11-18 10:02:22 -05:00
Ryan L McIntyre
541ff65d75 Ignores package lock file 2017-11-18 10:00:49 -05:00
Ryan L McIntyre
de3db90b23 Creates a release asset upload script (WIP) + ignore file where api key will be stored (#32) 2016-11-20 22:35:21 -05:00
Ryan L McIntyre
fa56f9f89d Adds casks and archives to ignore list 2016-11-13 12:22:40 -05:00
ryanoasis
112e0a5593 Ensure 'Input Mono' never commited per License and Author request 2015-11-10 20:17:15 -05:00
ryanoasis
1d584c59a0 Added missing Pomicons.otf source file and update .gitignore (fixes #19) 2015-08-04 22:06:17 -04:00
ryanoasis
fc58deed40 Added gitignore for various WIP stuff 2015-04-21 18:16:00 -04:00