summaryrefslogtreecommitdiff
path: root/doc/forum/wishlist:_support_staging_area.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/wishlist:_support_staging_area.mdwn')
-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