1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

In several dozen ports, use single space for WWW: line in pkg-descr, and

reformat port description text in cases when it was notoriously broken.
This commit is contained in:
Alexey Dokuchaev 2016-11-22 14:04:21 +00:00
parent 38c53b85d2
commit 583daec5aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426827
56 changed files with 116 additions and 134 deletions

View File

@ -1,6 +1,6 @@
MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID from an
from an audio CD in the drive. The coding style is slightly different audio CD in the drive. The coding style is slightly different to the C
to the C interface to libdiscid, because it makes use of perl's interface to libdiscid, because it makes use of Perl's Object Oriented
Object Oriented functionality. functionality.
WWW: http://search.cpan.org/dist/MusicBrainz-DiscID WWW: http://search.cpan.org/dist/MusicBrainz-DiscID

View File

@ -13,4 +13,4 @@ post-processing. The specification of any input to these modules is done
either interactively using the graphical user interface or in ASCII text either interactively using the graphical user interface or in ASCII text
files using Gmsh's own scripting language. files using Gmsh's own scripting language.
WWW: http://www.geuz.org/gmsh/ WWW: http://www.geuz.org/gmsh/

View File

@ -1,4 +1,4 @@
ical2html takes an iCalendar file and outputs an HTML file showing ical2html takes an iCalendar file and outputs an HTML file showing one or
one or more months in the form of tables. more months in the form of tables.
WWW: http://www.w3.org/Tools/Ical2html/ WWW: http://www.w3.org/Tools/Ical2html/

View File

@ -1,6 +1,5 @@
pgFouine is a PostgreSQL log analyzer used to generate detailed reports pgFouine is a PostgreSQL log analyzer used to generate detailed reports
from a PostgreSQL log file. pgFouine can help you to determine which from a PostgreSQL log file. pgFouine can help you to determine which
queries you should optimize to speed up your PostgreSQL based queries you should optimize to speed up your PostgreSQL based application.
application.
WWW: http://pgfouine.projects.postgresql.org/ WWW: http://pgfouine.projects.postgresql.org/

View File

@ -1,3 +1,3 @@
ObjectDBM (o_dbm) is an OODB-like DBM module for Ruby. ObjectDBM (o_dbm) is an OODB-like DBM module for Ruby.
WWW: http://raa.ruby-lang.org/search.rhtml?search=o_dbm WWW: http://raa.ruby-lang.org/search.rhtml?search=o_dbm

View File

@ -15,4 +15,4 @@ the new C++0x Standard now being finalized. C++0x will also include
several more Boost libraries in addition to those from TR1. More Boost several more Boost libraries in addition to those from TR1. More Boost
libraries are proposed for TR2. libraries are proposed for TR2.
WWW: http://www.boost.org/ WWW: http://www.boost.org/

View File

@ -13,4 +13,4 @@ the new C++0x Standard now being finalized. C++0x will also include
several more Boost libraries in addition to those from TR1. More Boost several more Boost libraries in addition to those from TR1. More Boost
libraries are proposed for TR2. libraries are proposed for TR2.
WWW: http://www.boost.org/ WWW: http://www.boost.org/

View File

@ -5,4 +5,4 @@ tools -- just your C++ compiler.
The Boost.Pyste code generator resides in a separate port: devel/boost-pyste The Boost.Pyste code generator resides in a separate port: devel/boost-pyste
WWW: http://www.boost.org/ WWW: http://www.boost.org/

View File

@ -1,9 +1,9 @@
A port from the CLD (Compact Language Detector) library embedded in A port from the CLD (Compact Language Detector) library embedded in
Google's Chromium browser. The library detects the language from Google's Chromium browser. The library detects the language from
provided UTF8 text (plain text or HTML). It's implemented in C++, provided UTF-8 text (plain text or HTML). It is implemented in C++,
with very basic Python bindings. with very basic Python bindings.
You most likely need devel/cld2 port: version 2 of CLD. This port is here You most likely need devel/cld2 port: version 2 of CLD. This port is here
only to for pecl-cld until it support CLD version 2. only to for pecl-cld until it support CLD version 2.
WWW: https://code.google.com/p/chromium-compact-language-detector/ WWW: https://code.google.com/p/chromium-compact-language-detector/

View File

