|
2 | 2 | One Time Downloader for small record labels |
3 | 3 |
|
4 | 4 |
|
5 | | -[Downloads](documentation/Downloads.md) | [Screenshots](documentation/ScreenShots.md) | [Installation](documentation/Installation.md) | [UserGuide](documentation/UserGuide.md) | [FrequentlyAskedQuestions](documentation/FrequentlyAskedQuestions.md) | [TechnicalDetails](documentation/TechnicalDetails.md) | [FutureWork](documentation/FutureWork.md) |
| 5 | +[Installation](documentation/Installation.md) | [User Guide](documentation/UserGuide.md) | [FAQ](documentation/FrequentlyAskedQuestions.md) | [Technical Details](documentation/TechnicalDetails.md) | [Future Work](documentation/FutureWork.md) | [Maintenance Development](documentation/MaintenanceDev.md) |
6 | 6 |
|
7 | 7 | Provides small record labels with the ability to add a download voucher to their vinyl record releases. This download voucher contains an URL + a One time code to download the whole record as ZIP file containing MP3 files. |
8 | 8 |
|
9 | 9 | The label owner can create new download projects and manage existing downloads by the help of a web interface. Creating a new download project as well as producing the vouchers is just a matter of a few clicks. |
10 | 10 |
|
11 | | -Watch the 18 Minutes Video Presentation and Software Demo [here](http://vimeo.com/15281130) |
| 11 | +Further media: |
| 12 | +* example PDF with download codes generated by myfavoritethings |
| 13 | +* watch the 18 Minutes Video Presentation and Software Demo [here](http://vimeo.com/15281130) |
12 | 14 |
|
13 | | -**Update May 2015** |
14 | | -Moved to github.com since Google Code is closing down. |
15 | 15 |
|
16 | | -**Update August 2014** |
17 | | -New version 0.5d which also supports Perl 5.18 in [Downloads](documentation/Downloads.md) |
| 16 | +## Update September 2020 |
| 17 | +New version 0.6.0. This version does not include feature changes. Instead *it brings its own Perl environment* so that myfavoritethings does not require a special Perl version installed (self-contained). This works around issues with former standard modules being deprecated and removed from the Perl core modules. |
| 18 | + |
| 19 | +### Release Page |
| 20 | +https://github.com/samba2/myfavoritethings/releases/tag/release-0.6.0 |
18 | 21 |
|
19 | | ---- |
| 22 | +### Update |
| 23 | +To update your current installation: |
| 24 | +* ! backup your MyFavouriteThings folder in `cgi-bin` to an other location. Really, this is important as I don't guarantee a successful update ! |
| 25 | +* download the [`release-0.6.0.zip`](https://github.com/samba2/myfavoritethings/releases/tag/release-0.6.0) file and extract it |
| 26 | +* *replace* all folders in your web servers `cgi-bin/MyFavouriteThings/` directory with the folders extracted from the zip file: |
| 27 | + * `cgi` |
| 28 | + * `html` |
| 29 | + * `lib` |
| 30 | + * `myfavCss` |
20 | 31 |
|
| 32 | +* also there is the new `perl5` folder. Copy it next to the other directories. |
21 | 33 |
|
22 | | - |
| 34 | +After the update your new folder structure should now look something like this: |
| 35 | +* `cgi` (updated) |
| 36 | +* `html` (updated) |
| 37 | +* `lib` (updated) |
| 38 | +* `myfavCss` (updated) |
| 39 | +* `test` (untouched) |
| 40 | +* `data` (untouched!) |
| 41 | +* `perl5` (new) |
23 | 42 |
|
24 | | -_Example Download Page_ |
| 43 | +## Update May 2015 |
| 44 | +Moved to github.com since Google Code is closing down. |
25 | 45 |
|
| 46 | +## Update August 2014 |
| 47 | +New version 0.5d which also supports Perl 5.18 |
0 commit comments