[twenty-years] Chapter outline for Other Subsystems



commit 2f62327af3b32e82a5615e6c4b3881b045520f35
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Mar 17 21:59:30 2017 -0600

    Chapter outline for Other Subsystems
    
    Audio and Printing.
    
    Moved the printing part from Graphics to here.

 book/graphics.tex         |    2 --
 book/main.tex             |    2 ++
 book/other-subsystems.tex |   23 +++++++++++++++++++++++
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/book/graphics.tex b/book/graphics.tex
index f5fd06b..4bdda84 100644
--- a/book/graphics.tex
+++ b/book/graphics.tex
@@ -23,5 +23,3 @@ Clutter
 Mutter
 
 iains-blingstastic-bucket-of-bling
-
-Printing
diff --git a/book/main.tex b/book/main.tex
index 210b46b..30048b9 100644
--- a/book/main.tex
+++ b/book/main.tex
@@ -49,6 +49,8 @@
 
 \input{desktop-shell.tex}
 
+\input{other-subsystems.tex}
+
 \input{applications.tex}
 
 \input{languages.tex}
diff --git a/book/other-subsystems.tex b/book/other-subsystems.tex
new file mode 100644
index 0000000..8e7571b
--- /dev/null
+++ b/book/other-subsystems.tex
@@ -0,0 +1,23 @@
+\chapter{Other Subsystems}
+
+\section{Audio}
+
+OSS
+
+ALSA
+
+PulseAudio
+
+PA needed drivers to be non-shitty
+
+\section{Printing}
+
+Send PostScript to file.
+
+CUPS
+
+PDF
+
+Ghostscript revamps its imaging model for PDF
+
+GtkPrint and friends


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]