Reconcile dir-index.html and dir-index-uncat.html#39
Reconcile dir-index.html and dir-index-uncat.html#39jessicaschilling merged 5 commits intomasterfrom
Conversation
…s html in dir-index-uncat with that from dir-index
|
@jessicaschilling do we really need to maintain both files...? Can't there be just one? |
|
@ribasushi We should use some sort of build tool to generate an uncat version automatically, but that's a matter for another issue: #6 |
|
@lidel - see first note in this PR for a more complete (probably overkill) description of the situation. Do you mind reviewing at your leisure? Feel free to merge and/or cut a new release, or I can do. @neatonk - I'm afraid I can't add you as a reviewer to this, but name-checking you here so you know current status. |
There was a problem hiding this comment.
Thank you @jessicaschilling, tested against real go-ipfs and LGTM:
Do you mind merging & releasing dir-index-html v1.1.0?
@ribasushi I agree current setup is tedious. Removing the need for editing two files is tracked in #6

Background
dir-index-uncat.htmlwith an uncat'd-by-hand version of @neatonk's changes todir-index-htmldir-index-uncat.htmlanddir-index.htmldiverged is a bit murky, and agreed to use the updated-in-[BOUNTY] Directory page UI improvements #38dir-index.htmlas our source of truthIn this PR
dir-index.htmlfrom [BOUNTY] Directory page UI improvements #38 (comment): Extend/reuseipfs-hashclass to make all hashes appear as gray monospace typedir-index-uncat.htmlto matchdir-index.html, BUT:<style>items out of the<head>ofdir-index.htmland into existinggw-assets/style.css(replacing that file's existing content)gw-assets/icons.cssas the icons haven't changed)gw-assets/style.cssto public gateway and update link indir-index-uncat.htmlaccordinglyNext steps
Note