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

https://github.com/peter88213/yw-renumber

Renumber yWriter chapters
https://github.com/peter88213/yw-renumber

Last synced: 8 days ago
JSON representation

Renumber yWriter chapters

Awesome Lists containing this project

README

        

# yw-renumber - Renumber yWriter chapters

For more information, see the [project homepage](https://peter88213.github.io/yw-renumber) with description and download instructions.

## Development

*yw-renumber* 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:

```
.
└── yw-renumber/
├── src/
├── test/
└── tools/
└── build.xml
```

### Development tools

- [Python](https://python.org) version 3.10
- [Eclipse IDE](https://eclipse.org) with [PyDev](https://pydev.org) and [EGit](https://www.eclipse.org/egit/)
- Apache Ant for building the application script

## Credits

- User *Hunter_71* presented the number to English conversion algorithm on [stack overflow](https://stackoverflow.com/a/51849443).
- User *Aristide* presented the integer to roman numeral conversion on [stack overflow](https://stackoverflow.com/a/47713392).
- Frederik Lundh published the [xml pretty print algorithm](http://effbot.org/zone/element-lib.htm#prettyprint).

## License

yw-renumber is distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).