diff -w -x *.txt v0.07/ReadNotes.java v0.08/ReadNotes.java 14,15c14,15 < static final String bookPrefix = "HFJ_"; < static final String safariPrefix = "http://safari.oreilly.com/0596009208"; --- > static final String bookPrefix = "JXPC_"; > static final String safariPrefix = "http://safari.oreilly.com/0596003870"; 17c17 < static final int expectedNumberOfParts = 8; --- > static final int expectedNumberOfParts = 6; 19,24c19,24 < static final int colSafari = 0; < static final int colPageNo = 2; < static final int colChapter = 4; < static final int colChapterTitle= 5; < static final int colSection = 6; < static final int colSectionTitle= 7; --- > static final int colSafari = 3; > static final int colPageNo = 0; > static final int colChapter = 1; > static final int colChapterTitle= 2; > static final int colSection = 4; > static final int colSectionTitle= 5; 306c306 < pw.print("[{InsertPage page='HFJ__header'}]"); --- > pw.print("[{InsertPage page='" + bookPrefix + "_header'}]"); 333c333 < ("|" + s.getTitle() --- > ("|" + s.getName() + "|" + s.getTitle() 368c368 < String filename = "HFJ__detailed_toc.txt"; --- > String filename = bookPrefix + "_detailed_toc.txt"; 388c388 < pw.print("%%commentbox [{InsertPage page='HFJ__header'}]%%"); --- > pw.print("%%commentbox [{InsertPage page='" + bookPrefix+ "_header'}]%%"); 410c410 < ("|" + s.getTitle() --- > ("|" + s.getName() + "|" + s.getTitle() 532c532 < pw.print("[{InsertPage page='HFJ__header'}]"); --- > pw.print("[{InsertPage page='" + bookPrefix + "_header'}]"); 548c548 < pw.println("\n!!!" + curr.getTitle() + " %%(font-size: smaller) (HFJ p. " --- > pw.println("\n!!!" + curr.getName() + ": " + curr.getTitle() + " %%(font-size: smaller) (" + bookPrefix.replaceAll("_"," ") + "p. " diff -w -x *.txt v0.07/build.xml v0.08/build.xml 29c29 < --- > Common subdirectories: v0.07/output and v0.08/output