Add markdown files for documentation
projects.xml and declarative-projects.xml were merged with xmllint, and then I ran that to convert files for i in *.xml; do pandoc -s -f docbook -t markdown $i -o ${i/xml/md}; done
This commit is contained in:
6
doc/manual/src/about.md
Normal file
6
doc/manual/src/about.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Authors
|
||||
|
||||
* Eelco Dolstra, Delft University of Technology, Department of Software Technology
|
||||
* Rob Vermaas, Delft University of Technology, Department of Software Technology
|
||||
* Eelco Visser, Delft University of Technology, Department of Software Technology
|
||||
* Ludovic Courtès
|
Reference in New Issue
Block a user