diff options
author | oz123 <[email protected]> | 2012-09-18 14:08:27 +0200 |
---|---|---|
committer | oz123 <[email protected]> | 2012-09-18 14:08:27 +0200 |
commit | 7c267ead0f5dd8fa572f3f7429fdcfc31093379c (patch) | |
tree | e5413d3e2f0a5b9aecd5486ce0a900369e22a5e6 /help/C/readme.txt | |
parent | 6d53504e6a55dc755b425ca26ef374c04973f9f6 (diff) | |
download | atril-7c267ead0f5dd8fa572f3f7429fdcfc31093379c.tar.bz2 atril-7c267ead0f5dd8fa572f3f7429fdcfc31093379c.tar.xz |
- convert xml to markdown
- convert the markdown to html
- add css from geany's own documentation
Diffstat (limited to 'help/C/readme.txt')
-rw-r--r-- | help/C/readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/help/C/readme.txt b/help/C/readme.txt new file mode 100644 index 00000000..85ce9f48 --- /dev/null +++ b/help/C/readme.txt @@ -0,0 +1,4 @@ +xml docs converted to markdown using pandoc. + +pandoc -S -f docbook -t markdown atril.xml -o atril.md + |