/yw2html

Export html from yWriter 7

Primary LanguagePythonMIT LicenseMIT

yw2html - HTML export with custom templates from yWriter 7

For more information, see the project homepage with description and download instructions.

Development

yw2html is organized as an Eclipse PyDev project. The official release branch on GitHub is main.

Conventions

See https://github.com/peter88213/PyWriter/blob/main/docs/conventions.md

Exceptions:

  • No localization is required.
  • The directory structure is modified to minimize dependencies:
.
└── yw2html/
    ├── src/
    ├── test/
    └── tools/ 
        └── build.xml

Development tools

Credits

  • User Hunter_71 presented the number to English conversion algorithm on stack overflow.
  • User Aristide presented the integer to roman numeral conversion on stack overflow.

License

yw2html is distributed under the MIT License.