README
|
|
This article needs additional citations for verification. (April 2009) |
A readme (or read me) file contains information about other files in a directory or archive and is commonly distributed with computer software. Such a file is usually a text file called README.TXT, README.md, README.1ST, READ.ME, or simply README, although some Microsoft Windows software may occasionally include a README.WRI, README.RTF, or README.DOC. The name is chosen so that users unaware of the existence of this type of file would be drawn to read it. It is traditionally written in upper case so that on case-preserving environments using an ASCIIbetical ordering, the name will appear near the beginning of a directory listing (since upper-case letters sort before lower-case letters in ASCIIbetical ordering).
The contents typically include one or more of the following:
- Configuration instructions
- Installation instructions
- Operating instructions
- A file manifest (list of files included)
- Copyright and licensing information
- Contact information for the distributor or programmer
- Known bugs[1]
- Troubleshooting[1]
- Credits and acknowledgments
- A changelog (usually for programmers)
- A news section (usually for users)
The expression "readme file" is also sometimes used descriptively and generically, whereby the files are not named "readme", but are considered types of readme files.[citation needed] The source code distributions of many free software packages, especially those following the Gnits Standards or those produced with GNU Autotools, usually include a standard set of readme files:
-
README General information AUTHORS Credits THANKS Acknowledgments ChangeLog A detailed changelog, intended for programmers NEWS A basic changelog, intended for users INSTALL Installation instructions COPYING / LICENSE Copyright and licensing information BUGS Known bugs and instructions on reporting new ones
Other files commonly distributed with software include a FAQ and a TODO file listing possible future changes.
Other uses [edit]
- "Read_me" is the name of a software art festival (Aarhus 2004, Helsinki 2003, Moscow 2002) created by Alexei Shulgin and Olga Goriunova, among others.[2][3]
- "Readme" is the name of Michael Kinsley's column in the magazine Slate.[4][5]
- "readme" is the name of a student-produced weekly satirical publication at Carnegie Mellon University.[6]
- Reamde (sic) is the title of a novel by Neal Stephenson.
Further reading [edit]
- Johnson, Mark (February 1997). "Building a Better ReadMe". Technical Communication (Society for Technical Communication) 44 (1): p28–36.
- Livingston, Brian (14 September 1998). "Check your Readme files to avoid common Windows problems". InfoWorld 20 (37): p34.
References [edit]
- ^ a b Manes, Stephen (November 1996). "README? Sure--before I buy!". PC World 14 (11): p366.
- ^ Goriunova, Olga; Shulgin, Alexei. "Read_me 2.3 Report". m-cult.org.
- ^ "Read_Me 2.3 press-release short". m-cult.org. 2003.
- ^ "readme - Slate Magazine". Slate.com. Retrieved 25 June 2012.
- ^ Silverman, Craig (11 September 2009). "Michael Kinsley, Correctionaholic". Columbia Journalism Review. Retrieved 25 June 2012.
- ^ "About - readmecmu". Retrieved 25 June 2012.
- This article is based in part on the Jargon File, which is in the public domain.