Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: third_party/pyftpdlib/README.chromium

Issue 6610030: Cleaning up third_party readmes and adding a template for future use.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/psutil/README.chromium ('k') | third_party/qcms/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: pyftpdlib 1 Name: Python FTP server library
2 Short Name: pyftpdlib
2 URL: http://code.google.com/p/pyftpdlib/ 3 URL: http://code.google.com/p/pyftpdlib/
3 Version: 0.5.0 4 Version: 0.5.0
4 5
6 Description:
5 Chromium-specific changes are in chromium.patch file. Currently it removes the 7 Chromium-specific changes are in chromium.patch file. Currently it removes the
6 delay after invalid login (which helps protect against brute-force attacks), 8 delay after invalid login (which helps protect against brute-force attacks),
7 which is slowing down some tests. 9 which is slowing down some tests.
8 10
9 For licensing information please LICENSE file 11 For licensing information please LICENSE file
10 12
11 Python FTP server library provides an high-level portable interface to easily 13 Python FTP server library provides an high-level portable interface to easily
12 write asynchronous FTP servers with Python. Based on asyncore framework 14 write asynchronous FTP servers with Python. Based on asyncore framework
13 pyftpdlib is currently the most complete RFC-959 FTP server implementation 15 pyftpdlib is currently the most complete RFC-959 FTP server implementation
14 available for Python programming language. 16 available for Python programming language.
15 17
16 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ 18 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ
OLDNEW
« no previous file with comments | « third_party/psutil/README.chromium ('k') | third_party/qcms/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698