diff --git a/.env.production b/.env.production index a10a148..298609e 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -VUE_APP_APP_DOMAIN=bibscan.fxp.io +VUE_APP_APP_DOMAIN=app.runr.pro diff --git a/README.md b/README.md index df9c5a8..3cd2445 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,31 @@ -Fxp BibScan for Njuko -===================== - -The application BibScan for [Njuko](https://njuko.com) allow you to scan and check the bibs or print the bib labels, +

+ + + +

+ +Supporting Runr +=============== + +Runr is an open source MIT application that was originally created to meet the needs of the organizers of the +sporting event [Course du bord de Saône](https://courseduborddesaone.fr). The support, maintenance and +improvements are possible due to the contributions by community backers. If you are interested in supporting +this project, please consider: + + + +Introduction +============ + +The application Runr allow you to scan and check the bibs of [Njuko](https://njuko.com) or print the bib labels, one to one or in mass. **Features include:** @@ -17,11 +41,6 @@ one to one or in mass. (it's a Progressive Web Application) - Direct connection with the Njuko APIs, so it is not necessary to use the local server *La box Njuko* -> **Note:** -> -> This application was created to meet the needs of the organizers of the -> [Course du bord de Saône](https://courseduborddesaone.fr). - Installation ------------ @@ -53,7 +72,7 @@ yarn run lint Deployment ---------- -This [Progressive Web Application](https://bibscan.fxp.io) is deployed on the Github Pages services. +This [Progressive Web Application](https://app.runr.pro) is deployed on the Github Pages services. ### Deploy the application in your own Github repository @@ -80,10 +99,10 @@ This application is under the MIT license. See the complete license in the bundl About ----- -Fxp BibScan for Njuko is a [François Pluchino](https://github.com/francoispluchino) initiative. -See also the list of [contributors](https://github.com/fxpio/fxp-bibscan-njuko/graphs/contributors). +Runr is a [François Pluchino](https://github.com/francoispluchino) initiative. +See also the list of [contributors](https://github.com/fxpio/runr/graphs/contributors). Reporting an issue or a feature request --------------------------------------- -Issues and feature requests are tracked in the [Github issue tracker](https://github.com/fxpio/fxp-bibscan-njuko/issues). +Issues and feature requests are tracked in the [Github issue tracker](https://github.com/fxpio/runr/issues). diff --git a/babel.config.js b/babel.config.js index 612e16c..1c917ee 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ /* - * This file is part of the BibScan for Njuko package. + * This file is part of the Runr package. * * (c) François Pluchino * diff --git a/bin/deploy b/bin/deploy index 7eeda6d..83912f5 100644 --- a/bin/deploy +++ b/bin/deploy @@ -10,6 +10,6 @@ git init git add -A git commit -m 'Deploy' -git push -f git@github.com:fxpio/fxp-bibscan-njuko.git master:gh-pages +git push -f git@github.com:fxpio/runr.git master:gh-pages cd - diff --git a/bin/deploy.bat b/bin/deploy.bat index a0e8277..cb3b005 100644 --- a/bin/deploy.bat +++ b/bin/deploy.bat @@ -8,6 +8,6 @@ git init git add -A git commit -m 'Deploy' -git push -f git@github.com:fxpio/fxp-bibscan-njuko.git master:gh-pages +git push -f git@github.com:fxpio/runr.git master:gh-pages cd .. diff --git a/postcss.config.js b/postcss.config.js index 73cb5ba..a0a91d4 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,5 @@ /* - * This file is part of the BibScan for Njuko package. + * This file is part of the Runr package. * * (c) François Pluchino * diff --git a/public/favicon.ico b/public/favicon.ico index bb1abc0..bc936a1 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/img/icons/android-chrome-192x192.png b/public/img/icons/android-chrome-192x192.png index 150ac3a..763169b 100644 Binary files a/public/img/icons/android-chrome-192x192.png and b/public/img/icons/android-chrome-192x192.png differ diff --git a/public/img/icons/android-chrome-512x512.png b/public/img/icons/android-chrome-512x512.png index 4a56480..b21c1ed 100644 Binary files a/public/img/icons/android-chrome-512x512.png and b/public/img/icons/android-chrome-512x512.png differ diff --git a/public/img/icons/apple-touch-icon-120x120.png b/public/img/icons/apple-touch-icon-120x120.png index 6d7da11..2a60fb2 100644 Binary files a/public/img/icons/apple-touch-icon-120x120.png and b/public/img/icons/apple-touch-icon-120x120.png differ diff --git a/public/img/icons/apple-touch-icon-152x152.png b/public/img/icons/apple-touch-icon-152x152.png index d1559ad..dc784ea 100644 Binary files a/public/img/icons/apple-touch-icon-152x152.png and b/public/img/icons/apple-touch-icon-152x152.png differ diff --git a/public/img/icons/apple-touch-icon-180x180.png b/public/img/icons/apple-touch-icon-180x180.png index 176ae94..8c4bb3e 100644 Binary files a/public/img/icons/apple-touch-icon-180x180.png and b/public/img/icons/apple-touch-icon-180x180.png differ diff --git a/public/img/icons/apple-touch-icon-60x60.png b/public/img/icons/apple-touch-icon-60x60.png index 36457b3..dbfbbb9 100644 Binary files a/public/img/icons/apple-touch-icon-60x60.png and b/public/img/icons/apple-touch-icon-60x60.png differ diff --git a/public/img/icons/apple-touch-icon-76x76.png b/public/img/icons/apple-touch-icon-76x76.png index 3444ce0..04306ae 100644 Binary files a/public/img/icons/apple-touch-icon-76x76.png and b/public/img/icons/apple-touch-icon-76x76.png differ diff --git a/public/img/icons/apple-touch-icon.png b/public/img/icons/apple-touch-icon.png index 176ae94..4dbcc3f 100644 Binary files a/public/img/icons/apple-touch-icon.png and b/public/img/icons/apple-touch-icon.png differ diff --git a/public/img/icons/favicon-16x16.png b/public/img/icons/favicon-16x16.png index 2021823..4b0ca15 100644 Binary files a/public/img/icons/favicon-16x16.png and b/public/img/icons/favicon-16x16.png differ diff --git a/public/img/icons/favicon-32x32.png b/public/img/icons/favicon-32x32.png index 5eb2919..7c85af2 100644 Binary files a/public/img/icons/favicon-32x32.png and b/public/img/icons/favicon-32x32.png differ diff --git a/public/img/icons/msapplication-icon-144x144.png b/public/img/icons/msapplication-icon-144x144.png index f669f1c..363637e 100644 Binary files a/public/img/icons/msapplication-icon-144x144.png and b/public/img/icons/msapplication-icon-144x144.png differ diff --git a/public/img/icons/mstile-150x150.png b/public/img/icons/mstile-150x150.png index ce5dc0a..9dfc7a6 100644 Binary files a/public/img/icons/mstile-150x150.png and b/public/img/icons/mstile-150x150.png differ diff --git a/public/img/icons/safari-pinned-tab.svg b/public/img/icons/safari-pinned-tab.svg index 8e839dc..243018e 100644 --- a/public/img/icons/safari-pinned-tab.svg +++ b/public/img/icons/safari-pinned-tab.svg @@ -1,7 +1,21 @@ - - + + + + + + + + diff --git a/public/img/logo-paypal.svg b/public/img/logo-paypal.svg new file mode 100644 index 0000000..70b93b4 --- /dev/null +++ b/public/img/logo-paypal.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + diff --git a/public/index.html b/public/index.html index 7055a52..81b791e 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - BibScan for Njuko + Runr + + + + + + + + diff --git a/src/bib/BibItem.ts b/src/bib/BibItem.ts index e2ede88..05de0d5 100644 --- a/src/bib/BibItem.ts +++ b/src/bib/BibItem.ts @@ -1,5 +1,5 @@ /* - * This file is part of the BibScan for Njuko package. + * This file is part of the Runr package. * * (c) François Pluchino * diff --git a/src/bib/BibRange.ts b/src/bib/BibRange.ts index f1d3c6a..59eb73e 100644 --- a/src/bib/BibRange.ts +++ b/src/bib/BibRange.ts @@ -1,5 +1,5 @@ /* - * This file is part of the BibScan for Njuko package. + * This file is part of the Runr package. * * (c) François Pluchino * diff --git a/src/bib/BibUtil.ts b/src/bib/BibUtil.ts index 29adea1..4f4ce04 100644 --- a/src/bib/BibUtil.ts +++ b/src/bib/BibUtil.ts @@ -1,5 +1,5 @@ /* - * This file is part of the BibScan for Njuko package. + * This file is part of the Runr package. * * (c) François Pluchino * diff --git a/src/components/AppDrawer.vue b/src/components/AppDrawer.vue index 42250db..a51e2c7 100644 --- a/src/components/AppDrawer.vue +++ b/src/components/AppDrawer.vue @@ -1,5 +1,5 @@