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

Side by Side Diff: third_party/xdg-utils/scripts/xsl/README

Issue 151098: Patch from mdm@google.com... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 11 years, 5 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
OLDNEW
(Empty)
1 Hereyou find some XSL transformation scripts for processing mime
2 type definitions in XML format as defined by the Shared MIME-info Database
3 specification [1]
4
5 xdg-mime actually embeds a version of these scripts, the versions in this
6 directory are for entertainment purposes only
7
8 [1] http://www.freedesktop.org/wiki/Standards/shared-mime-info-spec
9 ===
10 Command: xsltproc sharedmime-list.xsl input-file.xml
11
12 Lists all mimetypes contained in a shared mime Database XML input file
13 ===
14 Command: xsltproc --stringparam type mime/type \
15 --stringparam source input-file.xml \
16 sharedmime2mimelnk.xsl /path/to/input-file.xml
17
18 Converts the mimetype "mime/type" contained in a shared mime Database XML
19 input file into KDE's mimelnk format.
20 ===
21 TODO:
22 * Add support for magic entries and convert to KDE magic chunks in
23 share/config/magic/*
OLDNEW
« no previous file with comments | « third_party/xdg-utils/scripts/xdg-utils-common.in ('k') | third_party/xdg-utils/scripts/xsl/refentry2htmlindex.xsl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698