20 lines
516 B
Markdown
20 lines
516 B
Markdown
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 \`\`\`
|
|
|
|
Edit this guide: <https://irc.anarchyplanet.org/pad/p/dox-README>
|