Skip to content

Commit bd8f336

Browse files
committed
Md style: separate #head into # head
1 parent 4891773 commit bd8f336

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+1047
-1047
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Contributing guidelines
1+
# Contributing guidelines
22

33
Use the following Markdown style: <https://github.com/cirosantilli/markdown-styleguide> W2.
44

audio/README.md

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Audio
1+
# Audio
22

3-
##Directories
3+
## Directories
44

55
On most systems, sound will be kept under:
66

@@ -22,9 +22,9 @@ If you want to have some real good fun try:
2222

2323
find /usr/share/sounds -type f -iname '*.ogg' | sort | xargs -I'{}' play '{}'
2424

25-
##Players
25+
## Players
2626

27-
###paplay
27+
### paplay
2828

2929
Pulse Audio play.
3030

@@ -39,27 +39,27 @@ Terminates when over. Good option to play an alarm signal after a very long comm
3939

4040
sleep 5 && play ~/share/sounds/alert.*
4141

42-
###aplay
42+
### aplay
4343

4444
ALSA player.
4545

4646
Comes with Ubuntu 12.04, but did not work very well.
4747

48-
###play
48+
### play
4949

5050
SoX package. Similar to `paplay`.
5151

52-
###cplay
52+
### cplay
5353

5454
ncurses CLI.
5555

5656
Has a file browser.
5757

5858
cplay
5959

60-
##Manipulation
60+
## Manipulation
6161

62-
###lame
62+
### lame
6363

6464
Encode, decode and modify MP3.
6565

@@ -71,7 +71,7 @@ WAV to MP3:
7171

7272
lame a.wav a.mp3
7373

74-
###id3tool
74+
### id3tool
7575

7676
Get id3 tags info (for mp3 for example):
7777

@@ -83,19 +83,19 @@ Get id3 tags info (for mp3 for example):
8383

8484
install -D "$1" /music/mp3/"$ARTIST-$ALBUM-$YEAR"/"$TRACKNUM-$ARTIST-$TITLE".mp3
8585

86-
###Cut up FLAC CUE into multiple files
86+
### Cut up FLAC CUE into multiple files
8787

88-
####flacon
88+
#### flacon
8989

9090
GUI.
9191

92-
####shntool
92+
#### shntool
9393

9494
Single APE and CUE in dir, FLAC output, formatted as number, author, track
9595

9696
shntool split -f *.cue -o flac *.ape -t '%n - %p - %t'
9797

98-
###SoX
98+
### SoX
9999

100100
Set of utilities record, play and modify files via CLI.
101101

@@ -109,7 +109,7 @@ Record from microphone into `a.wav` file:
109109

110110
`ctrl+c` to stop recording.
111111

112-
##ALSA
112+
## ALSA
113113

114114
Advanced Linux Sound API.
115115

@@ -119,7 +119,7 @@ The kernel sound subsystem is called ALSA.
119119

120120
There are a few tools that interact with it.
121121

122-
###alsamixer
122+
### alsamixer
123123

124124
ncurses interface to view/control sound parameters
125125

@@ -130,7 +130,7 @@ Commands:
130130
- left/right : change active parameter
131131
- up/down : change active parameter value
132132

133-
###amixer
133+
### amixer
134134

135135
CLI for sound control.
136136

@@ -146,21 +146,21 @@ Unmute sound:
146146

147147
amixer -D pulse set Master 1+ unmute
148148

149-
###aplay
149+
### aplay
150150

151151
Command line tool that takes numeric input from stdin and generate sound.
152152

153-
##pulseaudio
153+
## pulseaudio
154154

155-
###pacmd
155+
### pacmd
156156

157157
Command line control to PulseAudio.
158158

159-
##rip
159+
## rip
160160

161-
###abcde
161+
### abcde
162162

163-
####CLI
163+
#### CLI
164164

165165
Rip from DVD:
166166

@@ -170,9 +170,9 @@ Automatically finds right configurations on most systems.
170170

171171
Creates dir in cur dir and saves rip out as `.ogg` in it.
172172

173-
##Synthesis
173+
## Synthesis
174174

175-
###pico2wave
175+
### pico2wave
176176

177177
Text to speech.
178178

@@ -184,6 +184,6 @@ Say "hello world":
184184

185185
`"hello world"` is **not** a filename! It is the actual input! There seems to be no way to get input from files or stdin.
186186

187-
###Virtual Midi Piano Keyboard
187+
### Virtual Midi Piano Keyboard
188188

189-
###vmpk
189+
### vmpk

book/README.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#Book
1+
# Book
22

33
A book format is in general a format that can represent multiple images, text and multiple pages such as PDF, DJVU or PS.
44

55
Pure image or text formats such as JPEG or TeX are not covered here.
66

7-
##Formats
7+
## Formats
88

99
Formats that contain image, text, fonts such as PDF or DJVU but not not formats that map directly to bits such as PNG or JPEG.
1010

