simon-git: agedu (master): agedu.git

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Jan 26 19:07:57 GMT 2017


TL;DR:
  0290f45 Add a --numeric option, modifying HTML multifile output.

Repository:     https://git.tartarus.org/simon/agedu.git
On the web:     https://git.tartarus.org/?p=simon/agedu.git
Branch updated: master
Committer:      agedu.git
Date:           2017-01-26 19:07:57

commit 0290f459efd0c765ff9432fa21135b316ba6f88f
web diff https://git.tartarus.org/?p=simon/agedu.git;a=commitdiff;h=0290f459efd0c765ff9432fa21135b316ba6f88f;hp=853cea94d78e19fd5bdf926d64ea221ff11dead5
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Jan 26 19:03:48 2017 +0000

    Add a --numeric option, modifying HTML multifile output.
    
    This causes the HTML files (other than index.html) to be named after
    the numeric node ids in the index file of the corresponding pathname.
    
    This is exactly the thing I moved away from in commit f2caa217f, with
    a comment that it could be easily enough re-enabled by an option if
    anyone needed it. Well, this week a user pointed out that in the new
    default mode of naming HTML files after the entire pathname they
    index, it's quite possible for a deep directory tree on input to cause
    agedu -H to exceed the filesystem's name-length limit on output. And
    despite the other downsides of the numeric naming system, it does have
    the advantage of being immune to _that_ problem - so here's an option
    to revert to it.

 agedu.but | 24 ++++++++++++++++++++++++
 agedu.c   | 15 +++++++++++++--
 2 files changed, 37 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list