Content deleted Content added
Delusion23 (talk | contribs) m fix typos, dates, formatting, references, brackets and links using AWB |
|||
Line 1:
{{multiple issues|
{{update|date=May 2014}}
{{Orphan|date=May 2008}}
}}
'''Linux Software Map''' (LSM) is a standard text [[file format]] for describing [[Linux]] [[software]]. It also refers to the [[database]] constructed from these files. LSM is one of the standard methods for announcing a new software release for Linux.
== File format ==
If a Linux program is to be distributed widely, an LSM file may be created to describe the program, normally in a file called ''software_package_name''.lsm. This file begins with <tt>Begin4</tt> and ends with <tt>End</tt>. It has one [[field (computer science)|field]] on each line. The field name is separated from the value by a [[colon (punctuation)|colon]] (:). Mandatory fields are Title, Version, Entered-date, Description, Author and Primary-site.
==Example==
Line 40 ⟶ 42:
[[Category:Linux]]
[[Category:Computer file formats]]
{{linux-stub}}
|