|
Project Information
Members
Links
|
EveryBlock.com is an experimental news Web site that provides information at a "microlocal" level — by neighborhood or city block. It was funded by a grant from Knight Foundation, which requires the site's backend code to be open-sourced. Here is the code. OverviewIn an effort to make the code useful to as many people as possible, we've split it into several packages:
Things you should knowWe're excited to make this code available to you, but there are a few Important Things you should know about using it: TRADEMARKS — In using this code, you may not call your product "EveryBlock." Of course, we would love it if you said it's inspired by EveryBlock, uses EveryBlock's code, etc., but you can't call it EveryBlock. LICENSE — This code is Copyright 2007-2009 EveryBlock LLC and is made available to you under the GNU General Public License (GPL) version 3. To paraphrase, this means that if you distribute any changes, you must make them available under the same open-source license. Our documentation is licensed separately, under the Creative Commons Attribution-Share Alike 3.0 United States License. The Knight Foundation folks have requested we use these licenses. DESIGN/UI — This code includes basic HTML templates, but the design ("look and feel") of EveryBlock.com is copyrighted and belongs solely to EveryBlock.com. LANGUAGES/FRAMEWORKS — This code is written in Python, using the Django Web framework. It requires PostgreSQL and PostGIS. Mailing listThis code is being made available to you with no promise of support, but you might want to connect with other people using it on the ebcode mailing list. ebpubPublishing system that powers EveryBlock.com.
ebdataVarious data-acquisition modules and scripts.
ebgeoVarious geographic/mapping utilities used by ebpub but packaged for optional standalone use.
ebinternalCode for internal EveryBlock tools. Likely not of general use.
everyblockPython package of code that is specific to EveryBlock.com, as opposed to the generic ebpub system. Likely not of general use.
ebblogA Django-powered blog system used by the EveryBlock Blog.
ebwikiA Django-powered wiki used internally by EveryBlock.
|