diff options
-rw-r--r-- | core/bash.html | 2 | ||||
-rw-r--r-- | core/index.html | 84 | ||||
-rw-r--r-- | core/linux.html | 2 | ||||
-rw-r--r-- | core/network.html | 2 | ||||
-rw-r--r-- | core/package.html | 2 | ||||
-rw-r--r-- | core/ports.html | 2 | ||||
-rw-r--r-- | core/reboot.html | 2 | ||||
-rw-r--r-- | core/tar.html | 2 | ||||
-rw-r--r-- | core/tmux.html | 2 | ||||
-rw-r--r-- | core/vim.html | 2 |
10 files changed, 52 insertions, 50 deletions
diff --git a/core/bash.html b/core/bash.html index a4fc240..53b279d 100644 --- a/core/bash.html +++ b/core/bash.html @@ -124,7 +124,7 @@ <a href="index.html">Systools Index</a> <p> - This is part of the SysDoc Manual. + This is part of the c9-doc Manual. Copyright (C) 2016 Silvino Silva. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> diff --git a/core/index.html b/core/index.html index a70efda..a3013f5 100644 --- a/core/index.html +++ b/core/index.html @@ -5,18 +5,20 @@ <title>c9 Core OS</title> </head> <body> + <a href="../index.html">Documentation Index</a> + <h1>c9 Core OS</h1> <p>c9 Core OS covers installation, basic commands and functionality of Crux 3.2 Gnu\Linux operating system. - This documentation try's to follow Crux HandBook, - installation method diverges for example by only + This documentation try's to follow Crux HandBook, + installation method diverges for example by only documenting gpt and grub2.<p> - <p>Read Crux HandBook, you can ask for help on freenode - #crux.</p> - - <a href="../index.html">Documentation Index</a> + <p>Read <a href="https://crux.nu/Main/Handbook3-2">Crux HandBook</a>, + you can ask for help on freenode #crux. Check <a href="scripts/">scripts</a> + folder the install process is automated and <a href="ports/">ports</a> + for extra ports used during the installation.</p> <h2>Install Crux 3.2 Gnu/Linux</h2> @@ -68,40 +70,40 @@ <h2>System Administration</h2> <ul> - <li><a href="network.html">1. Network</a> + <li><a href="network.html">2.1. Network</a> <ul> - <li><a href="network.html#iptables">1.1. Iptables</a></li> - <li><a href="network.html#resolv">1.2. Resolver</a></li> - <li><a href="network.html#wpa">1.3. Wpa and dhcpd</a></li> - <li><a href="network.html#static">1.4. Static ip</a></li> - <li><a href="network.html#sysctl">1.5. Sysctl</a></li> + <li><a href="network.html#iptables">2.1.1. Iptables</a></li> + <li><a href="network.html#resolv">2.1.2. Resolver</a></li> + <li><a href="network.html#wpa">2.1.3. Wpa and dhcpd</a></li> + <li><a href="network.html#static">2.1.4. Static ip</a></li> + <li><a href="network.html#sysctl">2.1.5. Sysctl</a></li> </ul> </li> - <li><a href="package.html">2. Package Management</a> + <li><a href="package.html">2.2. Package Management</a> <ul> - <li><a href="package.html#sysup">2.1. Update system</a></li> - <li><a href="package.html#depinst">2.2. Install ports and dependencies</a></li> - <li><a href="package.html#ports">2.3. Ports collections</a></li> - <li><a href="package.html#info">2.3. Show port information</a></li> - <li><a href="package.html#depends">2.4. Show port dependencies</a></li> - <li><a href="package.html#printf">2.5. Print information</a></li> + <li><a href="package.html#sysup">2.2.1. Update system</a></li> + <li><a href="package.html#depinst">2.2.2. Install ports and dependencies</a></li> + <li><a href="package.html#ports">2.2.3. Ports collections</a></li> + <li><a href="package.html#info">2.2.3. Show port information</a></li> + <li><a href="package.html#depends">2.2.4. Show port dependencies</a></li> + <li><a href="package.html#printf">2.2.5. Print information</a></li> </ul> </li> - <li><a href="linux.html">3. Linux Kernel</a> + <li><a href="linux.html">2.3. Linux Kernel</a> <ul> - <li><a href="linux.html#linuxlibre">3.1. Port Linux libre</a></li> - <li><a href="linux.html#kinstall">3.2. Manual install</a></li> - <li><a href="linux.html#kuninstall">3.3. Manual remove</a></li> + <li><a href="linux.html#linuxlibre">2.3.1. Port Linux libre</a></li> + <li><a href="linux.html#kinstall">2.3.2. Manual install</a></li> + <li><a href="linux.html#kuninstall">2.3.3. Manual remove</a></li> </ul> </li> - <li><a href="tty-terminal.html">4. Terminals and shells</a> + <li><a href="tty-terminal.html">2.4. Terminals and shells</a> <ul> - <li><a href="dash.html">4.1. Dash</a> - <li><a href="bash.html">4.2. Bash</a> - <li><a href="tmux.html">4.3. Tmux</a> + <li><a href="dash.html">2.4.1. Dash</a> + <li><a href="bash.html">2.4.2. Bash</a> + <li><a href="tmux.html">2.4.3. Tmux</a> </ul> </li> </ul> @@ -109,29 +111,29 @@ <h2>System Tools</h2> <ul> - <li><a href="tar.html">Tar</a> + <li><a href="tar.html">3.1. Tar</a> <ul> - <li><a href="tar.html#tarbkup">1.1. Create Backup</a></li> - <li><a href="tar.html#tarview">1.2. View content of tar</a></li> - <li><a href="tar.html#tarextract">1.3. Extract content from tar</a></li> - <li><a href="tar.html#taradd">1.4. Add content to tar</a></li> - <li><a href="tar.html#tarrm">1.5. Remove content from tar</a></li> + <li><a href="tar.html#tarbkup">3.1.1. Create Backup</a></li> + <li><a href="tar.html#tarview">3.1.2. View content of tar</a></li> + <li><a href="tar.html#tarextract">3.1.3. Extract content from tar</a></li> + <li><a href="tar.html#taradd">3.1.4. Add content to tar</a></li> + <li><a href="tar.html#tarrm">3.1.5. Remove content from tar</a></li> </ul> </li> - <li><a href="vim.html">Vim</a> + <li><a href="vim.html">3.2. Vim</a> <ul> - <li><a href="vim.html#vimrc">1.1. Vim RC</a></li> - <li><a href="vim.html#color">1.2. Color schemes</a></li> - <li><a href="vim.html#spacetab">1.3. Spaces and tabs</a></li> - <li><a href="vim.html#block">1.4. Editing Files</a></li> - <li><a href="vim.html#spellcheck">1.5. Spell check</a></li> - <li><a href="vim.html#plugin">1.6. Plugins</a></li> + <li><a href="vim.html#vimrc">3.2.1. Vim RC</a></li> + <li><a href="vim.html#color">3.2.2. Color schemes</a></li> + <li><a href="vim.html#spacetab">3.2.3. Spaces and tabs</a></li> + <li><a href="vim.html#block">3.2.4. Editing Files</a></li> + <li><a href="vim.html#spellcheck">3.2.5. Spell check</a></li> + <li><a href="vim.html#plugin">3.2.6. Plugins</a></li> </ul> </li> </ul> <p> - This is part of the SysDoc Manual. + This is part of the c9-doc Manual. Copyright (C) 2016 Silvino Silva. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> diff --git a/core/linux.html b/core/linux.html index 8a77980..dc7f7f1 100644 --- a/core/linux.html +++ b/core/linux.html @@ -106,7 +106,7 @@ </pre> <a href="index.html">Systools Index</a> - <p>This is part of the SysDoc Manual. + <p>This is part of the c9-doc Manual. Copyright (C) 2016 Silvino Silva. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> diff --git a/core/network.html b/core/network.html index e8813e2..e17f5c4 100644 --- a/core/network.html +++ b/core/network.html @@ -293,7 +293,7 @@ <a href="index.html">Systools Index</a> <p> - This is part of the SysDoc Manual. + This is part of the c9-doc Manual. Copyright (C) 2016 Silvino Silva. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> diff --git a/core/package.html b/core/package.html index f84df88..45f4b0c 100644 --- a/core/package.html +++ b/core/package.html @@ -163,7 +163,7 @@ </pre> <a href="index.html">Systools Index</a> - <p>This is part of the SysDoc Manual. + <p>This is part of the c9-doc Manual. Copyright (C) 2016 Silvino Silva. See the file <a href="fdl-1.3-standalone.html">Gnu Free Documentation License</a> diff --git a/core/ports.html b/core/ports.html index ea3028f..e1ffb4c 100644 --- a/core/ports.html +++ b/core/ports.html @@ -207,7 +207,7 @@ <a href="index.html">Core OS Index</a> <p> - This is part of the SysDoc Manual. + This is part of the c9-doc Manual. Copyright (C) 2016 Silvino Silva. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> diff --git a/core/reboot.html b/core/reboot.html index 323596b..ff659b4 100644 --- a/core/reboot.html +++ b/core/reboot.html @@ -121,7 +121,7 @@ </pre> <a href="index.html">Core OS Index</a> - <p>This is part of the SysDoc Manual. + <p>This is part of the c9-doc Manual. Copyright (C) 2016 Silvino Silva. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> diff --git a/core/tar.html b/core/tar.html index a5dd1c4..876065a 100644 --- a/core/tar.html +++ b/core/tar.html @@ -111,7 +111,7 @@ <a href="index.html">Systolls Index</a> <p> - This is part of the SysDoc Manual. + This is part of the c9-doc Manual. Copyright (C) 2016 Silvino Silva. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> diff --git a/core/tmux.html b/core/tmux.html index a2a7d9c..a352925 100644 --- a/core/tmux.html +++ b/core/tmux.html @@ -108,7 +108,7 @@ <a href="index.html">Systools Index</a> <p> - This is part of the SysDoc Manual. + This is part of the c9-doc Manual. Copyright (C) 2016 Silvino Silva. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> diff --git a/core/vim.html b/core/vim.html index f09bbb8..e633670 100644 --- a/core/vim.html +++ b/core/vim.html @@ -149,7 +149,7 @@ <h2 id="plugin">5.6. Plugins</h2> <a href="index.html">Systools Index</a> - <p>This is part of the SysDoc Manual. + <p>This is part of the c9-doc Manual. Copyright (C) 2016 Silvino Silva. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> |