View previous topic - View next topic |
Author |
Message |
syn9 Wandering Minstrel
Joined: 31 Aug 2002 Posts: 120 Location: USA
|
Posted: Sat Nov 15, 2003 10:04 pm Post subject: php/sql interractive design doc |
[quote] |
|
check this out
http://syn9.rpgdx.net/viewdesigndoc.php
its a demo of the online design doc for vampira, that way the developers can work on and reference from the design doc in one place.
thought some of you might find this helpfull, if anyone wants the code drop me a line at mariknothing@yahoo.com
|
|
Back to top |
|
|
akOOma Wandering Minstrel
Joined: 20 Jun 2002 Posts: 113 Location: Germany
|
Posted: Sun Nov 16, 2003 12:41 pm Post subject: |
[quote] |
|
That's a cool idea...
it's like a lil' forum or a guestbook, but only used for writing documentations..
it's not that hard to code that kinda stuff if you know something about PHP and MySQL _________________ Keep on codin'
-----------------
-----------------
Just another post to increase my rank...
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Wed Nov 19, 2003 12:33 pm Post subject: |
[quote] |
|
I think it's a great little system! It's like a Wiki but much better for a set of well structured pages. The tree and folders thing is nice.
What I'm thinking though... why would you implement something like this using MySQL? With PHP, you could just create a folder tree on the server with text files in it. Using that sheme, it's not limited to text files either, you could make an upload button to use with any file. And, when it's just files, you can also make a link and have the server automatically zip up the entire folder tree and send it to the client for offline use. Be carefull when allowing uploads though!
|
|
Back to top |
|
|
akOOma Wandering Minstrel
Joined: 20 Jun 2002 Posts: 113 Location: Germany
|
Posted: Wed Nov 19, 2003 7:53 pm Post subject: |
[quote] |
|
Bjørn wrote: | I think it's a great little system! It's like a Wiki but much better for a set of well structured pages. The tree and folders thing is nice.
What I'm thinking though... why would you implement something like this using MySQL? With PHP, you could just create a folder tree on the server with text files in it. Using that sheme, it's not limited to text files either, you could make an upload button to use with any file. And, when it's just files, you can also make a link and have the server automatically zip up the entire folder tree and send it to the client for offline use. Be carefull when allowing uploads though! |
Hmm...maybe I'll rip that idea, if you don't mind ;) _________________ Keep on codin'
-----------------
-----------------
Just another post to increase my rank...
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Thu Nov 20, 2003 12:26 pm Post subject: |
[quote] |
|
I wouldn't mind at all. If you're going to implement it though, consider making it GPL so anybody can make improvements to it and you can merge back any improvements others made.
I wouldn't be surprised if such a system already existed though.
|
|
Back to top |
|
|
Happy JonA's American snack pack
Joined: 03 Aug 2002 Posts: 200
|
Posted: Sat Nov 22, 2003 9:11 am Post subject: |
[quote] |
|
Yeah, it's called CVS. (with a php interface)
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Sat Nov 22, 2003 8:35 pm Post subject: |
[quote] |
|
I'm not surprised. Though I don't think you're completely fair there. Mentioning CVS you could just as well have mentioned "it's called a folder tree and you can access it with your file manager". The nice thing with this sytem was the interface and the model it creates for the user.
|
|
Back to top |
|
|
syn9 Wandering Minstrel
Joined: 31 Aug 2002 Posts: 120 Location: USA
|
Posted: Sat Nov 29, 2003 2:07 am Post subject: |
[quote] |
|
actually, ive replicated the doc and now have 1 for each of my projects, plus one for my website, and the website just pulls information off the folders to model the site, that way i never have to touch the code, it actually reminds me a lot of XML
|
|
Back to top |
|
|
potato Pretty, Pretty Fairy Princess
Joined: 24 Jun 2003 Posts: 8 Location: NY
|
Posted: Wed Dec 31, 2003 4:21 pm Post subject: |
[quote] |
|
reminds me of Sourceforge's CVS trees
|
|
Back to top |
|
|