summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawn8h6atTZOkH26yuHC4SdOmistFL_BMBEE <Richard@web>2011-04-15 05:17:47 -0400
committerJoey Hess <joey@kitenet.net>2011-04-15 05:17:47 -0400
commit1b76272c7a014d0a6d21381df7eabd9c1517f93e (patch)
tree2661c96bc538cc319b939b8ab8bb6c674aea6c09
parentaf1c2b0fdb35b3a34d4c0d80ed1d395db70c9df9 (diff)
-rw-r--r--doc/forum/wishlist:_support_staging_area.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/wishlist:_support_staging_area.mdwn b/doc/forum/wishlist:_support_staging_area.mdwn
new file mode 100644
index 000000000..7628ad00a
--- /dev/null
+++ b/doc/forum/wishlist:_support_staging_area.mdwn
@@ -0,0 +1,12 @@
+It would be nice if ikiwiki had built-in support for a staging area.
+
+Default branch name would be *staging*, default result path would be *staging* as well.
+
+Thus, if I push into the staging branch, it should automagically create a full copy of the site in staging/ .
+
+This would make playing with ikiwiki easier while not cluttering the main branch and site.
+
+A simple .htaccess would take care of keeping the staging are limited to people who should be allowed to access it.
+
+
+Richard