[PR #1265] [CLOSED] Fixes #1201: Make list indentation and spacing consistent for all items. #1708

Closed
opened 2025-11-06 10:09:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-selfhosted/awesome-selfhosted/pull/1265
Author: @fabacab
Created: 12/26/2017
Status: Closed

Base: masterHead: issue-1201


📝 Commits (1)

  • 4dd9cfd Fixes #1201: Make list indentation and spacing consistent for all items.

📊 Changes

1 file changed (+906 additions, -949 deletions)

View changed files

📝 README.md (+906 -949)

📄 Description

This commit takes the suggestions in issue number #1201 and applies them
to the entire list. Specifically, this commit does the following:

  • Replaces asterisks (*) with single dashes (-) for list items.
  • Indents sub-lists (e.g., dependencies) by two spaces.
  • Uses the same number of dashes for creating horizontal rules.
  • Removes extra lines to make space around each heading consistent.

Additionally, this commit moves and indents ympd to correctly reflect
its parent dependency (mpd), alphabetizes the Phproject line item as
per the list suggestions (items should be alphabetized in their
respective categorical sub-list), and renames the "Custom" heading to
provide better clarity ("Custom communication systems"), setting the
links to that heading item to its new name.


Thank you for taking the time to work on a PR for Awesome-Selfhosted!

To ensure your PR is dealt with swiftly please check the following:

  • Your submissions are formatted according to the guidelines.

    [Name](http://homepage/) - Short description. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code)) `License` `Language`

  • Your additions are ordered alphabetically.

  • Your additions are Free software, or if not they have been added to non-free.

  • Your additions are not already listed at awesome-sysadmin (IT infrastructure management), staticgen.com or staticsitegenerators.net (static site generators).

  • Any licenses you have added are in our list of licenses.

  • You have searched the repository for any relevant issues or PRs.

  • Any category you are creating has the minimum requirement of 3 items.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awesome-selfhosted/awesome-selfhosted/pull/1265 **Author:** [@fabacab](https://github.com/fabacab) **Created:** 12/26/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `issue-1201` --- ### 📝 Commits (1) - [`4dd9cfd`](https://github.com/awesome-selfhosted/awesome-selfhosted/commit/4dd9cfd1fe81d1346f2258ed58739e18c5e904dc) Fixes #1201: Make list indentation and spacing consistent for all items. ### 📊 Changes **1 file changed** (+906 additions, -949 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+906 -949) </details> ### 📄 Description This commit takes the suggestions in issue number #1201 and applies them to the entire list. Specifically, this commit does the following: - Replaces asterisks (`*`) with single dashes (`-`) for list items. - Indents sub-lists (e.g., dependencies) by two spaces. - Uses the same number of dashes for creating horizontal rules. - Removes extra lines to make space around each heading consistent. Additionally, this commit moves and indents `ympd` to correctly reflect its parent dependency (`mpd`), alphabetizes the `Phproject` line item as per the list suggestions (items should be alphabetized in their respective categorical sub-list), and renames the "Custom" heading to provide better clarity ("Custom communication systems"), setting the links to that heading item to its new name. -------------------- Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [x] Your submissions are formatted according to the guidelines. ``[Name](http://homepage/) - Short description. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code)) `License` `Language` `` - [x] Your additions are ordered alphabetically. - [x] Your additions are [Free software](https://en.wikipedia.org/wiki/Free_software), or if not they have been added to [non-free](non-free.md). - [x] Your additions are not already listed at [awesome-sysadmin](https://github.com/n1trux/awesome-sysadmin) (IT infrastructure management), [staticgen.com](https://www.staticgen.com/) or [staticsitegenerators.net](https://staticsitegenerators.net/) (static site generators). - [x] Any licenses you have added are in our [list of licenses](https://github.com/Kickball/awesome-selfhosted/blob/master/README.md#list-of-licenses). - [x] You have searched the repository for any relevant issues or PRs. - [x] Any category you are creating has the minimum requirement of 3 items. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 10:09:52 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-selfhosted#1708