Caleb James DeLisle 956778b608 Merge branch 'patch-4' of git://github.com/rany0/cjdns into crashey 4 gadi atpakaļ
..
android 345d62b577 Make cjdns build for android arm64 arch 9 gadi atpakaļ
apparmor fa18657699 Fix AppArmor profile so cjdroute can chroot 9 gadi atpakaļ
bash c49cc24869 links update 7 gadi atpakaļ
c 729b6d6670 Fix privatetopublic's hexadecimal decoding. 7 gadi atpakaļ
doc 2a22979661 Fix Markdown formatting 6 gadi atpakaļ
docker b6ff520749 Fix cp in Dockerfile 6 gadi atpakaļ
fedora c49cc24869 links update 7 gadi atpakaļ
gentoo de736c0aa8 Gentoo: Automatic crash detection and restart 9 gadi atpakaļ
http c49cc24869 links update 7 gadi atpakaļ
launchd 32535a5f02 Added plist editing instructions to launchd readme 10 gadi atpakaļ
lua 4400aa8f93 Added useful address calculation code to lua contrib scripts 9 gadi atpakaļ
openrc 2cb7183106 Cleanup openrc file 8 gadi atpakaļ
perl 000819d641 Remove trailing whitespace and fix some spelling mistakes 10 gadi atpakaļ
php 82de42c68a tool for show broken public peers 6 gadi atpakaļ
python ba63712956 Use page argument as optional, like it is 6 gadi atpakaļ
python3 b3348d1f47 Added a python3 library and an example of signing a message 4 gadi atpakaļ
rcinit 529b3c9366 improved the rc 4 gadi atpakaļ
runit 0c94fa5dce * runit scripts 10 gadi atpakaļ
selinux 44799cd15a Tag /usr/sbin/cjdroute 9 gadi atpakaļ
sh ddbac10928 It's cleaner with exec 9 gadi atpakaļ
simple-install 9beaf19ee1 Update cjdns-installer.sh 4 gadi atpakaļ
systemd 3d1fb7d786 Revert "remove useless cjdns-resume" 4 gadi atpakaļ
upstart 181e2c3a11 Propagate the changes from #74 to upstart script 9 gadi atpakaļ
README.md 41874da7f7 added python api consumer, moved non-core (admin) stuff to contrib, improved admin interface. 12 gadi atpakaļ

README.md

Contrib

This is a place for code which is not officially part of cjdns but is useful as a complement. cjdns is 100% C99 licensed under the GPLv3 and has only 2 dependencies, for front-end code, this is too restrictive so there exists contrib where code can be added without concern about using other dependencies, licenses and languages.

Licensing

Non-GPLv3 free software licenses are okay, any file which is licensed under a different license should have an additional file created in the same directory with the name of the file followed by .LICENSE.txt with it's license so that it is clear, for example: jssha256.js.LICENSE.txt in the same directory as jssha256.js