From 3f82ec2f757c62c25a31b461e0a0cddc14886117 Mon Sep 17 00:00:00 2001
From: Aaron Parecki
Date: Sat, 24 May 2014 14:41:21 -0700
Subject: Working app! Copied signin logic from OwnYourGram. New "post"
interface for writing a simple text post. Also supports browser geolocation.
---
views/partials/micropub-endpoint-help.php | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 views/partials/micropub-endpoint-help.php
(limited to 'views/partials/micropub-endpoint-help.php')
diff --git a/views/partials/micropub-endpoint-help.php b/views/partials/micropub-endpoint-help.php
new file mode 100644
index 0000000..35705ca
--- /dev/null
+++ b/views/partials/micropub-endpoint-help.php
@@ -0,0 +1,3 @@
+ You will need to create a Micropub endpoint for your website which can create posts on your site. Once you've created the Micropub endpoint, you can indicate its location using the markup below.
+ <link rel="micropub" href="https://= (property_exists($this, 'meParts') ? $this->meParts['host'] : 'example.com') ?>/micropub">
+ Link: <https://= (property_exists($this, 'meParts') ? $this->meParts['host'] : 'example.com') ?>/micropub>; rel="micropub"
--
cgit v1.2.3