[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (cd0de30b76 -> ca0de032c7)
From: |
Gavin D. Smith |
Subject: |
master updated (cd0de30b76 -> ca0de032c7) |
Date: |
Sun, 20 Mar 2022 04:54:53 -0400 (EDT) |
gavin pushed a change to branch master.
from cd0de30b76 Update tests for newer latex2html
new 33ed9ca471 Commit a start of creating a help browser with WebKitGTK.
new d2d734c03e get socket events with g_socket_create_source from GIO
new 5dcb91da2c do not remove event source after one go
new 29c1b05471 make n key work more than once
new 886d283bf3 add a message type
new 35631c1956 support next prev up keys
new 974257eff4 get index data
new 51e578097c add a combo box which will be used for index search
new 874bf19fd7 return value from event handler
new 0a8baf1819 use input box instead of combo box for index lookup
new 9ec8adf836 implement index entry selection
new 8566565404 hide index lookup box after selection
new bf001eb15c use environment variable INFO_HTML_DIR instead of
hardcoding paths
new 6299d574ce use g_object_set_data on WebKitWebPage to record that an
index is being loaded. this allows a single web process to be used.
new bc3ee2a042 move code to load indices to function
new d1ddb3ea8a block external links
new 2b35cfa889 intercept all links and do path search
new 2d6d8cd5c2 inform main process of manual change
new d6c40e2160 find index nodes and send to main process
new 4fb9ac6578 actually load the new indices and replace the completion
list
new 75b0fc02ed add autogen.sh script
new 8448bbe37d use a build-aux dir
new 89c5e1fbe4 try to build against webkit2gtk-4.0
new 043798423e build with webkit2gtk-4.0 by removing use of
WebKitWebViewGroup
new fe1981db11 check INFO_HTML_DIR is set
new c08d3bc508 avoid passing a null pointer
new 9bfb8e3de0 code in working state
new 697fc53a57 Disable deprecation warnings
new 1f61b72beb do not hard code path to index node and fix null deref in
extension.c
new 7752049bd8 check rel attribute to find index nodes
new 310e17e51f remove unused code
new 7fc1814c46 indicate debugging output from subthread
new c783253f1b fix loading multiple indices
new b844db927f rename program to infog
new 73916a23a0 do not hardcode path to .libs
new 09eeac9470 hide index search if return is pressed
new b6c9618966 move a function definition
new ac9373b6e4 Do not create socket file in web process
new cda11cef87 call g_object_unref
new 59b97ea609 start at creating a toc sidebar - get the toc from the top
node
new c9f17b8791 display TOC in sidebar
new 200f9fcf38 put toc in resizable pane
new 9dc9f4fd75 hide header on sidebar
new cf95f205d7 send hrefs for toc
new c5491d6026 make toc clickable
new 3ecb70bbdb split toc into packets
new 3640cd82dd reset toc for new manual
new b4c82aad26 make toc panel scrollable
new f940a3c7e2 use packetize function to send index
new b60a859f2d cleanup on signal
new 63c63f4f0d use tree store instead of list store
new d713d565c0 avoid null argument
new b4308708cb change selection mode to avoid gtk_tree_store_clear causing
callbacks
new 4658bb51ab strip html tags from toc
new 81cce22ef7 send the whole of the toc, not just the top-level entries
new c030e88044 start on displaying tree in toc
new 1d35cb46b2 continue tree layout for toc
new 9d520446c6 correct tree layout for sidebar toc
new 3ed0fc3e36 add header bar and buttons
new fcf2c7c88a layout tweaking
new 1de985d621 regenerate test manuals without section numbers
new cb343cd852 implement back button
new 587a878440 implement help message
new a10c5189e1 hide index lookup bar more generally
new daa51a9005 move locate_manual call to main thread
new e11fde8a43 remove unused code
new 88c72699a5 implement button to choose a new manual
new 057a753c72 avoid checking INFO_HTML_DIR in main.c
new 97b6034b6c avoid access to undefined iter
new 04f3cd40af account for toc sub-menus of only a single item
new 46a1f889c2 finish loading one index before trying to load the next
new b137feda38 add README
new f453dd62bf ellipsize toc
new 1e3ce4bead icons for buttons
new 0cc3cd3ad6 no focus on click in toolbar
new 973dbac352 fix key press in toc sidebar
new 483429632e hide toc button and other changes
new 431e679bdf update TOC selection upon node change
new 75dbeb1f47 implement search path
new 698794be45 no focus on toc button
new a11a16746f declare variables as static globals
new 2d4a42f378 check if toc_paths exists before updating sidebar
new a80ba99301 use webkit_dom_document_query_selector to get next, prev, up
new b127d7fa97 clear node pointers on new node
new a8de8bf58a open external links with xdg-open
new dfcd991c98 change search path to /usr/share/doc plus an extra level of
directories. Allow name of directory containing manual to end with .html.
Error message if manual not found.
new ff58508e30 inject js and re-write URLs
new ef2d7d7713 new-node and inform-new-node messages
new d56d2c81ed fix toc selection on new manual
new ca0de032c7 better quoting and recognize manual/html_node substring
Summary of changes:
js/infog/Makefile.am | 17 +
js/infog/README | 33 +
js/infog/autogen.sh | 2 +
js/infog/common.h | 3 +
js/infog/configure.ac | 6 +
js/infog/extension.c | 607 +++++++
js/infog/infopath.c | 141 ++
js/infog/infopath.h | 16 +
js/infog/main.c | 1112 ++++++++++++
.../infog/test-infodir/dummy | 0
js/infog/test-infodir/hello/Concept-index.html | 235 +++
.../hello/GNU-Free-Documentation-License.html | 539 ++++++
js/infog/test-infodir/hello/Invoking-hello.html | 128 ++
js/infog/test-infodir/hello/Overview.html | 179 ++
js/infog/test-infodir/hello/Reporting-bugs.html | 98 ++
js/infog/test-infodir/hello/Sample-output.html | 89 +
js/infog/test-infodir/hello/index.html | 110 ++
js/infog/test-infodir/texinfo/A4-Paper.html | 104 ++
.../test-infodir/texinfo/Abstract-Objects.html | 90 +
.../texinfo/Adding-Output-Formats.html | 130 ++
.../All_002dpermissive-Copying-License.html | 98 ++
.../test-infodir/texinfo/Atsign-Braces-Comma.html | 60 +
.../test-infodir/texinfo/Batch-Formatting.html | 99 ++
.../test-infodir/texinfo/Beginning-a-File.html | 60 +
.../texinfo/Beginning-and-Ending-a-File.html | 109 ++
.../texinfo/Block-Enclosing-Commands.html | 156 ++
js/infog/test-infodir/texinfo/Braces-Atsign.html | 60 +
js/infog/test-infodir/texinfo/Break-Commands.html | 123 ++
js/infog/test-infodir/texinfo/Breaks.html | 116 ++
.../test-infodir/texinfo/Catching-Mistakes.html | 112 ++
.../test-infodir/texinfo/Chapter-Structuring.html | 113 ++
js/infog/test-infodir/texinfo/Click-Sequences.html | 118 ++
.../test-infodir/texinfo/Combining-Indices.html | 102 ++
.../test-infodir/texinfo/Command-Contexts.html | 116 ++
js/infog/test-infodir/texinfo/Command-List.html | 1634 +++++++++++++++++
js/infog/test-infodir/texinfo/Command-Syntax.html | 156 ++
.../texinfo/Command-and-Variable-Index.html | 807 +++++++++
js/infog/test-infodir/texinfo/Comments.html | 118 ++
.../test-infodir/texinfo/Compile_002dCommand.html | 95 +
.../test-infodir/texinfo/Conditional-Commands.html | 170 ++
.../test-infodir/texinfo/Conditional-Nesting.html | 117 ++
.../texinfo/Conditional-Not-Commands.html | 115 ++
js/infog/test-infodir/texinfo/Conditionals.html | 116 ++
js/infog/test-infodir/texinfo/Contents.html | 130 ++
js/infog/test-infodir/texinfo/Conventions.html | 201 +++
.../test-infodir/texinfo/Copying-Conditions.html | 115 ++
js/infog/test-infodir/texinfo/Copyright.html | 146 ++
.../texinfo/Creating-an-Info-File.html | 101 ++
.../Creating-and-Installing-Info-Files.html | 85 +
.../texinfo/Cropmarks-and-Magnification.html | 60 +
.../texinfo/Cross-Reference-Commands.html | 105 ++
.../texinfo/Cross-Reference-Parts.html | 207 +++
.../test-infodir/texinfo/Cross-References.html | 105 ++
js/infog/test-infodir/texinfo/Custom-Headings.html | 266 +++
.../Customization-Variables-and-Options.html | 241 +++
...omization-Variables-for-_0040_002dCommands.html | 105 ++
.../texinfo/Customization-Variables.html | 118 ++
js/infog/test-infodir/texinfo/Data-Types.html | 113 ++
.../test-infodir/texinfo/Debugging-with-Info.html | 174 ++
.../test-infodir/texinfo/Debugging-with-TeX.html | 195 +++
.../texinfo/Def-Cmd-Continuation-Lines.html | 124 ++
.../test-infodir/texinfo/Def-Cmd-Conventions.html | 83 +
.../test-infodir/texinfo/Def-Cmd-Template.html | 155 ++
.../test-infodir/texinfo/Def-Cmds-in-Detail.html | 100 ++
js/infog/test-infodir/texinfo/Defining-Macros.html | 158 ++
.../texinfo/Defining-New-Texinfo-Commands.html | 128 ++
.../test-infodir/texinfo/Definition-Commands.html | 118 ++
.../test-infodir/texinfo/Details-of-texindex.html | 108 ++
js/infog/test-infodir/texinfo/Directory-File.html | 122 ++
.../test-infodir/texinfo/Document-Permissions.html | 97 +
js/infog/test-infodir/texinfo/Dots-Bullets.html | 60 +
js/infog/test-infodir/texinfo/Emacs-Editing.html | 115 ++
js/infog/test-infodir/texinfo/Emphasis.html | 93 +
js/infog/test-infodir/texinfo/End-of-Header.html | 84 +
js/infog/test-infodir/texinfo/Ending-a-File.html | 102 ++
.../test-infodir/texinfo/Ending-a-Sentence.html | 141 ++
js/infog/test-infodir/texinfo/Equivalence.html | 60 +
js/infog/test-infodir/texinfo/Error-Glyph.html | 60 +
.../texinfo/External-Macro-Processors.html | 106 ++
js/infog/test-infodir/texinfo/File-End.html | 60 +
js/infog/test-infodir/texinfo/First-Line.html | 103 ++
js/infog/test-infodir/texinfo/First-Node.html | 134 ++
js/infog/test-infodir/texinfo/Floats.html | 97 +
js/infog/test-infodir/texinfo/Fonts.html | 188 ++
.../test-infodir/texinfo/Footnote-Commands.html | 138 ++
js/infog/test-infodir/texinfo/Footnote-Styles.html | 156 ++
js/infog/test-infodir/texinfo/Footnotes.html | 102 ++
.../texinfo/Format-with-tex_002ftexindex.html | 174 ++
.../test-infodir/texinfo/Format-with-texi2dvi.html | 245 +++
.../test-infodir/texinfo/Formatting-Commands.html | 60 +
.../texinfo/Formatting-Partial-Documents.html | 106 ++
.../texinfo/Four-and-Five-Arguments.html | 177 ++
.../test-infodir/texinfo/Functions-Commands.html | 162 ++
.../texinfo/GNU-Free-Documentation-License.html | 547 ++++++
.../test-infodir/texinfo/GNU-Sample-Texts.html | 248 +++
js/infog/test-infodir/texinfo/General-Index.html | 1848 ++++++++++++++++++++
js/infog/test-infodir/texinfo/Generating-HTML.html | 99 ++
.../texinfo/Generic-Translator-texi2any.html | 126 ++
.../texinfo/Global-Document-Commands.html | 95 +
js/infog/test-infodir/texinfo/Glyphs-Summary.html | 108 ++
.../texinfo/Glyphs-for-Programming.html | 109 ++
js/infog/test-infodir/texinfo/Glyphs-for-Text.html | 105 ++
js/infog/test-infodir/texinfo/Glyphs.html | 60 +
js/infog/test-infodir/texinfo/HTML-CSS.html | 180 ++
.../texinfo/HTML-Customization-Variables.html | 572 ++++++
js/infog/test-infodir/texinfo/HTML-Splitting.html | 136 ++
.../test-infodir/texinfo/HTML-Translation.html | 166 ++
.../HTML-Xref-8_002dbit-Character-Expansion.html | 131 ++
.../texinfo/HTML-Xref-Command-Expansion.html | 166 ++
.../texinfo/HTML-Xref-Configuration.html | 192 ++
.../texinfo/HTML-Xref-Link-Basics.html | 154 ++
.../test-infodir/texinfo/HTML-Xref-Mismatch.html | 118 ++
.../texinfo/HTML-Xref-Node-Name-Expansion.html | 156 ++
js/infog/test-infodir/texinfo/HTML-Xref.html | 109 ++
js/infog/test-infodir/texinfo/Hardcopy.html | 140 ++
js/infog/test-infodir/texinfo/Heading-Choice.html | 109 ++
js/infog/test-infodir/texinfo/Heading-Format.html | 134 ++
.../test-infodir/texinfo/Heading-Generation.html | 115 ++
.../test-infodir/texinfo/Headings-Introduced.html | 111 ++
js/infog/test-infodir/texinfo/Headings.html | 94 +
js/infog/test-infodir/texinfo/History.html | 196 +++
.../INFO_005fSPECIAL_005fCHARS_005fQUOTE.html | 60 +
js/infog/test-infodir/texinfo/Image-Scaling.html | 160 ++
js/infog/test-infodir/texinfo/Image-Syntax.html | 193 ++
js/infog/test-infodir/texinfo/Images.html | 90 +
.../texinfo/Include-Files-Evolution.html | 114 ++
.../texinfo/Include-Files-Requirements.html | 97 +
js/infog/test-infodir/texinfo/Include-Files.html | 100 ++
js/infog/test-infodir/texinfo/Index-Entries.html | 130 ++
.../test-infodir/texinfo/Indexing-Commands.html | 157 ++
js/infog/test-infodir/texinfo/Indicating.html | 118 ++
js/infog/test-infodir/texinfo/Indices.html | 104 ++
js/infog/test-infodir/texinfo/Info-Files.html | 120 ++
.../texinfo/Info-Format-Cross-Reference.html | 148 ++
.../texinfo/Info-Format-General-Layout.html | 91 +
.../test-infodir/texinfo/Info-Format-Image.html | 106 ++
.../texinfo/Info-Format-Indirect-Table.html | 114 ++
.../texinfo/Info-Format-Local-Variables.html | 90 +
.../test-infodir/texinfo/Info-Format-Menu.html | 93 +
.../test-infodir/texinfo/Info-Format-Preamble.html | 108 ++
.../texinfo/Info-Format-Printindex.html | 112 ++
.../texinfo/Info-Format-Regular-Nodes.html | 139 ++
.../texinfo/Info-Format-Specification.html | 130 ++
.../texinfo/Info-Format-Tag-Table.html | 122 ++
.../texinfo/Info-Format-Text-Constructs.html | 90 +
.../texinfo/Info-Format-Whole-Manual.html | 115 ++
js/infog/test-infodir/texinfo/Info-Formatting.html | 127 ++
.../test-infodir/texinfo/Inline-Conditionals.html | 151 ++
.../test-infodir/texinfo/Inserting-Accents.html | 231 +++
.../test-infodir/texinfo/Inserting-Braces.html | 91 +
js/infog/test-infodir/texinfo/Inserting-Math.html | 153 ++
.../texinfo/Inserting-Quotation-Marks.html | 215 +++
.../texinfo/Inserting-Quote-Characters.html | 125 ++
js/infog/test-infodir/texinfo/Inserting-Space.html | 92 +
.../Inserting-Subscripts-and-Superscripts.html | 119 ++
.../test-infodir/texinfo/Inserting-Unicode.html | 114 ++
.../texinfo/Inserting-a-Backslash.html | 104 ++
.../test-infodir/texinfo/Inserting-a-Comma.html | 103 ++
.../test-infodir/texinfo/Inserting-a-Hashsign.html | 107 ++
.../texinfo/Inserting-an-Ampersand.html | 123 ++
.../test-infodir/texinfo/Inserting-an-Atsign.html | 87 +
js/infog/test-infodir/texinfo/Inserting.html | 240 +++
js/infog/test-infodir/texinfo/Insertions.html | 105 ++
.../texinfo/Installing-Dir-Entries.html | 163 ++
.../texinfo/Installing-an-Info-File.html | 97 +
.../Internationalization-of-Document-Strings.html | 175 ++
.../test-infodir/texinfo/Internationalization.html | 90 +
.../test-infodir/texinfo/Introducing-Lists.html | 136 ++
js/infog/test-infodir/texinfo/Invoking-Macros.html | 240 +++
.../texinfo/Invoking-install_002dinfo.html | 327 ++++
.../test-infodir/texinfo/Invoking-makeinfo.html | 60 +
.../test-infodir/texinfo/Invoking-pod2texi.html | 97 +
.../test-infodir/texinfo/Invoking-texi2any.html | 630 +++++++
.../texinfo/Less-Cluttered-Menu-Entry.html | 98 ++
js/infog/test-infodir/texinfo/Line-Breaks.html | 103 ++
.../test-infodir/texinfo/Lists-and-Tables.html | 93 +
js/infog/test-infodir/texinfo/Macro-Details.html | 273 +++
js/infog/test-infodir/texinfo/Magnification.html | 105 ++
js/infog/test-infodir/texinfo/Marking-Text.html | 93 +
.../test-infodir/texinfo/Master-Menu-Parts.html | 142 ++
js/infog/test-infodir/texinfo/Menu-Example.html | 128 ++
js/infog/test-infodir/texinfo/Menu-Location.html | 94 +
js/infog/test-infodir/texinfo/Menu-Parts.html | 125 ++
js/infog/test-infodir/texinfo/Menus.html | 95 +
js/infog/test-infodir/texinfo/Minimum.html | 139 ++
.../texinfo/Multi_002dcolumn-Tables.html | 91 +
js/infog/test-infodir/texinfo/Multiple-Spaces.html | 114 ++
.../texinfo/Multitable-Column-Widths.html | 116 ++
js/infog/test-infodir/texinfo/Multitable-Rows.html | 140 ++
.../test-infodir/texinfo/Names-of-index-files.html | 60 +
js/infog/test-infodir/texinfo/New-Indices.html | 153 ++
js/infog/test-infodir/texinfo/New-Info-File.html | 108 ++
.../texinfo/Node-Line-Requirements.html | 193 ++
js/infog/test-infodir/texinfo/Node-Line-Tips.html | 60 +
.../texinfo/Node-Menu-Illustration.html | 188 ++
js/infog/test-infodir/texinfo/Node-Names.html | 130 ++
js/infog/test-infodir/texinfo/Nodes.html | 127 ++
.../texinfo/Not-Ending-a-Sentence.html | 133 ++
.../texinfo/Object_002dOriented-Methods.html | 183 ++
.../texinfo/Object_002dOriented-Variables.html | 183 ++
.../texinfo/Obsolete-_0040_002dCommands.html | 102 ++
js/infog/test-infodir/texinfo/Obtaining-TeX.html | 83 +
js/infog/test-infodir/texinfo/One-Argument.html | 98 ++
.../test-infodir/texinfo/Optional-Arguments.html | 115 ++
.../texinfo/Other-Customization-Variables.html | 536 ++++++
.../texinfo/Other-Info-Directories.html | 196 +++
.../test-infodir/texinfo/Other-Info-Files.html | 116 ++
.../texinfo/Other-Updating-Commands.html | 147 ++
js/infog/test-infodir/texinfo/Output-Formats.html | 198 +++
js/infog/test-infodir/texinfo/Overfull-hboxes.html | 142 ++
js/infog/test-infodir/texinfo/Overview.html | 148 ++
js/infog/test-infodir/texinfo/PDF-Colors.html | 110 ++
js/infog/test-infodir/texinfo/PDF-Output.html | 114 ++
js/infog/test-infodir/texinfo/Point-Glyph.html | 60 +
.../test-infodir/texinfo/Pointer-Validation.html | 111 ++
.../test-infodir/texinfo/Predefined-Indices.html | 142 ++
.../test-infodir/texinfo/Preparing-for-TeX.html | 188 ++
js/infog/test-infodir/texinfo/Print-Glyph.html | 60 +
js/infog/test-infodir/texinfo/Print-with-lpr.html | 109 ++
js/infog/test-infodir/texinfo/Printed-Books.html | 124 ++
.../texinfo/Printing-Indices-_0026-Menus.html | 160 ++
js/infog/test-infodir/texinfo/Printing.html | 142 ++
.../texinfo/Quotations-and-Examples.html | 126 ++
.../texinfo/Raise_002flower-sections.html | 128 ++
.../texinfo/Raw-Formatter-Commands.html | 187 ++
.../texinfo/Reference-Implementation.html | 131 ++
.../test-infodir/texinfo/Reference-Syntax.html | 60 +
js/infog/test-infodir/texinfo/References.html | 103 ++
.../texinfo/Referring-to-a-Manual-as-a-Whole.html | 140 ++
js/infog/test-infodir/texinfo/Reporting-Bugs.html | 109 ++
.../test-infodir/texinfo/Requirements-Summary.html | 114 ++
.../texinfo/Running-Info_002dValidate.html | 60 +
.../texinfo/Running-Info_002dvalidate.html | 105 ++
.../test-infodir/texinfo/Sample-Beginning.html | 141 ++
.../texinfo/Sample-Function-Definition.html | 169 ++
.../test-infodir/texinfo/Sample-Include-File.html | 124 ++
.../test-infodir/texinfo/Sample-Texinfo-Files.html | 90 +
.../texinfo/Short-Sample-Texinfo-File.html | 146 ++
js/infog/test-infodir/texinfo/Short-Sample.html | 238 +++
.../texinfo/Showing-the-Structure.html | 139 ++
js/infog/test-infodir/texinfo/Smallcaps.html | 106 ++
.../texinfo/Software-Copying-Permissions.html | 60 +
.../test-infodir/texinfo/Special-Characters.html | 99 ++
.../test-infodir/texinfo/Special-Displays.html | 95 +
.../test-infodir/texinfo/Splitting-Output.html | 60 +
js/infog/test-infodir/texinfo/Splitting.html | 118 ++
js/infog/test-infodir/texinfo/Start-of-Header.html | 95 +
.../texinfo/Structuring-Command-Types.html | 127 ++
js/infog/test-infodir/texinfo/Structuring.html | 60 +
.../test-infodir/texinfo/Tag-and-Split-Files.html | 156 ++
js/infog/test-infodir/texinfo/Tagifying.html | 103 ++
.../test-infodir/texinfo/TeX-and-copyright.html | 60 +
.../texinfo/Testing-for-Texinfo-Commands.html | 149 ++
.../texinfo/Texinfo-Document-Structure.html | 128 ++
.../test-infodir/texinfo/Texinfo-File-Header.html | 111 ++
.../texinfo/Texinfo-Mode-Overview.html | 98 ++
.../texinfo/Texinfo-Mode-Printing.html | 193 ++
.../test-infodir/texinfo/Texinfo-Mode-Summary.html | 236 +++
js/infog/test-infodir/texinfo/Texinfo-Mode.html | 102 ++
js/infog/test-infodir/texinfo/The-Top-Node.html | 102 ++
js/infog/test-infodir/texinfo/Three-Arguments.html | 159 ++
js/infog/test-infodir/texinfo/Tips.html | 438 +++++
.../texinfo/Titlepage-_0026-Copyright-Page.html | 102 ++
.../test-infodir/texinfo/Top-Node-Example.html | 97 +
js/infog/test-infodir/texinfo/Top-Node-Naming.html | 60 +
.../test-infodir/texinfo/Tree-Structuring.html | 118 ++
js/infog/test-infodir/texinfo/Two-Arguments.html | 108 ++
js/infog/test-infodir/texinfo/Two-Paths.html | 60 +
.../texinfo/Two_002dcolumn-Tables.html | 91 +
js/infog/test-infodir/texinfo/Typed-Functions.html | 198 +++
js/infog/test-infodir/texinfo/Typed-Variables.html | 140 ++
.../test-infodir/texinfo/URL-Line-Breaking.html | 115 ++
js/infog/test-infodir/texinfo/Unsplit.html | 105 ++
.../test-infodir/texinfo/Updating-Commands.html | 235 +++
.../texinfo/Updating-Nodes-and-Menus.html | 100 ++
.../texinfo/Updating-Requirements.html | 138 ++
js/infog/test-infodir/texinfo/Use-TeX.html | 82 +
.../test-infodir/texinfo/Useful-Highlighting.html | 152 ++
.../test-infodir/texinfo/Using-Include-Files.html | 102 ++
.../texinfo/Using-Info_002dvalidate.html | 130 ++
js/infog/test-infodir/texinfo/Using-Texinfo.html | 60 +
js/infog/test-infodir/texinfo/Using-occur.html | 109 ++
.../Using-texinfo_002dshow_002dstructure.html | 144 ++
.../test-infodir/texinfo/Variables-Commands.html | 159 ++
.../texinfo/Verbatim-Copying-License.html | 101 ++
js/infog/test-infodir/texinfo/Within-Emacs.html | 101 ++
js/infog/test-infodir/texinfo/Writing-a-Menu.html | 133 ++
js/infog/test-infodir/texinfo/Writing-a-Node.html | 149 ++
.../texinfo/Writing-a-Texinfo-File.html | 88 +
.../test-infodir/texinfo/_0023line-Directive.html | 119 ++
.../texinfo/_0023line-Syntax-Details.html | 111 ++
.../test-infodir/texinfo/_0023line-and-TeX.html | 107 ++
.../texinfo/_002d-and-hyphenation.html | 60 +
.../test-infodir/texinfo/_0040TeX-_0040LaTeX.html | 94 +
.../texinfo/_0040_002d-_0040hyphenation.html | 107 ++
.../texinfo/_0040_002dCommand-Details.html | 87 +
js/infog/test-infodir/texinfo/_0040abbr.html | 113 ++
js/infog/test-infodir/texinfo/_0040acronym.html | 155 ++
js/infog/test-infodir/texinfo/_0040alias.html | 125 ++
.../test-infodir/texinfo/_0040allowcodebreaks.html | 110 ++
js/infog/test-infodir/texinfo/_0040anchor.html | 128 ++
js/infog/test-infodir/texinfo/_0040asis.html | 60 +
js/infog/test-infodir/texinfo/_0040bullet.html | 84 +
.../texinfo/_0040caption-_0040shortcaption.html | 125 ++
js/infog/test-infodir/texinfo/_0040cartouche.html | 111 ++
js/infog/test-infodir/texinfo/_0040chapter.html | 109 ++
js/infog/test-infodir/texinfo/_0040cite.html | 84 +
js/infog/test-infodir/texinfo/_0040code.html | 173 ++
js/infog/test-infodir/texinfo/_0040command.html | 99 ++
js/infog/test-infodir/texinfo/_0040copying.html | 153 ++
js/infog/test-infodir/texinfo/_0040copyright.html | 84 +
js/infog/test-infodir/texinfo/_0040deffnx.html | 127 ++
.../test-infodir/texinfo/_0040definfoenclose.html | 158 ++
js/infog/test-infodir/texinfo/_0040dfn.html | 99 ++
js/infog/test-infodir/texinfo/_0040display.html | 93 +
js/infog/test-infodir/texinfo/_0040dmn.html | 108 ++
.../texinfo/_0040documentdescription.html | 103 ++
.../texinfo/_0040documentencoding.html | 188 ++
.../texinfo/_0040documentlanguage.html | 149 ++
js/infog/test-infodir/texinfo/_0040dots.html | 100 ++
js/infog/test-infodir/texinfo/_0040email.html | 98 ++
.../texinfo/_0040emph-_0040strong.html | 110 ++
js/infog/test-infodir/texinfo/_0040enumerate.html | 178 ++
js/infog/test-infodir/texinfo/_0040env.html | 92 +
js/infog/test-infodir/texinfo/_0040equiv.html | 101 ++
js/infog/test-infodir/texinfo/_0040error.html | 110 ++
js/infog/test-infodir/texinfo/_0040euro.html | 103 ++
js/infog/test-infodir/texinfo/_0040example.html | 145 ++
.../test-infodir/texinfo/_0040exampleindent.html | 114 ++
js/infog/test-infodir/texinfo/_0040exdent.html | 109 ++
js/infog/test-infodir/texinfo/_0040expansion.html | 114 ++
js/infog/test-infodir/texinfo/_0040file.html | 96 +
.../texinfo/_0040firstparagraphindent.html | 114 ++
js/infog/test-infodir/texinfo/_0040float.html | 142 ++
.../texinfo/_0040flushleft-_0040flushright.html | 122 ++
js/infog/test-infodir/texinfo/_0040format.html | 92 +
.../test-infodir/texinfo/_0040frenchspacing.html | 111 ++
.../texinfo/_0040ftable-_0040vtable.html | 98 ++
.../test-infodir/texinfo/_0040geq-_0040leq.html | 82 +
js/infog/test-infodir/texinfo/_0040group.html | 126 ++
js/infog/test-infodir/texinfo/_0040headings.html | 138 ++
.../texinfo/_0040ifset-_0040ifclear.html | 144 ++
js/infog/test-infodir/texinfo/_0040indent.html | 99 ++
.../test-infodir/texinfo/_0040indentedblock.html | 102 ++
.../test-infodir/texinfo/_0040indicateurl.html | 98 ++
js/infog/test-infodir/texinfo/_0040inforef.html | 130 ++
.../_0040inlineifset-_0040inlineifclear.html | 99 ++
.../test-infodir/texinfo/_0040insertcopying.html | 105 ++
js/infog/test-infodir/texinfo/_0040itemize.html | 182 ++
js/infog/test-infodir/texinfo/_0040itemx.html | 116 ++
js/infog/test-infodir/texinfo/_0040kbd.html | 156 ++
js/infog/test-infodir/texinfo/_0040key.html | 151 ++
js/infog/test-infodir/texinfo/_0040lisp.html | 92 +
.../test-infodir/texinfo/_0040listoffloats.html | 118 ++
.../_0040majorheading-_0040chapheading.html | 95 +
js/infog/test-infodir/texinfo/_0040minus.html | 107 ++
js/infog/test-infodir/texinfo/_0040need.html | 97 +
js/infog/test-infodir/texinfo/_0040node.html | 60 +
js/infog/test-infodir/texinfo/_0040noindent.html | 134 ++
js/infog/test-infodir/texinfo/_0040option.html | 91 +
js/infog/test-infodir/texinfo/_0040page.html | 83 +
js/infog/test-infodir/texinfo/_0040pagesizes.html | 110 ++
.../test-infodir/texinfo/_0040paragraphindent.html | 114 ++
js/infog/test-infodir/texinfo/_0040part.html | 134 ++
js/infog/test-infodir/texinfo/_0040point.html | 126 ++
js/infog/test-infodir/texinfo/_0040pounds.html | 81 +
js/infog/test-infodir/texinfo/_0040print.html | 107 ++
js/infog/test-infodir/texinfo/_0040pxref.html | 136 ++
js/infog/test-infodir/texinfo/_0040quotation.html | 173 ++
.../test-infodir/texinfo/_0040raggedright.html | 107 ++
js/infog/test-infodir/texinfo/_0040ref.html | 124 ++
.../texinfo/_0040registeredsymbol.html | 81 +
js/infog/test-infodir/texinfo/_0040result.html | 96 +
js/infog/test-infodir/texinfo/_0040samp.html | 122 ++
js/infog/test-infodir/texinfo/_0040section.html | 105 ++
.../texinfo/_0040set-_0040clear-_0040value.html | 123 ++
.../test-infodir/texinfo/_0040set-_0040value.html | 165 ++
.../texinfo/_0040setchapternewpage.html | 151 ++
.../test-infodir/texinfo/_0040setfilename.html | 144 ++
js/infog/test-infodir/texinfo/_0040settitle.html | 107 ++
js/infog/test-infodir/texinfo/_0040small_2026.html | 132 ++
js/infog/test-infodir/texinfo/_0040smallbook.html | 107 ++
js/infog/test-infodir/texinfo/_0040sp.html | 92 +
js/infog/test-infodir/texinfo/_0040subsection.html | 97 +
.../test-infodir/texinfo/_0040subsubsection.html | 130 ++
.../test-infodir/texinfo/_0040syncodeindex.html | 149 ++
js/infog/test-infodir/texinfo/_0040synindex.html | 85 +
js/infog/test-infodir/texinfo/_0040table.html | 157 ++
js/infog/test-infodir/texinfo/_0040textdegree.html | 81 +
js/infog/test-infodir/texinfo/_0040tie.html | 108 ++
.../_0040title-_0040subtitle-_0040author.html | 149 ++
.../_0040titlefont-_0040center-_0040sp.html | 133 ++
js/infog/test-infodir/texinfo/_0040titlepage.html | 142 ++
.../test-infodir/texinfo/_0040top-Command.html | 102 ++
.../texinfo/_0040unnumbered-_0040appendix.html | 113 ++
...nnumberedsec-_0040appendixsec-_0040heading.html | 117 ++
...subsec-_0040appendixsubsec-_0040subheading.html | 99 ++
.../test-infodir/texinfo/_0040url-Examples.html | 147 ++
.../texinfo/_0040url-PDF-Output-Format.html | 101 ++
js/infog/test-infodir/texinfo/_0040url.html | 119 ++
.../test-infodir/texinfo/_0040value-Example.html | 155 ++
js/infog/test-infodir/texinfo/_0040var.html | 138 ++
js/infog/test-infodir/texinfo/_0040verb.html | 112 ++
js/infog/test-infodir/texinfo/_0040verbatim.html | 141 ++
.../test-infodir/texinfo/_0040verbatiminclude.html | 107 ++
js/infog/test-infodir/texinfo/_0040w.html | 115 ++
js/infog/test-infodir/texinfo/_0040xref.html | 91 +
js/infog/test-infodir/texinfo/abbr.html | 60 +
js/infog/test-infodir/texinfo/acronym.html | 60 +
js/infog/test-infodir/texinfo/alias.html | 60 +
js/infog/test-infodir/texinfo/allowcodebreaks.html | 60 +
js/infog/test-infodir/texinfo/anchor.html | 60 +
js/infog/test-infodir/texinfo/bullet.html | 60 +
.../test-infodir/texinfo/caption-shortcaption.html | 60 +
js/infog/test-infodir/texinfo/cartouche.html | 60 +
js/infog/test-infodir/texinfo/chapter.html | 60 +
js/infog/test-infodir/texinfo/cite.html | 60 +
js/infog/test-infodir/texinfo/code.html | 60 +
js/infog/test-infodir/texinfo/command.html | 60 +
js/infog/test-infodir/texinfo/copying.html | 60 +
.../test-infodir/texinfo/copyright-symbol.html | 60 +
js/infog/test-infodir/texinfo/deffnx.html | 60 +
js/infog/test-infodir/texinfo/definfoenclose.html | 60 +
js/infog/test-infodir/texinfo/dfn.html | 60 +
js/infog/test-infodir/texinfo/display.html | 60 +
js/infog/test-infodir/texinfo/dmn.html | 60 +
.../test-infodir/texinfo/documentdescription.html | 60 +
.../test-infodir/texinfo/documentencoding.html | 60 +
.../test-infodir/texinfo/documentlanguage.html | 60 +
js/infog/test-infodir/texinfo/dots.html | 60 +
js/infog/test-infodir/texinfo/email.html | 60 +
.../test-infodir/texinfo/emph-_0026-strong.html | 60 +
js/infog/test-infodir/texinfo/end-titlepage.html | 60 +
js/infog/test-infodir/texinfo/enumerate.html | 60 +
js/infog/test-infodir/texinfo/env.html | 60 +
js/infog/test-infodir/texinfo/euro.html | 60 +
js/infog/test-infodir/texinfo/example.html | 60 +
js/infog/test-infodir/texinfo/exampleindent.html | 60 +
js/infog/test-infodir/texinfo/exdent.html | 60 +
js/infog/test-infodir/texinfo/expansion.html | 60 +
js/infog/test-infodir/texinfo/fig_003aex1.html | 60 +
js/infog/test-infodir/texinfo/file.html | 60 +
.../test-infodir/texinfo/firstparagraphindent.html | 60 +
js/infog/test-infodir/texinfo/float.html | 60 +
.../texinfo/flushleft-_0026-flushright.html | 60 +
js/infog/test-infodir/texinfo/format.html | 60 +
js/infog/test-infodir/texinfo/frenchspacing.html | 60 +
js/infog/test-infodir/texinfo/ftable-vtable.html | 60 +
js/infog/test-infodir/texinfo/geq-leq.html | 60 +
js/infog/test-infodir/texinfo/group.html | 60 +
js/infog/test-infodir/texinfo/headings-on-off.html | 60 +
js/infog/test-infodir/texinfo/ifset-ifclear.html | 60 +
js/infog/test-infodir/texinfo/indent.html | 60 +
js/infog/test-infodir/texinfo/index.html | 1652 +++++++++++++++++
js/infog/test-infodir/texinfo/indicateurl.html | 60 +
js/infog/test-infodir/texinfo/inforef.html | 60 +
js/infog/test-infodir/texinfo/insertcopying.html | 60 +
js/infog/test-infodir/texinfo/itemize.html | 60 +
js/infog/test-infodir/texinfo/itemx.html | 60 +
js/infog/test-infodir/texinfo/kbd.html | 60 +
js/infog/test-infodir/texinfo/key.html | 60 +
js/infog/test-infodir/texinfo/lisp.html | 60 +
js/infog/test-infodir/texinfo/listoffloats.html | 60 +
.../texinfo/majorheading-_0026-chapheading.html | 60 +
.../test-infodir/texinfo/makeinfo-Advantages.html | 86 +
.../test-infodir/texinfo/makeinfo-Options.html | 60 +
.../texinfo/makeinfo-Pointer-Creation.html | 127 ++
.../test-infodir/texinfo/makeinfo-Preferred.html | 89 +
.../test-infodir/texinfo/makeinfo-advantages.html | 60 +
.../test-infodir/texinfo/makeinfo-in-Emacs.html | 163 ++
.../test-infodir/texinfo/makeinfo-top-command.html | 60 +
js/infog/test-infodir/texinfo/makeinfo-top.html | 60 +
js/infog/test-infodir/texinfo/math.html | 60 +
js/infog/test-infodir/texinfo/minus.html | 60 +
js/infog/test-infodir/texinfo/need.html | 60 +
js/infog/test-infodir/texinfo/node.html | 60 +
js/infog/test-infodir/texinfo/noindent.html | 60 +
js/infog/test-infodir/texinfo/option.html | 60 +
js/infog/test-infodir/texinfo/page.html | 60 +
js/infog/test-infodir/texinfo/pagesizes.html | 60 +
js/infog/test-infodir/texinfo/paragraphindent.html | 60 +
js/infog/test-infodir/texinfo/pounds.html | 60 +
js/infog/test-infodir/texinfo/pxref.html | 60 +
js/infog/test-infodir/texinfo/quotation.html | 60 +
js/infog/test-infodir/texinfo/raggedright.html | 60 +
js/infog/test-infodir/texinfo/ref.html | 60 +
.../test-infodir/texinfo/registered-symbol.html | 60 +
js/infog/test-infodir/texinfo/result.html | 60 +
js/infog/test-infodir/texinfo/samp.html | 60 +
js/infog/test-infodir/texinfo/section.html | 60 +
js/infog/test-infodir/texinfo/set-clear-value.html | 60 +
js/infog/test-infodir/texinfo/set-value.html | 60 +
.../test-infodir/texinfo/setchapternewpage.html | 60 +
js/infog/test-infodir/texinfo/setfilename.html | 60 +
js/infog/test-infodir/texinfo/settitle.html | 60 +
js/infog/test-infodir/texinfo/small.html | 60 +
js/infog/test-infodir/texinfo/smallbook.html | 60 +
js/infog/test-infodir/texinfo/sp.html | 60 +
js/infog/test-infodir/texinfo/subsection.html | 60 +
js/infog/test-infodir/texinfo/subsubsection.html | 60 +
js/infog/test-infodir/texinfo/syncodeindex.html | 60 +
js/infog/test-infodir/texinfo/synindex.html | 60 +
js/infog/test-infodir/texinfo/table.html | 60 +
js/infog/test-infodir/texinfo/tex.html | 60 +
.../texinfo/texi2any-Environment-Variables.html | 145 ++
.../test-infodir/texinfo/texi2any-Options.html | 60 +
.../texinfo/texi2any-Printed-Output.html | 129 ++
js/infog/test-infodir/texinfo/texi2html.html | 167 ++
.../texinfo/texi_002delements_002dby_002dsize.html | 60 +
.../texinfo/texinfo_002dformat-commands.html | 112 ++
.../texinfo_002dmultiple_002dfiles_002dupdate.html | 146 ++
js/infog/test-infodir/texinfo/textdegree.html | 60 +
js/infog/test-infodir/texinfo/tie.html | 60 +
.../texinfo/title-subtitle-author.html | 60 +
.../test-infodir/texinfo/titlefont-center-sp.html | 60 +
js/infog/test-infodir/texinfo/titlepage.html | 60 +
js/infog/test-infodir/texinfo/top-command.html | 60 +
.../texinfo/unnumbered-_0026-appendix.html | 60 +
.../texinfo/unnumberedsec-appendixsec-heading.html | 60 +
...unnumberedsubsec-appendixsubsec-subheading.html | 60 +
js/infog/test-infodir/texinfo/uref.html | 60 +
js/infog/test-infodir/texinfo/url.html | 60 +
js/infog/test-infodir/texinfo/value-Example.html | 60 +
js/infog/test-infodir/texinfo/var.html | 60 +
js/infog/test-infodir/texinfo/verb.html | 60 +
js/infog/test-infodir/texinfo/verbatim.html | 60 +
js/infog/test-infodir/texinfo/verbatiminclude.html | 60 +
js/infog/test-infodir/texinfo/w.html | 60 +
js/infog/test-infodir/texinfo/xref.html | 60 +
529 files changed, 66567 insertions(+)
create mode 100644 js/infog/Makefile.am
create mode 100644 js/infog/README
create mode 100755 js/infog/autogen.sh
create mode 100644 js/infog/common.h
create mode 100644 js/infog/configure.ac
create mode 100644 js/infog/extension.c
create mode 100644 js/infog/infopath.c
create mode 100644 js/infog/infopath.h
create mode 100644 js/infog/main.c
copy install-info/tests/ii-0018-input-dir-file => js/infog/test-infodir/dummy
(100%)
create mode 100644 js/infog/test-infodir/hello/Concept-index.html
create mode 100644
js/infog/test-infodir/hello/GNU-Free-Documentation-License.html
create mode 100644 js/infog/test-infodir/hello/Invoking-hello.html
create mode 100644 js/infog/test-infodir/hello/Overview.html
create mode 100644 js/infog/test-infodir/hello/Reporting-bugs.html
create mode 100644 js/infog/test-infodir/hello/Sample-output.html
create mode 100644 js/infog/test-infodir/hello/index.html
create mode 100644 js/infog/test-infodir/texinfo/A4-Paper.html
create mode 100644 js/infog/test-infodir/texinfo/Abstract-Objects.html
create mode 100644 js/infog/test-infodir/texinfo/Adding-Output-Formats.html
create mode 100644
js/infog/test-infodir/texinfo/All_002dpermissive-Copying-License.html
create mode 100644 js/infog/test-infodir/texinfo/Atsign-Braces-Comma.html
create mode 100644 js/infog/test-infodir/texinfo/Batch-Formatting.html
create mode 100644 js/infog/test-infodir/texinfo/Beginning-a-File.html
create mode 100644
js/infog/test-infodir/texinfo/Beginning-and-Ending-a-File.html
create mode 100644 js/infog/test-infodir/texinfo/Block-Enclosing-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Braces-Atsign.html
create mode 100644 js/infog/test-infodir/texinfo/Break-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Breaks.html
create mode 100644 js/infog/test-infodir/texinfo/Catching-Mistakes.html
create mode 100644 js/infog/test-infodir/texinfo/Chapter-Structuring.html
create mode 100644 js/infog/test-infodir/texinfo/Click-Sequences.html
create mode 100644 js/infog/test-infodir/texinfo/Combining-Indices.html
create mode 100644 js/infog/test-infodir/texinfo/Command-Contexts.html
create mode 100644 js/infog/test-infodir/texinfo/Command-List.html
create mode 100644 js/infog/test-infodir/texinfo/Command-Syntax.html
create mode 100644
js/infog/test-infodir/texinfo/Command-and-Variable-Index.html
create mode 100644 js/infog/test-infodir/texinfo/Comments.html
create mode 100644 js/infog/test-infodir/texinfo/Compile_002dCommand.html
create mode 100644 js/infog/test-infodir/texinfo/Conditional-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Conditional-Nesting.html
create mode 100644 js/infog/test-infodir/texinfo/Conditional-Not-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Conditionals.html
create mode 100644 js/infog/test-infodir/texinfo/Contents.html
create mode 100644 js/infog/test-infodir/texinfo/Conventions.html
create mode 100644 js/infog/test-infodir/texinfo/Copying-Conditions.html
create mode 100644 js/infog/test-infodir/texinfo/Copyright.html
create mode 100644 js/infog/test-infodir/texinfo/Creating-an-Info-File.html
create mode 100644
js/infog/test-infodir/texinfo/Creating-and-Installing-Info-Files.html
create mode 100644
js/infog/test-infodir/texinfo/Cropmarks-and-Magnification.html
create mode 100644 js/infog/test-infodir/texinfo/Cross-Reference-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Cross-Reference-Parts.html
create mode 100644 js/infog/test-infodir/texinfo/Cross-References.html
create mode 100644 js/infog/test-infodir/texinfo/Custom-Headings.html
create mode 100644
js/infog/test-infodir/texinfo/Customization-Variables-and-Options.html
create mode 100644
js/infog/test-infodir/texinfo/Customization-Variables-for-_0040_002dCommands.html
create mode 100644 js/infog/test-infodir/texinfo/Customization-Variables.html
create mode 100644 js/infog/test-infodir/texinfo/Data-Types.html
create mode 100644 js/infog/test-infodir/texinfo/Debugging-with-Info.html
create mode 100644 js/infog/test-infodir/texinfo/Debugging-with-TeX.html
create mode 100644
js/infog/test-infodir/texinfo/Def-Cmd-Continuation-Lines.html
create mode 100644 js/infog/test-infodir/texinfo/Def-Cmd-Conventions.html
create mode 100644 js/infog/test-infodir/texinfo/Def-Cmd-Template.html
create mode 100644 js/infog/test-infodir/texinfo/Def-Cmds-in-Detail.html
create mode 100644 js/infog/test-infodir/texinfo/Defining-Macros.html
create mode 100644
js/infog/test-infodir/texinfo/Defining-New-Texinfo-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Definition-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Details-of-texindex.html
create mode 100644 js/infog/test-infodir/texinfo/Directory-File.html
create mode 100644 js/infog/test-infodir/texinfo/Document-Permissions.html
create mode 100644 js/infog/test-infodir/texinfo/Dots-Bullets.html
create mode 100644 js/infog/test-infodir/texinfo/Emacs-Editing.html
create mode 100644 js/infog/test-infodir/texinfo/Emphasis.html
create mode 100644 js/infog/test-infodir/texinfo/End-of-Header.html
create mode 100644 js/infog/test-infodir/texinfo/Ending-a-File.html
create mode 100644 js/infog/test-infodir/texinfo/Ending-a-Sentence.html
create mode 100644 js/infog/test-infodir/texinfo/Equivalence.html
create mode 100644 js/infog/test-infodir/texinfo/Error-Glyph.html
create mode 100644 js/infog/test-infodir/texinfo/External-Macro-Processors.html
create mode 100644 js/infog/test-infodir/texinfo/File-End.html
create mode 100644 js/infog/test-infodir/texinfo/First-Line.html
create mode 100644 js/infog/test-infodir/texinfo/First-Node.html
create mode 100644 js/infog/test-infodir/texinfo/Floats.html
create mode 100644 js/infog/test-infodir/texinfo/Fonts.html
create mode 100644 js/infog/test-infodir/texinfo/Footnote-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Footnote-Styles.html
create mode 100644 js/infog/test-infodir/texinfo/Footnotes.html
create mode 100644
js/infog/test-infodir/texinfo/Format-with-tex_002ftexindex.html
create mode 100644 js/infog/test-infodir/texinfo/Format-with-texi2dvi.html
create mode 100644 js/infog/test-infodir/texinfo/Formatting-Commands.html
create mode 100644
js/infog/test-infodir/texinfo/Formatting-Partial-Documents.html
create mode 100644 js/infog/test-infodir/texinfo/Four-and-Five-Arguments.html
create mode 100644 js/infog/test-infodir/texinfo/Functions-Commands.html
create mode 100644
js/infog/test-infodir/texinfo/GNU-Free-Documentation-License.html
create mode 100644 js/infog/test-infodir/texinfo/GNU-Sample-Texts.html
create mode 100644 js/infog/test-infodir/texinfo/General-Index.html
create mode 100644 js/infog/test-infodir/texinfo/Generating-HTML.html
create mode 100644
js/infog/test-infodir/texinfo/Generic-Translator-texi2any.html
create mode 100644 js/infog/test-infodir/texinfo/Global-Document-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Glyphs-Summary.html
create mode 100644 js/infog/test-infodir/texinfo/Glyphs-for-Programming.html
create mode 100644 js/infog/test-infodir/texinfo/Glyphs-for-Text.html
create mode 100644 js/infog/test-infodir/texinfo/Glyphs.html
create mode 100644 js/infog/test-infodir/texinfo/HTML-CSS.html
create mode 100644
js/infog/test-infodir/texinfo/HTML-Customization-Variables.html
create mode 100644 js/infog/test-infodir/texinfo/HTML-Splitting.html
create mode 100644 js/infog/test-infodir/texinfo/HTML-Translation.html
create mode 100644
js/infog/test-infodir/texinfo/HTML-Xref-8_002dbit-Character-Expansion.html
create mode 100644
js/infog/test-infodir/texinfo/HTML-Xref-Command-Expansion.html
create mode 100644 js/infog/test-infodir/texinfo/HTML-Xref-Configuration.html
create mode 100644 js/infog/test-infodir/texinfo/HTML-Xref-Link-Basics.html
create mode 100644 js/infog/test-infodir/texinfo/HTML-Xref-Mismatch.html
create mode 100644
js/infog/test-infodir/texinfo/HTML-Xref-Node-Name-Expansion.html
create mode 100644 js/infog/test-infodir/texinfo/HTML-Xref.html
create mode 100644 js/infog/test-infodir/texinfo/Hardcopy.html
create mode 100644 js/infog/test-infodir/texinfo/Heading-Choice.html
create mode 100644 js/infog/test-infodir/texinfo/Heading-Format.html
create mode 100644 js/infog/test-infodir/texinfo/Heading-Generation.html
create mode 100644 js/infog/test-infodir/texinfo/Headings-Introduced.html
create mode 100644 js/infog/test-infodir/texinfo/Headings.html
create mode 100644 js/infog/test-infodir/texinfo/History.html
create mode 100644
js/infog/test-infodir/texinfo/INFO_005fSPECIAL_005fCHARS_005fQUOTE.html
create mode 100644 js/infog/test-infodir/texinfo/Image-Scaling.html
create mode 100644 js/infog/test-infodir/texinfo/Image-Syntax.html
create mode 100644 js/infog/test-infodir/texinfo/Images.html
create mode 100644 js/infog/test-infodir/texinfo/Include-Files-Evolution.html
create mode 100644
js/infog/test-infodir/texinfo/Include-Files-Requirements.html
create mode 100644 js/infog/test-infodir/texinfo/Include-Files.html
create mode 100644 js/infog/test-infodir/texinfo/Index-Entries.html
create mode 100644 js/infog/test-infodir/texinfo/Indexing-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Indicating.html
create mode 100644 js/infog/test-infodir/texinfo/Indices.html
create mode 100644 js/infog/test-infodir/texinfo/Info-Files.html
create mode 100644
js/infog/test-infodir/texinfo/Info-Format-Cross-Reference.html
create mode 100644
js/infog/test-infodir/texinfo/Info-Format-General-Layout.html
create mode 100644 js/infog/test-infodir/texinfo/Info-Format-Image.html
create mode 100644
js/infog/test-infodir/texinfo/Info-Format-Indirect-Table.html
create mode 100644
js/infog/test-infodir/texinfo/Info-Format-Local-Variables.html
create mode 100644 js/infog/test-infodir/texinfo/Info-Format-Menu.html
create mode 100644 js/infog/test-infodir/texinfo/Info-Format-Preamble.html
create mode 100644 js/infog/test-infodir/texinfo/Info-Format-Printindex.html
create mode 100644 js/infog/test-infodir/texinfo/Info-Format-Regular-Nodes.html
create mode 100644 js/infog/test-infodir/texinfo/Info-Format-Specification.html
create mode 100644 js/infog/test-infodir/texinfo/Info-Format-Tag-Table.html
create mode 100644
js/infog/test-infodir/texinfo/Info-Format-Text-Constructs.html
create mode 100644 js/infog/test-infodir/texinfo/Info-Format-Whole-Manual.html
create mode 100644 js/infog/test-infodir/texinfo/Info-Formatting.html
create mode 100644 js/infog/test-infodir/texinfo/Inline-Conditionals.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-Accents.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-Braces.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-Math.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-Quotation-Marks.html
create mode 100644
js/infog/test-infodir/texinfo/Inserting-Quote-Characters.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-Space.html
create mode 100644
js/infog/test-infodir/texinfo/Inserting-Subscripts-and-Superscripts.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-Unicode.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-a-Backslash.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-a-Comma.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-a-Hashsign.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-an-Ampersand.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting-an-Atsign.html
create mode 100644 js/infog/test-infodir/texinfo/Inserting.html
create mode 100644 js/infog/test-infodir/texinfo/Insertions.html
create mode 100644 js/infog/test-infodir/texinfo/Installing-Dir-Entries.html
create mode 100644 js/infog/test-infodir/texinfo/Installing-an-Info-File.html
create mode 100644
js/infog/test-infodir/texinfo/Internationalization-of-Document-Strings.html
create mode 100644 js/infog/test-infodir/texinfo/Internationalization.html
create mode 100644 js/infog/test-infodir/texinfo/Introducing-Lists.html
create mode 100644 js/infog/test-infodir/texinfo/Invoking-Macros.html
create mode 100644 js/infog/test-infodir/texinfo/Invoking-install_002dinfo.html
create mode 100644 js/infog/test-infodir/texinfo/Invoking-makeinfo.html
create mode 100644 js/infog/test-infodir/texinfo/Invoking-pod2texi.html
create mode 100644 js/infog/test-infodir/texinfo/Invoking-texi2any.html
create mode 100644 js/infog/test-infodir/texinfo/Less-Cluttered-Menu-Entry.html
create mode 100644 js/infog/test-infodir/texinfo/Line-Breaks.html
create mode 100644 js/infog/test-infodir/texinfo/Lists-and-Tables.html
create mode 100644 js/infog/test-infodir/texinfo/Macro-Details.html
create mode 100644 js/infog/test-infodir/texinfo/Magnification.html
create mode 100644 js/infog/test-infodir/texinfo/Marking-Text.html
create mode 100644 js/infog/test-infodir/texinfo/Master-Menu-Parts.html
create mode 100644 js/infog/test-infodir/texinfo/Menu-Example.html
create mode 100644 js/infog/test-infodir/texinfo/Menu-Location.html
create mode 100644 js/infog/test-infodir/texinfo/Menu-Parts.html
create mode 100644 js/infog/test-infodir/texinfo/Menus.html
create mode 100644 js/infog/test-infodir/texinfo/Minimum.html
create mode 100644 js/infog/test-infodir/texinfo/Multi_002dcolumn-Tables.html
create mode 100644 js/infog/test-infodir/texinfo/Multiple-Spaces.html
create mode 100644 js/infog/test-infodir/texinfo/Multitable-Column-Widths.html
create mode 100644 js/infog/test-infodir/texinfo/Multitable-Rows.html
create mode 100644 js/infog/test-infodir/texinfo/Names-of-index-files.html
create mode 100644 js/infog/test-infodir/texinfo/New-Indices.html
create mode 100644 js/infog/test-infodir/texinfo/New-Info-File.html
create mode 100644 js/infog/test-infodir/texinfo/Node-Line-Requirements.html
create mode 100644 js/infog/test-infodir/texinfo/Node-Line-Tips.html
create mode 100644 js/infog/test-infodir/texinfo/Node-Menu-Illustration.html
create mode 100644 js/infog/test-infodir/texinfo/Node-Names.html
create mode 100644 js/infog/test-infodir/texinfo/Nodes.html
create mode 100644 js/infog/test-infodir/texinfo/Not-Ending-a-Sentence.html
create mode 100644
js/infog/test-infodir/texinfo/Object_002dOriented-Methods.html
create mode 100644
js/infog/test-infodir/texinfo/Object_002dOriented-Variables.html
create mode 100644
js/infog/test-infodir/texinfo/Obsolete-_0040_002dCommands.html
create mode 100644 js/infog/test-infodir/texinfo/Obtaining-TeX.html
create mode 100644 js/infog/test-infodir/texinfo/One-Argument.html
create mode 100644 js/infog/test-infodir/texinfo/Optional-Arguments.html
create mode 100644
js/infog/test-infodir/texinfo/Other-Customization-Variables.html
create mode 100644 js/infog/test-infodir/texinfo/Other-Info-Directories.html
create mode 100644 js/infog/test-infodir/texinfo/Other-Info-Files.html
create mode 100644 js/infog/test-infodir/texinfo/Other-Updating-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Output-Formats.html
create mode 100644 js/infog/test-infodir/texinfo/Overfull-hboxes.html
create mode 100644 js/infog/test-infodir/texinfo/Overview.html
create mode 100644 js/infog/test-infodir/texinfo/PDF-Colors.html
create mode 100644 js/infog/test-infodir/texinfo/PDF-Output.html
create mode 100644 js/infog/test-infodir/texinfo/Point-Glyph.html
create mode 100644 js/infog/test-infodir/texinfo/Pointer-Validation.html
create mode 100644 js/infog/test-infodir/texinfo/Predefined-Indices.html
create mode 100644 js/infog/test-infodir/texinfo/Preparing-for-TeX.html
create mode 100644 js/infog/test-infodir/texinfo/Print-Glyph.html
create mode 100644 js/infog/test-infodir/texinfo/Print-with-lpr.html
create mode 100644 js/infog/test-infodir/texinfo/Printed-Books.html
create mode 100644
js/infog/test-infodir/texinfo/Printing-Indices-_0026-Menus.html
create mode 100644 js/infog/test-infodir/texinfo/Printing.html
create mode 100644 js/infog/test-infodir/texinfo/Quotations-and-Examples.html
create mode 100644 js/infog/test-infodir/texinfo/Raise_002flower-sections.html
create mode 100644 js/infog/test-infodir/texinfo/Raw-Formatter-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Reference-Implementation.html
create mode 100644 js/infog/test-infodir/texinfo/Reference-Syntax.html
create mode 100644 js/infog/test-infodir/texinfo/References.html
create mode 100644
js/infog/test-infodir/texinfo/Referring-to-a-Manual-as-a-Whole.html
create mode 100644 js/infog/test-infodir/texinfo/Reporting-Bugs.html
create mode 100644 js/infog/test-infodir/texinfo/Requirements-Summary.html
create mode 100644 js/infog/test-infodir/texinfo/Running-Info_002dValidate.html
create mode 100644 js/infog/test-infodir/texinfo/Running-Info_002dvalidate.html
create mode 100644 js/infog/test-infodir/texinfo/Sample-Beginning.html
create mode 100644
js/infog/test-infodir/texinfo/Sample-Function-Definition.html
create mode 100644 js/infog/test-infodir/texinfo/Sample-Include-File.html
create mode 100644 js/infog/test-infodir/texinfo/Sample-Texinfo-Files.html
create mode 100644 js/infog/test-infodir/texinfo/Short-Sample-Texinfo-File.html
create mode 100644 js/infog/test-infodir/texinfo/Short-Sample.html
create mode 100644 js/infog/test-infodir/texinfo/Showing-the-Structure.html
create mode 100644 js/infog/test-infodir/texinfo/Smallcaps.html
create mode 100644
js/infog/test-infodir/texinfo/Software-Copying-Permissions.html
create mode 100644 js/infog/test-infodir/texinfo/Special-Characters.html
create mode 100644 js/infog/test-infodir/texinfo/Special-Displays.html
create mode 100644 js/infog/test-infodir/texinfo/Splitting-Output.html
create mode 100644 js/infog/test-infodir/texinfo/Splitting.html
create mode 100644 js/infog/test-infodir/texinfo/Start-of-Header.html
create mode 100644 js/infog/test-infodir/texinfo/Structuring-Command-Types.html
create mode 100644 js/infog/test-infodir/texinfo/Structuring.html
create mode 100644 js/infog/test-infodir/texinfo/Tag-and-Split-Files.html
create mode 100644 js/infog/test-infodir/texinfo/Tagifying.html
create mode 100644 js/infog/test-infodir/texinfo/TeX-and-copyright.html
create mode 100644
js/infog/test-infodir/texinfo/Testing-for-Texinfo-Commands.html
create mode 100644
js/infog/test-infodir/texinfo/Texinfo-Document-Structure.html
create mode 100644 js/infog/test-infodir/texinfo/Texinfo-File-Header.html
create mode 100644 js/infog/test-infodir/texinfo/Texinfo-Mode-Overview.html
create mode 100644 js/infog/test-infodir/texinfo/Texinfo-Mode-Printing.html
create mode 100644 js/infog/test-infodir/texinfo/Texinfo-Mode-Summary.html
create mode 100644 js/infog/test-infodir/texinfo/Texinfo-Mode.html
create mode 100644 js/infog/test-infodir/texinfo/The-Top-Node.html
create mode 100644 js/infog/test-infodir/texinfo/Three-Arguments.html
create mode 100644 js/infog/test-infodir/texinfo/Tips.html
create mode 100644
js/infog/test-infodir/texinfo/Titlepage-_0026-Copyright-Page.html
create mode 100644 js/infog/test-infodir/texinfo/Top-Node-Example.html
create mode 100644 js/infog/test-infodir/texinfo/Top-Node-Naming.html
create mode 100644 js/infog/test-infodir/texinfo/Tree-Structuring.html
create mode 100644 js/infog/test-infodir/texinfo/Two-Arguments.html
create mode 100644 js/infog/test-infodir/texinfo/Two-Paths.html
create mode 100644 js/infog/test-infodir/texinfo/Two_002dcolumn-Tables.html
create mode 100644 js/infog/test-infodir/texinfo/Typed-Functions.html
create mode 100644 js/infog/test-infodir/texinfo/Typed-Variables.html
create mode 100644 js/infog/test-infodir/texinfo/URL-Line-Breaking.html
create mode 100644 js/infog/test-infodir/texinfo/Unsplit.html
create mode 100644 js/infog/test-infodir/texinfo/Updating-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Updating-Nodes-and-Menus.html
create mode 100644 js/infog/test-infodir/texinfo/Updating-Requirements.html
create mode 100644 js/infog/test-infodir/texinfo/Use-TeX.html
create mode 100644 js/infog/test-infodir/texinfo/Useful-Highlighting.html
create mode 100644 js/infog/test-infodir/texinfo/Using-Include-Files.html
create mode 100644 js/infog/test-infodir/texinfo/Using-Info_002dvalidate.html
create mode 100644 js/infog/test-infodir/texinfo/Using-Texinfo.html
create mode 100644 js/infog/test-infodir/texinfo/Using-occur.html
create mode 100644
js/infog/test-infodir/texinfo/Using-texinfo_002dshow_002dstructure.html
create mode 100644 js/infog/test-infodir/texinfo/Variables-Commands.html
create mode 100644 js/infog/test-infodir/texinfo/Verbatim-Copying-License.html
create mode 100644 js/infog/test-infodir/texinfo/Within-Emacs.html
create mode 100644 js/infog/test-infodir/texinfo/Writing-a-Menu.html
create mode 100644 js/infog/test-infodir/texinfo/Writing-a-Node.html
create mode 100644 js/infog/test-infodir/texinfo/Writing-a-Texinfo-File.html
create mode 100644 js/infog/test-infodir/texinfo/_0023line-Directive.html
create mode 100644 js/infog/test-infodir/texinfo/_0023line-Syntax-Details.html
create mode 100644 js/infog/test-infodir/texinfo/_0023line-and-TeX.html
create mode 100644 js/infog/test-infodir/texinfo/_002d-and-hyphenation.html
create mode 100644 js/infog/test-infodir/texinfo/_0040TeX-_0040LaTeX.html
create mode 100644
js/infog/test-infodir/texinfo/_0040_002d-_0040hyphenation.html
create mode 100644 js/infog/test-infodir/texinfo/_0040_002dCommand-Details.html
create mode 100644 js/infog/test-infodir/texinfo/_0040abbr.html
create mode 100644 js/infog/test-infodir/texinfo/_0040acronym.html
create mode 100644 js/infog/test-infodir/texinfo/_0040alias.html
create mode 100644 js/infog/test-infodir/texinfo/_0040allowcodebreaks.html
create mode 100644 js/infog/test-infodir/texinfo/_0040anchor.html
create mode 100644 js/infog/test-infodir/texinfo/_0040asis.html
create mode 100644 js/infog/test-infodir/texinfo/_0040bullet.html
create mode 100644
js/infog/test-infodir/texinfo/_0040caption-_0040shortcaption.html
create mode 100644 js/infog/test-infodir/texinfo/_0040cartouche.html
create mode 100644 js/infog/test-infodir/texinfo/_0040chapter.html
create mode 100644 js/infog/test-infodir/texinfo/_0040cite.html
create mode 100644 js/infog/test-infodir/texinfo/_0040code.html
create mode 100644 js/infog/test-infodir/texinfo/_0040command.html
create mode 100644 js/infog/test-infodir/texinfo/_0040copying.html
create mode 100644 js/infog/test-infodir/texinfo/_0040copyright.html
create mode 100644 js/infog/test-infodir/texinfo/_0040deffnx.html
create mode 100644 js/infog/test-infodir/texinfo/_0040definfoenclose.html
create mode 100644 js/infog/test-infodir/texinfo/_0040dfn.html
create mode 100644 js/infog/test-infodir/texinfo/_0040display.html
create mode 100644 js/infog/test-infodir/texinfo/_0040dmn.html
create mode 100644 js/infog/test-infodir/texinfo/_0040documentdescription.html
create mode 100644 js/infog/test-infodir/texinfo/_0040documentencoding.html
create mode 100644 js/infog/test-infodir/texinfo/_0040documentlanguage.html
create mode 100644 js/infog/test-infodir/texinfo/_0040dots.html
create mode 100644 js/infog/test-infodir/texinfo/_0040email.html
create mode 100644 js/infog/test-infodir/texinfo/_0040emph-_0040strong.html
create mode 100644 js/infog/test-infodir/texinfo/_0040enumerate.html
create mode 100644 js/infog/test-infodir/texinfo/_0040env.html
create mode 100644 js/infog/test-infodir/texinfo/_0040equiv.html
create mode 100644 js/infog/test-infodir/texinfo/_0040error.html
create mode 100644 js/infog/test-infodir/texinfo/_0040euro.html
create mode 100644 js/infog/test-infodir/texinfo/_0040example.html
create mode 100644 js/infog/test-infodir/texinfo/_0040exampleindent.html
create mode 100644 js/infog/test-infodir/texinfo/_0040exdent.html
create mode 100644 js/infog/test-infodir/texinfo/_0040expansion.html
create mode 100644 js/infog/test-infodir/texinfo/_0040file.html
create mode 100644 js/infog/test-infodir/texinfo/_0040firstparagraphindent.html
create mode 100644 js/infog/test-infodir/texinfo/_0040float.html
create mode 100644
js/infog/test-infodir/texinfo/_0040flushleft-_0040flushright.html
create mode 100644 js/infog/test-infodir/texinfo/_0040format.html
create mode 100644 js/infog/test-infodir/texinfo/_0040frenchspacing.html
create mode 100644 js/infog/test-infodir/texinfo/_0040ftable-_0040vtable.html
create mode 100644 js/infog/test-infodir/texinfo/_0040geq-_0040leq.html
create mode 100644 js/infog/test-infodir/texinfo/_0040group.html
create mode 100644 js/infog/test-infodir/texinfo/_0040headings.html
create mode 100644 js/infog/test-infodir/texinfo/_0040ifset-_0040ifclear.html
create mode 100644 js/infog/test-infodir/texinfo/_0040indent.html
create mode 100644 js/infog/test-infodir/texinfo/_0040indentedblock.html
create mode 100644 js/infog/test-infodir/texinfo/_0040indicateurl.html
create mode 100644 js/infog/test-infodir/texinfo/_0040inforef.html
create mode 100644
js/infog/test-infodir/texinfo/_0040inlineifset-_0040inlineifclear.html
create mode 100644 js/infog/test-infodir/texinfo/_0040insertcopying.html
create mode 100644 js/infog/test-infodir/texinfo/_0040itemize.html
create mode 100644 js/infog/test-infodir/texinfo/_0040itemx.html
create mode 100644 js/infog/test-infodir/texinfo/_0040kbd.html
create mode 100644 js/infog/test-infodir/texinfo/_0040key.html
create mode 100644 js/infog/test-infodir/texinfo/_0040lisp.html
create mode 100644 js/infog/test-infodir/texinfo/_0040listoffloats.html
create mode 100644
js/infog/test-infodir/texinfo/_0040majorheading-_0040chapheading.html
create mode 100644 js/infog/test-infodir/texinfo/_0040minus.html
create mode 100644 js/infog/test-infodir/texinfo/_0040need.html
create mode 100644 js/infog/test-infodir/texinfo/_0040node.html
create mode 100644 js/infog/test-infodir/texinfo/_0040noindent.html
create mode 100644 js/infog/test-infodir/texinfo/_0040option.html
create mode 100644 js/infog/test-infodir/texinfo/_0040page.html
create mode 100644 js/infog/test-infodir/texinfo/_0040pagesizes.html
create mode 100644 js/infog/test-infodir/texinfo/_0040paragraphindent.html
create mode 100644 js/infog/test-infodir/texinfo/_0040part.html
create mode 100644 js/infog/test-infodir/texinfo/_0040point.html
create mode 100644 js/infog/test-infodir/texinfo/_0040pounds.html
create mode 100644 js/infog/test-infodir/texinfo/_0040print.html
create mode 100644 js/infog/test-infodir/texinfo/_0040pxref.html
create mode 100644 js/infog/test-infodir/texinfo/_0040quotation.html
create mode 100644 js/infog/test-infodir/texinfo/_0040raggedright.html
create mode 100644 js/infog/test-infodir/texinfo/_0040ref.html
create mode 100644 js/infog/test-infodir/texinfo/_0040registeredsymbol.html
create mode 100644 js/infog/test-infodir/texinfo/_0040result.html
create mode 100644 js/infog/test-infodir/texinfo/_0040samp.html
create mode 100644 js/infog/test-infodir/texinfo/_0040section.html
create mode 100644
js/infog/test-infodir/texinfo/_0040set-_0040clear-_0040value.html
create mode 100644 js/infog/test-infodir/texinfo/_0040set-_0040value.html
create mode 100644 js/infog/test-infodir/texinfo/_0040setchapternewpage.html
create mode 100644 js/infog/test-infodir/texinfo/_0040setfilename.html
create mode 100644 js/infog/test-infodir/texinfo/_0040settitle.html
create mode 100644 js/infog/test-infodir/texinfo/_0040small_2026.html
create mode 100644 js/infog/test-infodir/texinfo/_0040smallbook.html
create mode 100644 js/infog/test-infodir/texinfo/_0040sp.html
create mode 100644 js/infog/test-infodir/texinfo/_0040subsection.html
create mode 100644 js/infog/test-infodir/texinfo/_0040subsubsection.html
create mode 100644 js/infog/test-infodir/texinfo/_0040syncodeindex.html
create mode 100644 js/infog/test-infodir/texinfo/_0040synindex.html
create mode 100644 js/infog/test-infodir/texinfo/_0040table.html
create mode 100644 js/infog/test-infodir/texinfo/_0040textdegree.html
create mode 100644 js/infog/test-infodir/texinfo/_0040tie.html
create mode 100644
js/infog/test-infodir/texinfo/_0040title-_0040subtitle-_0040author.html
create mode 100644
js/infog/test-infodir/texinfo/_0040titlefont-_0040center-_0040sp.html
create mode 100644 js/infog/test-infodir/texinfo/_0040titlepage.html
create mode 100644 js/infog/test-infodir/texinfo/_0040top-Command.html
create mode 100644
js/infog/test-infodir/texinfo/_0040unnumbered-_0040appendix.html
create mode 100644
js/infog/test-infodir/texinfo/_0040unnumberedsec-_0040appendixsec-_0040heading.html
create mode 100644
js/infog/test-infodir/texinfo/_0040unnumberedsubsec-_0040appendixsubsec-_0040subheading.html
create mode 100644 js/infog/test-infodir/texinfo/_0040url-Examples.html
create mode 100644
js/infog/test-infodir/texinfo/_0040url-PDF-Output-Format.html
create mode 100644 js/infog/test-infodir/texinfo/_0040url.html
create mode 100644 js/infog/test-infodir/texinfo/_0040value-Example.html
create mode 100644 js/infog/test-infodir/texinfo/_0040var.html
create mode 100644 js/infog/test-infodir/texinfo/_0040verb.html
create mode 100644 js/infog/test-infodir/texinfo/_0040verbatim.html
create mode 100644 js/infog/test-infodir/texinfo/_0040verbatiminclude.html
create mode 100644 js/infog/test-infodir/texinfo/_0040w.html
create mode 100644 js/infog/test-infodir/texinfo/_0040xref.html
create mode 100644 js/infog/test-infodir/texinfo/abbr.html
create mode 100644 js/infog/test-infodir/texinfo/acronym.html
create mode 100644 js/infog/test-infodir/texinfo/alias.html
create mode 100644 js/infog/test-infodir/texinfo/allowcodebreaks.html
create mode 100644 js/infog/test-infodir/texinfo/anchor.html
create mode 100644 js/infog/test-infodir/texinfo/bullet.html
create mode 100644 js/infog/test-infodir/texinfo/caption-shortcaption.html
create mode 100644 js/infog/test-infodir/texinfo/cartouche.html
create mode 100644 js/infog/test-infodir/texinfo/chapter.html
create mode 100644 js/infog/test-infodir/texinfo/cite.html
create mode 100644 js/infog/test-infodir/texinfo/code.html
create mode 100644 js/infog/test-infodir/texinfo/command.html
create mode 100644 js/infog/test-infodir/texinfo/copying.html
create mode 100644 js/infog/test-infodir/texinfo/copyright-symbol.html
create mode 100644 js/infog/test-infodir/texinfo/deffnx.html
create mode 100644 js/infog/test-infodir/texinfo/definfoenclose.html
create mode 100644 js/infog/test-infodir/texinfo/dfn.html
create mode 100644 js/infog/test-infodir/texinfo/display.html
create mode 100644 js/infog/test-infodir/texinfo/dmn.html
create mode 100644 js/infog/test-infodir/texinfo/documentdescription.html
create mode 100644 js/infog/test-infodir/texinfo/documentencoding.html
create mode 100644 js/infog/test-infodir/texinfo/documentlanguage.html
create mode 100644 js/infog/test-infodir/texinfo/dots.html
create mode 100644 js/infog/test-infodir/texinfo/email.html
create mode 100644 js/infog/test-infodir/texinfo/emph-_0026-strong.html
create mode 100644 js/infog/test-infodir/texinfo/end-titlepage.html
create mode 100644 js/infog/test-infodir/texinfo/enumerate.html
create mode 100644 js/infog/test-infodir/texinfo/env.html
create mode 100644 js/infog/test-infodir/texinfo/euro.html
create mode 100644 js/infog/test-infodir/texinfo/example.html
create mode 100644 js/infog/test-infodir/texinfo/exampleindent.html
create mode 100644 js/infog/test-infodir/texinfo/exdent.html
create mode 100644 js/infog/test-infodir/texinfo/expansion.html
create mode 100644 js/infog/test-infodir/texinfo/fig_003aex1.html
create mode 100644 js/infog/test-infodir/texinfo/file.html
create mode 100644 js/infog/test-infodir/texinfo/firstparagraphindent.html
create mode 100644 js/infog/test-infodir/texinfo/float.html
create mode 100644
js/infog/test-infodir/texinfo/flushleft-_0026-flushright.html
create mode 100644 js/infog/test-infodir/texinfo/format.html
create mode 100644 js/infog/test-infodir/texinfo/frenchspacing.html
create mode 100644 js/infog/test-infodir/texinfo/ftable-vtable.html
create mode 100644 js/infog/test-infodir/texinfo/geq-leq.html
create mode 100644 js/infog/test-infodir/texinfo/group.html
create mode 100644 js/infog/test-infodir/texinfo/headings-on-off.html
create mode 100644 js/infog/test-infodir/texinfo/ifset-ifclear.html
create mode 100644 js/infog/test-infodir/texinfo/indent.html
create mode 100644 js/infog/test-infodir/texinfo/index.html
create mode 100644 js/infog/test-infodir/texinfo/indicateurl.html
create mode 100644 js/infog/test-infodir/texinfo/inforef.html
create mode 100644 js/infog/test-infodir/texinfo/insertcopying.html
create mode 100644 js/infog/test-infodir/texinfo/itemize.html
create mode 100644 js/infog/test-infodir/texinfo/itemx.html
create mode 100644 js/infog/test-infodir/texinfo/kbd.html
create mode 100644 js/infog/test-infodir/texinfo/key.html
create mode 100644 js/infog/test-infodir/texinfo/lisp.html
create mode 100644 js/infog/test-infodir/texinfo/listoffloats.html
create mode 100644
js/infog/test-infodir/texinfo/majorheading-_0026-chapheading.html
create mode 100644 js/infog/test-infodir/texinfo/makeinfo-Advantages.html
create mode 100644 js/infog/test-infodir/texinfo/makeinfo-Options.html
create mode 100644 js/infog/test-infodir/texinfo/makeinfo-Pointer-Creation.html
create mode 100644 js/infog/test-infodir/texinfo/makeinfo-Preferred.html
create mode 100644 js/infog/test-infodir/texinfo/makeinfo-advantages.html
create mode 100644 js/infog/test-infodir/texinfo/makeinfo-in-Emacs.html
create mode 100644 js/infog/test-infodir/texinfo/makeinfo-top-command.html
create mode 100644 js/infog/test-infodir/texinfo/makeinfo-top.html
create mode 100644 js/infog/test-infodir/texinfo/math.html
create mode 100644 js/infog/test-infodir/texinfo/minus.html
create mode 100644 js/infog/test-infodir/texinfo/need.html
create mode 100644 js/infog/test-infodir/texinfo/node.html
create mode 100644 js/infog/test-infodir/texinfo/noindent.html
create mode 100644 js/infog/test-infodir/texinfo/option.html
create mode 100644 js/infog/test-infodir/texinfo/page.html
create mode 100644 js/infog/test-infodir/texinfo/pagesizes.html
create mode 100644 js/infog/test-infodir/texinfo/paragraphindent.html
create mode 100644 js/infog/test-infodir/texinfo/pounds.html
create mode 100644 js/infog/test-infodir/texinfo/pxref.html
create mode 100644 js/infog/test-infodir/texinfo/quotation.html
create mode 100644 js/infog/test-infodir/texinfo/raggedright.html
create mode 100644 js/infog/test-infodir/texinfo/ref.html
create mode 100644 js/infog/test-infodir/texinfo/registered-symbol.html
create mode 100644 js/infog/test-infodir/texinfo/result.html
create mode 100644 js/infog/test-infodir/texinfo/samp.html
create mode 100644 js/infog/test-infodir/texinfo/section.html
create mode 100644 js/infog/test-infodir/texinfo/set-clear-value.html
create mode 100644 js/infog/test-infodir/texinfo/set-value.html
create mode 100644 js/infog/test-infodir/texinfo/setchapternewpage.html
create mode 100644 js/infog/test-infodir/texinfo/setfilename.html
create mode 100644 js/infog/test-infodir/texinfo/settitle.html
create mode 100644 js/infog/test-infodir/texinfo/small.html
create mode 100644 js/infog/test-infodir/texinfo/smallbook.html
create mode 100644 js/infog/test-infodir/texinfo/sp.html
create mode 100644 js/infog/test-infodir/texinfo/subsection.html
create mode 100644 js/infog/test-infodir/texinfo/subsubsection.html
create mode 100644 js/infog/test-infodir/texinfo/syncodeindex.html
create mode 100644 js/infog/test-infodir/texinfo/synindex.html
create mode 100644 js/infog/test-infodir/texinfo/table.html
create mode 100644 js/infog/test-infodir/texinfo/tex.html
create mode 100644
js/infog/test-infodir/texinfo/texi2any-Environment-Variables.html
create mode 100644 js/infog/test-infodir/texinfo/texi2any-Options.html
create mode 100644 js/infog/test-infodir/texinfo/texi2any-Printed-Output.html
create mode 100644 js/infog/test-infodir/texinfo/texi2html.html
create mode 100644
js/infog/test-infodir/texinfo/texi_002delements_002dby_002dsize.html
create mode 100644
js/infog/test-infodir/texinfo/texinfo_002dformat-commands.html
create mode 100644
js/infog/test-infodir/texinfo/texinfo_002dmultiple_002dfiles_002dupdate.html
create mode 100644 js/infog/test-infodir/texinfo/textdegree.html
create mode 100644 js/infog/test-infodir/texinfo/tie.html
create mode 100644 js/infog/test-infodir/texinfo/title-subtitle-author.html
create mode 100644 js/infog/test-infodir/texinfo/titlefont-center-sp.html
create mode 100644 js/infog/test-infodir/texinfo/titlepage.html
create mode 100644 js/infog/test-infodir/texinfo/top-command.html
create mode 100644 js/infog/test-infodir/texinfo/unnumbered-_0026-appendix.html
create mode 100644
js/infog/test-infodir/texinfo/unnumberedsec-appendixsec-heading.html
create mode 100644
js/infog/test-infodir/texinfo/unnumberedsubsec-appendixsubsec-subheading.html
create mode 100644 js/infog/test-infodir/texinfo/uref.html
create mode 100644 js/infog/test-infodir/texinfo/url.html
create mode 100644 js/infog/test-infodir/texinfo/value-Example.html
create mode 100644 js/infog/test-infodir/texinfo/var.html
create mode 100644 js/infog/test-infodir/texinfo/verb.html
create mode 100644 js/infog/test-infodir/texinfo/verbatim.html
create mode 100644 js/infog/test-infodir/texinfo/verbatiminclude.html
create mode 100644 js/infog/test-infodir/texinfo/w.html
create mode 100644 js/infog/test-infodir/texinfo/xref.html
- master updated (cd0de30b76 -> ca0de032c7),
Gavin D. Smith <=
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20