home
bigtree cms
linux
simple detailed
simple indented
wasabi detailed
wasabi indented
wordpress
simple indented
documented with
wasabi
x
open all
~/
entry comments can be inline after a '#' or on their own line, also after a '#'
~/readme.md
a child of, 'root/', it's indented under its parent. the width of the indent is unimportant, consistency is empty lines are ignored
~/usage.md
indented syntax is nice for small projects and short comments.
~/src/
directories MUST be identified with a '/'
~/src/fileOne.txt
files don't need any notation
~/src/fileTwo*
'*' can identify executables
~/src/fileThree@
'@' can identify symlinks
root
readme.md
usage.md
src
fileOne.txt
fileTwo
fileThree
~/
entry comments can be inline after a '#' or on their own line, also after a '#'~/readme.md
a child of, 'root/', it's indented under its parent. the width of the indent is unimportant, consistency is empty lines are ignored~/usage.md
indented syntax is nice for small projects and short comments.~/src/
directories MUST be identified with a '/'~/src/fileOne.txt
files don't need any notation~/src/fileTwo*
'*' can identify executables~/src/fileThree@
'@' can identify symlinks