Skip to content

Instantly share code, notes, and snippets.

View mojavelinux's full-sized avatar

Dan Allen mojavelinux

View GitHub Profile
@mojavelinux
mojavelinux / clonewars.svg
Last active March 10, 2016 01:09
SVG test case for Asciidoctor PDF
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mojavelinux
mojavelinux / asciidoctor-gsoc-2016-application.adoc
Last active February 29, 2016 20:46
Asciidoctor GSoC 2016 application

GSoC 2016 Application Responses for Asciidoctor

Why does your org want to participate in Google Summer of Code?

We want to help individuals get their start in Open Source by contributing to a technologically-diverse project that has a welcoming community and that values contributors and the learning process above all else. The Asciidoctor project offers many exciting problems to solve, which appeal to a wide-range of skill sets and specialties. Being an ecosystem, every contribution has a positive impact on many other components and therefore promises a very rewarding and fulfilling experience for the student. Since everyone needs to write, contributors also become users. Asciidoctor is especially salient for students, who will likely become a user of their own work in the context of their education journey. Moreover, they’ll become a lifelong, valued member of the Asciidoctor community.

How will you keep mentors engaged with their students?

Asciidoctor has is very well-connected, global community.

@mojavelinux
mojavelinux / writers-write-bof-notes.adoc
Last active November 8, 2016 17:28
Notes from Writers Write! The Documentation BOF at Devoxx 2015 (MA & BE)
@mojavelinux
mojavelinux / asciidoctor-classic.css
Last active December 4, 2015 00:42
Classic Asciidoctor default stylesheet (from Asciidoctor 0.1.4)
/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
html { background: #fff; color: #000; font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
@mojavelinux
mojavelinux / sample.adoc
Last active October 29, 2015 03:17
Links in source code
DeviceSpec -> Device
            | ErrorDeviceAlreadyOwned
            | ErrorDeviceAlreadyOwned
            | ErrorAlreadyDeviceOwner
@mojavelinux
mojavelinux / transcript.adoc
Created September 23, 2015 05:22
Write in AsciiDoc, Publish Everywhere: Transcript

Write in AsciiDoc, Publish Everywhere: Transcript

!

Bonjour et bienvenue à Mix-IT. Merci d’être présent à ma conférence. Je suis Dan Allen, le créateur du project Asciidoctor. Aujourd’hui, je vais vous expliquer les bonnes pratiques pour écrire en AsciiDoc…​ Alors, I’ve been spending too much time practicing my French.

@mojavelinux
mojavelinux / basic-example.adoc.txt
Last active August 29, 2015 14:27
Test files for Asciidoctor PDF #303
= Document Title
Doc Writer <doc@example.com>
:doctype: book
:source-highlighter: coderay
:listing-caption: Listing
// Uncomment next line to set page size (default is Letter)
//:pdf-page-size: A4
A simple http://asciidoc.org[AsciiDoc] document.
@mojavelinux
mojavelinux / HeadlessMain.java
Created July 21, 2015 07:25
A main class wrapper for deck2pdf that runs the application headless using Monocle from jfxtras.org
package me.champeau.deck2pdf;
import java.lang.reflect.Field;
import java.util.Objects;
import javafx.application.Application;
/**
* Adapted from https://gist.github.com/hastebrot/cbca1128dd791966e3a6
*/
public class HeadlessMain {
@mojavelinux
mojavelinux / abstract.adoc
Last active August 29, 2015 14:23
Power Tools for Writers (Devoxx Morocco)

Power Tools for Writers

Coding and writing are alike in many ways. They’re both forged by carefully weaving structure and creativity. Both go through many revisions on the journey towards quality.