AutoHotkey Community

It is currently May 27th, 2012, 12:35 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: December 6th, 2009, 2:19 am 
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?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 16th, 2009, 5:04 am 
Offline

Joined: January 2nd, 2008, 4:47 am
Posts: 150
Location: Freenode IRC
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/

_________________
Image

Need help right away? Get live support on IRC.
Already have an IRC client installed? /join #ahk


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 16th, 2009, 9:28 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
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 FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group