This HTML5 document contains 103 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n12https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
schemahttp://schema.org/
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
n10https://mintty.github.io/
n7http://commons.wikimedia.org/wiki/Special:FilePath/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n15https://github.com/mintty/
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbpedia-nlhttp://nl.dbpedia.org/resource/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:PuTTY
dbo:wikiPageWikiLink
dbr:Mintty
Subject Item
dbr:Mintty
rdf:type
yago:WrittenCommunication106349220 yago:Communication100033020 schema:CreativeWork yago:Writing106359877 wikidata:Q386724 yago:Software106566077 dbo:Work yago:Emulator0 owl:Thing wikidata:Q7397 yago:WikicatFreeTerminalEmulators yago:CodingSystem106353757 dbo:Software yago:Abstraction100002137 yago:Code106355894
rdfs:label
Mintty Mintty Mintty
rdfs:comment
minttyは、フリーソフトウェアでオープンソースのCygwin(WindowsのためのUNIXライクな環境)のための端末エミュレータである。ディスプレイサーバを必要としないネイティブのウィンドウユーザーインターフェースを持ち、端末エミュレーションはxtermと互換性があるように意図されている。 minttyは、PuTTYの一部をWindowsフロントエンドと端末エミュレーションのベースとしているが、いくつかの点において改善が図られている。これには、特にxtermとの互換性に関するものが含まれる。minttyはCで書かれている。Cygwinによって提供されるPOSIX APIは、mintty中で動作するプロセスと通信するために用いられるが、そのユーザーインターフェースはWindows APIを用いて実装されている。プログラムのアイコンはKDEのKonsoleのものを用いている。 2011年の終わりにかけて、minttyはCygwinのデフォルトの端末エミュレータとなった。Cygwinの以前のコンソールと比べると、より柔軟なユーザーインターフェースと、UNIX標準に対するよりよいサポートなどの利点を持っている。minttyはまたMSYSでも利用することができる。 Mintty is een opensource-terminalemulator voor Cygwin, een Unix-achtige omgeving voor Windows. Het biedt een Windowseigen gebruikersinterface en heeft geen X-server nodig. De terminalemulator zou compatibel moeten zijn met xterm. Voordelen tegenover de standaard console van Cygwin zijn onder andere een flexibelere gebruikersinterface en een leven de Unix-standaarden en conventies beter na. Omdat het niet gebaseerd is op de standaard Windowsterminal werken programma's die speciaal voor Windows geschreven zijn niet in mintty. mintty is a free and open source terminal emulator for Cygwin, the Unix-like environment for Windows. It features a native Windows user interface and does not require a display server; its terminal emulation is aimed to be compatible with xterm. Originally, the project's name was styled "MinTTY", following the example of PuTTY, but it was later restyled to "mintty", which was felt to better suit the project's minimalist approach.
foaf:name
mintty
foaf:homepage
n10:
dbp:name
mintty
foaf:depiction
n7:mintty_screenshot.png n7:Konsole_icon.svg
dcterms:subject
dbc:Free_terminal_emulators dbc:Free_software_programmed_in_C
dbo:wikiPageID
21240519
dbo:wikiPageRevisionID
1120849326
dbo:wikiPageWikiLink
dbr:Windows_API dbr:KDE dbr:Windows dbr:Unix dbr:Win32_console dbr:Fork_(software_development) dbr:GNU_General_Public_License dbr:API dbr:PuTTY dbr:MSYS dbr:C_(programming_language) dbc:Free_terminal_emulators dbr:POSIX dbr:Process_(computing) dbc:Free_software_programmed_in_C dbr:User_interface dbr:Xterm dbr:Free_and_open_source_software dbr:Display_server dbr:Cygwin dbr:Konsole dbr:Terminal_emulator
dbo:wikiPageExternalLink
n10: n15:mintty
owl:sameAs
n12:2mrWf yago-res:Mintty freebase:m.05c14lv wikidata:Q2994733 dbpedia-ja:Mintty dbpedia-nl:Mintty
dbp:wikiPageUsesTemplate
dbt:Portal dbt:Release_date_and_age dbt:Short_description dbt:Terminal_emulator dbt:Infobox_software dbt:Lowercase_title dbt:For dbt:Reflist dbt:Start_date_and_age dbt:Free-software-stub
dbo:thumbnail
n7:Konsole_icon.svg?width=300
dbp:developer
Andy Koppe; Thomas Wolff
dbp:genre
dbr:Terminal_emulator
dbp:latestReleaseDate
2022-02-03
dbp:latestReleaseVersion
3.5
dbp:license
dbr:GNU_General_Public_License
dbp:logo
Konsole icon.svg
dbp:operatingSystem
dbr:Windows
dbp:platform
dbr:Cygwin
dbp:programmingLanguage
dbr:C_(programming_language)
dbp:repo
n15:mintty
dbp:screenshot
mintty screenshot.png
dbp:website
n10:
dbo:abstract
mintty is a free and open source terminal emulator for Cygwin, the Unix-like environment for Windows. It features a native Windows user interface and does not require a display server; its terminal emulation is aimed to be compatible with xterm. Mintty is based on the terminal emulation and Windows frontend parts of PuTTY, but improves on them in a number of ways, particularly regarding xterm compatibility. It is written in C. The POSIX API provided by Cygwin is used to communicate with processes running within mintty, while its user interface is implemented using the Windows API. The program icon comes from KDE's Konsole. Towards the end of 2011, mintty became Cygwin's default terminal. Advantages over Cygwin's previous default console include a more flexible user interface and closer adherence to Unix standards and conventions. Since it is not based on the standard Windows console, however, programs written specifically for that do not work correctly in mintty. It is also available for MSYS (a more minimal Unix environment forked from Cygwin). Originally, the project's name was styled "MinTTY", following the example of PuTTY, but it was later restyled to "mintty", which was felt to better suit the project's minimalist approach. Mintty is een opensource-terminalemulator voor Cygwin, een Unix-achtige omgeving voor Windows. Het biedt een Windowseigen gebruikersinterface en heeft geen X-server nodig. De terminalemulator zou compatibel moeten zijn met xterm. Mintty is gebaseerd op de terminalemulatie- en frontendonderdelen van PuTTY, maar verbetert deze in vele opzichten, bijvoorbeeld met betrekking tot de xterm-compatibiliteit. Het is geschreven in C. De POSIX-API van Cygwin wordt gebruikt om te communiceren met processen uitgevoerd met mintty, terwijl de gebruikersinterface wordt geïmplementeerd met de Windows API. Het programmapictogram komt van Konsole. Voordelen tegenover de standaard console van Cygwin zijn onder andere een flexibelere gebruikersinterface en een leven de Unix-standaarden en conventies beter na. Omdat het niet gebaseerd is op de standaard Windowsterminal werken programma's die speciaal voor Windows geschreven zijn niet in mintty. Oorspronkelijk was de spelling van het project "MinTTY", analoog aan PuTTY. Het werd later hernoemd naar "mintty", dat beter aansloot bij de minimalistische benadering van het project. De softwarepakketten van mintty worden meegeleverd met Cygwin en ook met (een meer minimalistische Unix-omgeving gebaseerd op Cygwin). minttyは、フリーソフトウェアでオープンソースのCygwin(WindowsのためのUNIXライクな環境)のための端末エミュレータである。ディスプレイサーバを必要としないネイティブのウィンドウユーザーインターフェースを持ち、端末エミュレーションはxtermと互換性があるように意図されている。 minttyは、PuTTYの一部をWindowsフロントエンドと端末エミュレーションのベースとしているが、いくつかの点において改善が図られている。これには、特にxtermとの互換性に関するものが含まれる。minttyはCで書かれている。Cygwinによって提供されるPOSIX APIは、mintty中で動作するプロセスと通信するために用いられるが、そのユーザーインターフェースはWindows APIを用いて実装されている。プログラムのアイコンはKDEのKonsoleのものを用いている。 2011年の終わりにかけて、minttyはCygwinのデフォルトの端末エミュレータとなった。Cygwinの以前のコンソールと比べると、より柔軟なユーザーインターフェースと、UNIX標準に対するよりよいサポートなどの利点を持っている。minttyはまたMSYSでも利用することができる。 プロジェクトの当初の名前は、"MinTTY"というようなスタイルものであった(PuTTYの例に従った)が、のちにこれは"mintty"と改められた。これは、この表記がプロジェクトのミニマリストなアプローチにより適合すると考えられたためである。
gold:hypernym
dbr:Emulator
prov:wasDerivedFrom
wikipedia-en:Mintty?oldid=1120849326&ns=0
dbo:wikiPageLength
3801
dbo:latestReleaseDate
2022-02-03
dbo:latestReleaseVersion
3.5.3
dbo:computingPlatform
dbr:Cygwin
dbo:genre
dbr:Terminal_emulator
dbo:license
dbr:GNU_General_Public_License
foaf:isPrimaryTopicOf
wikipedia-en:Mintty
Subject Item
dbr:TinTin++
dbo:wikiPageWikiLink
dbr:Mintty
Subject Item
dbr:Cygwin
dbo:wikiPageWikiLink
dbr:Mintty
Subject Item
dbr:NonVisual_Desktop_Access
dbo:wikiPageWikiLink
dbr:Mintty
Subject Item
dbr:List_of_terminal_emulators
dbo:wikiPageWikiLink
dbr:Mintty
Subject Item
dbr:MinTTY
dbo:wikiPageWikiLink
dbr:Mintty
dbo:wikiPageRedirects
dbr:Mintty
Subject Item
wikipedia-en:Mintty
foaf:primaryTopic
dbr:Mintty