Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 29, 2019 23:03
Show Gist options
  • Save ryantm/ac98f3ed75e5444ee116148893405fe3 to your computer and use it in GitHub Desktop.
Save ryantm/ac98f3ed75e5444ee116148893405fe3 to your computer and use it in GitHub Desktop.
/nix/store/ylixa8nnqp7khf85frry87m2n3aiibfr-yelp-xsl-3.34.2
└── share
├── pkgconfig
│   └── yelp-xsl.pc
└── yelp-xsl
├── js
│   └── highlight.pack.js
└── xslt
├── common
│   ├── color.xsl
│   ├── domains
│   │   └── yelp-xsl.xml
│   ├── html.xsl
│   ├── icons
│   │   ├── yelp-note-advanced.svg
│   │   ├── yelp-note-bug.svg
│   │   ├── yelp-note-important.svg
│   │   ├── yelp-note-note.svg
│   │   ├── yelp-note-package.svg
│   │   ├── yelp-note-tip.svg
│   │   └── yelp-note-warning.svg
│   ├── icons.xsl
│   ├── l10n-numbers.xsl
│   ├── l10n.xsl
│   ├── ttml.xsl
│   └── utils.xsl
├── docbook
│   ├── common
│   │   ├── db-chunk.xsl
│   │   ├── db-common.xsl
│   │   ├── db-profile.xsl
│   │   ├── db-selectors.mod
│   │   ├── db-title.xsl
│   │   └── db-xref.xsl
│   └── html
│   ├── db2html-bibliography.xsl
│   ├── db2html-block.xsl
│   ├── db2html-callout.xsl
│   ├── db2html-classsynopsis.xsl
│   ├── db2html-cmdsynopsis.xsl
│   ├── db2html-css.xsl
│   ├── db2html-division.xsl
│   ├── db2html-ebnf.xsl
│   ├── db2html-footnote.xsl
│   ├── db2html-funcsynopsis.xsl
│   ├── db2html-index.xsl
│   ├── db2html-inline.xsl
│   ├── db2html-links.xsl
│   ├── db2html-list.xsl
│   ├── db2html-math.xsl
│   ├── db2html-media.xsl
│   ├── db2html-refentry.xsl
│   ├── db2html-suppressed.xsl
│   ├── db2html-table.xsl
│   ├── db2html-xref.xsl
│   ├── db2html.xsl
│   └── db2xhtml.xsl
└── mallard
├── cache
│   └── mal-cache.xsl
├── common
│   ├── mal-gloss.xsl
│   ├── mal-if.xsl
│   ├── mal-link.xsl
│   └── mal-sort.xsl
└── html
├── mal2html-api.xsl
├── mal2html-block.xsl
├── mal2html-gloss.xsl
├── mal2html-inline.xsl
├── mal2html-links.xsl
├── mal2html-list.xsl
├── mal2html-math.xsl
├── mal2html-media.xsl
├── mal2html-page.xsl
├── mal2html-svg.xsl
├── mal2html-table.xsl
├── mal2html-ui.xsl
├── mal2html.xsl
└── mal2xhtml.xsl
15 directories, 64 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment