-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
HOSTNAME=127.0.0.1:8000 | ||
HOSTNAME=127.0.0.1:1025 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "elk-rs" | ||
name = "bobcat" | ||
version = "0.1.0" | ||
authors = ["Clivern <[email protected]>"] | ||
edition = "2018" | ||
description = "A Public SMTP Server to forward Messages into A Backend System" | ||
license = "MIT" | ||
repository = "https://github.com/Norwik/Elk" | ||
repository = "https://github.com/Norwik/Bobcat" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
<p align="center"> | ||
<img src="/static/logo.png" width="180" /> | ||
<h3 align="center">Elk</h3> | ||
<h3 align="center">Bobcat</h3> | ||
<p align="center">A Public SMTP Server to forward Messages into A Backend System</p> | ||
<p align="center"> | ||
<a href="https://github.com/Norwik/Elk/actions"><img src="https://github.com/Norwik/Elk/actions/workflows/build.yml/badge.svg"></a> | ||
<a href="https://github.com/Norwik/Elk/releases"><img src="https://img.shields.io/badge/Version-v0.1.0-green.svg"></a> | ||
<a href="https://github.com/Norwik/Elk/blob/main/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-green.svg"></a> | ||
<a href="https://github.com/Norwik/Bobcat/actions"><img src="https://github.com/Norwik/Bobcat/actions/workflows/build.yml/badge.svg"></a> | ||
<a href="https://github.com/Norwik/Bobcat/releases"><img src="https://img.shields.io/badge/Version-v0.1.0-green.svg"></a> | ||
<a href="https://github.com/Norwik/Bobcat/blob/main/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-green.svg"></a> | ||
</p> | ||
</p> | ||
|
||
|
||
## Versioning | ||
|
||
For transparency into our release cycle and in striving to maintain backward compatibility, Elk is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly. | ||
For transparency into our release cycle and in striving to maintain backward compatibility, Bobcat is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly. | ||
|
||
See the [Releases section of our GitHub project](https://github.com/norwik/elk/releases) for changelogs for each release version of Elk. It contains summaries of the most noteworthy changes made in each release. | ||
See the [Releases section of our GitHub project](https://github.com/norwik/bobcat/releases) for changelogs for each release version of Bobcat. It contains summaries of the most noteworthy changes made in each release. | ||
|
||
|
||
## Bug tracker | ||
|
||
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/norwik/elk/issues | ||
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/norwik/bobcat/issues | ||
|
||
|
||
## Security Issues | ||
|
||
If you discover a security vulnerability within Elk, please send an email to [[email protected]](mailto:[email protected]) | ||
If you discover a security vulnerability within Bobcat, please send an email to [[email protected]](mailto:[email protected]) | ||
|
||
|
||
## Contributing | ||
|
@@ -36,4 +36,4 @@ We are an open source, community-driven project so please feel free to join us. | |
|
||
© 2022, clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php). | ||
|
||
**Elk** is authored and maintained by [@Clivern](http://github.com/clivern). | ||
**Bobcat** is authored and maintained by [@Clivern](http://github.com/clivern). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.