From 5715f4e5109b085a5111709574d94c5d97e32af9 Mon Sep 17 00:00:00 2001 From: runar Date: Sun, 23 Jan 2022 12:56:49 +0100 Subject: [PATCH] Change naming and coding conventions (#1) * Add empty index.html files to all folders * Add releases folder to gitignore * Rename hook file to comply with naming conventions * Add full name to LICENSE * Make code comply with the PEAR standard --- .gitignore | 1 + LICENSE | 2 +- dev/css/index.html | 0 dev/html/index.html | 0 dev/index.html | 0 dev/js/index.html | 0 dev/jslang.php | 3 +-- dev/lang.php | 3 +-- dev/resources/index.html | 0 dev/setup/10000.php | 25 ++++++++++++------------- dev/setup/index.html | 0 dev/setup/install.php | 25 ++++++++++++------------- dev/versions.json | 4 +++- hooks/File_Amazon.php | 25 +++++++++++++++++++++++++ hooks/ipsFileAmazon.php | 25 ------------------------- 15 files changed, 56 insertions(+), 57 deletions(-) create mode 100644 dev/css/index.html create mode 100644 dev/html/index.html create mode 100644 dev/index.html create mode 100644 dev/js/index.html create mode 100644 dev/resources/index.html create mode 100644 dev/setup/index.html create mode 100644 hooks/File_Amazon.php delete mode 100644 hooks/ipsFileAmazon.php diff --git a/.gitignore b/.gitignore index 4fec19c..fd4ac79 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .lvimrc +/releases diff --git a/LICENSE b/LICENSE index c12bcef..b6b9189 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 runar +Copyright (c) 2019 Runar Skaare Tveiten Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/dev/css/index.html b/dev/css/index.html new file mode 100644 index 0000000..e69de29 diff --git a/dev/html/index.html b/dev/html/index.html new file mode 100644 index 0000000..e69de29 diff --git a/dev/index.html b/dev/index.html new file mode 100644 index 0000000..e69de29 diff --git a/dev/js/index.html b/dev/js/index.html new file mode 100644 index 0000000..e69de29 diff --git a/dev/jslang.php b/dev/jslang.php index 8033b2e..890904e 100644 --- a/dev/jslang.php +++ b/dev/jslang.php @@ -1,4 +1,3 @@