This repository was archived by the owner on Jan 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (53 loc) · 3.06 KB
/
index.html
File metadata and controls
66 lines (53 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Wellfire Labs : Open-source projects from the Wellfire Interactive team" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Wellfire Labs</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="http://www.wellfireinteractive.com"><span>Back to the site</span></a>
<h1 id="project_title">Wellfire Labs</h1>
<h2 id="project_tagline">Open-source projects from the Wellfire Interactive team</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2><a href="http://django-organizations.readthedocs.org/en/latest/">Django Organizations</a></h2>
<p>Sane multi-user accounts: django-organizations is an application that provides group account functionality for Django, allowing user access and rights to be consolidated into group accounts.</p>
<h2><a href="http://bennylope.github.io/django-addendum">Django Addendum</a></h2>
<p>Easily edit arbitrary text snippets on a site without a full-fledged CMS or issuing another site release. Like a mini-CMS for every site.</p>
<h2><a href="https://github.com/bennylope/screenshooter">screenshooter</a></h2>
<p>A small Ruby library for generating cross-browser screenshots of a URL via the BrowserStack screenshots API. Download from <a href="https://rubygems.org/gems/screenshooter">RubyGems</a>.</p>
<h2><a href="https://github.com/bennylope/pygeocodio">pygeocodio</a></h2>
<p>The Python wrapper for the Geocodio batch geocoding serivce.</p>
<h2><a href="https://github.com/bennylope/smartystreets.py">SmartyStreets.py</a></h2>
<p>A better Python library for the SmartyStreets API. Supports address verification and geocoding, batch processing, and asynchronous request pipelining.</p>
<h2><a href="https://github.com/bennylope/elasticstack">elasticstack</a></h2>
<p>Utility library for working with Django Haystack and the ElasticSearch search engine.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>© 2014 <a href="http://www.wellfireinteractive.com">Wellfire Interactive</a></p>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1882561-13");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>