diff options
author | Scott <[email protected]> | 2016-01-28 18:55:06 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2016-01-28 18:55:06 +0000 |
commit | 09afa66f873a456ae41b7149a5b741be34bfaec8 (patch) | |
tree | fa7e73ecf7064fd1554f675b22d44469f405bfeb | |
parent | a37f528f742c2b27db3995c7b22147d9ef4d7049 (diff) | |
parent | 92ef6d4d8ed38c630544f130f922953a713d602c (diff) |
Merge pull request #70 from ranunez/master
Converts README to markdown
-rw-r--r-- | README.md | 16 | ||||
-rw-r--r-- | README.pod | 30 |
2 files changed, 16 insertions, 30 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000..f4a1b060b --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## [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 - - -<p> - <h3> GitHub </h3> - The main development repository for the HandBrake Project can be found on GitHub at <br /> - <a href="https://github.com/HandBrake/HandBrake">Official HandBrake Source Repository</a> <br /> - <br /><br /> - - <h3> HandBrake </h3> - HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. - <br /><br /> - - <h3> Community </h3> - <b>IRC:</b> <a href="irc://irc.freenode.net/#handbrake">#Handbrake </a> and <a href="irc://irc.freenode.net/#handbrake-dev">#Handbrake-dev</a> on Freenode.<br /> - <b>Support:</b> <a href="https://forum.handbrake.fr/">Community forums</a><br /> - - <h3> Submitting a Patch </h3> - - We accept pull requests here on github. - - We prefer that larger patches are also submitted onto our <a href="http://handbrake.fr/contribute.php">Review Board </a> for more detailed analysis and review. - - You can find the latest contributor information on the main website <a href="http://handbrake.fr/contribute.php">contribute </a> page. <br /><br /> - -</p> - -=end html |