mirror of
https://codeberg.org/scip/digiproof.git
synced 2025-12-16 12:11:01 +01:00
move to codeberg (#1)
This commit is contained in:
2
Makefile
2
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"
|
||||
|
||||
16
README.md
16
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:
|
||||

|
||||

|
||||
|
||||
Here we entered some asset data (german language version):
|
||||

|
||||

|
||||
|
||||
[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.
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -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:
|
||||
--
|
||||
|
||||
@@ -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:
|
||||
--
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
2
js/fs.js
2
js/fs.js
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*
|
||||
* The sourcecode can be found on:
|
||||
*
|
||||
* https://github.com/TLINDEN/digiproof
|
||||
* https://codeberg.org/scip/digiproof
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#
|
||||
# The sourcecode can be found on:
|
||||
#
|
||||
# https://github.com/TLINDEN/digiproof
|
||||
# https://codeberg.org/scip/digiproof
|
||||
#
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user