From 47fcd69a21917b2a5875de5f27d75c26cf104e51 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 18 Oct 2018 17:21:54 -0700 Subject: [PATCH 1/4] Start appendix on live session. --- source/E/live_session.rst | 15 +++++++++++++++ source/index.rst | 1 + 2 files changed, 16 insertions(+) create mode 100644 source/E/live_session.rst diff --git a/source/E/live_session.rst b/source/E/live_session.rst new file mode 100644 index 00000000..23d04051 --- /dev/null +++ b/source/E/live_session.rst @@ -0,0 +1,15 @@ +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 ========== From 8ae234472e46e917cbe9ea3042190008f651f532 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 18 Oct 2018 17:26:31 -0700 Subject: [PATCH 2/4] fix indentation for warning. --- source/E/live_session.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/E/live_session.rst b/source/E/live_session.rst index 23d04051..9688e43f 100644 --- a/source/E/live_session.rst +++ b/source/E/live_session.rst @@ -12,4 +12,6 @@ Reasons for using live session: 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. + 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. + + From 661069441563e73d942ac663d8fdc5301573800d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 18 Oct 2018 20:41:23 -0700 Subject: [PATCH 3/4] Add how to clone from phab and fix typos. --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. From 5a6fd63900cefe6fa3f13f54108576b71b0e46f8 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 18 Oct 2018 21:06:02 -0700 Subject: [PATCH 4/4] Correct chapter 2.4/ to spell Accessories correctly and fix in TOCTREE so it still compiles. Thanks steedalion for noticing. --- source/2/2.4/{Acessories.rst => Accessories.rst} | 0 source/2/Applications.rst | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename source/2/2.4/{Acessories.rst => Accessories.rst} (100%) 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