@networkpro/blog 1.0.12 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CODE_OF_CONDUCT.md +173 -0
- package/README.md +1 -1
- package/cspell.json +10 -1
- package/eslint.config.mjs +1 -0
- package/mkdocs.yml +11 -4
- package/package.json +11 -8
- package/postcss.config.mjs +8 -0
- package/{docs_raw/contributing.md → src/CODE_OF_CONDUCT.md} +14 -11
- package/src/contributing.md +235 -0
- package/{docs_raw → src}/manifest.json +2 -2
- package/{docs_raw/posts/heliboard.md → src/posts/2025-05-29-heliboard.md} +8 -3
- package/{docs_raw/posts/msauth.md → src/posts/2025-05-29-msauth.md} +4 -1
- package/src/robots.txt +20 -0
- package/src/sitemap.xml +150 -0
- package/{docs_raw/styles → src/stylesheets}/default.css +3 -1
- package/src/stylesheets/extra.css +23 -0
- package/src/stylesheets/global.css +11 -0
- package/{docs_raw/styles → src/stylesheets}/normalize.css +3 -1
- package/{docs_raw/styles → src/stylesheets}/style.css +3 -1
- package/stylelint.config.js +2 -9
- package/docs/LICENSE.md +0 -296
- package/docs/PRIVACY.md +0 -212
- package/docs/README.md +0 -115
- package/docs/TERMS-COND.md +0 -277
- package/docs/TERMS-USE.md +0 -212
- package/docs/license/CC-BY-4.0.html +0 -1235
- package/docs/license/CC-BY-4.0.md +0 -367
- package/docs/license/CC-BY-4.0.txt +0 -156
- package/docs/license/COPYING.html +0 -1413
- package/docs/license/COPYING.md +0 -611
- package/docs/license/COPYING.txt +0 -232
- package/docs_raw/robots.txt +0 -13
- package/docs_raw/sitemap.xml +0 -83
- package/docs_raw/styles/global.css +0 -3
- /package/{docs_raw → src}/ext/__init__.py +0 -0
- /package/{docs_raw → src}/ext/slugs.py +0 -0
- /package/{docs_raw → src}/favicon.ico +0 -0
- /package/{docs_raw → src}/favicon.svg +0 -0
- /package/{docs_raw → src}/fontawesome/LICENSE.txt +0 -0
- /package/{docs_raw → src}/fontawesome/brands/facebook.svg +0 -0
- /package/{docs_raw → src}/fontawesome/brands/instagram.svg +0 -0
- /package/{docs_raw → src}/fontawesome/brands/linkedin.svg +0 -0
- /package/{docs_raw → src}/fontawesome/brands/mastodon.svg +0 -0
- /package/{docs_raw → src}/fontawesome/solid/at.svg +0 -0
- /package/{docs_raw → src}/hooks/socialmedia.py +0 -0
- /package/{docs_raw → src}/icon-180x180.png +0 -0
- /package/{docs_raw → src}/icon-192x192.png +0 -0
- /package/{docs_raw → src}/icon-512x512-maskable.png +0 -0
- /package/{docs_raw → src}/icon-512x512.png +0 -0
- /package/{docs_raw → src}/icon-splash.png +0 -0
- /package/{docs_raw → src}/img/acode.png +0 -0
- /package/{docs_raw → src}/img/blog-move.png +0 -0
- /package/{docs_raw → src}/img/favicon.png +0 -0
- /package/{docs_raw → src}/img/heliboard-promo.png +0 -0
- /package/{docs_raw → src}/img/heliboard.png +0 -0
- /package/{docs_raw → src}/img/linksheet.png +0 -0
- /package/{docs_raw → src}/img/logo.png +0 -0
- /package/{docs_raw → src}/img/msauth-promo.png +0 -0
- /package/{docs_raw → src}/img/pmx.png +0 -0
- /package/{docs_raw → src}/img/tosdr.png +0 -0
- /package/{docs_raw → src}/img/urlcheck.png +0 -0
- /package/{docs_raw → src}/index.md +0 -0
- /package/{docs_raw → src}/posts/betterweb.md +0 -0
- /package/{docs_raw → src}/posts/live.md +0 -0
- /package/{docs_raw → src}/posts/moved.md +0 -0
- /package/{docs_raw → src}/posts/pwa.md +0 -0
- /package/{docs_raw → src}/posts/secure-secure-shell.md +0 -0
- /package/{docs_raw → src}/posts/weblive.md +0 -0
- /package/{docs_raw → src}/tags.md +0 -0
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
<!-- =========================================================================
|
|
2
|
+
CODE_OF_CONDUCT.md
|
|
3
|
+
|
|
4
|
+
Copyright © 2025 Network Pro Strategies (Network Pro™)
|
|
5
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
6
|
+
This file is part of Network Pro.
|
|
7
|
+
========================================================================== -->
|
|
8
|
+
|
|
9
|
+
<a name="top"></a>
|
|
10
|
+
|
|
11
|
+
[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info):
|
|
12
|
+
`CC-BY-4.0 OR GPL-3.0-or-later`
|
|
13
|
+
|
|
14
|
+
# Contributor Covenant Code of Conduct
|
|
15
|
+
|
|
16
|
+
**Network Pro Strategies**
|
|
17
|
+
**Effective Date:** 3/21/2025
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## Contents
|
|
22
|
+
|
|
23
|
+
- [Our Pledge](#pledge)
|
|
24
|
+
- [Our Standards](#standards)
|
|
25
|
+
- [Responsibilities](#response)
|
|
26
|
+
- [Scope](#scope)
|
|
27
|
+
- [Enforcement](#enforce)
|
|
28
|
+
- [Attribution](#attribute)
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
<section id="pledge">
|
|
33
|
+
|
|
34
|
+
## Our Pledge
|
|
35
|
+
|
|
36
|
+
We as members, contributors, and leaders pledge to make participation in our
|
|
37
|
+
community a harassment-free experience for everyone, regardless of age, body
|
|
38
|
+
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
|
39
|
+
identity and expression, level of experience, education, socio-economic status,
|
|
40
|
+
nationality, personal appearance, race, caste, color, religion, or sexual
|
|
41
|
+
identity and orientation.
|
|
42
|
+
|
|
43
|
+
We pledge to act and interact in ways that contribute to an open, welcoming,
|
|
44
|
+
diverse, inclusive, and healthy community.
|
|
45
|
+
|
|
46
|
+
</section>
|
|
47
|
+
|
|
48
|
+
<section id="standards">
|
|
49
|
+
|
|
50
|
+
## Our Standards
|
|
51
|
+
|
|
52
|
+
Examples of behavior that contributes to a positive environment for our
|
|
53
|
+
community include:
|
|
54
|
+
|
|
55
|
+
- Demonstrating empathy and kindness toward other people
|
|
56
|
+
- Being respectful of differing opinions, viewpoints, and experiences
|
|
57
|
+
- Giving and gracefully accepting constructive feedback
|
|
58
|
+
- Accepting responsibility and apologizing to those affected by our mistakes,
|
|
59
|
+
and learning from the experience
|
|
60
|
+
- Focusing on what is best not just for us as individuals, but for the overall
|
|
61
|
+
community
|
|
62
|
+
|
|
63
|
+
Examples of unacceptable behavior include:
|
|
64
|
+
|
|
65
|
+
- The use of sexualized language or imagery, and sexual attention or advances of
|
|
66
|
+
any kind
|
|
67
|
+
- Trolling, insulting or derogatory comments, and personal or political attacks
|
|
68
|
+
- Public or private harassment
|
|
69
|
+
- Publishing others' private information, such as a physical or email address,
|
|
70
|
+
without their explicit permission
|
|
71
|
+
- Other conduct which could reasonably be considered inappropriate in a
|
|
72
|
+
professional setting
|
|
73
|
+
|
|
74
|
+
<sub>[Back to top](#top)</sub>
|
|
75
|
+
|
|
76
|
+
</section>
|
|
77
|
+
|
|
78
|
+
<section id="response">
|
|
79
|
+
|
|
80
|
+
## Responsibilities
|
|
81
|
+
|
|
82
|
+
Company and community leaders are responsible for clarifying and enforcing our standards of
|
|
83
|
+
acceptable behavior and will take appropriate and fair corrective action in
|
|
84
|
+
response to any behavior that they deem inappropriate, threatening, offensive,
|
|
85
|
+
or harmful.
|
|
86
|
+
|
|
87
|
+
Company and community leaders have the right and responsibility to remove, edit, or reject
|
|
88
|
+
comments, commits, code, wiki edits, issues, and other contributions that are
|
|
89
|
+
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
|
90
|
+
decisions when appropriate.
|
|
91
|
+
|
|
92
|
+
Network Pro Strategies reserves the right, at its sole discretion, to remove, edit, or reject any contributions that are contrary to or detrimental to its business interests.
|
|
93
|
+
|
|
94
|
+
<sub>[Back to top](#top)</sub>
|
|
95
|
+
|
|
96
|
+
</section>
|
|
97
|
+
|
|
98
|
+
<section id="scope">
|
|
99
|
+
|
|
100
|
+
## Scope
|
|
101
|
+
|
|
102
|
+
This Code of Conduct applies within all community spaces, and also applies when
|
|
103
|
+
an individual is officially representing the company or community in public spaces.
|
|
104
|
+
Examples of representing our company or community include using an official email address,
|
|
105
|
+
posting via an official social media account, or acting as an appointed
|
|
106
|
+
representative at an online or offline event.
|
|
107
|
+
|
|
108
|
+
<sub>[Back to top](#top)</sub>
|
|
109
|
+
|
|
110
|
+
</section>
|
|
111
|
+
|
|
112
|
+
<section id="enforce">
|
|
113
|
+
|
|
114
|
+
## Enforcement
|
|
115
|
+
|
|
116
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the abuse team at [abuse@neteng.pro](mailto:abuse@neteng.pro). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
|
|
117
|
+
|
|
118
|
+
The abuse team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
|
119
|
+
|
|
120
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project’s leadership.
|
|
121
|
+
|
|
122
|
+
<sub>[Back to top](#top)</sub>
|
|
123
|
+
|
|
124
|
+
</section>
|
|
125
|
+
|
|
126
|
+
<section id="attribute">
|
|
127
|
+
|
|
128
|
+
## Attribution
|
|
129
|
+
|
|
130
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
|
131
|
+
version 2.1, available at
|
|
132
|
+
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
|
|
133
|
+
|
|
134
|
+
The **Enforcement** section is adapted from the
|
|
135
|
+
[Contributor Covenant][homepage],
|
|
136
|
+
version 1.4, available at
|
|
137
|
+
[https://www.contributor-covenant.org/version/1/4/code-of-conduct/][v1.4].
|
|
138
|
+
|
|
139
|
+
For answers to common questions about this code of conduct, see the FAQ at
|
|
140
|
+
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
|
|
141
|
+
[https://www.contributor-covenant.org/translations][translations].
|
|
142
|
+
|
|
143
|
+
[homepage]: https://www.contributor-covenant.org
|
|
144
|
+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
|
|
145
|
+
[v1.4]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/
|
|
146
|
+
[FAQ]: https://www.contributor-covenant.org/faq
|
|
147
|
+
[translations]: https://www.contributor-covenant.org/translations
|
|
148
|
+
|
|
149
|
+
<sub>[Back to top](#top)</sub>
|
|
150
|
+
|
|
151
|
+
</section>
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
<div style="font-size: 12px; font-weight: bold; text-align: center;">
|
|
156
|
+
|
|
157
|
+
[Home](https://netwk.pro) | [Terms of Use](https://netwk.pro/terms-of-use)
|
|
158
|
+
[Privacy Policy](https://netwk.pro/privacy) | [Legal](https://netwk.pro/license)
|
|
159
|
+
|
|
160
|
+
</div>
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
<span style="font-size: 12px; text-align: center;">
|
|
165
|
+
|
|
166
|
+
Copyright © 2025
|
|
167
|
+
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro™)
|
|
168
|
+
|
|
169
|
+
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](https://netwk.pro/license#trademark) of Network Pro Strategies.
|
|
170
|
+
|
|
171
|
+
Licensed under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)** and the **[GNU GPL](https://spdx.org/licenses/GPL-3.0-or-later.html)**, as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
172
|
+
|
|
173
|
+
</span>
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!-- =========================================================================
|
|
2
2
|
README.md
|
|
3
3
|
|
|
4
|
-
Copyright © 2025 Network Pro Strategies (Network Pro)
|
|
4
|
+
Copyright © 2025 Network Pro Strategies (Network Pro™)
|
|
5
5
|
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
6
6
|
This file is part of Network Pro.
|
|
7
7
|
========================================================================== -->
|
package/cspell.json
CHANGED
|
@@ -5,16 +5,25 @@
|
|
|
5
5
|
"acode",
|
|
6
6
|
"bleepingcomputer",
|
|
7
7
|
"bnav",
|
|
8
|
+
"changefreq",
|
|
9
|
+
"Donath",
|
|
8
10
|
"fontawesome",
|
|
9
11
|
"FOSS",
|
|
10
12
|
"Gboard",
|
|
11
13
|
"Heli",
|
|
12
14
|
"heliboard",
|
|
15
|
+
"homescreen",
|
|
16
|
+
"lastmod",
|
|
13
17
|
"mkdocs",
|
|
18
|
+
"msauth",
|
|
14
19
|
"NETPRO",
|
|
15
20
|
"npmjs",
|
|
21
|
+
"pozil",
|
|
22
|
+
"robotstxt",
|
|
16
23
|
"stylesheet",
|
|
17
|
-
"
|
|
24
|
+
"urlset",
|
|
25
|
+
"vcard",
|
|
26
|
+
"Voss"
|
|
18
27
|
],
|
|
19
28
|
"ignorePaths": [
|
|
20
29
|
".gitignore",
|
package/eslint.config.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* ==========================================================================
|
|
2
2
|
eslint.config.mjs
|
|
3
3
|
|
|
4
|
+
Copyright © 2025 Network Pro Strategies (Network Pro™)
|
|
4
5
|
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
5
6
|
This file is part of Network Pro.
|
|
6
7
|
========================================================================== */
|
package/mkdocs.yml
CHANGED
|
@@ -2,13 +2,15 @@ site_name: Network Pro™ Blog
|
|
|
2
2
|
site_url: https://blog.netwk.pro
|
|
3
3
|
repo_url: https://github.com/netwk-pro/netwk-pro.github.io
|
|
4
4
|
repo_name: GitHub
|
|
5
|
-
docs_dir:
|
|
5
|
+
docs_dir: src
|
|
6
6
|
site_dir: build/
|
|
7
7
|
|
|
8
8
|
theme:
|
|
9
|
-
name: material
|
|
10
9
|
language: en
|
|
11
|
-
|
|
10
|
+
name: material
|
|
11
|
+
font:
|
|
12
|
+
text: null
|
|
13
|
+
code: null
|
|
12
14
|
logo: /icon-512x512.png
|
|
13
15
|
favicon: /favicon.svg
|
|
14
16
|
palette:
|
|
@@ -106,8 +108,13 @@ plugins:
|
|
|
106
108
|
as_creation: date.created
|
|
107
109
|
as_update: date.updated
|
|
108
110
|
|
|
111
|
+
extra_css:
|
|
112
|
+
- stylesheets/extra.css
|
|
113
|
+
|
|
109
114
|
nav:
|
|
110
115
|
- Home: index.md
|
|
111
116
|
- Tags: tags.md
|
|
112
117
|
- Website: https://netwk.pro
|
|
113
|
-
- Contributing:
|
|
118
|
+
- Contributing:
|
|
119
|
+
- Code of Conduct: CODE_OF_CONDUCT.md
|
|
120
|
+
- Contribute to Network Pro™: contributing.md
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@networkpro/blog",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "The official blog of Network Pro Strategies (Network Pro™).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"advisory",
|
|
@@ -31,24 +31,27 @@
|
|
|
31
31
|
"url": "https://bio.neteng.pro"
|
|
32
32
|
},
|
|
33
33
|
"type": "module",
|
|
34
|
-
"styles": "docs_raw/styles/global.css",
|
|
35
34
|
"scripts": {
|
|
36
|
-
"
|
|
35
|
+
"dev": "mkdocs serve",
|
|
36
|
+
"start": "npm run dev",
|
|
37
|
+
"build": "mkdocs build",
|
|
38
|
+
"delete": "rm -rf build node_modules package-lock.json",
|
|
39
|
+
"clean": "npm run delete && npm cache clean --force && npm install",
|
|
37
40
|
"format": "prettier --check .",
|
|
38
41
|
"format:fix": "prettier --write .",
|
|
39
|
-
"lint": "eslint --ext .mjs,.js,.json,.jsonc
|
|
40
|
-
"lint:fix": "eslint --ext .mjs,.js,.json,.jsonc --
|
|
42
|
+
"lint": "eslint . --ext .mjs,.js,.json,.jsonc",
|
|
43
|
+
"lint:fix": "eslint . --ext .mjs,.js,.json,.jsonc --fix",
|
|
41
44
|
"lint:md": "npx markdownlint-cli2 \"**/*.{md,markdown}\" \"#node_modules/**\" \"#build/**\"",
|
|
42
|
-
"lint:css": "npx stylelint \"
|
|
45
|
+
"lint:css": "npx stylelint \"**/*.css\" --ignore-path .stylelintignore",
|
|
43
46
|
"lint:all": "npm run lint && npm run lint:md && npm run lint:css && npm run format",
|
|
44
47
|
"upgrade": "npx npm-check-updates -u"
|
|
45
48
|
},
|
|
46
49
|
"devDependencies": {
|
|
47
|
-
"@eslint/js": "^9.
|
|
50
|
+
"@eslint/js": "^9.28.0",
|
|
48
51
|
"@eslint/json": "^0.12.0",
|
|
49
52
|
"autoprefixer": "^10.4.21",
|
|
50
53
|
"browserslist": "^4.25.0",
|
|
51
|
-
"eslint": "^9.
|
|
54
|
+
"eslint": "^9.28.0",
|
|
52
55
|
"eslint-config-prettier": "^10.1.5",
|
|
53
56
|
"globals": "^16.2.0",
|
|
54
57
|
"markdownlint": "^0.38.0",
|
package/postcss.config.mjs
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/* ==========================================================================
|
|
2
|
+
postcss.config.mjs
|
|
3
|
+
|
|
4
|
+
Copyright © 2025 Network Pro Strategies (Network Pro™)
|
|
5
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
6
|
+
This file is part of Network Pro.
|
|
7
|
+
========================================================================== */
|
|
8
|
+
|
|
1
9
|
export default {
|
|
2
10
|
plugins: {
|
|
3
11
|
autoprefixer: {}, // Enables autoprefixer and uses Browserslist configuration
|
|
@@ -1,27 +1,30 @@
|
|
|
1
1
|
---
|
|
2
2
|
date:
|
|
3
|
-
created:
|
|
4
|
-
updated: 2025-05-
|
|
3
|
+
created: 2025-03-21
|
|
4
|
+
updated: 2025-05-30
|
|
5
5
|
title: Code of Conduct
|
|
6
|
-
summary: The Contributor Covenant Code of Conduct for
|
|
6
|
+
summary: The Contributor Covenant Code of Conduct for Network Pro's public repositories.
|
|
7
7
|
authors:
|
|
8
8
|
- team
|
|
9
9
|
tags:
|
|
10
10
|
- network-pro
|
|
11
11
|
- contributing
|
|
12
|
+
- code-of-conduct
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
<sup>[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/):
|
|
15
|
-
`CC-BY-4.0 OR GPL-3.0-or-later`</sup>
|
|
16
|
-
|
|
17
15
|
<a name="top"></a>
|
|
18
16
|
|
|
17
|
+
<sup>[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info):
|
|
18
|
+
`CC-BY-4.0 OR GPL-3.0-or-later`</sup>
|
|
19
|
+
|
|
19
20
|
# Contributor Covenant Code of Conduct
|
|
20
21
|
|
|
21
22
|
**Network Pro Strategies**
|
|
22
|
-
**Effective Date:**
|
|
23
|
+
**Effective Date:** 3/21/2025
|
|
24
|
+
|
|
25
|
+
|
|
23
26
|
|
|
24
|
-
##
|
|
27
|
+
## Contents
|
|
25
28
|
|
|
26
29
|
- [Our Pledge](#pledge)
|
|
27
30
|
- [Our Standards](#standards)
|
|
@@ -147,8 +150,8 @@ For answers to common questions about this code of conduct, see the FAQ at
|
|
|
147
150
|
|
|
148
151
|
<span style="font-size: 12px; font-weight: bold; text-align: center;">
|
|
149
152
|
|
|
150
|
-
[Home](https://netwk.pro) | [Terms of Use](https://netwk.pro/terms-of-use
|
|
151
|
-
[Privacy Policy](https://netwk.pro/privacy
|
|
153
|
+
[Home](https://netwk.pro) | [Terms of Use](https://netwk.pro/terms-of-use)
|
|
154
|
+
[Privacy Policy](https://netwk.pro/privacy) | [Legal](https://netwk.pro/license)
|
|
152
155
|
|
|
153
156
|
</span>
|
|
154
157
|
|
|
@@ -159,7 +162,7 @@ For answers to common questions about this code of conduct, see the FAQ at
|
|
|
159
162
|
Copyright © 2025
|
|
160
163
|
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro™)
|
|
161
164
|
|
|
162
|
-
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](https://netwk.pro/
|
|
165
|
+
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](https://netwk.pro/license#trademark) of Network Pro Strategies.
|
|
163
166
|
|
|
164
167
|
Licensed under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)** and the **[GNU GPL](https://spdx.org/licenses/GPL-3.0-or-later.html)**, as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
165
168
|
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
---
|
|
2
|
+
date:
|
|
3
|
+
created: 2023-12-31
|
|
4
|
+
updated: 2025-05-30
|
|
5
|
+
title: Contributing to Network Pro™
|
|
6
|
+
summary: Instructions for getting involved and contributing to Network Pro Strategies.
|
|
7
|
+
authors:
|
|
8
|
+
- team
|
|
9
|
+
tags:
|
|
10
|
+
- network-pro
|
|
11
|
+
- contributing
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
<a name="top"></a>
|
|
15
|
+
|
|
16
|
+
<sup>[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info):
|
|
17
|
+
`CC-BY-4.0 OR GPL-3.0-or-later`</sup>
|
|
18
|
+
|
|
19
|
+
# Contributing to Network Pro™
|
|
20
|
+
|
|
21
|
+
♥ [Network Pro Strategies](https://netwk.pro/) and want to get involved?
|
|
22
|
+
Thanks! We're actively looking for folks interested in helping out and there
|
|
23
|
+
are plenty of ways you can help!
|
|
24
|
+
|
|
25
|
+
Please take a moment to review this document in order to make the contribution
|
|
26
|
+
process easy and effective for everyone involved.
|
|
27
|
+
|
|
28
|
+
Following these guidelines helps to communicate that you respect the time of
|
|
29
|
+
the developers managing and developing this open source project. In return,
|
|
30
|
+
they should reciprocate that respect in addressing your issue or assessing
|
|
31
|
+
patches and features.
|
|
32
|
+
|
|
33
|
+
## Using the issue tracker
|
|
34
|
+
|
|
35
|
+
The [issue tracker](https://github.com/netwk-pro/netwk-pro.github.io/issues) is
|
|
36
|
+
the preferred channel for [bug reports](#bugs), [features requests](#features)
|
|
37
|
+
and [submitting pull requests](#pull-requests), but please respect the following
|
|
38
|
+
restrictions:
|
|
39
|
+
|
|
40
|
+
- Please **do not** use the issue tracker for personal support requests (use
|
|
41
|
+
[Stack Overflow Teams](https://stack.neteng.pro/), [Discussions](https://discuss.neteng.pro), or [Discord](https://discord.neteng.pro/)).
|
|
42
|
+
|
|
43
|
+
- Please **do not** derail or troll issues. Keep the discussion on topic and
|
|
44
|
+
respect the opinions of others.
|
|
45
|
+
|
|
46
|
+
<sub>[Back to top](#top)</sub>
|
|
47
|
+
|
|
48
|
+
<a name="bugs"></a>
|
|
49
|
+
|
|
50
|
+
## Bug reports
|
|
51
|
+
|
|
52
|
+
A bug is a _demonstrable problem_ that is caused by the code in the repository.
|
|
53
|
+
Good bug reports are extremely helpful - thank you!
|
|
54
|
+
|
|
55
|
+
Guidelines for bug reports:
|
|
56
|
+
|
|
57
|
+
1. **Use the GitHub issue search** — check if the issue has already been
|
|
58
|
+
reported.
|
|
59
|
+
|
|
60
|
+
2. **Check if the issue has been fixed** — try to reproduce it using the
|
|
61
|
+
latest `master` or development branch in the repository.
|
|
62
|
+
|
|
63
|
+
3. **Isolate the problem** — ideally create a [reduced test
|
|
64
|
+
case](https://css-tricks.com/reduced-test-cases/) and a live example.
|
|
65
|
+
|
|
66
|
+
A good bug report shouldn't leave others needing to chase you down for more
|
|
67
|
+
information. Please try to be as detailed as possible in your report. What is
|
|
68
|
+
your environment? What steps will reproduce the issue? What browser(s) and OS
|
|
69
|
+
experience the problem? What would you expect to be the outcome? All these
|
|
70
|
+
details will help people to fix any potential bugs.
|
|
71
|
+
|
|
72
|
+
Example:
|
|
73
|
+
|
|
74
|
+
> Short and descriptive example bug report title
|
|
75
|
+
>
|
|
76
|
+
> A summary of the issue and the browser/OS environment in which it occurs. If
|
|
77
|
+
> suitable, include the steps required to reproduce the bug.
|
|
78
|
+
>
|
|
79
|
+
> 1. This is the first step
|
|
80
|
+
> 2. This is the second step
|
|
81
|
+
> 3. Further steps, etc.
|
|
82
|
+
>
|
|
83
|
+
> `<url>` - a link to the reduced test case
|
|
84
|
+
>
|
|
85
|
+
> Any other information you want to share that is relevant to the issue being
|
|
86
|
+
> reported. This might include the lines of code that you have identified as
|
|
87
|
+
> causing the bug, and potential solutions (and your opinions on their
|
|
88
|
+
> merits).
|
|
89
|
+
|
|
90
|
+
<sub>[Back to top](#top)</sub>
|
|
91
|
+
|
|
92
|
+
<a name="features"></a>
|
|
93
|
+
|
|
94
|
+
## Feature requests
|
|
95
|
+
|
|
96
|
+
Feature requests are welcome. But take a moment to find out whether your idea
|
|
97
|
+
fits with the scope and aims of the project. It's up to _you_ to make a strong
|
|
98
|
+
case to convince the project's developers of the merits of this feature. Please
|
|
99
|
+
provide as much detail and context as possible.
|
|
100
|
+
|
|
101
|
+
<sub>[Back to top](#top)</sub>
|
|
102
|
+
|
|
103
|
+
<a name="pull-requests"></a>
|
|
104
|
+
|
|
105
|
+
## Pull requests
|
|
106
|
+
|
|
107
|
+
Good pull requests - patches, improvements, new features - are a fantastic
|
|
108
|
+
help. They should remain focused in scope and avoid containing unrelated
|
|
109
|
+
commits.
|
|
110
|
+
|
|
111
|
+
**Please ask first** before embarking on any significant pull request (e.g.
|
|
112
|
+
implementing features, refactoring code, porting to a different language),
|
|
113
|
+
otherwise you risk spending a lot of time working on something that the
|
|
114
|
+
project's developers might not want to merge into the project.
|
|
115
|
+
|
|
116
|
+
Please adhere to the coding conventions used throughout a project (indentation,
|
|
117
|
+
accurate comments, etc.) and any other requirements (such as test coverage).
|
|
118
|
+
|
|
119
|
+
Adhering to the following process is the best way to get your work
|
|
120
|
+
included in the project:
|
|
121
|
+
|
|
122
|
+
<code><strong>1.</strong></code> [Fork](https://help.github.com/articles/fork-a-repo/) the project, clone your fork, and configure the remotes:
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
# Clone your fork of the repo into the current directory
|
|
126
|
+
git clone https://github.com/<your-username>/netwk-pro.github.io.git
|
|
127
|
+
|
|
128
|
+
# Navigate to the newly cloned directory
|
|
129
|
+
cd netwk-pro.github.io
|
|
130
|
+
|
|
131
|
+
# Assign the original repo to a remote called "upstream"
|
|
132
|
+
git remote add upstream https://github.com/netwk-pro/netwk-pro.github.io.git
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
<code><strong>2.</strong></code> If you cloned a while ago, get the latest changes from upstream:
|
|
136
|
+
|
|
137
|
+
```bash
|
|
138
|
+
git checkout master
|
|
139
|
+
git pull upstream master
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
<code><strong>3.</strong></code> Create a new topic branch (off the master project development branch) to
|
|
143
|
+
contain your feature, change, or fix:
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
git checkout -b <topic-branch-name>
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
<code><strong>4.</strong></code> Install locked dependencies:
|
|
150
|
+
|
|
151
|
+
```bash
|
|
152
|
+
npm ci
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
Ensure that your `node` and `npm` versions are compatible with the `engines`
|
|
156
|
+
specification in `package.json`.
|
|
157
|
+
|
|
158
|
+
<code><strong>5.</strong></code> Lint your code locally. As reflected in the `devDependencies`, the following
|
|
159
|
+
linting and formatting tools — or equivalent — should be used:
|
|
160
|
+
|
|
161
|
+
- [Prettier](https://prettier.io/)
|
|
162
|
+
- [ESLint](https://eslint.org/)
|
|
163
|
+
- [markdownlint](https://github.com/DavidAnson/markdownlint) and
|
|
164
|
+
[markdownlint2](https://github.com/DavidAnson/markdownlint-cli2)
|
|
165
|
+
- [Stylelint](https://stylelint.io/)
|
|
166
|
+
|
|
167
|
+
<code><strong>6.</strong></code> Commit your changes in logical chunks. Please adhere to these [git commit
|
|
168
|
+
message guidelines](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
|
|
169
|
+
or your code is unlikely be merged into the main project. Use Git's
|
|
170
|
+
[interactive rebase](https://help.github.com/articles/about-git-rebase/)
|
|
171
|
+
feature to tidy up your commits before making them public.
|
|
172
|
+
|
|
173
|
+
<code><strong>7.</strong></code> Locally merge (or rebase) the upstream development branch into your topic branch:
|
|
174
|
+
|
|
175
|
+
```bash
|
|
176
|
+
git pull [--rebase] upstream master
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
<code><strong>8.</strong></code> Update any applicable test cases and run tests:
|
|
180
|
+
|
|
181
|
+
```bash
|
|
182
|
+
npm run test
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
Tests must cover changes and pass to be accepted.
|
|
186
|
+
|
|
187
|
+
<code><strong>9.</strong></code> Run build and commit changes to build:
|
|
188
|
+
|
|
189
|
+
```bash
|
|
190
|
+
npm run build
|
|
191
|
+
git add build/
|
|
192
|
+
git commit
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
<!-- markdownlint-disable MD029 -->
|
|
196
|
+
|
|
197
|
+
<code><strong>10.</strong></code> Push your topic branch up to your fork:
|
|
198
|
+
|
|
199
|
+
```bash
|
|
200
|
+
git push origin <topic-branch-name>
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
<code><strong>11.</strong></code> [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
|
|
204
|
+
with a clear title and description.
|
|
205
|
+
|
|
206
|
+
<!-- markdownlint-enable MD029 -->
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
**IMPORTANT**: By submitting a patch, you agree to allow the project
|
|
211
|
+
owners to license your work under the terms of [CC BY 4.0](https://netwk.pro/license#cc-by) and the [GNU GPL](https://netwk.pro/license#gnu-gpl).
|
|
212
|
+
|
|
213
|
+
<sub>[Back to top](#top)</sub>
|
|
214
|
+
|
|
215
|
+
---
|
|
216
|
+
|
|
217
|
+
<span style="font-size: 12px; font-weight: bold; text-align: center;">
|
|
218
|
+
|
|
219
|
+
[Home](https://netwk.pro) | [Terms of Use](https://netwk.pro/terms-of-use)
|
|
220
|
+
[Privacy Policy](https://netwk.pro/privacy) | [Legal](https://netwk.pro/license)
|
|
221
|
+
|
|
222
|
+
</span>
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
<span style="font-size: 12px; text-align: center;">
|
|
227
|
+
|
|
228
|
+
Copyright © 2025
|
|
229
|
+
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro™)
|
|
230
|
+
|
|
231
|
+
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](https://netwk.pro/license#trademark) of Network Pro Strategies.
|
|
232
|
+
|
|
233
|
+
Licensed under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)** and the **[GNU GPL](https://spdx.org/licenses/GPL-3.0-or-later.html)**, as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
234
|
+
|
|
235
|
+
</span>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "Network Pro
|
|
3
|
-
"short_name": "
|
|
2
|
+
"name": "Network Pro Blog",
|
|
3
|
+
"short_name": "Blog",
|
|
4
4
|
"description": "Access our cybersecurity and privacy blog anytime, anywhere. Fully optimized for speed, security, and mobile use, it's your gateway to expert insights, project highlights, and seamless connection—all in one place.",
|
|
5
5
|
"start_url": "/?utm_source=homescreen",
|
|
6
6
|
"display": "standalone",
|
|
@@ -39,12 +39,17 @@ Whether you're switching from Gboard or just want something more minimal and eth
|
|
|
39
39
|
GitHub: [github.com/Helium314/HeliBoard](https://github.com/Helium314/HeliBoard)
|
|
40
40
|
F-Droid: [f-droid.org/packages/helium314.keyboard/](https://f-droid.org/packages/helium314.keyboard/)
|
|
41
41
|
|
|
42
|
-
🛠️ Open-source. Lightweight. Transparent. HeliBoard isn’t just a keyboard
|
|
42
|
+
🛠️ Open-source. Lightweight. Transparent. HeliBoard isn’t just a keyboard—it's a philosophy.
|
|
43
43
|
|
|
44
44
|
**Weekly FOSS gems like this remind us: we have powerful alternatives, built by passionate devs, made for people who care. _Let's support that_.**
|
|
45
45
|
|
|
46
|
-
Got a favorite FOSS project? Let us know at [social@neteng.pro](mailto:social@neteng.pro)
|
|
46
|
+
Got a favorite FOSS project? Let us know at [social@neteng.pro](mailto:social@neteng.pro), and we might feature it next!
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
<figure class="poster-figure">
|
|
51
|
+
<img src="/img/heliboard-promo.png" alt="FOSS Spotlight: HeliBoard">
|
|
52
|
+
<figcaption>FOSS Spotlight: HeliBoard – featured visual</figcaption>
|
|
53
|
+
</figure>
|
|
54
|
+
|
|
55
|
+
<!--  -->
|
|
@@ -46,6 +46,9 @@ Check the link below for full details:
|
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
<figure class="poster-figure">
|
|
50
|
+
<img src="/img/msauth-promo.png" alt="Microsoft Authenticator Users: Major Change Incoming">
|
|
51
|
+
<figcaption>Microsoft Authenticator Changes Incoming – featured visual</figcaption>
|
|
52
|
+
</figure>
|
|
50
53
|
|
|
51
54
|
<!-- cspell:ignore ente -->
|
package/src/robots.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# robots.txt
|
|
2
|
+
#
|
|
3
|
+
# Copyright © 2025 Network Pro Strategies (Network Pro™)
|
|
4
|
+
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
5
|
+
# This file is part of Network Pro
|
|
6
|
+
#
|
|
7
|
+
# www.robotstxt.org
|
|
8
|
+
|
|
9
|
+
User-agent: *
|
|
10
|
+
|
|
11
|
+
# Disallow dev and CI/CD artifacts
|
|
12
|
+
Disallow: /tests/
|
|
13
|
+
Disallow: /reports/
|
|
14
|
+
Disallow: /build/
|
|
15
|
+
|
|
16
|
+
# Allow everything else
|
|
17
|
+
Allow: /
|
|
18
|
+
|
|
19
|
+
# Inform bots where to find the sitemap
|
|
20
|
+
Sitemap: https://blog.netwk.pro/sitemap.xml
|