Editing version 7 of page Version_0_20_DevTrac (the most recent revision is 12)
Use template:
None
API_Template
DevTrack_Template
Version_Template
Tracking page for version 0.20 development
//Aneuch version 0.20 is currently **on track** for timely release.//
* Page Deletion - Done 04/09/13
* Blocking - Done 07/16/12
* Extensible Posting - Done 07/16/12
* Theme Framework - //Started 04/17/13//
* 404 Status - Done 04/16/13
* Maintenance Tasks - Done 4/12/13
===Maintenance tasks
Here are the current maintenance tasks, which run as part of the call to **DoMaint()**, which is the last call of the main Aneuch script.
* **purgerc** - Purges old items from the rc.log file. Controlled by variable **$PurgeRC**
* **purgetemp** - Purges old files from the temp directory. Controlled by variable **$RemoveOldTemp**
* **purgeoldr** - Purges old revisions from the archive directory. Controlled by variable **$PurgeArchives**
* **trimvisit** - Trims the visitor log. Controlled by variable **$MaxVisitorLog**
===Other notes
Aneuch has changed how pages are stored in the filesystem (it's now set up to use the same method as the archive directory uses). So for example, your main page HomePage will no longer be in $PageDir/HomePage, but will now be $PageDir/H/HomePage. This makes upgrading an existing installation a bit of a pain, but not impossible (you'll merely have to create directories for each letter of the alphabet that your pages start with, and move the pages into their respective alphabet folder).
This page is a template
This file is locked by 18.116.10.215 (ec2-18-116-10-215.us-east-2.compute.amazonaws.com) since Fri Mar 14 19:08:34 UTC 2025 . Lock should expire by Fri Mar 14 19:13:34 UTC 2025, and it is now Fri Mar 14 19:08:38 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)