{"id":15578308,"url":"https://github.com/davep/ng2web","last_synced_at":"2026-03-10T18:02:15.422Z","repository":{"id":62577764,"uuid":"424975593","full_name":"davep/ng2web","owner":"davep","description":"Command line tool for converting Norton Guide Database files to HTML","archived":false,"fork":false,"pushed_at":"2025-12-17T14:35:16.000Z","size":1461,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-21T02:54:23.722Z","etag":null,"topics":["converter","documentation","generator","hypertext","norton-guide","web","web-generator"],"latest_commit_sha":null,"homepage":"https://ng2web.davep.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davep.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"davepearson"}},"created_at":"2021-11-05T14:25:00.000Z","updated_at":"2025-12-17T14:35:15.000Z","dependencies_parsed_at":"2024-11-06T10:52:07.135Z","dependency_job_id":"bce10c5c-f108-479b-a978-e336ceb26279","html_url":"https://github.com/davep/ng2web","commit_stats":{"total_commits":81,"total_committers":1,"mean_commits":81.0,"dds":0.0,"last_synced_commit":"168fa1a568d4bb37469bdd654cb2fb9e45c07cce"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/davep/ng2web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fng2web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fng2web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fng2web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fng2web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davep","download_url":"https://codeload.github.com/davep/ng2web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fng2web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30346477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","documentation","generator","hypertext","norton-guide","web","web-generator"],"created_at":"2024-10-02T19:08:10.894Z","updated_at":"2026-03-10T18:02:15.386Z","avatar_url":"https://github.com/davep.png","language":"Python","readme":"# ng2web - Norton Guide to HTML conversion tool\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/davep/ng2web/style-and-lint.yaml)](https://github.com/davep/ng2web/actions)\n[![GitHub commits since latest release](https://img.shields.io/github/commits-since/davep/ng2web/latest)](https://github.com/davep/ng2web/commits/main/)\n[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/davep/ng2web)](https://github.com/davep/ng2web/issues)\n[![GitHub Release Date](https://img.shields.io/github/release-date/davep/ng2web)](https://github.com/davep/ng2web/releases)\n[![PyPI - License](https://img.shields.io/pypi/l/ng2web)](https://github.com/davep/ng2web/blob/main/LICENSE)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ng2web)](https://github.com/davep/ng2web/blob/main/pyproject.toml)\n[![PyPI - Version](https://img.shields.io/pypi/v/ng2web)](https://pypi.org/project/ng2web/)\n\n# Introduction\n\n[`ng2web`](https://github.com/davep/ng2web) is one in a [long line of Norton\nGuide tools I've written over the latest couple or so\ndecades](https://www.davep.org/norton-guides/). It is, in effect, a\nreplacement for [`w3ng`](https://github.com/davep/w3ng) and\n[`ng2html`](https://github.com/davep/ng2html).\n\n![ng2web](https://raw.githubusercontent.com/davep/ng2web/refs/heads/main/docs/images/default-output-look.png)\n\n## Installing\n\n### pipx\n\nThe application can be installed using [`pipx`](https://pypa.github.io/pipx/):\n\n```sh\n$ pipx install ng2web\n```\n\n### uv\n\nThe package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):\n\n```sh\nuv tool install ng2web\n```\n\n### Homebrew\n\nThe package is available via Homebrew. Use the following commands to install:\n\n```sh\n$ brew tap davep/homebrew\n$ brew install ng2web\n```\n\n## Using ng2web\n\nPlease see [the usage guide](https://ng2web.davep.dev/) for details on how\nto use and configure the output of `ng2web`.\n\n[//]: # (README.md ends here)\n","funding_links":["https://ko-fi.com/davepearson"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Fng2web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavep%2Fng2web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Fng2web/lists"}