1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

README updates

This commit is contained in:
James Hillyerd
2016-03-03 21:25:59 -08:00
parent c172ea4dd7
commit d566da0d86

View File

@@ -1,4 +1,4 @@
Inbucket [![Build Status](https://travis-ci.org/jhillyerd/inbucket.png?branch=master)](https://travis-ci.org/jhillyerd/inbucket) Inbucket [![Build Status](https://travis-ci.org/jhillyerd/inbucket.png?branch=master)][Build Status]
======== ========
Inbucket is an email testing service; it will accept messages for any email Inbucket is an email testing service; it will accept messages for any email
@@ -6,20 +6,19 @@ address and make them available via web, REST and POP3. Once compiled,
Inbucket does not have an external dependencies (HTTP, SMTP, POP3 and storage Inbucket does not have an external dependencies (HTTP, SMTP, POP3 and storage
are all built in). are all built in).
Read more at the [Inbucket website][Inbucket] Read more at the [Inbucket Website]
Development Status Development Status
------------------ ------------------
Inbucket is currently production quality: it is being used for real work. Inbucket is currently production quality: it is being used for real work.
Please check the [issues list][Issues] Please see the [Change Log] and [Issues List] for more details.
for more details.
Building from Source Building from Source
------------------------ --------------------
You will need a functioning [Go installation][Golang] for this to work. You will need a functioning [Go installation][Google Go] for this to work.
Grab the Inbucket source code and compile the daemon: Grab the Inbucket source code and compile the daemon:
@@ -39,12 +38,14 @@ The Inbucket website has a more complete guide to
About About
----- -----
Inbucket is written in [Google Go][Golang]. Inbucket is written in [Google Go]
Inbucket is open source software released under the MIT License. The latest Inbucket is open source software released under the MIT License. The latest
version can be found at https://github.com/jhillyerd/inbucket version can be found at https://github.com/jhillyerd/inbucket
[Inbucket]: http://www.inbucket.org/ [Build Status]: https://travis-ci.org/jhillyerd/inbucket
[Issues]: https://github.com/jhillyerd/inbucket/issues?state=open [Change Log]: https://github.com/jhillyerd/inbucket/blob/master/CHANGELOG.md
[From Source]: http://www.inbucket.org/installation/from-source.html [From Source]: http://www.inbucket.org/installation/from-source.html
[Golang]: http://golang.org/ [Google Go]: http://golang.org/
[Inbucket Website]: http://www.inbucket.org/
[Issues List]: https://github.com/jhillyerd/inbucket/issues?state=open