mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Move the source file description column to the end of the row.
This commit is contained in:
@@ -45,8 +45,8 @@ of OS.
|
|||||||
Updated `hosts` files from the following locations are always unified and
|
Updated `hosts` files from the following locations are always unified and
|
||||||
included:
|
included:
|
||||||
|
|
||||||
Host file source | Description | Home page | Raw hosts | License | Issues
|
Host file source | Home page | Raw hosts | License | Issues| Description
|
||||||
-----------------|-------------|:---------:|:---------:|:-------:|:------:
|
-----------------|:---------:|:---------:|:-------:|:-----:|-------------
|
||||||
@SOURCEROWS@
|
@SOURCEROWS@
|
||||||
|
|
||||||
## Extensions
|
## Extensions
|
||||||
|
|||||||
@@ -52,16 +52,16 @@ def main():
|
|||||||
|
|
||||||
row_defaults = {
|
row_defaults = {
|
||||||
"name": "",
|
"name": "",
|
||||||
"description": "",
|
|
||||||
"homeurl": "",
|
"homeurl": "",
|
||||||
"url": "",
|
"url": "",
|
||||||
"license": "",
|
"license": "",
|
||||||
"issues": "",
|
"issues": "",
|
||||||
|
"description": "",
|
||||||
}
|
}
|
||||||
|
|
||||||
t = Template(
|
t = Template(
|
||||||
"${name} | ${description} |[link](${homeurl})"
|
"${name} |[link](${homeurl})"
|
||||||
" | [raw](${url}) | ${license} | [issues](${issues})"
|
" | [raw](${url}) | ${license} | [issues](${issues})| ${description}"
|
||||||
)
|
)
|
||||||
|
|
||||||
for key in keys:
|
for key in keys:
|
||||||
|
|||||||
Reference in New Issue
Block a user