aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2014-03-15Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743"Johnathan Corgan
This reverts commit 260cf5c0a4754be39b05f6a247b8a354de7eced6.
2014-02-28Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743Gavin Andresen
git-subtree-dir: qa/rpc-tests/python-bitcoinrpc git-subtree-split: e48474322de165212c5aa29574297e78b09df8d6
2013-01-30update and reformat README.mdColin Dean
* updated references to files which have since been moved * added reference to licensing * added brief summary in case a non-technical user happens upon repo first * miscellaneous Markdown-isms to make the doc more attractive * remove unused symlink README -> README.md I double-checked the makefiles and whatnot to ensure that the README symlink is not being referenced. It is not. Rather, `doc/README` and `doc/README_windows.txt` are copied for distribution.
2011-04-23directory re-organization (keeps the old build system)Jaromil
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs