[go: nahoru, domu]

Jump to content

LessTif: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
fixed website param in infobox
 
(32 intermediate revisions by 20 users not shown)
Line 1: Line 1:
{{Short description|Programming toolkit}}
{{Infobox software
{{Infobox software
| name = LessTif
| name = LessTif
| logo =
| logo =
| screenshot =
| screenshot =
| caption =
| caption =
| collapsible =
| collapsible =
| author =
| author =
| developer = Hungry Programmers<ref name="Motif"/><ref name="LessTif"/>
| developer = Hungry Programmers<ref name="Motif"/><ref name="LessTif"/>
| released =
| released =
| discontinued = yes
| latest release version = 0.95.2
| latest release version = 0.95.2
| latest release date = May 27, 2009
| latest release date = May 27, 2009
| latest preview version =
| latest preview version =
| latest preview date =
| latest preview date =
| frequently updated =
| frequently updated =
| programming language = [[C (programming language)|C]]
| programming language = [[C (programming language)|C]]
| operating system = [[Unix-like]]
| operating system = [[Unix-like]]
| platform =
| platform =
| size =
| size =
| language =
| language =
| genre = [[Widget toolkit]]
| status = dormant
| license = [[GNU Lesser General Public License]]
| genre = [[Widget toolkit]]
| website = {{URL|https://web.archive.org/web/20120723010742/http://lesstif.sourceforge.net/}}
| license = [[GNU Lesser General Public License]]
| replaced_by = [[Motif (software)|Motif under LGPL license]]
| website = http://www.lesstif.org/ (''no longer active as of January 2013, see [http://web.archive.org/web/20120723010742/http://lesstif.sourceforge.net/ archived version from July 2012])
}}
}}
'''LessTif''' was a [[free software]] reimplementation or [[Clone (computer science)|clone]] of the [[Motif (widget toolkit)|Motif]] computer programming toolkit, developed by the Hungry Programmers.<ref name="Motif">{{cite web|url= http://www.faqs.org/faqs/motif-faq/part2/section-18.html |title= Has anyone done a public domain Motif lookalike? |author= Kenton Lee |coauthors= |date= 2002-02-01 |work= The Motif FAQ |publisher= comp.windows.x.motif |at= 37 |doi= |archiveurl= |archivedate= |accessdate= 2010-04-05 |quote= LessTif is a freeware version of Motif from the Hungry Programmers }}</ref><ref name="LessTif">{{cite web|url= http://web.archive.org/web/20120723010742/http://lesstif.sourceforge.net/ |title= LessTif homepage |quote= LessTif is the Hungry Programmers' version of OSF/Motif |accessdate=2013-02-28}}</ref>
'''LessTif''' is a defunct [[free software]] reimplementation or [[Clone (computer science)|clone]] of the [[Motif (software)|Motif]] computer programming toolkit.<ref name="Motif">{{cite web|url= http://www.faqs.org/faqs/motif-faq/part2/section-18.html |title= Has anyone done a public domain Motif lookalike? |author= Kenton Lee |date= 2002-02-01 |work= The Motif FAQ |publisher= comp.windows.x.motif |at= 37 |doi= |archiveurl= |accessdate= 2010-04-05 |quote= LessTif is a freeware version of Motif from the Hungry Programmers }}</ref><ref name="LessTif">{{cite web|url=http://lesstif.sourceforge.net/ |title=LessTif homepage |quote=LessTif is the Hungry Programmers' version of OSF/Motif |accessdate=2013-02-28 |url-status=dead |archiveurl=https://web.archive.org/web/20120723010742/http://lesstif.sourceforge.net/ |archivedate=July 23, 2012 }}</ref> The project aimed for full [[source-code compatibility|source]]- and [[binary-code compatibility]] with Motif. While this was not achieved, many Motif applications could run with LessTif or be compiled with it.

As opposed to Motif, which was distributed until October 2012 under a [[proprietary software|proprietary]] [[license]] that could require the payment of [[royalties]], LessTif was distributed under the [[GNU Lesser General Public License]] (LGPL). The licence of Motif was the main motivation for the development of LessTif.


[[File:Xmabacus-lesstif.png|300px|thumb|right|A screenshot of a program using LessTif (xmabacus).]]
[[File:Xmabacus-lesstif.png|300px|thumb|right|A screenshot of a program using LessTif (xmabacus).]]


As opposed to Motif, which was distributed until October 2012 under a [[proprietary software|proprietary]] [[license]] that could require the payment of [[royalties]], LessTif was developed under the [[GNU Lesser General Public License]] (LGPL). The license of Motif was the main motivation for the development of LessTif. Following the release of the original Motif toolkit as open source under the LGPL in 2012, the LessTif project was abandoned.
LessTif aimed for full [[source code compatibility|source]] and [[binary code compatibility]] with Motif. While this was not achieved, many Motif applications run with LessTif and/or can be compiled with it.

LessTif has had no code commits since 2009. It was finally superseded by the release of the original [[Motif (widget toolkit)|Motif toolkit]] under an open-source licence in 2012.


==See also==
==See also==
{{Portal|Free software}}
{{Portal|Free and open-source software}}
*[[History of free software]]
*[[History of free software]]


Line 44: Line 42:


{{Widget toolkits}}
{{Widget toolkits}}

{{DEFAULTSORT:Lesstif}}
{{DEFAULTSORT:Lesstif}}
[[Category:Free computer libraries]]
[[Category:Free computer libraries]]

Latest revision as of 21:09, 12 May 2024

LessTif
Developer(s)Hungry Programmers[1][2]
Final release
0.95.2 / May 27, 2009
Written inC
Operating systemUnix-like
SuccessorMotif under LGPL license
TypeWidget toolkit
LicenseGNU Lesser General Public License
Websiteweb.archive.org/web/20120723010742/http://lesstif.sourceforge.net/

LessTif is a defunct free software reimplementation or clone of the Motif computer programming toolkit.[1][2] The project aimed for full source- and binary-code compatibility with Motif. While this was not achieved, many Motif applications could run with LessTif or be compiled with it.

A screenshot of a program using LessTif (xmabacus).

As opposed to Motif, which was distributed until October 2012 under a proprietary license that could require the payment of royalties, LessTif was developed under the GNU Lesser General Public License (LGPL). The license of Motif was the main motivation for the development of LessTif. Following the release of the original Motif toolkit as open source under the LGPL in 2012, the LessTif project was abandoned.

See also

[edit]

References

[edit]
  1. ^ a b Kenton Lee (2002-02-01). "Has anyone done a public domain Motif lookalike?". The Motif FAQ. comp.windows.x.motif. 37. Retrieved 2010-04-05. LessTif is a freeware version of Motif from the Hungry Programmers
  2. ^ a b "LessTif homepage". Archived from the original on July 23, 2012. Retrieved 2013-02-28. LessTif is the Hungry Programmers' version of OSF/Motif
[edit]