I'm currently pondering different ways to achieve the desired result (of delayed deleting). I'm not sure I'll have a solution in place for the 0.30 release, however I'll do my best.

-- AaronGraves Thu Aug 22 01:19:54 UTC 2013 (69.4.28.21)


RE delayed deletion: wikis supporting page clusters use the DeletedPage cluster for pages in the deletion queue. Others similarly require the complete page body to be replaced by a keyword.

-- TomMewett Sat Sep 7 16:01:15 UTC 2013 (86.156.42.133)


That's what I was considering doing TomMewett, since a good number of the features I've implemented have been inspired by Oddmuse

-- AaronGraves Sat Sep 7 17:29:15 UTC 2013 (174.74.32.92)


Version 0.40 will have delayed delete capability.

-- AaronGraves Tue Oct 28 17:49:25 UTC 2014 (69.4.28.21)


I should have added how that functionality will work...

To delete a page, simply place DeletedPage on the first line of the page. You can remove all content after that, as well. After $PurgeDeletedPage time is reached (default set to 2 weeks I believe) the page, all of its previous revisions, and any mention of it in rc.log will be removed.

-- AaronGraves Tue Oct 28 18:00:18 UTC 2014 (69.4.28.21)


Name:
Message:

Styling
**bold**, //italic//, __underline__, --strikethrough--, `teletype`
Headers
= Level 1 =, == Level 2 ==, === Level 3 ===, ==== Level 4 ====, ===== Level 5 ===== (ending ='s optional)
Lists
* Unordered List, # Ordered List, ** Level 2 unordered, ### Level 3 ordered (up to 5 levels, NO SPACES IN FRONT)
Links
[[Page]], [[Page|description]], [[http://link]], [[http://link|description]]
Images
{{image.jpg}}, {{right:image.jpg}} (right aligned), [[link|{{image.jpg}}]] (image linked to link), {{image.jpg|alt text}}
Extras
---- (horizonal rule), ~~~~ (signature)