 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Sun Dec 06, 2009 1:19 am Post subject: Simple CMS/Wiki for creating pages for AutoHotkey Scripts? |
|
|
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? |
|
| Back to top |
|
 |
Raccoon
Joined: 02 Jan 2008 Posts: 150 Location: Freenode IRC
|
Posted: Wed Dec 16, 2009 4:04 am Post subject: |
|
|
AutoHotkey does have a wiki set up, and Chris originally encouraged its use for presenting scripts to the community.
It hasn't quite received the activity it should, but I intend to use it when I polish up my libs/scripts. I prefer it over Autohotkey.net page hosting since the wiki allows other members to provide input and improvements to posted scripts.
The site is http://www.autohotkey.com/wiki/ _________________
Need help right away? Get live support on IRC.
Already have an IRC client installed? /join #ahk |
|
| Back to top |
|
 |
SoLong&Thx4AllTheFish
Joined: 27 May 2007 Posts: 4999
|
Posted: Wed Dec 16, 2009 8:28 pm Post subject: |
|
|
http://www.mini-print.com/ does look interesting and seems to adhere to most of you wishes, no database, just flat files. Altough you could easily create something like it with AHK I'd imagine. Input Plain Text files, convert to HTML (either in by AHK or by external programs or perl script) upload (also doable via AHK) or FTP and you're done. _________________ AHK Wiki FAQ
TF : Text files & strings lib, TF Forum |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|