Skip to content

Instantly share code, notes, and snippets.

View infotexture's full-sized avatar

Roger Sheen infotexture

View GitHub Profile
pdf:
check-dita-home:
init:
generate-msg-topic:
[xslt] Processing /.../dita-ot/src/main/resources/messages.xml to /.../docs/user-guide/DITA-messages.xml
[xslt] Loading stylesheet /.../docs/resources/messages.xsl
site:
check-dita-home:
init:
generate-msg-topic:
generate-params-topic:
@infotexture
infotexture / _xml-d.scss
Last active October 23, 2015 04:52
Sass partial for DITA 1.3 XML mention domain
// Sass partial for DITA 1.3 XML mention domain
$code-fonts: Menlo, Monaco, Consolas, "Courier New", monospace;
$markup-color: #663399;
@mixin markupname {
color: $markup-color;
font-family: $code-fonts;
}
@infotexture
infotexture / keybase.md
Created September 11, 2016 11:40
Keybase.io GitHub identity proof

Keybase proof

I hereby claim:

  • I am infotexture on github.
  • I am infotexture (https://keybase.io/infotexture) on keybase.
  • I have a public key ASA5FXAWGFzIxTeuYBHqoLXTF1tX3EN9JfKKI8IGGqjegAo

To claim this, I am signing this object:

@infotexture
infotexture / PR-3379-fo-tests.md
Last active October 11, 2019 16:31
Sample FO output for various index markup options
@infotexture
infotexture / dita-ot-rng-catalog.xml
Created November 27, 2020 20:14
DITA-OT RELAX NG Schemas
<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<!-- Map an absolute RELAX NG schema reference to a location relative to this catalog -->
<uri name="https://www.dita-ot.org/project" uri="dita/DITA-OT3.x/resources/project.rnc"/>
<uri name="https://www.dita-ot.org/plugins" uri="dita/DITA-OT3.x/resources/plugin.rnc" />
</catalog>