An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ng2web - Norton Guide to HTML conversion tool

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/davep/ng2web/style-and-lint.yaml)](https://github.com/davep/ng2web/actions)
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/davep/ng2web/latest)](https://github.com/davep/ng2web/commits/main/)
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/davep/ng2web)](https://github.com/davep/ng2web/issues)
[![GitHub Release Date](https://img.shields.io/github/release-date/davep/ng2web)](https://github.com/davep/ng2web/releases)
[![PyPI - License](https://img.shields.io/pypi/l/ng2web)](https://github.com/davep/ng2web/blob/main/LICENSE)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ng2web)](https://github.com/davep/ng2web/blob/main/pyproject.toml)
[![PyPI - Version](https://img.shields.io/pypi/v/ng2web)](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).

![ng2web](https://raw.githubusercontent.com/davep/ng2web/refs/heads/main/docs/images/default-output-look.png)

## 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)