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
- Host: GitHub
- URL: https://github.com/peter88213/yw-renumber
- Owner: peter88213
- License: mit
- Created: 2021-06-24T20:53:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T11:05:05.000Z (8 months ago)
- Last Synced: 2024-08-18T18:16:15.645Z (8 months ago)
- Language: Python
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).