Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Nov 13, 2023
1 parent 1572b39 commit e94dcb9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HOSTNAME=127.0.0.1:8000
HOSTNAME=127.0.0.1:1025
4 changes: 2 additions & 2 deletions Cargo.toml
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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rustup ?= rustup

help: Makefile
@echo
@echo " Choose a command run in Elk:"
@echo " Choose a command run in Bobcat:"
@echo
@sed -n 's/^##//p' $< | column -t -s ':' | sed -e 's/^/ /'
@echo
Expand Down
18 changes: 9 additions & 9 deletions README.md
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
Expand All @@ -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).
Binary file modified static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e94dcb9

Please sign in to comment.