@@ -32,9 +32,9 @@ Formats that contain image, text, fonts such as PDF or DJVU but not not formats
3232

3333
- RTF: Rich Text Format, proprietary Microsoft
3434

35-
##Viewers
35+
## Viewers
3636

37-
###Okular
37+
### Okular
3838

3939
KDE default viewer.
4040

@@ -49,21 +49,21 @@ Single instance:
4949

5050
`a.pdf` is closed, `b.pdf` is opened on same window.
5151

52-
###fbreader
52+
### fbreader
5353

5454
MOBI reader.
5555

56-
##Calibre
56+
## Calibre
5757

5858
Book library management + command line utils
5959

60-
###ebook-convert
60+
### ebook-convert
6161

6262
Convert between ebook formats: PDF, MOBI, etc.
6363

64-
##Utilities
64+
## Utilities
6565

66-
###paps
66+
### paps
6767

6868
Converts TXT to PS.
6969

@@ -81,7 +81,7 @@ Font:
8181

8282
TODO list all fonts?
8383

84-
###a2ps
84+
### a2ps
8585

8686
TXT to PS
8787

@@ -105,7 +105,7 @@ Output to stdout
105105

106106
a2ps -o - a.txt
107107

108-
###ps2pdf
108+
### ps2pdf
109109

110110
ps2pdf a.ps
111111

@@ -119,7 +119,7 @@ Out to stdout:
119119

120120
ps2pdf a.ps -
121121

122-
###pdftk
122+
### pdftk
123123

124124
PDF Tool Kit
125125

@@ -191,48 +191,48 @@ Repair a PDF’s Corrupted XREF Table and Stream Lengths (If Possible):
191191

192192
pdftk broken.pdf output fixed.pdf
193193

194-
###pdfjam
194+
### pdfjam
195195

196196
Package that includes several PDF utils.
197197

198-
###popler
198+
### popler
199199

200-
####pdftotext
200+
#### pdftotext
201201

202202
Extract text layer from PDF:
203203

204204
pdftotext a.pdf
205205
less a.txt
206206

207-
####pdfimages
207+
#### pdfimages
208208

209209
Extracts all images of a PDF as PPM or PBM.
210210

211211
pdfimages a.pdf
212212

213-
####pdffonts
213+
#### pdffonts
214214

215215
TODO lists which fonts? available on computer? used by given PDF?
216216

217217
pdffonts a.pdf
218218

219-
####pdfinfo
219+
#### pdfinfo
220220

221221
Get various specs on the given PDF:
222222

223223
pdfinfo a.pdf
224224

225-
###Edit PDF content in GUI
225+
### Edit PDF content in GUI
226226

227227
Consider LibreOffice draw + PDF importer.
228228

229229
<http://askubuntu.com/questions/162037/how-to-edit-pdfs/288020#288020>
230230

231-
###djvulibre-bin
231+
### djvulibre-bin
232232

233233
DJVU CLI tools.
234234

235-
####ddjvu
235+
#### ddjvu
236236

237237
Convert DJVU to other formats.
238238

@@ -248,21 +248,21 @@ Outputs pages 1 and 3, followed by all the document pages in reverse order up to
248248

249249
Loses text layer.
250250

251-
####djvm
251+
#### djvm
252252

253253
Get number of pages of DJVU:
254254

255255
djvm -l speak\ chinese\ 2.djvu | sed -nre '$ s/.+#([0-9]+).+/\1/p'
256256

257-
##pdfcrop
257+
## pdfcrop
258258

259259
Remove empty margins of PDF files.
260260

261261
Greatly increases file size (10x).
262262

263263
pdfcrop a.pdf
264264

265-
##Fonts
265+
## Fonts
266266

267267
Description of how TXT and UTF data should look like.
268268

@@ -271,7 +271,7 @@ Locations:
271271
- `/usr/share/X11/fonts`
272272
- `/usr/share/fonts`
273273

274-
###xlsfonts
274+
### xlsfonts
275275

276276
TODO
277277

@@ -303,7 +303,7 @@ Formats:
303303

304304
Extensions: `afm`, `pfb`, `pfm`.
305305

306-
##chm
306+
## chm
307307

308308
Microsoft proprietary.
309309

@@ -313,13 +313,13 @@ Compiled form of HTML, not directly plain text.
313313

314314
Has been reverse engineered.
315315

316-
###chm to HTML
316+
### chm to HTML
317317

318318
Archmage:
319319

320320
archmage a.chm
321321

322-
###chm to PDF
322+
### chm to PDF
323323

324324
`chm2pdf`: <http://www.ubuntugeek.com/how-to-convert-chm-files-into-pdf-files-in-ubuntu.html>
325325

@@ -331,7 +331,7 @@ Did not work for me:
331331

332332
chm2pdf --book a.chm
333333

334-
###chm readers
334+
### chm readers
335335

336336
- `chmsee`: GTK+, few preferences but just works.
337337
- `kchmreader`: KDE, broken colors on Ubuntu 12.04.

0 commit comments

Comments
 (0)