diff options
author | lloyd <[email protected]> | 2010-06-16 14:35:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-16 14:35:55 +0000 |
commit | 5ddec21a98ba77698ac02c082eb3b44b50ec0929 (patch) | |
tree | d08969e4b9e4d40339832d291a64334e0f01a2ab /readme.txt | |
parent | 3fc42518b21efe2e4fce042065647503ebe270df (diff) |
Reference Doxygen docs in readme. Reformat a bit
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/readme.txt b/readme.txt index 558565606..7bd33bd4d 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,5 @@ Botan 1.9.9-dev, ????-??-?? +http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of cryptographic operations. @@ -12,18 +13,18 @@ to the botan-devel mailing list: http://lists.randombit.net/mailman/listinfo/botan-devel/ In the doc directory, there should be a set of PDFs, including - -building.pdf - build instructions -api.pdf - the API reference manual -tutorial.pdf - a set of simple examples and tutorials + building.pdf - build instructions + api.pdf - the API reference manual + tutorial.pdf - a set of simple examples and tutorials A set of example programs can be found in the doc/examples directory. +You can also find Doxygen generated documentation online at + http://botan.randombit.net/doxygen -Check http://botan.randombit.net/ for announcements and new -releases. If you'll be developing code using this library, consider -joining the mailing lists to keep up to date with changes and new -releases. +Check the project website for announcements and new releases. If +you'll be developing code using this library, consider joining the +mailing lists to keep up to date with changes. As always, feel free to contact me with any questions or comments. --Jack Lloyd ([email protected]) + - Jack Lloyd ([email protected]) |