Dokmelody is a federated system for programming and sharing information between individual users, groups and communities.
Dokmelody will be composed of:
- the Dok programming language;
- the Doknil knowledge-base language, for linking the various parts of a project;
- the Tuttology IDE
- the Dokmelody services for running the federation of servers
Early alpha: nothing of useful.
This repo contains scratch/throw-away code, for testing some Dokmelody ideas.
See https://www.dokmelody.org for more information.
Enable .envrc that loads the guix.scm environment with needed development tools.
Execute
just -l inside every directory for showing the content of justfile and related commands.
Dokmelody source code is released under the MIT license (SPDX-License-Identifier: MIT).
Documentation is released under the Creative Commons Attribution 4.0 International License (SPDX-License-Identifier: CC-BY-4.0).
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All submitted patches and commits are owned by their authors.
Every source code file MUST report in the header the copyright of all main contributors, following the SPDX standard. So something like
SPDX-License-Identifier: MIT
Copyright (C) YYYY-YYYY Some Name <some.emai@example.net>
Copyright (C) ...
or
SPDX-License-Identifier: CC-BY-4.0
Copyright (C) YYYY-YYYY Some Name <some.emai@example.net>
Copyright (C) ...
Updating the copyright header is optional in case of minor contributions, like typos and small bug-fixes. In these cases, it is sufficient the commit history.