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

Side by Side Diff: third_party/Python-Markdown/README.chromium

Issue 1356203004: Check in a simple pure-python based Markdown previewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add
Patch Set: fix license file Created 5 years, 2 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
« no previous file with comments | « third_party/Python-Markdown/OWNERS ('k') | third_party/Python-Markdown/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: Python-Markdown
2 URL: https://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.2.tar.gz#md 5=256d19afcc564dc4ce4c229bb762f7ae
3 Version: 2.6.2
4 Revision: None
5 Security Critical: no
6 License: BSD
7 License File: NOT_SHIPPED
8
9 Description:
10
11 Python-Markdown is a pure Python parser for Markdown.
12
13 //tools/md_browser uses it to provide a local previewer for our
14 Markdown-based documentation.
15
16 This code is not considered security critical since it is only used by
17 developer utilities. This should never be linked into chrome or any production
18 code.
19
20 To update this, do something roughly along the lines of:
21
22 cd ..
23 wget $URL # A newer version of the above URL
24 tar xvzf Markdown-$VERSION.tar.gz
25 cd Markdown-$VERSION
26 rm -fr bin docs INSTALL.md makefile MANIFEST PKG-INFO \
27 run-tests.py setup.py tests tox.ini
28 cp ../Python-Markdown/README.chromium .
29
30 # update the version numbers in README.chromium
31
32 cd ..
33 rm -fr Python-Markdown
34 mv Markdown-$VERSION Python-Markdown
OLDNEW
« no previous file with comments | « third_party/Python-Markdown/OWNERS ('k') | third_party/Python-Markdown/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698