I really have searched all over Google/Wikipedia...but I need a simpleish CMS or Wiki, so I can create pages for my AutoHotkey Scripts...I want...
- Pretty urls (as in when I create the page, I TELL IT the url I want {& I can edit that url at any time})
- No numbers...I think Drupal & Joomla! create IDs so you create the 1st page, call it main it gets id 1, script-a gets id 2 script-b gets id 3, delete script-a, create another script, gets id 4...you can never re-use id 2...I want a system based on filename/filepath, so that numbers never get involved...
- I'm leaning toward "flat-file CMS" since those seem to ignore numbering everything...but would be fine with MySQL or SQLite db...number 1 priority is no numbers...
- Needs to lemme control entire page layout/CSS (but every CMS should do that)
- Would like a nice admin panel to create/delete pages, but a simple file-based edit would be OK
- Would like a Search function (but could use Googe Site Search)
- Would like to be able to have tags/comments per-page, but can skip that for now
...anyone know of anything like that?...or know some better search terms I could use?