1
0
dox/md
2019-01-26 16:16:45 -05:00
..
emacs.md Add update script 2019-01-26 11:58:53 -08:00
git.md added git md file 2019-01-26 16:16:45 -05:00
index.md Add update script 2019-01-26 11:58:53 -08:00
irc-how-to.md Add update script 2019-01-26 11:58:53 -08:00
irc-tor.md Added Connect to IRC with Tor 2019-01-26 14:29:01 -05:00
ircwalkthrough.md Add update script 2019-01-26 11:58:53 -08:00
kpcli.md Add update script 2019-01-26 11:58:53 -08:00
README.md Add update script 2019-01-26 11:58:53 -08:00
serverl337.md Add update script 2019-01-26 11:58:53 -08:00

dox

Intro

The purpose of dox is to create a git repository for the documentation we have created from projex. The goals are:

  1. download each etherpad in the projex pad
  2. org-ify each pad
  3. write a pandoc script to convert each to html
  4. write a pandoc script to convert this to markdown

for now, the file structure should be:

``` . ├── css ├── html ├── md ├── org └── scripts README.md ```