└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # There Is No WoeUSB 2 | 3 | Well there _was_ one, but it is now moved to the new home: . 4 | 5 | ## What happened 6 | 7 | WoeUSB is moving to a new GitHub organization to fulfill new needs and expectations, refer [The future of WoeUSB · Issue #209 · slacka/WoeUSB](https://github.com/slacka/WoeUSB/issues/209) for more info. 8 | 9 | * The self-sustaining `woeusb` program has been split from the current source to , and the development will continue as usual. 10 | * The current repository that comprises mostly the wxWidgets wrapper code for `woeusb`, is _forked_ to , in its unmaintained form. 11 | * @WaxyMocha implemented an independent, Python port of WoeUSB which is named WoeUSB-ng, and the project is located at . 12 | 13 | ## What should I do 14 | 15 | ### I'm a user of WoeUSB 16 | 17 | Please refer to for new software releases, the wxWidgets GUI wrapper program is dropped due to its unmaintained status. 18 | 19 | We also recommend @WaxyMocha's [WoeUSB-ng](https://github.com/WoeUSB/WoeUSB-ng), which rewritten WoeUSB using Python (including the GUI, yay!) and has a better future than the currently Bash-based WoeUSB. 20 | 21 | ### I've filed an unresolved issue to WoeUSB 22 | 23 | Unfortunately due to technical difficulties we are unable to migrate old issues to the new project, please kindly file a new issue and link it to the old counterpart. 24 | 25 | This is also a good time to ensure the issue is still reproducible/relevant. 26 | 27 | ### I've filed an unresolved pull request to WoeUSB 28 | 29 | Please kindly file it again to the corresponding WoeUSB project, thank you! 30 | 31 | ### I'm a package maintainer of WoeUSB 32 | 33 | * Please refer to the new GitHub projects for the source code and contacts. 34 | * It is recommended to use `woeusb` as the package name of the `woeusb` Bash core utility, and a separate package of `woeusb-frontend-wxgtk` for the wxWidgets wrapper. The `woeusb-frontend-wxgtk` package should not ship the `woeusb` program and relies on a dependency for the `woeusb` package. 35 | * If you want to package the current source feel free to do so, after the descretion of the namespace conflict problem. The current source is available at [the `obsoleted` branch](https://github.com/slacka/WoeUSB/tree/obsoleted). 36 | 37 | ## Credits 38 | 39 | We would like to thank @slacka and countless contributors for making the project alive, and thrive through these years. 40 | 41 | The new title is inspired from [the There Is No Game : Wrong Dimension non-game](https://store.steampowered.com/app/1240210/There_Is_No_Game__Wrong_Dimension/), by Draw Me A Pixel. 42 | --------------------------------------------------------------------------------