Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaping of a tilde character is wrong #5

Open
novoid opened this issue Feb 28, 2016 · 0 comments
Open

Escaping of a tilde character is wrong #5

novoid opened this issue Feb 28, 2016 · 0 comments
Labels
bug helpwanted quickfix small change necessary to fix this

Comments

@novoid
Copy link
Owner

novoid commented Feb 28, 2016

  • see id:2014-05-09-managing-digital-photographs
: All portrait photographs are rotated using [[http://www.sentex.net/~mwandel/jhead/][jhead]]. Also
: with jhead, I generate file-name time-stamps from the Exif header
: time-stamps. Using [[https://github.com/novoid/date2name][date2name]] I add time-stamps also to the movie
: files. After processing all those files, they get moved to the
: destination folder for new digicam files: ~$HOME/tmp/digicam/tmp/~.

... will be transformed into:

All portrait photographs are rotated using
<a href="http://www.sentex.net/<code>mwandel/jhead/">jhead</a>. Also with jhead,
I generate file-name time-stamps from the Exif header time-stamps.
Using <a href="https://github.com/novoid/date2name">date2name</a> I add time-stamps
also to the movie files. After processing all those files, they get moved to the
destination folder for new digicam files: </code>$HOME/tmp/digicam/tmp/~.

... which is wrong. The <code> element must be replaced by the tilde character.

Another example within an URL:

http://sd.wareonearth.com/~phil/xdu/examp1.gif gets messed up to:
http://sd.wareonearth.com/</code>phil/xdu/examp1.gif
on https://karl-voit.at/2014/03/25/xdu

@novoid novoid added the bug label Apr 18, 2018
@novoid novoid added the quickfix small change necessary to fix this label Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug helpwanted quickfix small change necessary to fix this
Projects
None yet
Development

No branches or pull requests

1 participant