Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed file extensions of some README files #1

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions cluster/README.txt → cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Author: Dustin J. Mitchell

Project: Cluster (a working title!)

Requirements: Python

This directory holds a simple implementation of a replicated state machine
Expand Down
2 changes: 2 additions & 0 deletions crawler/README.txt → crawler/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Author: Guido van Rossum

Project: Web crawler

Requirements: Python 3.4, or 3.3 + asyncio

This is a web crawler. You give it a URL and it will crawl that
Expand Down
1 change: 1 addition & 0 deletions graph-layout/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Graph layout engine

A graph layout engine.

Author: Julia Evans

TODO: Everything.
12 changes: 8 additions & 4 deletions torrent_client/README.txt → torrent_client/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Author: Kresten Krab Thorup

Project: Torrent Client

Requirements: Erlang

This directory holds a simple torrent client in Erlang. The client only works
Expand All @@ -13,10 +15,12 @@ The easiest way to get Erlang, is to download it from www.erlang-solutions.org.
Don't use the Erlang distributed with Ubuntu.

compile:
./rebar get-deps
./rebar compile

./rebar get-deps
./rebar compile

run:
erl -pa ebin -pa deps/*/ebin
1> torrent_client:download("../path/to.torrent")

erl -pa ebin -pa deps/*/ebin
1> torrent_client:download("../path/to.torrent")

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions web-server/README.txt → web-server/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Author: Greg Wilson

Project: Web Server

Requirements: Python

This directory holds a simple web server in Python, which I am
Expand Down