about summary refs log tree commit diff stats
path: root/dev
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-09-20 16:36:15 +0100
committerSilvino Silva <silvino@bk.ru>2016-09-20 17:12:45 +0100
commit2cda042c1c46b245a9e012a95ac2910525505a31 (patch)
tree774b108223a8dad7891ea1fc75cef553c531aae2 /dev
parent1d5acaa5775f2f64f5be7f9782d78956dc1c800a (diff)
downloaddoc-2cda042c1c46b245a9e012a95ac2910525505a31.tar.gz
index's revision
Diffstat (limited to 'dev')
-rw-r--r--dev/index.html86
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>