.md 확장자란?

 

sourceforge나 기타 오픈 소스 프로젝트 사이트에서 파일을 받아보면 README.md처럼 md의 확장자 파일을 본적이 있는데 무슨 의미인지 몰랐었다. 오늘 궁금해서 찾아봤는데 md 확장자는 Markdown을 의미한다는 것을 알게되었다. Markdown은 인터넷 작성자에게 text와 HTML사이의 변환을 해주는 툴이다. Markdown으로 작성하면 읽고 쓰기 쉽게 해줄 뿐만 아니라 XHTML이나 HTML로 변환도 가능하게 해준다. 추가로 Markdown 툴은 Movable Type(MT)의 plugin, Blosxom, BBEdit에도 포함되어 있는 듯 하다.

 

아래 링크를 참고해서 자세한 설명을 보자. Perl로 만들어진 변환 스크립트도 받을 수 있다.

http://daringfireball.net/projects/markdown/

 

아래는 CORDOVA의 README.md 파일 예제이다. 확인해보자.

 

APACHE CORDOVA

===================

 

What is it?

-------------------

Apache Cordova is a web platform that exposes native mobile device apis and

data to JavaScript. Previously known as PhoneGap, the name changed

happened when PhoneGap was donated to the Apache foundation.

 

Currently Apache Cordova is a top level project at The

Apache Software Foundation (ASF).

 

Why?

-------------------

Mobile development is a mess. Building applications for each

device--iPhone, Android, Windows Mobile and more--requires different

frameworks and languages. One day, the big players in mobile may decide

to work together and unify third-party app development processes. Until

then, Cordova will use standards-based web technologies to bridge web

applications and mobile devices. Plus, because Cordova apps are

standards compliant, they're future-proofed to work with browsers as

they evolve. Cordova is an open source implementation of open

standards. That means developers and companies can use Cordova for

mobile applications that are free, commercial, open source, or any

combination of these.

 

Get started

-------------------

[Docs](http://docs.cordova.io/guide_getting-started_index.md.html)

 

Community

-------------------

- [Website](http://cordova.io)

- [Twitter](http://twitter.com/apachecordova)

- [Wiki](http://wiki.cordova.io)

- [Mailing List](http://cordova.io/#mailing-list)

- [Issue Tracker](https://issues.apache.org/jira/browse/CB)

 

How to build from src

-------------------

To build for a particular platform, please change directories to the

platform that you wish to build for and read the README file.

+ Recent posts