Docverter / docverter

Docverter Server
Other
831 stars 100 forks source link

Added PHP example to docverter #10

Closed tim-peterson closed 11 years ago

tim-peterson commented 11 years ago
  1. added PHP example to /examples,
  2. reorganized /examples by programming language,
  3. added PHP usage to README
peterkeen commented 11 years ago

Cool, thanks! Could you break this into two commits, though, one that adds the PHP example and README changes and another that moves the existing examples into the shell directory? It looks like you copied and forgot to delete.

tim-peterson commented 11 years ago

Sorry about that, it looks like I didn't move the /php and /shell folders inside of the /examples folder.

I just pushed this change to my fork but I admit I'm more or less clueless on how to use Git. This is only my 2nd pull request ever.

If this 2nd push I made, c79382f, didn't correct the problem, perhaps you can give me some tips on how to make the commit as you would prefer?

peterkeen commented 11 years ago

Almost there. git rm -r doc/php and git rm -r doc/shell should do it.