Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Cox authored and Dan Cox committed Sep 20, 2023
1 parent f8bc096 commit 89006e3
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@

## Summary

Extwee is a Twee compiler supporting multiple Twine-compatible formats. It will parse many past and present encodings, but prefers newer formats for output.

| **Format Support** | **Input** | **Output** |
|----------------------------------|-----------|------------|
| [Twine 1 HTML (2009 - 2015)](https://github.com/iftechfoundation/twine-specs/blob/master/twine-1-htmloutput-doc.md) | Yes | No |
| [Twine 2 HTML (2015 - Present)](https://github.com/iftechfoundation/twine-specs/blob/master/twine-2-htmloutput-spec.md) | Yes | Yes |
| [Twee 3 (2021 - Present)](https://github.com/iftechfoundation/twine-specs/blob/master/twee-3-specification.md) | Yes | Yes |
| Twine 1 TWS (2009 - 2015) | Yes | No |
| Twine 2 Archive (2015 - Present) | Yes | Yes |
| JSON (2023 - Present) | Yes | Yes |
Extwee is a Twee compiler supporting multiple historical and current Twine-compatible formats.

- [Twine 1 HTML (2009 - 2015)](https://github.com/iftechfoundation/twine-specs/blob/master/twine-1-htmloutput-doc.md)
- Twine 1 TWS (2009 - 2015)
- [Twine 2 HTML (2015 - Present)](https://github.com/iftechfoundation/twine-specs/blob/master/twine-2-htmloutput-spec.md)
- [Twee 3 (2021 - Present)](https://github.com/iftechfoundation/twine-specs/blob/master/twee-3-specification.md)
- Twine 2 Archive (2015 - Present)
- JSON (2023 - Present)

## Documentation

Extwee has documentation hosted on GitHub Pages.

## Command-Line Usage

Expand Down

0 comments on commit 89006e3

Please sign in to comment.