From 6485aaa405729d57f29bf3427b2ac27c99b82dcb Mon Sep 17 00:00:00 2001 From: Ricardo Nunez Date: Wed, 27 Jan 2016 19:16:34 -0800 Subject: [PATCH] Converts README to markdown --- README.md | 15 +++++++++++++++ README.pod | 30 ------------------------------ 2 files changed, 15 insertions(+), 30 deletions(-) create mode 100644 README.md delete mode 100644 README.pod diff --git a/README.md b/README.md new file mode 100644 index 000000000..5e6726801 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +## [HandBrake Repository](#___top) +### GitHub +The main development repository for the HandBrake Project can be found on GitHub at [Official HandBrake Source Repository](https://github.com/HandBrake/HandBrake "Official HandBrake Source Repository") +### HandBrake +HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. +### Community +**IRC:** [\#Handbrake](irc://irc.freenode.net/#handbrake) and [\#Handbrake-dev](irc://irc.freenode.net/#handbrake-dev) on Freenode. +**Support:** [Community forums](https://forum.handbrake.fr/) + +### Submitting a Patch +We accept pull requests here on GitHub. + +We prefer that larger patches are also submitted onto our [Review Board](http://handbrake.fr/contribute.php "Review Board") for more detailed analysis and review. + +You can find the latest contributor information on the main website [contribute](http://handbrake.fr/contribute.php) page. diff --git a/README.pod b/README.pod deleted file mode 100644 index 081564e47..000000000 --- a/README.pod +++ /dev/null @@ -1,30 +0,0 @@ -=head2 HandBrake Repository - -=begin html - - -

-

GitHub

- The main development repository for the HandBrake Project can be found on GitHub at
- Official HandBrake Source Repository
-

- -

HandBrake

- HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. -

- -

Community

- IRC: #Handbrake and #Handbrake-dev on Freenode.
- Support: Community forums
- -

Submitting a Patch

- - We accept pull requests here on github. - - We prefer that larger patches are also submitted onto our Review Board for more detailed analysis and review. - - You can find the latest contributor information on the main website contribute page.

- -

- -=end html -- 2.40.0