From 592652cdb55251e88119f47c0c66b69b5abbca3a Mon Sep 17 00:00:00 2001 From: Chase Hutchins Date: Sun, 10 Jun 2012 03:27:23 -0600 Subject: [PATCH 1/2] addition of gitattributes, gitignore and README files --- .gitattributes | 1 + .gitignore | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 13 +++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..21256661 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto \ No newline at end of file diff --git a/.gitignore b/.gitignore index b25c15b8..4a80d407 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,51 @@ +# Numerous always-ignore extensions +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.vi *~ +*.sass-cache + +# OS or Editor folders +.DS_Store +._* +Thumbs.db +.cache +.project +.settings +.tmproj +nbproject +*.sublime-project +*.sublime-workspace + +# Dreamweaver added files +_notes +dwsync.xml + +# Komodo +*.komodoproject +.komodotools + +# Espresso +*.esproj +*.espressostorage + +# Rubinius +*.rbc + +# Folders to ignore +.hg +.svn +.CVS +intermediate +publish +.idea + +# local files +vendor +composer.phar +composer.lock \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..4b978eb2 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# phpseclib - PHP Secure Communications Library + +MIT-licensed pure-PHP implementations of an arbitrary-precision integer +arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael, +AES, SSH-1, SSH-2, SFTP, and (SVN-only) X.509 + +* [Download (0.2.2)](https://github.com/phpseclib/phpseclib/zipball/master) +* [Browse Git](https://github.com/phpseclib/phpseclib) +* [Documentation](http://phpseclib.sourceforge.net/documentation/) +* [Support](http://www.frostjedi.com/phpbb/viewforum.php?f=46) + +PEAR Channel +PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm) \ No newline at end of file From 368f7ff7ee77c07d37dcba095886d360a1c16492 Mon Sep 17 00:00:00 2001 From: Chase Hutchins Date: Mon, 11 Jun 2012 02:30:46 -0600 Subject: [PATCH 2/2] added build status and extra lines --- .gitattributes | 2 +- .gitignore | 2 +- README.md | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 21256661..176a458f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto \ No newline at end of file +* text=auto diff --git a/.gitignore b/.gitignore index 4a80d407..7fdbeb4c 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,4 @@ publish # local files vendor composer.phar -composer.lock \ No newline at end of file +composer.lock diff --git a/README.md b/README.md index 4b978eb2..cf058e87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # phpseclib - PHP Secure Communications Library +[![Build Status](https://secure.travis-ci.org/phpseclib/phpseclib.png?branch=master)](http://travis-ci.org/phpseclib/phpseclib) + MIT-licensed pure-PHP implementations of an arbitrary-precision integer arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael, AES, SSH-1, SSH-2, SFTP, and (SVN-only) X.509 @@ -10,4 +12,4 @@ AES, SSH-1, SSH-2, SFTP, and (SVN-only) X.509 * [Support](http://www.frostjedi.com/phpbb/viewforum.php?f=46) PEAR Channel -PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm) \ No newline at end of file +PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)