 |
Account Login
|
 |
 |
Latest Articles
|
 |
 |
Advertisement
|
 |
 |
Associates
|
 |
 |
Associates
|
 |
|
 |
|
 |
|
 |
05-21-2008, 02:57 AM
|
#1 (permalink)
|
|
The Addict
Join Date: Sep 2007
Location: Denmark
Posts: 247
Thanks: 6
|
TalkPHP Project
So I was thinking... how about a TalkPHP project where the community develop a smaller program/product.
It could be pretty fun to see how big it could go by starting out with small milestones to create something that the whole community helped build.
Example ideas:
- CMS/Blog system (Seems to be popular these days)
- A TalkPHP Framework/Library
Setting up a CVS repository and let forum members request access to commit changes and see how it goes, Im sure it could be fun and alot of users would help share their knowledge and make it great.
Cheers
__________________
|
|
|
|
The Following User Says Thank You to Kalle For This Useful Post:
|
|
05-22-2008, 08:59 AM
|
#2 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Location: Sweden
Posts: 91
Thanks: 11
|
Not bad of an idea :)
__________________
Of course the whole point of a doomsday machine, would have been lost if you keep it a secret.
|
|
|
|
05-23-2008, 09:21 AM
|
#3 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 224
Thanks: 2
|
Yes I think that would be a wonderful idea! We can all learn from it. :)
I'm in! (as long as the software won't get all bloated)
|
|
|
05-23-2008, 07:05 PM
|
#4 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 1,587
Thanks: 72
|
I'll be more than happy to add a CVS repository to TalkPHP, if you guys were to go ahead with a group project. If you get it organised and let me know, I'll go ahead and do that just for you! Who knows, I may even contribute myself. It sounds like fun!
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|
05-27-2008, 01:14 AM
|
#5 (permalink)
|
|
The Addict
Join Date: Sep 2007
Location: Denmark
Posts: 247
Thanks: 6
|
If theres others willing to help out and we can decided a project I will more than gladly help out =)
__________________
|
|
|
05-27-2008, 10:34 AM
|
#6 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 224
Thanks: 2
|
Maybe we can use the IRC channel of talkPHP to discuss a project?
irc.chatwebdev.com
#talkPHP
Im in as ZonaX
|
|
|
|
The Following User Says Thank You to Jim For This Useful Post:
|
|
05-27-2008, 02:37 PM
|
#7 (permalink)
|
|
The Frequenter
Join Date: Oct 2007
Location: Manchester, UK
Posts: 469
Thanks: 26
|
Sounds like a good idea, I'd prefer SVN to CVS its basically CVS but better, with apache built in so you can browse the repository on-line and also it figures out file types where as in CVS you have to specify if its binary (image etc) or text (php css html etc etc) which could end up in dodgy data if people dont know what they are doing. Commits are atomic meaning a commit only succeeds if the entire commit succeeds so you won't have to manually figure out what still needs to be committed if a commit fails part way through etc etc.
There are more benefits but they escape me at present.
subversion.tigris.org
__________________
|
|
|
|
|
The Following User Says Thank You to sketchMedia For This Useful Post:
|
|
05-27-2008, 03:59 PM
|
#8 (permalink)
|
|
The Gregarious
Join Date: Mar 2008
Location: Cana'derr
Posts: 653
Thanks: 24
|
|
|
|
|
05-27-2008, 06:12 PM
|
#9 (permalink)
|
|
The Addict
Join Date: Sep 2007
Location: Denmark
Posts: 247
Thanks: 6
|
Im only used to basic CVS because I use it at php.net to commit changes various places, but I guess its not that big a deal to get used to SVN =)
And may I suggest an IRC channel on either efnet.org or freenode.org insted?
__________________
|
|
|
05-27-2008, 06:16 PM
|
#10 (permalink)
|
|
The Gregarious
Join Date: Mar 2008
Location: Cana'derr
Posts: 653
Thanks: 24
|
What ever happened to dalnet? chanserv? nickserv? Are my beloved lil bots gone?
And Kalle, are you a developer for PHP?
-m
|
|
|
|
05-27-2008, 07:58 PM
|
#11 (permalink)
|
|
The Frequenter
Join Date: Oct 2007
Location: Manchester, UK
Posts: 469
Thanks: 26
|
yea svn has pretty much the same syntax as cvs i.e.
Code:
svn add test.php
svn commit -m"a test file to svn repository" test.php
etc etc
but you use urls instead of paths, for a checkout:
Code:
svn co http://serverurl.com:444/projects/svntest
checks out the svntest project from the repository
__________________
|
|
|
|
05-27-2008, 08:41 PM
|
#12 (permalink)
|
|
The Addict
Join Date: Sep 2007
Location: Denmark
Posts: 247
Thanks: 6
|
Quote:
Originally Posted by delayedinsanity
What ever happened to dalnet? chanserv? nickserv? Are my beloved lil bots gone?
And Kalle, are you a developer for PHP?
-m
|
Im not really developing PHP fulltime, but I've put in a few patches available from 5.3 =)
Quote:
Originally Posted by sketchMedia
yea svn has pretty much the same syntax as cvs i.e.
Code:
svn add test.php
svn commit -m"a test file to svn repository" test.php
etc etc
but you use urls instead of paths, for a checkout:
Code:
svn co http://serverurl.com:444/projects/svntest
checks out the svntest project from the repository
|
I know theres a SVN program just like the CVS one I use on Windows, called Tortoisesvn:
tortoisesvn.tigris.org
__________________
|
|
|
05-27-2008, 08:46 PM
|
#13 (permalink)
|
|
The Frequenter
Join Date: Oct 2007
Location: Manchester, UK
Posts: 469
Thanks: 26
|
cool, never used a GUI to CVS/SVN i always use the linux terminal (coz thats the layout at work)
__________________
|
|
|
|
05-28-2008, 09:29 AM
|
#14 (permalink)
|
|
The Acquainted
Join Date: Oct 2007
Posts: 126
Thanks: 12
|
It's a very good idea.
What about writing a textbased game for the TalkPHP community?
I think it's a great way to learn OOP (PHP5).
|
|
|
|
05-28-2008, 09:36 AM
|
#15 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 224
Thanks: 2
|
In my opinion a textbased game is a bit... Lame, sorry.
I was thinking of a picture gallery. I still haven't found a good/ one. There is the Gallery(.menalto.com) project, but that's just very bloated and a hell to work with. (also unstable etc) You got coppermine, but that just looks like it came straight from hell :>
|
|
|
05-28-2008, 11:21 AM
|
#16 (permalink)
|
|
The Frequenter
Join Date: Oct 2007
Location: Manchester, UK
Posts: 469
Thanks: 26
|
I think a simple framework would be better suited, selecting a single application is a bit restricted to what the code can be used for, whereas if we created a framework more applications could follow.
__________________
|
|
|
|
05-28-2008, 12:26 PM
|
#17 (permalink)
|
|
The Acquainted
Join Date: Oct 2007
Posts: 126
Thanks: 12
|
Alright.. /me is convinced.
|
|
|
|
05-28-2008, 06:32 PM
|
#18 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 445
Thanks: 49
|
Quote:
Originally Posted by maZtah
Alright.. /me is convinced.
|
Indeed. Count us in. 
__________________
"Life is a bitch, take that bitch on a ride"
|
|
|
|
The Following User Says Thank You to ReSpawN For This Useful Post:
|
|
05-28-2008, 06:46 PM
|
#19 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 224
Thanks: 2
|
Than this dutchman cuts the tradition (mazTah is dutch too right?). In my humble opinion people who create frameworks don't get enough credit for their work. Some of the reason I would create OS software is to see the name of my product under other peoples websites. EG, in the early days (well... 3 years ago  ) I created and maintained an opensource PHP shoutbox. Every time I saw a website with my shoutbox that made me a happy person! (for 2 secs though)
I've never saw a website which thanked CakePHP or something :)
|
|
|
05-28-2008, 06:46 PM
|
#20 (permalink)
|
|
The Gregarious
Join Date: Mar 2008
Location: Cana'derr
Posts: 653
Thanks: 24
|
Not to say this every time the word comes up, but there's already a million frameworks out there. What can a new one do that hasn't been done? Not raining on the parade, I just think it's a valid question. Zend, Drupal, codeigniter, cakephp, seagull, I mean that's quite a bit of diversity already. Maybe Jim has something? Maybe instead of reinventing the wheel, a more suitable and organizable project would be a smaller (anything can grow, given time) niche that hasn't been filled yet. An image gallery is one possibility, I mean the options out there are pretty dismal. Is there any other brainstorms (even ones not fully thought out, thus brainstorm) before we decide on the first thing that pops up?
-m
|
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
|