making an online notepad to display .qc files would be pretty damn easy. Oddly enough I am working on a dynamic tab system for a website right now that uses php to get a dir listing and spit out tabs according to the folder contents. Then of course you click a tab and it opens it's contents in the tab_content area. Having the document open as a populated textarea would't be all that hard. Then your just a save button away from being able to save it.
It would be low-brow (no syntax hilighting etc) but it would work for the purpose that you stated. a simple register/log-in system could handle who gets to actually edit the files. With one admin approving registrations.
I'm sure writing a "find/find next" wouldn't be that complicated in javascript. You can do all of this already in notepad++ you just don't have the "multiplayer" option.
EDIT: yup, see. I changed like 4 lines of code and dumped a few .qc's in the folder. Works like a charm and it's editable.


Michael
It would be low-brow (no syntax hilighting etc) but it would work for the purpose that you stated. a simple register/log-in system could handle who gets to actually edit the files. With one admin approving registrations.
I'm sure writing a "find/find next" wouldn't be that complicated in javascript. You can do all of this already in notepad++ you just don't have the "multiplayer" option.
EDIT: yup, see. I changed like 4 lines of code and dumped a few .qc's in the folder. Works like a charm and it's editable.


Michael
Comment