Cite This Page
Bibliographic details for Simple Servers
- Page name: Simple Servers
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 22 June 2011 13:09 UTC
- Date retrieved: 21 January 2021 21:21 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33100
- Page Version ID: 33100
Citation styles for Simple Servers
APA style
Simple Servers. (2011, June 22). HaskellWiki, . Retrieved 21:21, January 21, 2021 from https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33100.
MLA style
"Simple Servers." HaskellWiki, . 22 Jun 2011, 13:09 UTC. 21 Jan 2021, 21:21 <https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33100>.
MHRA style
HaskellWiki contributors, 'Simple Servers', HaskellWiki, , 22 June 2011, 13:09 UTC, <https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33100> [accessed 21 January 2021]
Chicago style
HaskellWiki contributors, "Simple Servers," HaskellWiki, , https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33100 (accessed January 21, 2021).
CBE/CSE style
HaskellWiki contributors. Simple Servers [Internet]. HaskellWiki, ; 2011 Jun 22, 13:09 UTC [cited 2021 Jan 21]. Available from: https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33100.
Bluebook style
Simple Servers, https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33100 (last visited January 21, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Simple Servers --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33100", note = "[Online; accessed 21-January-2021]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Simple Servers --- HaskellWiki{,} ", year = "2011", url = "\url{https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33100}", note = "[Online; accessed 21-January-2021]" }