aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-20 10:17:13 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-20 10:17:13 -0700
commit7ac22fea6399ce6fdac093fa9d163d09fc28d440 (patch)
tree3211f6a4b527eda965dcc32afda174cfc84cfcff
parent25f999ad52d110575590ba900c33b48486e9ac25 (diff)
downloadpandoc-7ac22fea6399ce6fdac093fa9d163d09fc28d440.tar.gz
Added default.opml.
-rw-r--r--default.opml11
1 files changed, 11 insertions, 0 deletions
diff --git a/default.opml b/default.opml
new file mode 100644
index 000000000..87f89fab0
--- /dev/null
+++ b/default.opml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<opml version="2.0">
+ <head>
+ <title>$title$</title>
+ <dateModified>$date$</dateModified>
+ <ownerName>$author$</ownerName>
+ </head>
+ <body>
+$body$
+ </body>
+</opml>