about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--core/index.html3
-rw-r--r--dev/index.html86
-rw-r--r--index.html22
-rw-r--r--legal/index.html35
-rw-r--r--tools/index.html56
5 files changed, 184 insertions, 18 deletions
diff --git a/core/index.html b/core/index.html
index 147d160..1200ca6 100644
--- a/core/index.html
+++ b/core/index.html
@@ -117,6 +117,9 @@
             </li>
 
         </ul>
+
+        <a href="../index.html">Documentation Index</a>
+
         <p>
         This is part of the c9-doc Manual.
         Copyright (C) 2016
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>
diff --git a/index.html b/index.html
index ae9667c..3b2e569 100644
--- a/index.html
+++ b/index.html
@@ -12,21 +12,37 @@
                 <li><a href="core/index.html">Core OS</a></li>
                 <li><a href="tools/index.html">Tools</a></li>
                 <li><a href="dev/index.html">Development</a></li>
+            </ul>
+
+            <ul>
                 <li><a href="manifesto.html">Manifesto</a></li>
+                <li><a href="legal/index.html">Labor law</a></li>
                 <li><a href="links.html">Links</a></li>
                 <li><a href="team.html">Team</a></li>
             </ul>
 
+        <h2>About this doc</h2>
+
+        <p>Version;</p>
+
         <pre>
-        rev dev-branch
+        rev develop
         </pre>
 
+
+        <p>Current mainstream git;</p>
+
+        <p>
+        <a href="https://github.com/s1lvino/c9-doc">https://github.com/s1lvino/c9-doc</a>
+        </p>
+
+        <h2>License</h2>
+
         <p>Permission is granted to copy, distribute and/or modify this
         document under the terms of the GNU Free Documentation License,
         Version 1.3 or any later version published by the Free Software
         Foundation; with the Invariant Sections being just "Manifesto",
-        with just one Front-Cover "FrontCover", and one Back-Cover
-        "Give Back". A copy of the license is included in the section
+        and Links". A copy of the license is included in the section
         entitled "GNU Free Documentation License".</p>
 
         <p><a href="fdl-1.3-standalone.html">Gnu Free Documentation License</a></p>
diff --git a/legal/index.html b/legal/index.html
new file mode 100644
index 0000000..0912ad8
--- /dev/null
+++ b/legal/index.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html dir="ltr" lang="en">
+    <head>
+        <meta charset='utf-8'>
+        <title>Labor Law</title>
+    </head>
+    <body>
+
+        <a href="../index.html">Documentation Index</a>
+        <h1>Labor Law</h1>
+
+        <p>Guides to serve as a model for others with information about
+        legal, tax and monetary process necessary to provide freelance
+        services. Each guide must have a overall view of legal and regulatory
+        processes and a step by step list. Example followed is hi-tech low
+        life.</p>
+
+        <h2>By country</h2>
+
+        <ul>
+            <li><a href="">Brasil</a></li>
+            <li><a href="">Portugal</a></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>
diff --git a/tools/index.html b/tools/index.html
index b94bc98..0c8e449 100644
--- a/tools/index.html
+++ b/tools/index.html
@@ -6,36 +6,59 @@
     </head>
     <body>
 
+        <a href="../index.html">Documentation Index</a>
         <h1>Tools</h1>
 
         <p>Selection of system tools that extends core documentation.<p>
 
-        <a href="../index.html">Documentation Index</a>
-
-
         <h2>System Tools</h2>
 
         <ul>
             <li><a href="tar.html">Tar</a>
                 <ul>
-                    <li><a href="tar.html#tarbkup">Create Backup</a></li>
-                    <li><a href="tar.html#tarview">View content of tar</a></li>
-                    <li><a href="tar.html#tarextract">Extract content from tar</a></li>
-                    <li><a href="tar.html#taradd">Add content to tar</a></li>
-                    <li><a href="tar.html#tarrm">Remove content from tar</a></li>
+                    <li><a href="tar.html#tarbkup">1, Create Backup</a></li>
+                    <li><a href="tar.html#tarview">2. View content of tar</a></li>
+                    <li><a href="tar.html#tarextract">2. Extract content from tar</a></li>
+                    <li><a href="tar.html#taradd">4. Add content to tar</a></li>
+                    <li><a href="tar.html#tarrm">5. Remove content from tar</a></li>
                 </ul>
             </li>
             <li><a href="vim.html">Vim</a>
                 <ul>
-                    <li><a href="vim.html#vimrc">Vim RC</a></li>
-                    <li><a href="vim.html#color">Color schemes</a></li>
-                    <li><a href="vim.html#spacetab">Spaces and tabs</a></li>
-                    <li><a href="vim.html#block">Editing Files</a></li>
-                    <li><a href="vim.html#spellcheck">Spell check</a></li>
-                    <li><a href="vim.html#plugin">Plugins</a></li>
+                    <li><a href="vim.html#vimrc">1, Vim RC</a></li>
+                    <li><a href="vim.html#color">2, Color schemes</a></li>
+                    <li><a href="vim.html#spacetab">3. Spaces and tabs</a></li>
+                    <li><a href="vim.html#block">4. Editing Files</a></li>
+                    <li><a href="vim.html#spellcheck">5. Spell check</a></li>
+                    <li><a href="vim.html#plugin">6. Plugins</a></li>
+                </ul>
+            </li>
+            <li><a href="gnupg.html">Gpg</a>
+                <ul>
+                    <li><a href="gnupg.html#gpg-genkey">1. Generate keys</a></li>
+                    <li><a href="gnupg.html#management">2. Key Management</a></li>
+                    <li><a href="gnupg.html#gpg-ei">3. Export and import keys</a></li>
+                    <li><a href="gnupg.html#gpg-crypt">4. Encrypt, decrypt and signing</a></li>
+                </ul>
+            </li>
+            <li><a href="mutt.html">Mutt</a>
+                <ul>
+                    <li><a href="mutt.html#install">1. Install</a></li>
+                    <li><a href="mutt.html#conf">2. Configure</a>
+                        <ul>
+                            <li><a href="mutt.html#system">2.1. System Email</a>
+                            <li><a href="mutt.html#external">2.2. External Email</a>
+                        </ul>
+                    </li>
+                    <li><a href="mutt.html#usemutt">3. Using Mutt</a>
+                         <ul>
+                            <li><a href="mutt.html#tagmail">3.1. Tag Email</a>
+                            <li><a href="mutt.html#alias">3.2. Address alias</a>
+                            <li><a href="mutt.html#gpgkeys">3.3. GPG Keys</a>
+                        </ul>
+                    </li>
                 </ul>
             </li>
-            <li><a href="mutt.html">Mutt</a></li>
             <li><a href="lynx.html">Lynx</a></li>
             <li><a href="irssi.html">Irssi</a></li>
             <li><a href="wireless.html">Wireless</a></li>
@@ -118,9 +141,12 @@
                     <li><a href="nginx.html#certs">Certificates</a></li>
                     <li><a href="nginx.html#nginxconf">Nginx Configuration</a></li>
                     <li><a href="nginx.html#server">Laravel Server</a></li>
+                </ul>
             </li>
         </ul>
 
+        <a href="../index.html">Documentation Index</a>
+
         <p>
         This is part of the c9-doc Manual.
         Copyright (C) 2016