From c5c1519d97d18a6e630ee7afb647632109a4853b Mon Sep 17 00:00:00 2001
From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Tue, 27 Feb 2007 23:00:19 +0000
Subject: [PATCH] add back the notes, without using templates

---
 doc/blog.mdwn   | 4 ++++
 doc/openid.mdwn | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/doc/blog.mdwn b/doc/blog.mdwn
index 8462fbc16..6e697d7e2 100644
--- a/doc/blog.mdwn
+++ b/doc/blog.mdwn
@@ -1,3 +1,7 @@
+[[if test="enabled(inline)"
+     then="This wiki has the inline plugin **enabled**."
+     else="This wiki has the inline plugin **disabled**."]]
+
 [[if test="enabled(inline)"
      then="You can"
      else="If this wiki had the inline plugin enabled, you could"]]
diff --git a/doc/openid.mdwn b/doc/openid.mdwn
index 092fe245c..5037ac4f7 100644
--- a/doc/openid.mdwn
+++ b/doc/openid.mdwn
@@ -1,5 +1,9 @@
 [[meta title="OpenID"]]
 
+[[if test="enabled(openid)"
+     then="This wiki has OpenID **enabled**."
+     else="This wiki has OpenID **disabled**."]]
+
 [OpenID](http://openid.net) is a decentralized authentication mechanism
 that allows you to have one login that you can use on a growing number of
 websites.
-- 
2.39.5