Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugopl/http-status-code-manpages
Manpages for HTTP status codes.
https://github.com/hugopl/http-status-code-manpages
documentation http manpages status-code
Last synced: 23 days ago
JSON representation
Manpages for HTTP status codes.
- Host: GitHub
- URL: https://github.com/hugopl/http-status-code-manpages
- Owner: hugopl
- Created: 2021-06-24T19:51:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T02:50:30.000Z (over 3 years ago)
- Last Synced: 2024-04-14T13:01:53.208Z (7 months ago)
- Topics: documentation, http, manpages, status-code
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Status Code Manual
This is exactly like [statcode](https://github.com/shobrook/statcode), but real manpages instead of a python package.
# Usage
```
$ man 404
```The man pages are installed in category 7 — _Miscellaneous (including macro packages and conventions)_ — so you can also do:
```
$ man 7 500
```# Installing
You need ruby to generate the man pages, after this you just need the manpage reader.
```
$ make
$ sudo make install
```# Installing on ArchLinux
```
yay -S http-status-code-manpages
```## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull RequestAny ideas/suggestions, fill in an issue.
## Contributors
- [Hugo Parente Lima](https://github.com/hugopl) - creator and maintainer