diff options
Diffstat (limited to 'dev/index.html')
-rw-r--r-- | dev/index.html | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/dev/index.html b/dev/index.html new file mode 100644 index 0000000..20e2c22 --- /dev/null +++ b/dev/index.html @@ -0,0 +1,86 @@ +<!DOCTYPE html> +<html dir="ltr" lang="en"> + <head> + <meta charset='utf-8'> + <title>Development</title> + </head> + <body> + + <a href="../index.html">Documentation Index</a> + <h1>Development</h1> + + <p>Tools for development and debugging</p> + + <h2 id="scr">Source Code Revision</h2> + + <ul> + <li><a href="git.html">Git</a> + <ul> + <li><a href="git.html#teamwork">Team workflow</a></li> + <li><a href="git.html#feature">Feature</a></li> + <li><a href="git.html#release">Release</a></li> + <li><a href="git.html#hotfix">Hotfix</a></li> + <li><a href="git.html#tags">Tags</a></li> + <li><a href="git.html#local">Local</a></li> + </ul> + </li> + </ul> + + <h2 id="c">C</h2> + + <ul> + <li><a href="http://inti.sourceforge.net/tutorial/libinti/autotoolsproject.html">Autotools</a></li> + <li><a href="gdbc.html">GDB</a></li> + </ul> + + <h2>Shell Script</h2> + <h3 id="bash">Dash</h3> + + <ul> + <li>Dash</li> + </ul> + + + <h3 id="bash">Bash</h3> + + <ul> + <li>Bash</li> + </ul> + + <h2>Python</h2> + <ul> + <li>Python</li> + </ul> + + <h2>Perl</h2> + <ul> + <li>Perl</li> + </ul> + + <h2>JavaScript</h2> + <ul> + <li>JavaScript</li> + </ul> + + <h2>PHP</h2> + + <ul> + <li>PHP</li> + </ul> + + <ul> + <li>PHP Unit</li> + </ul> + + <a href="../index.html">Documentation Index</a> + <p> + This is part of the c9-doc Manual. + Copyright (C) 2016 + c9 team. + See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> + for copying conditions.</p> + + + </body> + +</html> |