Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/fools
A git server with minimal system resource requirements, implemented in Forth.
https://github.com/imrehg/fools
Last synced: 12 days ago
JSON representation
A git server with minimal system resource requirements, implemented in Forth.
- Host: GitHub
- URL: https://github.com/imrehg/fools
- Owner: imrehg
- License: mit
- Created: 2011-03-28T16:21:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-28T16:47:12.000Z (over 13 years ago)
- Last Synced: 2024-04-08T17:42:14.317Z (8 months ago)
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fools
A git server with minimal system resource requirements, implemented in Forth.
### Inspirations & resources
* ProGit - git internals: http://progit.org/book/ch9-0.html
* Pure Python git implementation: https://github.com/jelmer/dulwich
* Git server protocol: http://git-scm.com/gitserver.txt
* Web server in Forth: http://www.jwdt.com/~paysan/httpd-en.html
* SHA1 algorithm: http://home.earthlink.net/~neilbawd/sha1.txt### License
See LICENSE.txt for details, short story: MIT license, use it for anything you want, keep the notice around and have fun!