-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Regenerate www for lisp doc * Update example email address * Fix changelog * Rewrite old changelog as list * Update changelog * Update version * Add links to changelog * Fix links * Add date to lisp changelog * Fix banner for longer version number * Update screenshot * Regenerate www * Remove boot.png * Update lisp version to 0.5.0 * Update chess version to 0.2.0 * Add screenshot script
- Loading branch information
Showing
17 changed files
with
94 additions
and
74 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,7 +1,7 @@ | ||
[package] | ||
name = "moros" | ||
description = "MOROS: Obscure Rust Operating System" | ||
version = "0.9.0" | ||
version = "0.10.0" | ||
authors = ["Vincent Ollivier <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -144,7 +144,7 @@ Here's a connexion to a SMTP server to send a mail: | |
250-Ok EventMachine SMTP Server | ||
250-NO-SOLICITING | ||
250 SIZE 20000000 | ||
> MAIL FROM:<v@moros.cc> | ||
> MAIL FROM:<vinc@moros.cc> | ||
> RCPT TO:<[email protected]> | ||
250 Ok | ||
250 Ok | ||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
if [ $# -eq 0 ]; then | ||
echo "Usage: screenshot.sh <name>" | ||
exit 1 | ||
fi | ||
nc -N 127.0.0.1 7777 <<< "screendump $1.ppm" | ||
convert "$1.ppm" "$1.png" | ||
optipng "$1.png" | ||
feh "$1.png" |
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
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
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 |
---|---|---|
|
@@ -164,7 +164,7 @@ <h2>SOCKET</h2> | |
250-Ok EventMachine SMTP Server | ||
250-NO-SOLICITING | ||
250 SIZE 20000000 | ||
> MAIL FROM:<v@moros.cc> | ||
> MAIL FROM:<vinc@moros.cc> | ||
> RCPT TO:<[email protected]> | ||
250 Ok | ||
250 Ok | ||
|