mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
README updates
This commit is contained in:
21
README.md
21
README.md
@@ -1,4 +1,4 @@
|
||||
Inbucket [](https://travis-ci.org/jhillyerd/inbucket)
|
||||
Inbucket [][Build Status]
|
||||
========
|
||||
|
||||
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
|
||||
are all built in).
|
||||
|
||||
Read more at the [Inbucket website][Inbucket]
|
||||
Read more at the [Inbucket Website]
|
||||
|
||||
Development Status
|
||||
------------------
|
||||
|
||||
Inbucket is currently production quality: it is being used for real work.
|
||||
|
||||
Please check the [issues list][Issues]
|
||||
for more details.
|
||||
Please see the [Change Log] and [Issues List] for more details.
|
||||
|
||||
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:
|
||||
|
||||
@@ -39,12 +38,14 @@ The Inbucket website has a more complete guide to
|
||||
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
|
||||
version can be found at https://github.com/jhillyerd/inbucket
|
||||
|
||||
[Inbucket]: http://www.inbucket.org/
|
||||
[Issues]: https://github.com/jhillyerd/inbucket/issues?state=open
|
||||
[Build Status]: https://travis-ci.org/jhillyerd/inbucket
|
||||
[Change Log]: https://github.com/jhillyerd/inbucket/blob/master/CHANGELOG.md
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user