fix some bad stuff
This commit is contained in:
1
docu/Howto Configure Pulse Systemwide.txt
Normal file
1
docu/Howto Configure Pulse Systemwide.txt
Normal file
@ -0,0 +1 @@
|
||||
https://rudd-o.com/linux-and-free-software/how-to-make-pulseaudio-run-once-at-boot-for-all-your-users
|
13
docu/create_manpage.sh
Executable file
13
docu/create_manpage.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# needs pandoc and php installed
|
||||
|
||||
# remove old files
|
||||
rm fenrir.1
|
||||
rm user.md
|
||||
|
||||
# convert to markdown
|
||||
php DokuWiki-to-Markdown-Converter/convert.php user.txt
|
||||
|
||||
# convert markdown to manpage
|
||||
pandoc user.md -f markdown -t man -s -o fenrir.1
|
||||
|
4
docu/development.txt
Normal file
4
docu/development.txt
Normal file
@ -0,0 +1,4 @@
|
||||
1. Basic
|
||||
2. Commands
|
||||
3. Useful API
|
||||
|
2764
docu/fenrir.1
Normal file
2764
docu/fenrir.1
Normal file
File diff suppressed because it is too large
Load Diff
1590
docu/user.md
Normal file
1590
docu/user.md
Normal file
File diff suppressed because it is too large
Load Diff
1332
docu/user.txt
Normal file
1332
docu/user.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user