@ -1,16 +1,14 @@
CMPH - C Minimal Perfect Hashing Library
A perfect hash function maps a static set of n keys into a set of m integer A perfect hash function maps a static set of n keys into a set of m integer
numbers without collisions, where m is greater than or equal to n. If m is equal numbers without collisions, where m is greater than or equal to n. If m is
to n, the function is called minimal. equal to n, the function is called minimal.
Minimal perfect hash functions are widely used for memory efficient storage and Minimal perfect hash functions are widely used for memory efficient storage
fast retrieval of items from static sets, such as words in natural languages, and fast retrieval of items from static sets, such as words in natural
reserved words in programming languages or interactive systems, universal languages, reserved words in programming languages or interactive systems,
resource locations (URLs) in Web search engines, or item sets in data mining universal resource locations (URLs) in Web search engines, or item sets in
techniques. Therefore, there are applications for minimal perfect hash functions data mining techniques. Therefore, there are applications for minimal
in information retrieval systems, database systems, language translation perfect hash functions in information retrieval systems, database systems,
systems, electronic commerce systems, compilers, operating systems, among language translation systems, electronic commerce systems, compilers,
others. operating systems, among others.
WWW: http://cmph.sourceforge.net/ WWW: http://cmph.sourceforge.net/

View File

@ -11,4 +11,4 @@ COBOL, Eiffel, Fortran, HTML, Java, Javascript, Lisp, Lua, Make,
Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, S-Lang, Scheme, Shell Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, S-Lang, Scheme, Shell
(Bourne/Korn/Z), Standard ML, Tcl, Vera, Verilog, Vim and Yacc. (Bourne/Korn/Z), Standard ML, Tcl, Vera, Verilog, Vim and Yacc.
WWW: http://ctags.sourceforge.net/ WWW: http://ctags.sourceforge.net/

View File

@ -11,4 +11,4 @@ their Fortran 77 program. It is not intended to catch all syntax errors.
This is the function of the compiler. Prior to using ftnchek, the user This is the function of the compiler. Prior to using ftnchek, the user
should verify that the program compiles correctly. should verify that the program compiles correctly.
WWW: http://www.dsm.fordham.edu/~ftnchek/ WWW: http://www.dsm.fordham.edu/~ftnchek/

View File

@ -14,4 +14,4 @@ supposed to do debugging on production servers, but its main goal
is to help developers to locate bottlenecks in realtime and direct is to help developers to locate bottlenecks in realtime and direct
their attention to the code that really needs it. their attention to the code that really needs it.
WWW: http://pinba.org/ WWW: http://pinba.org/

View File

@ -14,4 +14,4 @@ supposed to do debugging on production servers, but its main goal
is to help developers to locate bottlenecks in realtime and direct is to help developers to locate bottlenecks in realtime and direct
their attention to the code that really needs it. their attention to the code that really needs it.
WWW: http://pinba.org/ WWW: http://pinba.org/

View File

@ -1,4 +1,4 @@
This is a python implementation of PHP's native serialize() and This is a python implementation of PHP's native serialize() and
unserialize() functions. unserialize() functions.
WWW: http://www.hurring.com/scott/code/python/serialize/ WWW: http://www.hurring.com/scott/code/python/serialize/

View File

@ -1,4 +1,4 @@
py-tgMochiKit is a packaging of the MochiKit JavaScript py-tgMochiKit is a packaging of the MochiKit JavaScript library as a
library as a TurboGears widget. TurboGears widget.
WWW: http://docs.turbogears.org/tgMochiKit WWW: http://docs.turbogears.org/tgMochiKit

View File

@ -1,7 +1,5 @@
This package contains HTML documentation for the Root framework. This package contains HTML documentation for the Root framework.
The installed package is 110 MB large.
ROOT stand for "<R>OOTs <O>bject-<O>riented <T>echnologies" - it is an object ROOT stand for "<R>OOTs <O>bject-<O>riented <T>echnologies" - it is an object
oriented data analysis framework written in C++. ROOT has its origin at the oriented data analysis framework written in C++. ROOT has its origin at the
Centre Europeenne pour la Recherche Nucleaire (CERN) and is a cross platform Centre Europeenne pour la Recherche Nucleaire (CERN) and is a cross platform
@ -19,4 +17,4 @@ hundreds of classes, which provides functionalities u.a. for:
- Inline Documentation and PostScript Interface - Inline Documentation and PostScript Interface
- PROOF Server (parallel computing) - PROOF Server (parallel computing)
WWW: http://root.cern.ch/ WWW: http://root.cern.ch/

View File

@ -1,9 +1,7 @@
To quote the description: TCLAP is a small, flexible library that provides a simple interface for
defining and accessing command line arguments.
TCLAP is a small, flexible library that provides a simple interface
for defining and accessing command line arguments.
It seems to do everything that getopt(3) can do. It is needed here as It seems to do everything that getopt(3) can do. It is needed here as
a dependency for graphics/hugin. a dependency for `graphics/hugin'.
WWW: http://tclap.sourceforge.net/ WWW: http://tclap.sourceforge.net/

View File

@ -1,4 +1,4 @@
A library for User-Agent recognition. Includes C++, Java, Node.js, A library for User-Agent recognition. Includes C++, Java, Node.js, Perl,
Perl and Python bindings. and Python bindings.
WWW: https://github.com/lmovsesjan/uatraits WWW: https://github.com/lmovsesjan/uatraits

View File

@ -1,5 +1,5 @@
CurveDNS is a forwarding nameserver adding DNSCurve to DNS, CurveDNS is a forwarding nameserver adding DNSCurve to DNS, and it is
and it's the first publicly released forwarding implementation the first publicly released forwarding implementation that implements
that implements the DNSCurve protocol. the DNSCurve protocol.
WWW: http://curvedns.on2it.net/ WWW: http://curvedns.on2it.net/

View File

@ -1,8 +1,8 @@
Vimana is an easy to use system for searching, downloading, and Vimana is an easy to use system for searching, downloading, and installing
installing vim scripts. vim scripts.
Vimana provides a command-line interface much like the aptitude Vimana provides a command-line interface much like the aptitude program on
program on Debian Linux, for you to search, download, install, and Debian Linux, for you to search, download, install, and upgrade scripts
upgrade scripts from http://www.vim.org/ (vimonline site). from http://www.vim.org/ (vimonline site).
WWW: http://search.cpan.org/dist/Vimana/ WWW: http://search.cpan.org/dist/Vimana/

View File

@ -1,4 +1,4 @@
Functions for import, export, plotting and other manipulations of Functions for import, export, plotting and other manipulations of
bitmapped images. bitmapped images.
WWW: http://cran.r-project.org/web/packages/pixmap/ WWW: http://cran.r-project.org/web/packages/pixmap/

View File

@ -6,4 +6,4 @@ differs from both "tnpic" and "gtnpic" in purpose. It is *not* an indexer
of image files. It simply creates thumbnails of images stored in JPEG of image files. It simply creates thumbnails of images stored in JPEG
format. format.
WWW: http://jpgtn.sourceforge.net/ WWW: http://jpgtn.sourceforge.net/

View File

@ -3,4 +3,4 @@ thumbnails.
Although not required to use, sorl-thumbnail is heavily integrated with Although not required to use, sorl-thumbnail is heavily integrated with
the Django framework. the Django framework.
WWW: http://code.google.com/p/sorl-thumbnail/ WWW: http://code.google.com/p/sorl-thumbnail/

View File

@ -6,5 +6,4 @@ development encourages Test Driven Development, though it doesn't
mandate it, and any unit testing software development technique mandate it, and any unit testing software development technique
is sufficient. is sufficient.
WWW: http://www.jtiger.org/
WWW: http://www.jtiger.org

View File

@ -4,4 +4,4 @@ It can compile large number of .as class files in a very short time
and generate directly the corresponding SWF bytecode without relying and generate directly the corresponding SWF bytecode without relying
on Macromedia Flash or other tools. on Macromedia Flash or other tools.
WWW: http://mtasc.org/ WWW: http://mtasc.org/

View File

@ -20,4 +20,4 @@ processing. With TK 3.3, send now uses xauthority mechanisms by default,
unless you compile TK with -DTK_NO_SECURITY. Generally, this means that unless you compile TK with -DTK_NO_SECURITY. Generally, this means that
you **MUST** must run xdm to start your Xserver. you **MUST** must run xdm to start your Xserver.
WWW: http://www.beedub.com/exmh/ WWW: http://www.beedub.com/exmh/

View File

@ -1,5 +1,5 @@
'nohtml' is a filter which strips HTML attachments from email 'nohtml' is a filter which strips HTML attachments from email messages.
messages. It is primarily intended to be used with remailers like It is primarily intended to be used with remailers like mailing lists
mailing lists to suppress HTML from ever hitting those lists. to suppress HTML from ever hitting those lists.
WWW: http://www.tundraware.com/Software/nohtml/ WWW: http://www.tundraware.com/Software/nohtml/

View File

@ -3,4 +3,4 @@ RFC 2821 compliant SMTP service that always returns a 4xx soft error
to the RCPT TO verb. Use it to keep spammers who try to exploit the to the RCPT TO verb. Use it to keep spammers who try to exploit the
MX with highest PRI away. MX with highest PRI away.
WWW: http://smtptrapd.sourceforge.net/ WWW: http://smtptrapd.sourceforge.net/

View File

@ -2,4 +2,4 @@ User is asked to enter Full Name and Email Address prior to reading or
composing after logging in. This is used for users who log in for the composing after logging in. This is used for users who log in for the
first time and need to set up their preferences prior to getting started. first time and need to set up their preferences prior to getting started.
WWW: http://squirrelmail.org/plugin_view.php?id=142 WWW: http://squirrelmail.org/plugin_view.php?id=142

View File

@ -5,4 +5,4 @@ been made to the plugin.
Also displays the current stable version of SM and lets you know Also displays the current stable version of SM and lets you know
what version of SM you are running. what version of SM you are running.
WWW: http://www.squirrelmail.org/plugin_view.php?id=68 WWW: http://www.squirrelmail.org/plugin_view.php?id=68

View File

@ -6,4 +6,4 @@ Primarily this utility is intended to prevent plain text passwords
and email contents being transmitted over the internet after people and email contents being transmitted over the internet after people
manually enter their server URL without including https://... manually enter their server URL without including https://...
WWW: http://www.squirrelmail.org/plugin_view.php?id=61 WWW: http://www.squirrelmail.org/plugin_view.php?id=61

View File

@ -1,6 +1,6 @@
This automatically logs a user out if they're idle for a set amount This automatically logs a user out if they're idle for a set amount of
of time. We define 'idle' as having not refreshed the right-hand time. We define 'idle' as having not refreshed the right-hand frame.
frame. The administrator can set a standard time for all users or The administrator can set a standard time for all users or allow users
allow users to set their own timeout values. to set their own timeout values.
WWW: http://www.squirrelmail.org/plugin_view.php?id=38 WWW: http://www.squirrelmail.org/plugin_view.php?id=38

View File

@ -1,4 +1,4 @@
This is a Qt4 version of QwtPlot3d - a feature-rich Qt/OpenGL-based This is a Qt4 version of QwtPlot3d -- a feature-rich Qt/OpenGL-based C++
C++ programming library, providing essentially a bunch of 3D-widgets. programming library, providing essentially a bunch of 3D-widgets.
WWW: http://qwtplot3d.sourceforge.net/ WWW: http://qwtplot3d.sourceforge.net/

View File

@ -3,4 +3,4 @@ Amazon's Mechanical Turk and Alexa web services and any other web
services that Amazon might make in the future that require an services that Amazon might make in the future that require an
encrypted signature, assuming they follow the same convention. encrypted signature, assuming they follow the same convention.
WWW: http://search.cpan.org/dist/Net-Amazon-Signature/ WWW: http://search.cpan.org/dist/Net-Amazon-Signature/

View File

@ -3,4 +3,4 @@ Clickatell is a commercial service that allows its users to send SMS messages
to anyone in the world. This service supports many ways to send messages, for to anyone in the world. This service supports many ways to send messages, for
example HTTP, SMTP and SMPP, among others. example HTTP, SMTP and SMPP, among others.
WWW: http://search.cpan.org/dist/Net-SMS-Clickatell-0.05/ WWW: http://search.cpan.org/dist/Net-SMS-Clickatell-0.05/

View File

@ -3,4 +3,4 @@ daemon. It supports all vpopmaild commands, such as adding/removing
domains, users, robots (autoresponders), and ezmlm lists (todo), domains, users, robots (autoresponders), and ezmlm lists (todo),
as well as modifying domain limits, ip maps, etc. as well as modifying domain limits, ip maps, etc.
WWW: http://pear.php.net/package/Net_Vpopmaild/ WWW: http://pear.php.net/package/Net_Vpopmaild/

View File

@ -1,5 +1,3 @@
quoted - QOTD Daemon
The QOTD Daemon 'quoted' listens on the qotd port (17) and responds with The QOTD Daemon 'quoted' listens on the qotd port (17) and responds with
a randomly selected 'quote of the day' from a 'quotes' text file, which a randomly selected 'quote of the day' from a 'quotes' text file, which
you can update with quotes of your own. It will operate either as a you can update with quotes of your own. It will operate either as a
@ -8,4 +6,4 @@ stand-alone daemon, or can also be invoked via inetd.
If you want, you can also have it listen on a different port, other than If you want, you can also have it listen on a different port, other than
the default 'qotd' port (17). the default 'qotd' port (17).
WWW: http://www.mrp3.com/webutil/quoted.html WWW: http://www.mrp3.com/webutil/quoted.html

View File

@ -1,8 +1,8 @@
This program reads /var/db/pkg/local.sqlite and compares install timestamp with This program reads /var/db/pkg/local.sqlite and compares install timestamp
date in $FreeBSD header in the Makefile of the port. If there is no $FreeBSD with date in $FreeBSD header in the Makefile of the port. If there is no
header then it is assumed to be a beta port. $FreeBSD header then it is assumed to be a beta port.
Chucky also features a shar file backup feature, which is normally used to Chucky also features a shar file backup feature, which is normally used to
backup 'beta' development ports. backup 'beta' development ports.
WWW: https://dx.burplex.com/bin/chucky.html WWW: https://dx.burplex.com/bin/chucky.html

View File

@ -7,6 +7,4 @@ can write MIDI files, and there is a MIDI to lilypond conversion
tool, midi2ly. Conversion tools for PMX, MUP, ABC, Finale and tool, midi2ly. Conversion tools for PMX, MUP, ABC, Finale and
Musedata are also included. Musedata are also included.
WWW: http://lilypond.org/web/ WWW: http://lilypond.org/web/
Patrick Atamaniuk

View File

@ -1,5 +1,5 @@
Pycdf is a python interface to the Unidata netCDF library. It provides an Pycdf is a Python interface to the Unidata netCDF library. It provides an
almost complete coverage of the netCDF C API, wrapping it inside easy to almost complete coverage of the netCDF C API, wrapping it inside easy to
use python classes. use Python classes.
WWW: http://pysclint.sourceforge.net/pycdf/ WWW: http://pysclint.sourceforge.net/pycdf/

View File

@ -4,4 +4,4 @@ algorithms and modes in libmcrypt (BLOWFISH, TWOFISH, DES, TripleDES,
CAST, ARCFOUR and WAKE), and is compatibile with UNIX crypt(1) and CAST, ARCFOUR and WAKE), and is compatibile with UNIX crypt(1) and
with des(1) from Solaris. with des(1) from Solaris.
WWW: http://mcrypt.sourceforge.net/ WWW: http://mcrypt.sourceforge.net/

View File

@ -1,3 +1,3 @@
GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series) GnuPG -- Perl module interface to the GNU Privacy Guard (v1.x.x series).
WWW: http://search.cpan.org/dist/GnuPG/ WWW: http://search.cpan.org/dist/GnuPG/

View File

@ -5,6 +5,4 @@ in two or more output files. The output files are indistinguishable
from random noise, except that when the pad utility is used to XOR from random noise, except that when the pad utility is used to XOR
them together again, the original data files may be recovered. them together again, the original data files may be recovered.
WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/ WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/
Jason Harris <jharris@widomaker.com>

View File

@ -9,4 +9,4 @@ based on keyword match.
SubWeb can also allow filtering, and is highly customizable. SubWeb can also allow filtering, and is highly customizable.
WWW: http://www.hsc-labs.com/tools/subweb/ WWW: http://www.hsc-labs.com/tools/subweb/

View File

@ -1,6 +1,6 @@
Provide a fast way to delete entries from OpenSSH's known_hosts Provide a fast way to delete entries from OpenSSH's known_hosts file.
file. This is a simple automation of the things normally done by This is a simple automation of the things normally done by the user
the user when having an "offending key" in his/her known_hosts file when having an "offending key" in his/her known_hosts file caused by
caused by a changing host key of the destination. a changing host key of the destination.
WWW: http://unssh.sourceforge.net/ WWW: http://unssh.sourceforge.net/

View File

@ -4,4 +4,4 @@ filesystems may be of any kind you want the only requisite is that you
mount it. No need for special configuration files, the setup is as simple mount it. No need for special configuration files, the setup is as simple
as one mount command (or one line in fstab). as one mount command (or one line in fstab).
WWW: http://code.google.com/p/chironfs/ WWW: http://code.google.com/p/chironfs/

View File

@ -19,4 +19,4 @@ tolower
toupper toupper
Converts all alphabetic characters to upper case Converts all alphabetic characters to upper case
WWW: http://hansmi.ch/software/pipe-magic-tools WWW: http://hansmi.ch/software/pipe-magic-tools

View File

@ -1,4 +1,4 @@
PHP bindings for the mRss library for parsing, writing and creating RSS files or PHP bindings for the mRss library for parsing, writing, and creating RSS
streams. files or streams.
WWW: http://www2.autistici.org/bakunin/libmrss/doc/ WWW: http://www2.autistici.org/bakunin/libmrss/doc/

View File

@ -4,4 +4,4 @@ which is why we refer to it sometimes as a "unified" toolkit. Dojo
aims to solve some long-standing historical problems with DHTML aims to solve some long-standing historical problems with DHTML
which prevented mass adoption of dynamic web application development. which prevented mass adoption of dynamic web application development.
WWW: http://dojotoolkit.org/ WWW: http://dojotoolkit.org/

View File

@ -5,4 +5,4 @@ a limited number of requests (in Apache 2 this is achieved with the
MaxKeepAliveRequests directive). This module allows you to limit MaxKeepAliveRequests directive). This module allows you to limit
the maximum number of keep alive requests to a server. the maximum number of keep alive requests to a server.
WWW: http://search.cpan.org/dist/LWP-ConnCache-MaxKeepAliveRequests/ WWW: http://search.cpan.org/dist/LWP-ConnCache-MaxKeepAliveRequests/

View File

@ -1,13 +1,9 @@
pear-Services_Google is a pear class that pear-Services_Google is a pear class that provides access to the Google
provides access to the Google SOAP Web APIs. SOAP Web APIs. It allows easy access to the Google SOAP Web APIs for the
It allows easy access to the Google SOAP search engine, spelling suggestions, and cache.
Web APIs for the search engine, spelling
suggestions, and cache.
Please note that as of December 5, 2006 Please note that as of December 5, 2006 Google is no longer issuing new
Google is no longer issuing new API keys API keys for the SOAP search API, so this package is only for developers
for the SOAP search API, so this package which has an API key already.
is only for developers which has an API
key already.
WWW: http://pear.php.net/package/Services_Google/ WWW: http://pear.php.net/package/Services_Google/

View File

@ -4,4 +4,4 @@ designed for Plurk, including mobile and desktop applications.
This is the PHP Plurk API client for interacting with the Plurk This is the PHP Plurk API client for interacting with the Plurk
Internet service. Internet service.
WWW: http://code.google.com/p/php-plurk-api/ WWW: http://code.google.com/p/php-plurk-api/

View File

@ -1,3 +1,3 @@
A user-profile application for Django. A user-profile application for Django.
WWW: http://bitbucket.org/ubernostrum/django-profiles/ WWW: http://bitbucket.org/ubernostrum/django-profiles/

View File

@ -2,4 +2,4 @@ This small app provides multi-host utilities to Django projects by using
threadlocals, middleware and simple utilities. Using the middleware provided, threadlocals, middleware and simple utilities. Using the middleware provided,
you can "easily" provide multi-site awareness to any project. you can "easily" provide multi-site awareness to any project.
WWW: http://bitbucket.org/bkroeze/django-threaded-multihost/ WWW: http://bitbucket.org/bkroeze/django-threaded-multihost/

View File

@ -2,4 +2,4 @@ This is a Linux/i386 binary port of the libraries from X.Org:
"The X.Org Foundation provides an open source implementation "The X.Org Foundation provides an open source implementation
of the X Window System." of the X Window System."
WWW: http://x.org WWW: http://x.org/