This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
forked from Aspine/aspine
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GNU has multiple licenses, so "GNU License" is ambiguous. I changed it to "GNU GPLv3" because that is the license in the file LICENSE.md, but I would recommend changing it to "GNU GPLv3 or later" (or even better, "GNU GPLv2 or later" if you want to be compatible with GPLv2), so that if a GPLv4 license is released, Aspine will be compatible with projects that use GPLv4. I have not made this change because I do not hold the copyright to the software and do not have the legal right to make such a decision about the license of the software.
I added instructions to host Aspine locally for testing purposes. I prepended `node` to the command `./serve.js insecure` because `./serve.js` assumes that the file `serve.js` has the execute bit enabled in Unix permissions, but the repository may be cloned into a directory on a filesystem without Unix permissions, such as NTFS (like on my computer), or the user may be running a non-Unix-like operating system such as Windows (I'm not sure how Windows handles this).
Add hosting instructions
Fix bulleted list formatting and clarify license
I forgot to mention that people should run `npm install`. I have now added it.
…ng and grade calculation algorithm
…en they are maxed out
…d 'assignment_feedback'
…recent activity array
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.