We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd744ef commit 24fa545Copy full SHA for 24fa545
Makefile
@@ -0,0 +1,15 @@
1
+
2
+all: html txt
3
4
+clean:
5
+ rm -rf build
6
7
+prepare:
8
+ mkdir -p build
9
10
+html: prepare activity-replies.xml
11
+ xml2rfc activity-replies.xml build/activity-replies.html
12
13
+txt: prepare activity-replies.xml
14
+ xml2rfc activity-replies.xml build/activity-replies.txt
15
README
@@ -0,0 +1,3 @@
+This repository does contain a few specifications about publishing
+activity streams.
0 commit comments