From e1d65d8b6ae09b3791902e254e774c3a5d809983 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Sun, 30 Nov 2014 19:00:51 -0800 Subject: [PATCH] Convert README to markdown --- README | 27 --------------------------- README.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 27 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 9a4b6dc..0000000 --- a/README +++ /dev/null @@ -1,27 +0,0 @@ -cuetools - cue and toc file parsers and utilities -https://github.com/svend/cuetools - -Copyright (C) 2004, 2005, 2006, 2007, 2013 Svend Sorensen - -cuetools is a set of utilities for working with Cue Sheet (cue) and Table of -Contents (toc) files. - -It includes: - -cueconvert - convert between the cue and toc formats -cuebreakpoints - print the breakpoints from a cue or toc file -cueprint - print disc and track infomation for a cue or toc file - -Directory layout: - -doc/ - documentation (including man pages) -src/ - all source files -src/lib - scanning, parsing, and printing library -src/tools - cue and toc tools diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba89d96 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# cuetools + +cue and toc file parsers and utilities + +https://github.com/svend/cuetools + +Copyright (C) 2004, 2005, 2006, 2007, 2013 Svend Sorensen + +cuetools is a set of utilities for working with Cue Sheet (cue) and Table of +Contents (toc) files. + +It includes: + +- `cueconvert` convert between the cue and toc formats +- `cuebreakpoints` print the breakpoints from a cue or toc file +- `cueprint` print disc and track infomation for a cue or toc file + +Directory layout: + +- `doc/` documentation (including man pages) +- `src/` all source files +- `src/lib/` scanning, parsing, and printing library +- `src/tools/` cue and toc tools