aboutsummaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743"Johnathan Corgan2014-03-151-21/+0
| | | | This reverts commit 260cf5c0a4754be39b05f6a247b8a354de7eced6.
* Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743Gavin Andresen2014-02-281-0/+21
| | | | | git-subtree-dir: qa/rpc-tests/python-bitcoinrpc git-subtree-split: e48474322de165212c5aa29574297e78b09df8d6
* update and reformat README.mdColin Dean2013-01-301-1/+0
| | | | | | | | | | | | * 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.
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+1
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