From 06052928d631d3dec90087c48dddb12b8e6e98ef Mon Sep 17 00:00:00 2001 From: DamieFC <69485115+DamieFC@users.noreply.github.com> Date: Fri, 16 Oct 2020 18:57:33 -0700 Subject: [PATCH 1/2] Update README.md I forked this because I could build on it, I don't know if it supports PHP, I will examine the code, try to put in some (more?) server-side support. --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4298e1e6..ae2958c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Coder +# Fork of "Coder" +## This is the original stuff + ## A simple way to make web stuff on Raspberry Pi Coder is a free piece of software that turns a Raspberry Pi into a super simple platform that educators and parents can use to teach the basics of building for the web. New coders can craft small projects in HTML, CSS, and Javascript, right from the web browser. @@ -22,5 +24,12 @@ Utility for transfering the coder image to an SD Card #### findcoder-appengine EXPERIMENTAL: A status server that can be run to help locate multiple Coder devices in a classroom scenario - +## This is my thing +I forked this because I figured it would be good for building on for something else, maybe to add on, you never really know. :smirk: + +### What I want to do + +1. Add server-side code bits +2. Make it able to support multiple coder devices on a network +3. I had something, but I forgot. Will put that here From d40d32026c9e3ca0e952bf1e4daeee4623791ec3 Mon Sep 17 00:00:00 2001 From: "whitesource-bolt-for-github[bot]" <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 15:54:07 +0000 Subject: [PATCH 2/2] Add .whitesource configuration file --- .whitesource | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 00000000..55b922e8 --- /dev/null +++ b/.whitesource @@ -0,0 +1,12 @@ +{ + "scanSettings": { + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file