Pillar: one format to rule them all! D. Cassou and S. Ducasse - - PowerPoint PPT Presentation

pillar one format to rule them all
SMART_READER_LITE
LIVE PREVIEW

Pillar: one format to rule them all! D. Cassou and S. Ducasse - - PowerPoint PPT Presentation

Pillar: one format to rule them all! D. Cassou and S. Ducasse http://www.smalltalkhub.com/#!/~Pier/Pillar Problem We want more doc! We want you to write doc on your great software! But we want pdf html epub. Current strategies LaTeX


slide-1
SLIDE 1

Pillar: one format to rule them all!

  • D. Cassou and S. Ducasse

http://www.smalltalkhub.com/#!/~Pier/Pillar

slide-2
SLIDE 2

Problem

We want more doc! We want you to write doc on your great software! But we want pdf html epub….

slide-3
SLIDE 3

Current strategies

LaTeX Headaches for newbies LaTeX -> HTML is weak Markdown incomplete, foreign, incompatible PierCMS Versioning ad-hoc + text editor

slide-4
SLIDE 4

Pillar

Extracted from PierCMS and enhanced! Pier is now using it. HTML Latex Text Markdown

slide-5
SLIDE 5

First Pillar Doc

https://raw.githubusercontent.com/pillar-markup/book- skeleton/master/download.sh mkdir mydocument cd mydocument cat > example.pillar !Hello World CtrlD ./pillar export --to='html' 'first.pillar' > first.html

slide-6
SLIDE 6

<!DOCTYPE html> <html lang="en"> <head> <title>No title</title> [...] </head> <body> <div class="container"> <h1>Hello World</h1> </div> [...] </body> </html>

slide-7
SLIDE 7

Some syntax

!!! Section itemize - enumerate # ==code== [[[ code ]]] *references* +Protocol Browser>file://figures/Protocol_Browser.png|width=50| label=fig_protocol_browser+

slide-8
SLIDE 8

Usage

Books Marina PillarHub (http://pillarhub.pharocloud.com)

slide-9
SLIDE 9

Example of Books

https://ci.inria.fr/pharo-contribution/view/Books/ UpdatedPharoByExample EntreprisePharoBook FunWithPharo PharoMooc PharoHiddenTreasures

slide-10
SLIDE 10

You can help :)

Class comments and docstrings read books epub exporter is welcome