From 882ce78e4fc3361288dbc3c453412556aa529c7d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 16 Sep 2012 23:22:55 +0200 Subject: Implement request #12: DOAP documents for all pastes --- src/phorkie/Repository.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/phorkie/Repository.php') diff --git a/src/phorkie/Repository.php b/src/phorkie/Repository.php index 448982b..46b2f65 100644 --- a/src/phorkie/Repository.php +++ b/src/phorkie/Repository.php @@ -228,6 +228,8 @@ class Repository return '/' . $this->id; } else if ($type == 'fork') { return '/' . $this->id . '/fork'; + } else if ($type == 'doap') { + return '/' . $this->id . '/doap'; } else if ($type == 'delete') { return '/' . $this->id . '/delete'; } else if ($type == 'delete-confirm') { -- cgit v1.2.3