[Python-modules-commits] [python-social-auth] 01/01: Import python-social-auth_0.2.19+dfsg.orig.tar.gz

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jun 1 11:28:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch upstream
in repository python-social-auth.

commit ce6c63eb29fb0603b9fda7d6695eee06c0fd1fab
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jun 1 14:28:03 2016 +0300

    Import python-social-auth_0.2.19+dfsg.orig.tar.gz
---
 site/css/bootstrap-responsive.min.css   |   9 ---
 site/css/bootstrap.min.css              |   9 ---
 site/css/site.css                       |   4 --
 site/docs                               |   1 -
 site/img/glyphicons-halflings-white.png | Bin 8777 -> 0 bytes
 site/img/glyphicons-halflings.png       | Bin 12799 -> 0 bytes
 site/index.html                         | 104 --------------------------------
 site/js/bootstrap.min.js                |   6 --
 8 files changed, 133 deletions(-)

diff --git a/site/css/bootstrap-responsive.min.css b/site/css/bootstrap-responsive.min.css
deleted file mode 100644
index 0597860..0000000
--- a/site/css/bootstrap-responsive.min.css
+++ /dev/null
@@ -1,9 +0,0 @@
-/*!
- * Bootstrap Responsive v2.3.0
- *
- * Copyright 2012 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
- */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none [...]
diff --git a/site/css/bootstrap.min.css b/site/css/bootstrap.min.css
deleted file mode 100644
index fd5ed73..0000000
--- a/site/css/bootstrap.min.css
+++ /dev/null
@@ -1,9 +0,0 @@
-/*!
- * Bootstrap v2.3.0
- *
- * Copyright 2012 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
- */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:in [...]
diff --git a/site/css/site.css b/site/css/site.css
deleted file mode 100644
index 0292b3b..0000000
--- a/site/css/site.css
+++ /dev/null
@@ -1,4 +0,0 @@
-body {
-  padding-top: 60px;
-  padding-bottom: 40px;
-}
diff --git a/site/docs b/site/docs
deleted file mode 120000
index 16bfa41..0000000
--- a/site/docs
+++ /dev/null
@@ -1 +0,0 @@
-../docs/_build/
\ No newline at end of file
diff --git a/site/img/glyphicons-halflings-white.png b/site/img/glyphicons-halflings-white.png
deleted file mode 100644
index 3bf6484..0000000
Binary files a/site/img/glyphicons-halflings-white.png and /dev/null differ
diff --git a/site/img/glyphicons-halflings.png b/site/img/glyphicons-halflings.png
deleted file mode 100644
index a996999..0000000
Binary files a/site/img/glyphicons-halflings.png and /dev/null differ
diff --git a/site/index.html b/site/index.html
deleted file mode 100644
index 230537b..0000000
--- a/site/index.html
+++ /dev/null
@@ -1,104 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>Python Social Auth</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
-    <link href="css/bootstrap-responsive.min.css" rel="stylesheet" media="screen">
-    <link href="css/site.css" rel="stylesheet" media="screen">
-  </head>
-  <body>
-    <div class="navbar navbar-inverse navbar-fixed-top">
-      <div class="navbar-inner">
-        <div class="container">
-          <a class="brand" href="#">Python Social Auth</a>
-
-          <div class="nav-collapse collapse">
-            <ul class="nav">
-              <li class="active"><a href="#">Home</a></li>
-              <li><a href="docs/index.html">Documentation</a></li>
-            </ul>
-          </div>
-        </div>
-      </div>
-    </div>
-
-    <div class="container">
-      <div class="hero-unit">
-        <h1>Python Social Auth</h1>
-        <p>
-          Python Social Auth is an easy to setup social authentication/registration
-          mechanism with support for several frameworks and auth providers.
-        </p>
-
-        <p>
-          Crafted using base code from django-social-auth, implements a common interface
-          to define new authentication providers from third parties. And to bring support
-          for more frameworks and ORMs.
-        </p>
-        <p><a href="docs/index.html" class="btn btn-primary btn-large">Learn more »</a></p>
-      </div>
-
-      <div class="row">
-        <div class="span6">
-          <h2>Frameworks</h2>
-          <p>
-            The lib supports a few frameworks at the moment with <a href="http://djangoproject.com/">Django</a>,
-            <a href="http://flask.pocoo.org/">Flask</a>, <a href="http://www.pylonsproject.org/projects/pyramid/about">Pyramid</a>,
-            <a href="http://webpy.org/">Webpy</a>, <a href="http://www.cherrypy.org/">CherryPy</a> and
-            <a href="http://www.tornadoweb.org/">Tornado</a> and more to come. The <a href="docs/strategies.html">frameworks API</a>
-            should ease the implementation to increase the number of frameworks supported.
-          </p>
-          <p><a class="btn" href="docs/strategies.html">View details »</a></p>
-        </div>
-
-        <div class="span6">
-          <h2>Authentication Providers</h2>
-          <p>
-            Ported from <a href="https://github.com/omab/django-social-auth">django-social-auth</a>, the application
-            brings plenty of authentication providers, many from popular services like <a href="docs/backends/google.html">Google</a>,
-            <a href="docs/backends/facebook.html">Facebook</a>, <a href="docs/backends/twitter.html">Twitter</a> and
-            <a href="docs/backends/github.html">Github</a>. The <a href="docs/backends/implementation.html">backends API</a>
-            have some implementation details on how to implement your own backends.
-          </p>
-          <p><a class="btn" href="docs/backends/index.html">View details »</a></p>
-        </div>
-      </div>
-
-      <div class="row">
-        <div class="span6">
-          <h2>ORMs</h2>
-          <p>
-            There are <a href="http://wiki.python.org/moin/HigherLevelDatabaseProgramming">multiple ORM python libraries</a> around,
-            some frameworks has their own built-in version too. <a href="https://github.com/omab/python-social-auth">python-social-auth</a>
-            tries to support the different interfaces available, at the moment <a href="http://www.sqlalchemy.org/">SQLAlchemy</a>,
-            <a href="https://docs.djangoproject.com/en/dev/topics/db/">Django ORM</a> and <a href="http://mongoengine.org/">Mongoengine</a>
-            are supported, but with the <a href="docs/storage.html">Storage API</a> it should be easy to add more support.
-          </p>
-          <p><a class="btn" href="docs/storage.html">View details »</a></p>
-        </div>
-
-        <div class="span6">
-          <h2>Development and Contact</h2>
-          <p>
-            The code is available on <a href="https://github.com/omab/python-social-auth">Github</a>, report any
-            <a href="https://github.com/omab/python-social-auth/issues">issue</a> if you find any. Pull requests are
-            always welcome. There's a <a href="https://groups.google.com/forum/?fromgroups#!forum/python-social-auth">mailing list</a>
-            and IRC channel <code>#python-social-auth</code> on Freenode network.
-          </p>
-          <p><a class="btn" href="https://github.com/omab/python-social-auth">View details »</a></p>
-        </div>
-      </div>
-
-      <hr />
-
-      <footer>
-        <p>© Matías Aguirre 2012</p>
-      </footer>
-    </div>
-
-    <script src="http://code.jquery.com/jquery.js"></script>
-    <script src="js/bootstrap.min.js"></script>
-  </body>
-</html>
diff --git a/site/js/bootstrap.min.js b/site/js/bootstrap.min.js
deleted file mode 100644
index e05923d..0000000
--- a/site/js/bootstrap.min.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/*!
-* Bootstrap.js by @fat & @mdo
-* Copyright 2012 Twitter, Inc.
-* http://www.apache.org/licenses/LICENSE-2.0.txt
-*/
-!function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=funct [...]
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list