index
:
blatitle
master
A simple bash script to extract the title from a web page
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-10-20
Release 1.0
Luke Bratch
2015-10-20
If Content-Type is text/plain, just use the first line as the title
Luke Bratch
2015-10-20
Add missing comment hash character
Luke Bratch
2015-08-07
Switch to a cleaner awk script to detect titles
Luke Bratch
2015-05-21
Advertise text/html acceptance as some servers require it
Luke Bratch
2015-05-11
Tidy up temporary files afterwards
Luke Bratch
2015-05-11
Fix support for servers that don't support HTTP HEAD
Luke Bratch
2015-05-02
Add support for gzip compression
Luke Bratch
2015-05-02
Put curl's arguments into a variable
Luke Bratch
2015-03-11
Change name in version string to "blatitle"
Luke Bratch
2015-03-11
Strip newlines and leading whitespace from "broken" titles, update user agent...
Luke Bratch
2015-01-14
Pretend to be Firefox as some broken websites reject cURL's user agent
Luke Bratch
2014-11-17
Follow HTTP redirects, was broken since switch to curl
Luke Bratch
2014-10-08
Update version
Luke Bratch
2014-10-08
Initial commit
Luke Bratch