From 64d1ba371c690ab64f8435f545dc4528fc56f1d0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Jun 2017 11:36:46 -0400 Subject: Rename README to README.md --- README | 9 --------- README.md | 9 +++++++++ wscript | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e30093ba..00000000 --- a/README +++ /dev/null @@ -1,9 +0,0 @@ -Serd -==== - -Serd is a lightweight C library for RDF syntax which supports reading and -writing Turtle, NTriples, TriG, and NQuads. -For more information, see . - - -- David Robillard - diff --git a/README.md b/README.md new file mode 100644 index 00000000..e30093ba --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Serd +==== + +Serd is a lightweight C library for RDF syntax which supports reading and +writing Turtle, NTriples, TriG, and NQuads. +For more information, see . + + -- David Robillard + diff --git a/wscript b/wscript index 3d60859c..fdd6c81d 100644 --- a/wscript +++ b/wscript @@ -570,7 +570,7 @@ def posts(ctx): autowaf.news_to_posts( os.path.join(path, 'NEWS'), {'title' : 'Serd', - 'description' : autowaf.get_blurb(os.path.join(path, 'README')), + 'description' : autowaf.get_blurb(os.path.join(path, 'README.md')), 'dist_pattern' : 'http://download.drobilla.net/serd-%s.tar.bz2'}, { 'Author' : 'drobilla', 'Tags' : 'Hacking, RDF, Serd' }, -- cgit v1.2.1