Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigcompany/know-your-http
a series of A1-sized posters about the HTTP protocol
https://github.com/bigcompany/know-your-http
Last synced: 30 days ago
JSON representation
a series of A1-sized posters about the HTTP protocol
- Host: GitHub
- URL: https://github.com/bigcompany/know-your-http
- Owner: bigcompany
- License: other
- Created: 2013-04-10T08:41:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-31T21:36:54.000Z (over 11 years ago)
- Last Synced: 2024-10-01T20:01:23.261Z (about 1 month ago)
- Homepage:
- Size: 2.37 MB
- Stars: 1,225
- Watchers: 78
- Forks: 77
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KNOW YOUR HTTP!
## Some posters for your workplace## Downloads
You can take these to any print shop (such as Kinko's) and they will be well-equipped to print them for you:
### [KNOW YOUR HTTP HEADERS!](https://github.com/jesusabdullah/know-your-http/blob/master/headers.pdf?raw=true)
[![](https://raw.github.com/bigcompany/know-your-http/master/thumbnails/headers.png)](https://github.com/jesusabdullah/know-your-http/blob/master/headers.pdf?raw=true)
### [KNOW YOUR HTTP METHODS!](https://github.com/jesusabdullah/know-your-http/blob/master/methods.pdf?raw=true)
[![](https://raw.github.com/bigcompany/know-your-http/master/thumbnails/methods.png)](https://github.com/jesusabdullah/know-your-http/blob/master/methods.pdf?raw=true)
### [KNOW YOUR HTTP STATUS CODES!](https://github.com/jesusabdullah/know-your-http/blob/master/status-codes.pdf?raw=true)
[![](https://raw.github.com/bigcompany/know-your-http/master/thumbnails/status-codes.png)](https://github.com/jesusabdullah/know-your-http/blob/master/status-codes.pdf?raw=true)
# For Sale
You can now [buy these posters on Zazzle.com](http://www.zazzle.com/bigcompany/gifts?cg=196156583198150258)! Full disclosure: We make about $3.50 per poster.
* [Buy KNOW YOUR HTTP HEADERS! on Zazzle](http://www.zazzle.com/know_your_http_headers_v0_1_0_size_a1-228190277124642405)
* [Buy KNOW YOUR HTTP METHODS! on Zazzle](http://www.zazzle.com/know_your_http_methods_v0_1_0_size_a1_poster-228777599755392880)
* [Buy KNOW YOUR HTTP STATUS CODES! on Zazzle](http://www.zazzle.com/know_your_http_status_codes_v0_1_0_size_a1-228998788799186043)## Build
To generate the posters, simply run:
$ make
In order for the build process to be successful, you will need the following:
* LaTeX
* The `beamerposter` and `cclicences` LaTeX packages and their dependencies (if you installed texlive you may already have these installed)
* `imagemagick` to build the thumbnail images
* MakeYou can install [TeXLive](https://www.tug.org/texlive/) in Ubuntu by running `sudo apt-get install texlive`. Mac users may try [MacTeX](http://www.tug.org/mactex/), and the preferred distribution for Windows is [MikTeX](http://www.miktex.org/). If you don't have make, you should be able to compile it manually with the `pdflatex` command or similar means.
## Licensing:
These posters are licensed [Creative Commons BY-NC-SA](http://creativecommons.org/licenses/by-nc-sa/3.0/) . The big.vc logo itself is copyright The Big Internet Company, all rights reserved, so please do not use it in derivative works.