Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

giving webi installer the gift of crabz #664

Merged
merged 2 commits into from
Oct 28, 2023
Merged

Conversation

copyleftdev
Copy link

adding a rust tool called crabz

@copyleftdev copyleftdev changed the title given webi installer the gift of crabz giving webi installer the gift of crabz Oct 13, 2023
@coolaj86
Copy link
Member

coolaj86 commented Oct 17, 2023

Preview

See https://beta.webinstall.dev/crabz

@copyleftdev
Copy link
Author

@coolaj86 getting a 500 response from the beta url

curl 'https://beta.webinstall.dev/crabz' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'Cookie: _gid=GA1.2.295070613.1697438704; _ga=GA1.2.1699432686.1697323350; _ga_34RD616HZZ=GS1.1.1697589563.5.1.1697589637.0.0.0' \ -H 'Referer: https://github.com/webinstall/webi-installers/pull/664' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: cross-site' \ -H 'Sec-Fetch-User: ?1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="118", "Google Chrome";v="118", "Not=A?Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Linux"' \ --compressed

@coolaj86
Copy link
Member

It's because the FrontMatter is malformed:

---

### Title: Crabz
Homepage: [Crabz on GitHub](https://github.com/sstadick/crabz)
Tagline: |
  Crabz: A cross-platform, fast, compression and decompression tool written in Rust.

---

@coolaj86
Copy link
Member

coolaj86 commented Oct 18, 2023

I corrected it ad-hoc:

---
title: Crabz
homepage: https://github.com/sstadick/crabz
tagline: |
  Crabz: A cross-platform, fast, compression and decompression tool written in Rust.
---

Now the page renders:
https://beta.webinstall.dev/crabz

Note: Markdown doesn't render inside of the yaml FrontMatter

Copy link
Member

@coolaj86 coolaj86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the installers and reworked the README.

This will go live momentarily... 🙂

@coolaj86 coolaj86 merged commit 4dc9e2d into webinstall:main Oct 28, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants