diff --git a/Makefile b/Makefile index 142f4c1..656c040 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ # # The sourcecode can be found on: # -# https://github.com/TLINDEN/digiproof +# https://codeberg.org/scip/digiproof # ts != date +"%Y-%m-%d-%H%M%S" diff --git a/README.md b/README.md index 769f0dd..7908e4d 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This is an javascript app which allows you to create and maintain a digital test **This is BETA software, use on your own risk.** If you want to try it, download the -[standalone file digiproof-prod](https://raw.github.com/TLINDEN/digiproof/master/digiproof-prod.html), +[standalone file digiproof-prod](https://raw.codeberg.org/scip/digiproof/master/digiproof-prod.html), save it to your disk and open it locally in your browser. -There's also a [development version](https://github.com/TLINDEN/digiproof/blob/master/digiproof-dev.html?raw=true), +There's also a [development version](https://codeberg.org/scip/digiproof/raw/branch/master/digiproof-dev.html?raw=true), which retains all data across browser sessions. This version does store any entered data unencrypted using the [localStorage adapter for ember.js](https://github.com/rpflorence/ember-localstorage-adapter). @@ -39,7 +39,7 @@ Installation Download the standalone self contained app to your computer by right-clicking the following link and selecting "save as ...": -[standalone file digiproof-prod](https://raw.github.com/TLINDEN/digiproof/master/digiproof-prod.html). +[standalone file digiproof-prod](https://raw.codeberg.org/scip/digiproof/master/digiproof-prod.html). Then open the file locally either by double clicking it from your filemanager or opening it from your browser (File => Open ...). @@ -50,14 +50,14 @@ Screenshots Here are some screenshots of the app in action. Please note that they might be outdated. This is the main screen of the app: -![main screen](https://raw.github.com/TLINDEN/digiproof/master/samples/digiproof1.png?raw=true) +![main screen](https://raw.codeberg.org/scip/digiproof/master/samples/digiproof1.png?raw=true) Here we entered some asset data (german language version): -![network asset](https://github.com/TLINDEN/digiproof/blob/master/samples/digiproof10.png?raw=true) +![network asset](https://codeberg.org/scip/digiproof/raw/branch/master/samples/digiproof10.png?raw=true) -[Here is a sample printed testament](https://github.com/TLINDEN/digiproof/blob/master/samples/sample-testament.pdf?raw=true). +[Here is a sample printed testament](https://codeberg.org/scip/digiproof/raw/branch/master/samples/sample-testament.pdf?raw=true). -More screenshots can be found in the [samples](https://github.com/TLINDEN/digiproof/tree/master/samples) +More screenshots can be found in the [samples](https://codeberg.org/scip/digiproof/tree/master/samples) directory. Used Javascript Libraries @@ -77,7 +77,7 @@ Used Javascript Libraries License ======= -[Licensed under the GPL v2.](https://raw.github.com/TLINDEN/digiproof/master/LICENSE). +[Licensed under the GPL v2.](https://raw.codeberg.org/scip/digiproof/master/LICENSE). Commercial redistribution prohibited. diff --git a/css/style.css b/css/style.css index ea92c4f..86c81b0 100755 --- a/css/style.css +++ b/css/style.css @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/digiproof-dev.html b/digiproof-dev.html index 8ce6b60..a3888cb 100644 --- a/digiproof-dev.html +++ b/digiproof-dev.html @@ -40,7 +40,7 @@ -- -- The sourcecode can be found on: -- - -- https://github.com/TLINDEN/digiproof + -- https://codeberg.org/scip/digiproof -- -- GIT Checksum for this file: -- @@ -882,7 +882,7 @@ html,body{margin:20px}a{cursor:pointer}.navbar .nav>li>a.active{color:black;font * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -54508,7 +54508,7 @@ var VERSION = "2013-09-15-125813" * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -54582,7 +54582,7 @@ $(document).ready(function () { * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -54901,7 +54901,7 @@ function translate(key) { * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -55038,7 +55038,7 @@ App.AssetMixin = Ember.Mixin.create({ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -55180,7 +55180,7 @@ App.Asset = DS.Model.extend(App.AssetMixin, { * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -55271,7 +55271,7 @@ App.store = DS.Store.createWithMixins({ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -55373,7 +55373,7 @@ App.SuccessorsRoute = Ember.Route.extend({ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -55498,7 +55498,7 @@ function decode64(input) { * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -55645,7 +55645,7 @@ App.AssetsNewController = Ember.ArrayController.extend({ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -55725,7 +55725,7 @@ App.NavView = Ember.View.extend({ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -55781,7 +55781,7 @@ App.ApplicationController = Ember.Controller.extend({ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -55855,7 +55855,7 @@ App.SelfController = Ember.ObjectController.extend({ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -55988,7 +55988,7 @@ App.SuccessorsNewController = Ember.ArrayController.extend({ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -56351,7 +56351,7 @@ function ImportJSON(json, pass) { * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -56412,7 +56412,7 @@ App.TestamentController = Ember.ArrayController.extend({ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ @@ -56467,7 +56467,7 @@ App.AboutController = Ember.Controller.extend({ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/digiproof-prod.html b/digiproof-prod.html index 6ecdfcb..64a7ab8 100644 --- a/digiproof-prod.html +++ b/digiproof-prod.html @@ -40,7 +40,7 @@ -- -- The sourcecode can be found on: -- - -- https://github.com/TLINDEN/digiproof + -- https://codeberg.org/scip/digiproof -- -- GIT Checksum for this file: -- diff --git a/index.html b/index.html index dccd863..5ed9b4a 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ -- -- The sourcecode can be found on: -- - -- https://github.com/TLINDEN/digiproof + -- https://codeberg.org/scip/digiproof -- -- GIT Checksum for this file: -- diff --git a/js/apphelpers.js b/js/apphelpers.js index d9efd76..2e7b1d7 100644 --- a/js/apphelpers.js +++ b/js/apphelpers.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/confirm.js b/js/confirm.js index ded8957..ec6b5e8 100644 --- a/js/confirm.js +++ b/js/confirm.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/controllers_about.js b/js/controllers_about.js index d95eefc..7b05bd8 100644 --- a/js/controllers_about.js +++ b/js/controllers_about.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/controllers_application.js b/js/controllers_application.js index 0e81e9d..160c6b9 100644 --- a/js/controllers_application.js +++ b/js/controllers_application.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/controllers_asset.js b/js/controllers_asset.js index 6ac3d71..18a51d6 100644 --- a/js/controllers_asset.js +++ b/js/controllers_asset.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/controllers_data.js b/js/controllers_data.js index bbc7554..ed68f95 100644 --- a/js/controllers_data.js +++ b/js/controllers_data.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/controllers_index.js b/js/controllers_index.js index 639e1af..eaad9a3 100644 --- a/js/controllers_index.js +++ b/js/controllers_index.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/controllers_self.js b/js/controllers_self.js index 955cdbb..28fc76c 100644 --- a/js/controllers_self.js +++ b/js/controllers_self.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/controllers_successor.js b/js/controllers_successor.js index 5d14d5d..f8a4fdc 100644 --- a/js/controllers_successor.js +++ b/js/controllers_successor.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/controllers_testament.js b/js/controllers_testament.js index 7566db4..9fa1d1d 100644 --- a/js/controllers_testament.js +++ b/js/controllers_testament.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/digiproof_dev.js b/js/digiproof_dev.js index 6010be0..5320485 100644 --- a/js/digiproof_dev.js +++ b/js/digiproof_dev.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/digiproof_prod.js b/js/digiproof_prod.js index 2da024a..f739daa 100644 --- a/js/digiproof_prod.js +++ b/js/digiproof_prod.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/fs.js b/js/fs.js index be43faf..037fb25 100755 --- a/js/fs.js +++ b/js/fs.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/handlebars_helpers.js b/js/handlebars_helpers.js index ae29b41..dbd2bea 100644 --- a/js/handlebars_helpers.js +++ b/js/handlebars_helpers.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/init.js b/js/init.js index 201f827..b99a357 100644 --- a/js/init.js +++ b/js/init.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/locale.js b/js/locale.js index e7d59c8..b4f463c 100644 --- a/js/locale.js +++ b/js/locale.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/mixins.js b/js/mixins.js index 01d9819..eb3074c 100644 --- a/js/mixins.js +++ b/js/mixins.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/models.js b/js/models.js index f560029..42a48c0 100644 --- a/js/models.js +++ b/js/models.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/router.js b/js/router.js index 0322c42..90cf4de 100644 --- a/js/router.js +++ b/js/router.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/js/store.js b/js/store.js index fb6b4e0..7dd1f89 100644 --- a/js/store.js +++ b/js/store.js @@ -37,7 +37,7 @@ * * The sourcecode can be found on: * - * https://github.com/TLINDEN/digiproof + * https://codeberg.org/scip/digiproof * */ diff --git a/mksingleton.pl b/mksingleton.pl index d28f8fb..9e5e9af 100755 --- a/mksingleton.pl +++ b/mksingleton.pl @@ -37,7 +37,7 @@ # # The sourcecode can be found on: # -# https://github.com/TLINDEN/digiproof +# https://codeberg.org/scip/digiproof # #