Skip to content

Commit

Permalink
Remove old code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Jul 19, 2011
1 parent bbc39f5 commit ad81392
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 1,056 deletions.
10 changes: 5 additions & 5 deletions README
@@ -1,14 +1,14 @@
Twilio API helper library

Installing
----------
## Installing

Via PEAR:

$ pear install http://github.com/luciferous/services_twilio/tarball/v0.0.2
pear install channel://pear.php.net/HTTP_Request2-2.0.0RC1
pear install channel://pear.php.net/Net_URL2-0.3.1
pear install channel://twilio.github.com/pear/Services_Twilio-0.0.3

Indenting
---------
## Indenting

To comply with PEAR standards, this project keeps an indent of 4-spaces
(http://pear.php.net/manual/en/standards.indenting.php). Git attributes with
Expand Down
21 changes: 0 additions & 21 deletions README.markdown

This file was deleted.

10 changes: 0 additions & 10 deletions TODO

This file was deleted.

93 changes: 0 additions & 93 deletions examples/example_rest.php

This file was deleted.

111 changes: 0 additions & 111 deletions examples/example_twiml.php

This file was deleted.

47 changes: 0 additions & 47 deletions examples/example_utils.php

This file was deleted.

21 changes: 10 additions & 11 deletions package.xml
Expand Up @@ -4,25 +4,25 @@
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>Services_Twilio</name>
<channel>pear.php.net</channel>
<channel>twilio.github.com/pear</channel>
<summary>PHP helper library for Twilio</summary>
<description>A SDK (or helper library, as we&apos;re calling them) for PHP developers to write
<description>A SDK (or helper library, as we&apos;re calling them) for PHP developers to write
applications against Twilio&apos;s REST API and generate TwiML responses.</description>
<lead>
<name>Neuman Vong</name>
<user>luciferous</user>
<email>neuman+pear@twilio.com</email>
<active>yes</active>
</lead>
<date>2011-03-15</date>
<date>2011-07-18</date>
<time>11:06:14</time>
<version>
<release>0.0.2</release>
<api>0.0.2</api>
<release>0.0.3</release>
<api>0.0.3</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://creativecommons.org/licenses/MIT/">MIT License</license>
<notes>
Expand Down Expand Up @@ -80,7 +80,6 @@ No release notes.
<file name="LICENSE" role="data" />
<file name="Makefile" role="data" />
<file name="README" role="data" />
<file name="TODO" role="data" />
</dir> <!-- / -->
</contents>
<dependencies>
Expand All @@ -107,14 +106,14 @@ No release notes.
<changelog>
<release>
<version>
<release>0.0.2</release>
<api>0.0.2</api>
<release>0.0.3</release>
<api>0.0.3</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2011-03-15</date>
<date>2011-07-18</date>
<license uri="http://creativecommons.org/licenses/MIT/">MIT License</license>
<notes>
No release notes.
Expand Down

0 comments on commit ad81392

Please sign in to comment.