From 04e593565d0f69ec54923fb66a167eecc48f6e50 Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Fri, 5 Aug 2022 06:59:56 +0200 Subject: update theme update update update fix js fix js bug update update css and js fix update js update fix scss update style update style update style update style update and add some new template update update fix update alert update fix color fix color Create LICENCE Create README.md add privacy policy and homepage update fix link Create ont-D-LINK-DPN-100-Rev-C1.md Create ont-huawei-cm5671a.md Update ont-huawei-ma5671a.md Update ont-nokia-g-s010s-p.md Update ont-nokia-g-s010s-p.md Update ont-Sercomm-FGS202.md Update index.md update update tables update fix iframe add new tool for ascii-hex converter update things update figure css Update ont-D-LINK-DPN-100-Rev-C1.md fix css --- 404.html | 11 - 404.md | 11 + LICENCE | 21 ++ README.md | 6 + _config.yml | 14 +- _includes/danger.html | 3 + _includes/image.html | 1 + _includes/info.html | 3 + _includes/success.html | 3 + _includes/warning.html | 3 + _layouts/default.html | 437 +++++++++++++++++------------- _sass/color_schemes/light.scss | 2 + _sass/custom/custom.scss | 252 ++++++++++++++++- ascii-hex.md | 12 + assets/js/modal.js | 26 ++ assets/static/ascii-hex.html | 72 +++++ assets/static/speed-gpon-eth.html | 209 ++++++++++++++ index.md | 12 +- ont-CarlitoxxPro-CPGOS03-0490-v2.md | 50 ++-- ont-D-LINK-DPN-100-Rev-A.md | 50 ++-- ont-D-LINK-DPN-100-Rev-C1.md | 33 +++ ont-DFP-34X-2C2.md | 52 ++-- ont-Halny-HL-GSFP.md | 44 ++- ont-Hilink-HL23446.md | 44 ++- ont-Huawei-HG8010H.md | 52 ++-- ont-Nokia-G-010S-A.md | 48 ++-- ont-Nokia-G-010S-Q.md | 42 ++- ont-Nokia-g-010g-q.md | 19 +- ont-ODI-DFP-34X-C2C.md | 50 ++-- ont-Sercomm-FGS202.md | 52 ++-- ont-SourcePhotonics-SPS-34-24T-HP-TDFO.md | 49 ++-- ont-TWCGPON657.md | 52 ++-- ont-UFiber-UF-Instant.md | 52 ++-- ont-ZTE-F6005.md | 47 ++-- ont-ZTE-F601.md | 58 ++-- ont-Zyxel-PMG3000-D20B.md | 48 ++-- ont-huawei-cm5671a.md | 23 ++ ont-huawei-ma5671a.md | 51 ++-- ont-nokia-g-s010s-p.md | 49 ++-- ont-technicolor-afm0002.md | 83 +++--- ont-vsol-V2801F.md | 52 ++-- ont.md | 19 +- privacy-policy.md | 69 +++++ quick-start.md | 9 + speed-gpon-eth.md | 12 + 45 files changed, 1544 insertions(+), 763 deletions(-) delete mode 100644 404.html create mode 100644 404.md create mode 100644 LICENCE create mode 100644 README.md create mode 100644 _includes/danger.html create mode 100644 _includes/image.html create mode 100644 _includes/info.html create mode 100644 _includes/success.html create mode 100644 _includes/warning.html create mode 100644 _sass/color_schemes/light.scss create mode 100644 ascii-hex.md create mode 100644 assets/js/modal.js create mode 100644 assets/static/ascii-hex.html create mode 100644 assets/static/speed-gpon-eth.html create mode 100644 ont-D-LINK-DPN-100-Rev-C1.md create mode 100644 ont-huawei-cm5671a.md create mode 100644 privacy-policy.md create mode 100644 quick-start.md create mode 100644 speed-gpon-eth.md diff --git a/404.html b/404.html deleted file mode 100644 index b3efccd..0000000 --- a/404.html +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -title: 404 -permalink: /404 -nav_exclude: true -search_exclude: true ---- - -

Page not found

- -

The page you requested could not be found. Try using the navigation {% if site.search_enabled != false %}or search {% endif %}to find what you're looking for or go to this site's home page.

diff --git a/404.md b/404.md new file mode 100644 index 0000000..1927e0b --- /dev/null +++ b/404.md @@ -0,0 +1,11 @@ +--- +layout: default +title: Page not found +permalink: /404 +nav_exclude: true +search_exclude: true +description: Opps. The page you are looking for got lost. + +--- + +

The page you requested could not be found. Try using the navigation {% if site.search_enabled != false %}or search {% endif %}to find what you're looking for or go to this site's home page.

diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..585b4cf --- /dev/null +++ b/LICENCE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 hack-gpon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..71fd9c1 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# hack-gpon.github.io + + +Based on just-the-docs theme: +- [GitHub](https://github.com/just-the-docs/just-the-docs) +- [Demo](https://just-the-docs.github.io/just-the-docs/) \ No newline at end of file diff --git a/_config.yml b/_config.yml index 34b1af9..207a48f 100644 --- a/_config.yml +++ b/_config.yml @@ -42,13 +42,9 @@ aux_links: back_to_top: true back_to_top_text: "Back to top" -footer_content: "Copyright © 2022" +footer_content: "Copyright © 2022. Distributed by an MIT License. Privacy Policy." -last_edit_timestamp: true -last_edit_time_format: "%D at %R" - -last-modified-at: - date-format: '%D at %R' +last_edit_timestamp_script: true gh_edit_link: true # show or hide edit this page link gh_edit_link_text: "Edit this page on GitHub" @@ -56,7 +52,5 @@ gh_edit_repository: "https://github.com/hack-gpon/hack-gpon.github.io" # the git gh_edit_branch: "main" # the branch that your docs is served from # gh_edit_source: docs # the source that your files originate from gh_edit_view_mode: "tree" - - - - +gh_owner_name: hack-gpon +gh_repository_name: hack-gpon.github.io \ No newline at end of file diff --git a/_includes/danger.html b/_includes/danger.html new file mode 100644 index 0000000..83e7efb --- /dev/null +++ b/_includes/danger.html @@ -0,0 +1,3 @@ + diff --git a/_includes/image.html b/_includes/image.html new file mode 100644 index 0000000..6389d3a --- /dev/null +++ b/_includes/image.html @@ -0,0 +1 @@ +
{% if {{include.url}} %}{% endif %}{{include.alt}}{% if {{include.url}} %}{% endif %}{% if {{include.caption}} %}
{{include.caption}}
{% endif %}
diff --git a/_includes/info.html b/_includes/info.html new file mode 100644 index 0000000..831dd3e --- /dev/null +++ b/_includes/info.html @@ -0,0 +1,3 @@ + diff --git a/_includes/success.html b/_includes/success.html new file mode 100644 index 0000000..828fc5a --- /dev/null +++ b/_includes/success.html @@ -0,0 +1,3 @@ + diff --git a/_includes/warning.html b/_includes/warning.html new file mode 100644 index 0000000..a517518 --- /dev/null +++ b/_includes/warning.html @@ -0,0 +1,3 @@ + diff --git a/_layouts/default.html b/_layouts/default.html index 7aaec28..2daef0d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,210 +7,265 @@ layout: table_wrappers {% include head.html %} - - - Link - - - - - - Search - - - - - - Menu - - - - - - Expand - - - - - - Document - - - - - + + + Link + + + + + + Search + + + + + + Menu + + + + + + Expand + + + + + + Document + + + + + - -
-
- {% if site.search_enabled != false %} -