The official reference book for using the Lubuntu operating system https://manual.lubuntu.me
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Simon Quigley 88fb058376
Add favicon
8 years ago
source Add favicon 8 years ago
CONTRIBUTING.md Fix dependencies 8 years ago
LICENSE Add LICENSE and README.md 8 years ago
Makefile Initial commit 8 years ago
PROGRESS.md Finish Chapter 1.1 8 years ago
README.md Fix dependencies 8 years ago
Spec.pdf Add CONTRIBUTING.md 8 years ago
publish-pages.sh Add publish script to run to update the gh-pages branch 8 years ago

README.md

Lubuntu Manual Source Code

This is the Lubuntu Manual source code. The concept was derived from the Kubuntu Manual.

How it works

The documentation is powered by Sphinx.

Run the following command to install the needed dependencies:

sudo apt install python3-sphinx texlive-full && pip install sphinx_bootstrap_theme

You can see the options for building the documentation by running make help.

Contributing

To contribute to the Lubuntu Manual, you can either create a pull request on GitHub, or send patch mail to lubuntu-devel@lists.ubuntu.com and prefix the subject with [Lubuntu Manual Pull Request].

License

Lubuntu Manual Copyright (C) 2016 Lubuntu Team

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.