move to codeberg (#1)

This commit is contained in:
T. von Dein
2025-12-13 21:03:30 +01:00
parent b8dc6fef66
commit 0fa6afbe1a
27 changed files with 51 additions and 51 deletions

View File

@@ -36,7 +36,7 @@
# #
# The sourcecode can be found on: # The sourcecode can be found on:
# #
# https://github.com/TLINDEN/digiproof # https://codeberg.org/scip/digiproof
# #
ts != date +"%Y-%m-%d-%H%M%S" ts != date +"%Y-%m-%d-%H%M%S"

View File

@@ -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.** **This is BETA software, use on your own risk.**
If you want to try it, download the 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. 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 which retains all data across
browser sessions. This version does store any entered data unencrypted using the browser sessions. This version does store any entered data unencrypted using the
[localStorage adapter for ember.js](https://github.com/rpflorence/ember-localstorage-adapter). [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 Download the standalone self contained app to your computer
by right-clicking the following link and selecting "save as ...": 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 Then open the file locally either by double clicking it from
your filemanager or opening it from your browser (File => Open ...). 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. Here are some screenshots of the app in action. Please note that they might be outdated.
This is the main screen of the app: 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): 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. directory.
Used Javascript Libraries Used Javascript Libraries
@@ -77,7 +77,7 @@ Used Javascript Libraries
License 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. Commercial redistribution prohibited.

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -40,7 +40,7 @@
-- --
-- The sourcecode can be found on: -- The sourcecode can be found on:
-- --
-- https://github.com/TLINDEN/digiproof -- https://codeberg.org/scip/digiproof
-- --
-- GIT Checksum for this file: -- 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: * 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: * 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: * 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: * 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: * 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: * 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: * 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: * 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: * 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: * 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: * 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: * 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: * 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: * 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: * 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: * 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: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -40,7 +40,7 @@
-- --
-- The sourcecode can be found on: -- The sourcecode can be found on:
-- --
-- https://github.com/TLINDEN/digiproof -- https://codeberg.org/scip/digiproof
-- --
-- GIT Checksum for this file: -- GIT Checksum for this file:
-- --

View File

@@ -40,7 +40,7 @@
-- --
-- The sourcecode can be found on: -- The sourcecode can be found on:
-- --
-- https://github.com/TLINDEN/digiproof -- https://codeberg.org/scip/digiproof
-- --
-- GIT Checksum for this file: -- GIT Checksum for this file:
-- --

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
* *
* The sourcecode can be found on: * The sourcecode can be found on:
* *
* https://github.com/TLINDEN/digiproof * https://codeberg.org/scip/digiproof
* *
*/ */

View File

@@ -37,7 +37,7 @@
# #
# The sourcecode can be found on: # The sourcecode can be found on:
# #
# https://github.com/TLINDEN/digiproof # https://codeberg.org/scip/digiproof
# #
# #