Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: homeisfar/LinuxDir2HTML

Tags

v1.6.1

Toggle v1.6.1's commit message
At last! Fixed certain characters breaking output

I've been thinking I'd do a big rewrite with JSON and Wunderbaum, but
that turned out to be time-consuming. So instead I just improved the
current template.

Fixed: Characters like asterisks and new lines no longer break the
output.
Fixed: Directories for which the current user does not have read
permissions will no longer break the output.

This means LinuxDir2HTML can finally index from / with --hidden and
still produce an accurate output. This is a pretty bad idea, especially
because /proc/kcore will be read as a file, but it CAN be done!

Finally, in some sense Firefox 33 and other contemporary browsers is
now a minimum requirement to browse the output due to changes in the
template.

v1.6.0

Toggle v1.6.0's commit message
Add --symlink and --silent options

v1.5.0

Toggle v1.5.0's commit message
Fix errors on write and handle double quotes

v1.4.0

Toggle v1.4.0's commit message
Added --child and --startswith flags.

v1.3.0

Toggle v1.3.0's commit message
Reorganize for Pypi

Closes #2