https://github.com/davep/ng2web
Command line tool for converting Norton Guide Database files to HTML
https://github.com/davep/ng2web
converter documentation generator hypertext norton-guide web web-generator
Last synced: 28 days ago
JSON representation
Command line tool for converting Norton Guide Database files to HTML
- Host: GitHub
- URL: https://github.com/davep/ng2web
- Owner: davep
- License: gpl-3.0
- Created: 2021-11-05T14:25:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-17T14:35:16.000Z (4 months ago)
- Last Synced: 2025-12-21T02:54:23.722Z (4 months ago)
- Topics: converter, documentation, generator, hypertext, norton-guide, web, web-generator
- Language: Python
- Homepage: https://ng2web.davep.dev
- Size: 1.39 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ng2web - Norton Guide to HTML conversion tool
[](https://github.com/davep/ng2web/actions)
[](https://github.com/davep/ng2web/commits/main/)
[](https://github.com/davep/ng2web/issues)
[](https://github.com/davep/ng2web/releases)
[](https://github.com/davep/ng2web/blob/main/LICENSE)
[](https://github.com/davep/ng2web/blob/main/pyproject.toml)
[](https://pypi.org/project/ng2web/)
# Introduction
[`ng2web`](https://github.com/davep/ng2web) is one in a [long line of Norton
Guide tools I've written over the latest couple or so
decades](https://www.davep.org/norton-guides/). It is, in effect, a
replacement for [`w3ng`](https://github.com/davep/w3ng) and
[`ng2html`](https://github.com/davep/ng2html).

## Installing
### pipx
The application can be installed using [`pipx`](https://pypa.github.io/pipx/):
```sh
$ pipx install ng2web
```
### uv
The package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):
```sh
uv tool install ng2web
```
### Homebrew
The package is available via Homebrew. Use the following commands to install:
```sh
$ brew tap davep/homebrew
$ brew install ng2web
```
## Using ng2web
Please see [the usage guide](https://ng2web.davep.dev/) for details on how
to use and configure the output of `ng2web`.
[//]: # (README.md ends here)