From 95f85480de7eec5ba26fd54b7d8994f09e550225 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Feb 2021 09:40:22 +0300 Subject: site: remove generated files I will be publishing the website through post-receive hooks so that every minor change doesn't generate thousands of lines of git logs. --- docs/docs.txt | 98 ----------------------------------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 docs/docs.txt (limited to 'docs/docs.txt') diff --git a/docs/docs.txt b/docs/docs.txt deleted file mode 100644 index 385ad92..0000000 --- a/docs/docs.txt +++ /dev/null @@ -1,98 +0,0 @@ - _______________ - - DOCUMENTATION - _______________ - - -Below are sources of documentation regarding Carbs Linux and tools -surrounding it. - - -User Manual -=========== - - Carbs Linux User Manual aims to be a general-purpose explanation of - the distribution, from the installation steps to the style guide of - the project. It can be accessed or otherwise obtained with various - methods: - - -HTML -~~~~ - - You can view the Manual from your browser. The Manual can be viewed as - - - [One HTML page per node] - - [Single HTML page] - - -[One HTML page per node] - -[Single HTML page] - - -Plain text -~~~~~~~~~~ - - You can download [carbslinux.txt] in order to view the Manual from - your preferred pager. - - ,---- - | curl -LO https://carbslinux.org/docs/carbslinux.txt - | less carbslinux.txt - `---- - - -[carbslinux.txt] - - -Info -~~~~ - - You can install the `carbs-docs' package and either `texinfo' or - `info' packages to view the Manual offline. - - ,---- - | cpt bi info carbs-docs - | info carbslinux - `---- - - -Source -~~~~~~ - - You can also acquire the source for generating the Manual, which - requires `emacs' for exporting the Org-mode documentation and - `texinfo' for generating html/info pages. - - ,---- - | git clone git://git.carbslinux.org/docs - `---- - - -Installation Instructions -========================= - - Installation Manual is part of the [User Manual], but it can also be - obtained separately: - - - [HTML] - - [Plaintext] - - -[User Manual] See section User Manual - -[HTML] - -[Plaintext] - - -Carbs Packaging Tools -===================== - - The user manual for CPT is not complete yet, but will be released with - the 6.0.0 release. You can see the [repository] in order to check its - status. - - -[repository] -- cgit v1.2.3