iredmail-doc/TODO.md

14 lines
411 B
Markdown
Raw Normal View History

2014-09-20 08:28:32 -05:00
* Add copyright in bottom of HTML files.
2014-09-26 11:00:29 -05:00
* Able to convert specified markdown files with `convert.sh` on command line,
it will save a lot of time. Sample usage:
```
# bash convert.sh 4-howto/abc.md 9-troubleshooting/def.md
```
2014-09-26 11:02:12 -05:00
Split main code to several small functions:
2014-09-26 11:04:27 -05:00
1. Find all articles, or get articles from command line.
1. Convert file names, etc.
1. Execute tools/markdown2html.py to convert files.