Editing version 1 of page Immediate_vs_Delayed_Deleting (the most recent revision is 4)
Use template:
None
API_Template
DevTrack_Template
Version_Template
Currently (as of August 2013) Aneuch uses immediate deleting. This was the easiest way to implement page deletion at the time it was implemented (around April 9th, 2013). However, I've got some concerns about that method, and am considering changing it to the delayed delete method.
Some advantages of immediately deleting:
* If you absolutely need to remove content from your site ASAP (e.g. a lawsuit), it's done quickly and easily
* It is the easiest method to implement into Aneuch
And some disadvantages:
* Deleting a page is an unrecoverable event - one would have to consult their backups if a page was inadvertently deleted
Advantages of delayed deleting
* A deleted page is easily recoverable (revert to the previous change)
And disadvantages:
* If you need to remove content immediately, you would have to edit the page database directly
* More difficult to implement into Aneuch
I'm leaning heavily towards implementing delayed deleting into Aneuch. Feel free to leave your thoughts on the [[Discuss Immediate vs Delayed Deleting|discussion page]]
This page is a template
This file is locked by 3.15.189.219 (ec2-3-15-189-219.us-east-2.compute.amazonaws.com) since Fri Mar 14 19:59:37 UTC 2025 . Lock should expire by Fri Mar 14 20:04:37 UTC 2025, and it is now Fri Mar 14 20:02:23 UTC 2025.
Upload a file
By contributing to this wiki, you acknowledge that you waive your right to claim copyright of your individual contributions. The text of this site is uncopyrighted and released to the public domain.
Show markup help 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)