diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb0f4e9d..196f0705 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,9 +21,9 @@ Before starting, you need a few tools. To clone the repository, you can run this command: ``` -git clone https://git.launchpad.net/lubuntu-manual +git clone ssh://git@phab.lubuntu.me:2222/source/lubuntu-manual.git ``` - +but to do this you must have your ssh key on phabricator. ## Adding a file to the manual After setting up the tools, you should now be ready to start editing files. @@ -92,9 +92,9 @@ merge proposal or pull request.** ## Specification/What is there to do? -In `spec.rst`, there is an editable outline of items to be accomplished, a preconpiled version with spec.pdf description of items to be accomplished, and on -`PROGRESS.md`, there is our status in completing that specification. Pick out -something to do, but before you start, please indicate on the [lubuntu-devel +In `spec.rst`, there is an editable outline of items to be accomplished, a precompiled version with spec.pdf description of items to be accomplished, and on +`PROGRESS.md`, there is our status in completing that specification. In the specification if you make changes run ``` rst2pdf spec.rst" +Pick out something to do, but before you start, please indicate on the [lubuntu-devel mailing list](https://lists.ubuntu.com/mailman/listinfo/Lubuntu-devel) or on [#lubuntu-devel on freenode](https://kiwiirc.com/client/irc.freenode.net/#lubuntu-devel) to state that you intend to complete what you have picked out. Please also look at `PROGRESS.md` to see what still needs to be completed. diff --git a/source/2/2.4/Acessories.rst b/source/2/2.4/Accessories.rst similarity index 100% rename from source/2/2.4/Acessories.rst rename to source/2/2.4/Accessories.rst diff --git a/source/2/Applications.rst b/source/2/Applications.rst index e755c8cb..707100fa 100644 --- a/source/2/Applications.rst +++ b/source/2/Applications.rst @@ -10,6 +10,6 @@ This chapter will document the applictions in Lubuntu 18.10. 2.1/Internet_Applications 2.2/Office_Applications 2.3/Graphics_Applications - 2.4/Acessories + 2.4/Accessories 2.5/Sound_and_Video diff --git a/source/E/live_session.rst b/source/E/live_session.rst new file mode 100644 index 00000000..9688e43f --- /dev/null +++ b/source/E/live_session.rst @@ -0,0 +1,17 @@ +Appendix E live session +======================= + +A live session is running you computer off of bootable media that also contains the installer. + +Reasons for using live session: +- Hardware testing +- Install broke. +- Carrying something lighter than laptop to use on a friends computer + + +A live session does have some quirks. If your computer turns on and won't boot you can run the live session. You could then mount the disk currently on the drive and backup all of your pictures or send an email. If your hardrive or ssd is no longer working you can boot a live session and then order replacment parts. You also can feel free to try different things out in a live session. + +.. warning:: + In a live session anything you do not save to external media or a mounted drive specifically will be lost when you power off your machine. + + diff --git a/source/index.rst b/source/index.rst index 1c790a5d..97bacbaa 100644 --- a/source/index.rst +++ b/source/index.rst @@ -23,6 +23,7 @@ Contents 4/Installing_Updating_and_Removing_Software 5/Panel_Desktop_and_Runner D/upgrading + E/live_session Contact Us ==========