mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-06 17:17:00 +02:00
# Major changes - adds a specific style guide to point to and iterate on - closes #139 - markdown tables will now have special tags (using badges) to be used in the evidence column, instead of the aforementioned "severities" concept" - you can read the discussion in this PR as to why we decided against a severity column. - closes #146 - markdown tables will have a "Last Untainted Version/Commit ID" column - closes #113 - markdown tables would drop the notes section (in favor of the above columns and below point) - markdown table now have "alternative" as last column instead of second. - makes official docs on how to make an alternatives section for a given category - updaetes python libraries as the first category to get an overhaul to the new style guide ## Minor Changes - fix some grammar stuff (capitalization, periods, weird wording) - move GoToSocial into the correct alphabetical order in the bottom alternatives links section Co-authored-by: @axaloteDev Co-authored-by: @tjk Co-authored-by: @PeculiarDemon Co-authored-by: @cloudymax Co-authored-by: @micdan5 Co-authored-by: @Pixelo789 Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/179 Reviewed-by: Max <cloudymax@noreply.codeberg.org> Co-authored-by: jessebot <jessebot@linux.com> Co-committed-by: jessebot <jessebot@linux.com>
19 lines
977 B
XML
19 lines
977 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="95" height="20" role="img" aria-label="Request For Help">
|
|
<title>Request For Help</title>
|
|
<linearGradient id="s" x2="0" y2="100%">
|
|
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
|
<stop offset="1" stop-opacity=".1"/>
|
|
</linearGradient>
|
|
<clipPath id="r">
|
|
<rect width="95" height="20" rx="3" fill="#fff"/>
|
|
</clipPath>
|
|
<g clip-path="url(#r)">
|
|
<rect width="0" height="20" fill="#40A100"/>
|
|
<rect x="0" width="95" height="20" fill="#40A100"/>
|
|
<rect width="95" height="20" fill="url(#s)"/>
|
|
</g>
|
|
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
|
|
<text aria-hidden="true" x="480" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="860">Request For Help</text>
|
|
<text x="480" y="140" transform="scale(.1)" fill="#fff" textLength="860">Request For Help</text>
|
|
</g>
|
|
</svg>
|