Editing version 9 of page Version_0.40_DevTrack (the most recent revision is 10)
Use template:
None
API_Template
DevTrack_Template
Version_Template
==Preliminary
This list is a preliminary list of the features that I'm working on for 0.40. The first three (Category Pages, Templates, and Shortcodes) are carry-over from [[Version 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.
===Templates
Certain types of wiki sites may have need to set up document "templates". That is to say, if there are a set of pages within the wiki which should have a similar outline and layout, it would be much easier to build and deploy that wiki if one were able to create a skeleton "template". Then, you could simply create a new page based on the template, fill out the relevant sections, and you're done!
----
==Implemented
===File Uploads
This release of Aneuch should allow file uploads.
===Shortcodes
As mentioned on the [[Future#Shortcodes]] page, I'd like to implement shortcodes. A plugin can register a shortcode that gets replaced by code from that plugin at display time. A similar mechanism is available in software such as Wordpress.
===robots.txt
Aneuch will now serve up a default robots.txt file. Site administrators will have the ability to modify the robots.txt file from the admin interface.
===Revision Editing
Aneuch now allows you to edit any revision of a page, not just the most recent one. This also affects the way reverts are done.
----
==Partially Implemented
===CGI.pm
I will convert everything over to using the CGI.pm module, rather than "re-inventing the wheel". This will ultimately also allow file uploads.
===Platform
Starting with version 0.40, the focus will be on making Aneuch more into a platform that a wiki engine is built on, rather than just a wiki engine. While it may seem to be mere semantics on the surface, in reality it's much bigger than that. Some of this has already been accomplished with the introduction of [[APIs]] in [[Version 0.30]].
This page is a template
This file is locked by 18.221.124.95 (ec2-18-221-124-95.us-east-2.compute.amazonaws.com) since Fri Mar 14 21:44:33 UTC 2025 . Lock should expire by Fri Mar 14 21:49:33 UTC 2025, and it is now Fri Mar 14 21:45:47 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)