Editing version 4 of page Version_0.30_DevTrack (the most recent revision is 14)
Use template:
None
API_Template
DevTrack_Template
Version_Template
==Preliminary
===Output
First up to bat for version 0.30, I want to re-write the outputting mechanism of Aneuch. Rather than print statements I want to write a subroutine that adds text to an internal variable. Then this would be outputted all at once at the end.
A benefit of this is extra HTTP headers could be added to the output while output is being built (page not found, etc). Currently it's not possible for Aneuch to do this.
===[[Spam]]
Anti-spam should be at the top of the priority list for 0.30.
===Category Pages?
Perhaps I can implement some sort of category pages, which would gather a list of all pages tagged with a particular category.
===Flexible Data Structure
As it is right now, the data structure behind pages in Aneuch is very structured (i.e. certain elements are expected, and there's no easy way to add/remove elements). I'd like to do some work on loosening this some, allowing a more "free" structure, whereby elements can be added or removed as is necessary.
This page is a template
This file is locked by 3.148.237.97 (ec2-3-148-237-97.us-east-2.compute.amazonaws.com) since Sun Apr 27 09:05:53 UTC 2025 . Lock should expire by Sun Apr 27 09:10:53 UTC 2025, and it is now Sun Apr 27 09:08:40 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)