#66 suppress indentation warning
Merged 3 years ago by bcotton. Opened 4 years ago by jibecfed.
Fedora-Council/ jibecfed/council-docs indent  into  master

@@ -1,14 +1,14 @@ 

  = Additional Policies

  

  * The Council will have a regular face-to-face in November each year.

- The region will be dependent on the location of Council members at the time.

- We will also conduct in-person meetings at Flock and DevConf.CZ for Council members in attendance.

+   The region will be dependent on the location of Council members at the time.

+   We will also conduct in-person meetings at Flock and DevConf.CZ for Council members in attendance.

  * Fedora Magazine is the venue for user-targeted communication and the Community Blog is the venue for contributor-targeted communication.

  * The Council supports greater efficiency in the infrastructure to allow more to be done, even when this means that we move away from self-hosted or self-maintained infrastructure.

  * The Fedora Project wants to advance free and open source software and as a pragmatic matter we recognize that some infrastructure needs may be best served by using closed source or non-free tools today.

- Therefore the Council is willing to accept closed source or non-free tools in Fedora’s infrastructure where free and open source tools are not viable or not available.

+   Therefore the Council is willing to accept closed source or non-free tools in Fedora’s infrastructure where free and open source tools are not viable or not available.

  * Because we value participation over strict bureaucracy ('Friends' foundation!) candidates for Fedora elections may be accepted within a reasonable grace period after the deadline.

- However, be aware that this may mean missing out on Fedora Magazine interviews, town halls, and other opportunities for campaigning.

+   However, be aware that this may mean missing out on Fedora Magazine interviews, town halls, and other opportunities for campaigning.

  * The Council has no objections to events being held in the local language or in English, and separate events can be held if there are multiple audiences.

- We encourage event organizers to specify the language(s) for their event.

+   We encourage event organizers to specify the language(s) for their event.

  * Unspent budget allocated to the $150 event program will be pulled into the Council budget at the end of each fiscal quarter.

@@ -59,11 +59,11 @@ 

  the end result is that we are able to provide:

  

  * releases that are predictable and 100% legally redistributable for

- everyone;

+   everyone;

  * innovation in free and open source software that can equal or exceed

- closed source or proprietary solutions;

+   closed source or proprietary solutions;

  * and, a completely free project that anyone can emulate or copy in

- whole or in part for their own purposes.

+   whole or in part for their own purposes.

  

  

  |Friends

@@ -118,13 +118,13 @@ 

  Policy thinking:

  

  * A - If systemd is only needed to start services, a package should only

- "Recommend" systemd.  This will allow containers to install the

- package without systemd.

+   "Recommend" systemd.  This will allow containers to install the

+   package without systemd.

  * B - If a program is just using a library of systemd, only require

- systemd-libs.  Example: libusb

+   systemd-libs.  Example: libusb

  * C - If a package wants to use systemd-sysusers to create users/groups,

- only require systemd-sysusers.  (NOTE:  This subpackage isn't

- implemented yet)

+   only require systemd-sysusers.  (NOTE:  This subpackage isn't

+   implemented yet)

  

  **initial-setup** — If an image is built without users, there needs to be some way to add a user at startup.  initial-setup does a good job of that, but at the expense of size.  It pulls in anaconda-tui and anaconda-core.  Those two packages then commence to pull in alot of other, rather large, packages. This is for the IoT images, as well as others.

  We currently do not have a recommendation, but it is being worked on.

in the internationalization system of our docs, the tool po4a we use to convert asciidoc files into pot displays three lines of warning for each missing indentation.

most of the time it is cosmetic issues in adoc (like here), but sometimes it's po4a bugs that I want to see
this PR has no impact on your rendering, it is fully cosmetic

Pull-Request has been merged by bcotton

3 years ago