From 79c793b74bd5ecdcadd18a5dbe25053410eecfed Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 2 Feb 2012 16:20:55 -0400 Subject: [PATCH] Improve list format --- docs/topics/software_used.rst | 148 +++++++++++++++++++++------------- 1 file changed, 94 insertions(+), 54 deletions(-) diff --git a/docs/topics/software_used.rst b/docs/topics/software_used.rst index b6b0fccf79..0725bd6d66 100644 --- a/docs/topics/software_used.rst +++ b/docs/topics/software_used.rst @@ -3,114 +3,154 @@ Software used ============= * Python - * Copyright (c) 2001-2010 Python Software Foundation. - * Copyright (c) 2000 BeOpen.com. - * Copyright (c) 1995-2001 Corporation for National Research Initiatives. - * Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. + + * Copyright (c) 2001-2010 Python Software Foundation. + * Copyright (c) 2000 BeOpen.com. + * Copyright (c) 1995-2001 Corporation for National Research Initiatives. + * Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. * Django - A high-level Python Web framework that encourages rapid development and clean, pragmatic design. - * Copyright Django Software Foundation - * http://www.djangoproject.com/ + + * Copyright Django Software Foundation + * http://www.djangoproject.com/ * django-pagination - * Copyright Eric Florenzano (floguy@gmail.com) - * http://django-pagination.googlecode.com/ + + * Copyright Eric Florenzano (floguy@gmail.com) + * http://django-pagination.googlecode.com/ * Web App Theme - * Copyright Andrea Franz (http://gravityblast.com) - * git://github.com/pilu/web-app-theme.git + + * Copyright Andrea Franz (http://gravityblast.com) + * git://github.com/pilu/web-app-theme.git * Imagemagick - Convert, Edit, Or Compose Bitmap Images - * Copyright 1999-2011 ImageMagick Studio LLC - * http://www.imagemagick.org/script/index.php + + * Copyright 1999-2011 ImageMagick Studio LLC + * http://www.imagemagick.org/script/index.php * FAMFAMFAM Silk icons - * Copyright Mark James (http://www.twitter.com/markjames) - * http://www.famfamfam.com/lab/icons/silk/ + + * Copyright Mark James (http://www.twitter.com/markjames) + * http://www.famfamfam.com/lab/icons/silk/ * 3 state FAMFAMFAM Silk icon sets: discrete images and CSS sprite palette - * Copyright Sky Sanders - * skysanders.net/subtext + + * Copyright Sky Sanders + * skysanders.net/subtext * django-extensions - Extensions for Django - * Copyright Bas van Oostveen (v.oostveen@gmail.com) - * http://code.google.com/p/django-command-extensions/ + + * Copyright Bas van Oostveen (v.oostveen@gmail.com) + * http://code.google.com/p/django-command-extensions/ * django-rosetta - A Django application that eases the translation of Django projects - * Copyright Marco Bonetti (mbonetti@gmail.com) - * http://code.google.com/p/django-rosetta/ + + * Copyright Marco Bonetti (mbonetti@gmail.com) + * http://code.google.com/p/django-rosetta/ * Werkzeug - The Swiss Army knife of Python web development - * Copyright Armin Ronacher (armin.ronacher@active-4.com) - * http://werkzeug.pocoo.org/ + + * Copyright Armin Ronacher (armin.ronacher@active-4.com) + * http://werkzeug.pocoo.org/ * BoundFormWizard - A subclass of Django's FormWizard that handled FormSets. - * Matthew Flanagan (http://www.blogger.com/profile/15093905875465763876) - * http://code.google.com/p/wadofstuff/ + + * Matthew Flanagan (http://www.blogger.com/profile/15093905875465763876) + * http://code.google.com/p/wadofstuff/ * django-filetransfers - File upload/download abstraction - * Waldemar Kornewald - * http://www.allbuttonspressed.com/projects/django-filetransfers + + * Waldemar Kornewald + * http://www.allbuttonspressed.com/projects/django-filetransfers * tesseract - An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google. - * http://code.google.com/p/tesseract-ocr/ + + * http://code.google.com/p/tesseract-ocr/ * Image file 1068504_92921456 "Mayan piramid" (Stock Exchange) - * Andres Ojeda (http://www.sxc.hu/profile/andres_ol) + + * Andres Ojeda (http://www.sxc.hu/profile/andres_ol) + * http://www.sxc.hu/browse.phtml?f=view&id=1068504 * Image 1297211435_error - * http://kde-look.org/usermanager/search.php?username=InFeRnODeMoN + + * http://kde-look.org/usermanager/search.php?username=InFeRnODeMoN * Fat cow icon set - * http://www.fatcow.com/free-icons + + * http://www.fatcow.com/free-icons * Python-magic - python-magic is a simple wrapper for libmagic - * Adam Hupp - * https://github.com/ahupp/python-magic + + * Adam Hupp + * https://github.com/ahupp/python-magic * Fancybox - FancyBox is a tool for displaying images, html content and multi-media in a Mac-style "lightbox" that floats overtop of web page. - * http://fancybox.net + + * http://fancybox.net * unpaper - post-processing scanned and photocopied book pages - * Jens Gulden 2005-2007 - unpaper@jensgulden.de. - * http://unpaper.berlios.de/ + + * Jens Gulden 2005-2007 - unpaper@jensgulden.de. + * http://unpaper.berlios.de/ * favicon - * http://www.iconfinder.com/icondetails/21581/24/draw_pyramid_icon - * Gnome Project + + * http://www.iconfinder.com/icondetails/21581/24/draw_pyramid_icon + * Gnome Project * MongoDB - (from "humongous") is a scalable, high-performance, open source, document-oriented database. - * Copyright 10gen - * http://www.mongodb.org/ + + * Copyright 10gen + * http://www.mongodb.org/ * PyMongo - is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python. - * Copyright 2009, Michael Dirolf - * http://api.mongodb.org/python/ + + * Copyright 2009, Michael Dirolf + * http://api.mongodb.org/python/ * GridFS - is a storage specification for large objects in MongoDB - * Copyright 10gen - * http://www.mongodb.org/display/DOCS/GridFS+Specification + + * Copyright 10gen + * http://www.mongodb.org/display/DOCS/GridFS+Specification * django-sendfile - This is a wrapper around web-server specific methods for sending files to web clients. - * johnsensible (John Montgomery) - * https://github.com/johnsensible/django-sendfile + + * johnsensible (John Montgomery) + * https://github.com/johnsensible/django-sendfile * jQuery-Jail - Jquery Asynchronous Image Loader (JAIL) - * Sebastiano Armeli-Battana (contact@sebarmeli.com) - * http://www.sebastianoarmelibattana.com/projects/jail + + * Sebastiano Armeli-Battana (contact@sebarmeli.com) + * http://www.sebastianoarmelibattana.com/projects/jail * django-taggit - is a reusable Django application for simple tagging - * Alex Gaynor (alex.gaynor@gmail.com) - * http://pypi.python.org/pypi/django-taggit -* Image 392336_7079 (stock exchange) + * Alex Gaynor (alex.gaynor@gmail.com) + * http://pypi.python.org/pypi/django-taggit -* djangorestframework +* Image 392336_7079 (stock exchange) "Chichen Itza" (Stock Exchange) -* South + * Joerg Witthoeft "Beamer29" (http://www.sxc.hu/profile/Beamer29) + * http://www.sxc.hu/browse.phtml?f=view&id=392336 -* python-gnupg +* Django REST framework - lightweight REST framework for Django, that aims to make it easy to build well-connected, self-describing RESTful Web APIs. + + * http://django-rest-framework.org/ + +* South - intelligent schema and data migrations for Django projects. + + * http://south.aeracode.org/ + +* python-gnupg - a Python library which takes care of the internal details and allows its users to generate and manage keys, encrypt and decrypt data, and sign and verify messages. + + * http://code.google.com/p/python-gnupg/ + +* python-hkp - Python HKP client + + * Copyright Dmitry Gladkov + * https://github.com/dgladkov/python-hkp -* python-hkp