mirror of https://github.com/roytam1/kmeleon.git
parent
471a79154c
commit
5653714566
15 changed files with 224 additions and 3271 deletions
@ -1,19 +0,0 @@ |
||||
/* |
||||
* K-Meleon default styles for macro generated documents |
||||
* |
||||
* Users can override these defaults in their userContent.css (!important keyword required) |
||||
* |
||||
*/ |
||||
|
||||
body.km_lstLinks, |
||||
body.km_lstLinkedImages, |
||||
body.km_lstImages { margin: 0; padding: 0.5em 0.75em 0.75em; } |
||||
|
||||
body.km_lstLinks > fieldset + fieldset, |
||||
body.km_lstLinkedImages > fieldset + fieldset, |
||||
body.km_lstImages > fieldset + fieldset { margin-top: 0.5em; } |
||||
|
||||
body.km_lstLinkedImages img, |
||||
body.km_lstImages img { vertical-align: top; } |
||||
body.km_lstLinkedImages li, |
||||
body.km_lstImages li { padding-top: 1em; } |
@ -1,55 +0,0 @@ |
||||
# Mouse Gesture Commands for Advanced Preferences Panel |
||||
|
||||
# You can insert your own commands here (one per line). |
||||
# |
||||
# Syntax: <command> = <description> |
||||
# - Commands are case-sensitive and must not contain '='! |
||||
# - Descriptions can contain '='. |
||||
# - Lines beginning with '#' are ignored (comments) |
||||
|
||||
ID_NAV_BACK = Back |
||||
ID_NAV_FORWARD = Forward |
||||
ID_NAV_STOP = Stop |
||||
ID_NAV_RELOAD = Reload |
||||
ID_NAV_FORCE_RELOAD = Force Reload |
||||
ID_NEW_BROWSER = New Window |
||||
layers(Open) = New Layer |
||||
ID_WINDOW_NEXT = Next Window |
||||
layers(Next) = Next Layer |
||||
ID_WINDOW_PREV = Previous Window |
||||
layers(Prev) = Previous Layer |
||||
layers(Last) = Previously Selected Layer |
||||
ID_NAV_HOME = Open Home Page |
||||
macros(OpenStart) = Open Startup Group |
||||
macros(OpenLast) = Open Last Session |
||||
macros(Home) = Perform 'Start with ...' Action |
||||
macros(up_directory) = Go Up One Directory Level |
||||
macros(top_level) = Go To Top Directory Level |
||||
ID_FILE_CLOSE = Close Window |
||||
layers(Close) = Close Layer |
||||
layers(CloseAll) = Close All Layers |
||||
layers(CloseAllOther) = Close Other Layers |
||||
ID_APP_EXIT = Exit K-Meleon |
||||
layers(OpenLink) = Open Link In New Layer |
||||
layers(OpenLinkBg) = Open Link In Background Layer |
||||
ID_OPEN_LINK_IN_NEW_WINDOW = Open Link In New Window |
||||
ID_OPEN_LINK_IN_BACKGROUND = Open Link In Background Window |
||||
ID_EDIT_FINDNEXT = Find Next |
||||
ID_EDIT_FINDPREV = Find Previous |
||||
macros(scrollToTop) = Scroll To Top Of Page |
||||
macros(scrollToBottom) = Scroll To Bottom Of Page |
||||
macros(scrollToLeftEnd) = Scroll To Left End Of Page |
||||
macros(scrollToRightEnd) = Scroll To Right End Of Page |
||||
macros(ZoomInPage) = Zoom In Page |
||||
ID_FONT_INCREASE = Zoom In Text |
||||
macros(ZoomInImages) = Zoom In Images |
||||
macros(ZoomOutPage) = Zoom Out Page |
||||
ID_FONT_DECREASE = Zoom Out Text |
||||
macros(ZoomOutImages) = Zoom Out Images |
||||
fullscreen() = Fullscreen |
||||
bookmarks(Add) = Add Page To Bookmarks |
||||
favorites(Add) = Add Page To Favorites |
||||
hotlist(Add) = Add Page To Hotlist |
||||
macros(Mail) = Read Mail |
||||
macros(News) = Read News |
||||
macros(URLInIE) = View Page In Internet Explorer |
File diff suppressed because it is too large
Load Diff
@ -1,876 +1,19 @@ |
||||
# MENU DEFINITION FILE |
||||
|
||||
# Note: Menus must be defined *before* being used as submenus |
||||
|
||||
# ---------- Plugins ----------------------------------------------------------------------------------------------- |
||||
|
||||
# ----- Bookmarks |
||||
|
||||
%ifplugin bookmarks |
||||
&Bookmarks{ |
||||
bookmarks(Add,&Add Page\tCtrl+D) |
||||
bookmarks(Edit,&Edit...\tCtrl+B) |
||||
macros(Bookmarks,&Options...) |
||||
- |
||||
bookmarks() |
||||
} |
||||
%endif |
||||
|
||||
# ----- Hotlist |
||||
|
||||
%ifplugin hotlist |
||||
H&otlist{ |
||||
hotlist(Add,&Add Page) |
||||
hotlist(Edit,&Edit...) |
||||
macros(Hotlist,&Options...) |
||||
- |
||||
hotlist() |
||||
} |
||||
%endif |
||||
|
||||
# ----- Favorites |
||||
|
||||
%ifplugin favorites |
||||
F&avorites{ |
||||
favorites(Add,&Add Page) |
||||
favorites(Edit,&Explore...) |
||||
macros(Favorites,&Options...) |
||||
- |
||||
favorites() |
||||
} |
||||
%endif |
||||
|
||||
# ----- Fullscreen |
||||
|
||||
Fullscreen{ |
||||
%ifplugin fullscreen |
||||
- |
||||
fullscreen(,Fu&ll Screen\tF11) |
||||
%endif |
||||
} |
||||
|
||||
# ----- History |
||||
|
||||
%ifplugin history |
||||
Histor&y{ |
||||
history(View,View &History\tCtrl+H) |
||||
privacy(ClearHistory,&Clear History) |
||||
history(Config,Se&ttings...) |
||||
history() |
||||
} |
||||
%endif |
||||
|
||||
# ----- Layers |
||||
|
||||
%ifplugin layers |
||||
|
||||
CloseLayer{ |
||||
layers(Close,Close Laye&r\tCtrl+F4) |
||||
layers(CloseAll,Close All La&yers\tCtrl+Shift+F4) |
||||
layers(CloseAllOther,Close O&ther Layers\tShift+F4) |
||||
- |
||||
} |
||||
|
||||
&Layers{ |
||||
%ifplugin macros |
||||
macros(Layers,&Options...) |
||||
- |
||||
%endif |
||||
layers() |
||||
} |
||||
|
||||
%endif |
||||
|
||||
# ----- Sessions |
||||
|
||||
%ifplugin sessions |
||||
&Sessions{ |
||||
sessions(load,&Load Session) |
||||
sessions(save,&Save Session) |
||||
sessions(undo,&Undo Last Closed) |
||||
} |
||||
%endif |
||||
|
||||
# ---------- Macros ------------------------------------------------------------------------------------------------ |
||||
|
||||
%ifplugin macros |
||||
|
||||
# ----- Configuration Files |
||||
|
||||
Config&uration{ |
||||
macros(AllPrefs,Browser Con&figuration\tabout:config) |
||||
#macros(Prefs,&Profile Settings\tprefs.js) |
||||
macros(User,&User Settings\tuser.js) |
||||
- |
||||
macros(UserContent,User-Defined &StyleSheet\tuserContent.css) |
||||
macros(CSSFilters,Ad-&Blocking StyleSheet\tadblock.css) |
||||
macros(Toolbars,&Toolbars\ttoolbars.cfg) |
||||
- |
||||
macros(Accel,A&ccelerators\taccel.cfg) |
||||
macros(Macros,M&acros\tmacros.cfg) |
||||
macros(Menus,M&enus\tmenus.cfg) |
||||
macros(GestureCmds,Mouse &Gestures\tgestures.cfg) |
||||
macros(SearchEngs,Search &Engines\tsearch.cfg) |
||||
macros(Commands,Co&mmands List\tcommands.txt) |
||||
- |
||||
macros(ProfD,Profile &Directory) |
||||
} |
||||
|
||||
# ----- Custom Proxies |
||||
|
||||
Pro&xy{ |
||||
macros(NoProxy,&Direct Connection) |
||||
macros(proxy1) |
||||
macros(proxy2) |
||||
macros(proxy3) |
||||
- |
||||
macros(ProxyCfg,Con&figure...) |
||||
} |
||||
|
||||
# ----- Encoding |
||||
|
||||
&Auto Detect{ |
||||
macros(AutoDetect(),(O&ff)) |
||||
macros(AutoDetect(universal_charset_detector),Uni&versal) |
||||
macros(AutoDetect(zh_parallel_state_machine),Ch&inese) |
||||
macros(AutoDetect(ja_parallel_state_machine),J&apanese) |
||||
macros(AutoDetect(ko_parallel_state_machine),K&orean) |
||||
macros(AutoDetect(cjk_parallel_state_machine),&East Asian) |
||||
macros(AutoDetect(ruprob),Ru&ssian) |
||||
macros(AutoDetect(ukprob),U&krainian) |
||||
} |
||||
|
||||
En&coding{ |
||||
:&Auto Detect |
||||
- |
||||
macros(ForceCharset(iso-8859-1),&Western (ISO-8859-1)) |
||||
- |
||||
macros(ForceCharset(iso-8859-2),&Central European (ISO-8859-2)) |
||||
macros(ForceCharset(windows-1250),C&entral European (Windows-1250)) |
||||
- |
||||
macros(ForceCharset(utf-8),&Unicode (UTF-8)) |
||||
macros(ForceCharset(utf-7),U&nicode (UTF-7)) |
||||
} |
||||
|
||||
# ----- External Applications/Web Services |
||||
|
||||
Op&en Page With{ |
||||
macros(URLInIE,&Internet Explorer\tCtrl+Alt+I) |
||||
} |
||||
Op&en Link Target With{ |
||||
macros(LinkInIE,&Internet Explorer) |
||||
} |
||||
|
||||
# ----- Mail and News |
||||
|
||||
&Mail And News{ |
||||
macros(Mail,Read &Mail) |
||||
macros(Compose,New Me&ssage...) |
||||
macros(EmailURL,Sen&d Page As Link...) |
||||
- |
||||
macros(News,Read &News) |
||||
macros(RSS,Read &RSS Feeds) |
||||
- |
||||
macros(MailCfg,Configure M&ail...) |
||||
macros(NewsCfg,Configure N&ews...) |
||||
} |
||||
|
||||
# ----- Page Search |
||||
|
||||
Page &Search{ |
||||
macros(TAF,Find As You &Type) |
||||
- |
||||
macros(TAFAuto,Start &Automatically) |
||||
macros(TAFLinks,Search &Links Only) |
||||
} |
||||
|
||||
# ----- Privacy |
||||
|
||||
P&ermissions{ |
||||
macros(Filters,Content &Filters) |
||||
macros(JavaScript,&JavaScript) |
||||
- |
||||
macros(Master,&Master Password) |
||||
macros(Cert,&Certificates) |
||||
} |
||||
|
||||
Privacy Settings{ |
||||
macros(CKToggle,Block Co&okies) |
||||
macros(JToggle,Block &Java) |
||||
macros(JSToggle,Block Java&Script\tF7) |
||||
macros(PBToggle,Block &Popups\tF8) |
||||
macros(ImgToggle,Block &Images\tF9) |
||||
macros(AniToggle,Block Image Ani&mation) |
||||
macros(CToggle,Block Page Co&lors) |
||||
macros(FrmToggle,Block &Frames) |
||||
macros(RefToggle,Block HTTP &Referer) |
||||
} |
||||
|
||||
&User Agent{ |
||||
macros(UA0) |
||||
macros(UA1) |
||||
macros(UA2) |
||||
macros(UA3) |
||||
macros(UACust,&Custom...) |
||||
- |
||||
macros(ResetUA,&Reset To Default On Exit) |
||||
} |
||||
|
||||
# ----- Reloading |
||||
|
||||
Reloa&ding{ |
||||
&Force Reload\tCtrl+F5=ID_NAV_FORCE_RELOAD |
||||
%ifplugin layers |
||||
macros(ReloadAll,Reload &All Layers) |
||||
%endif |
||||
macros(Continuous,&Continuous Reload) |
||||
} |
||||
|
||||
# ----- Translation |
||||
|
||||
&Translate From{ |
||||
macros(English,&English) |
||||
- |
||||
macros(Spanish,&Spanish) |
||||
macros(Portuguese,&Portuguese) |
||||
macros(French,&French) |
||||
macros(German,&German) |
||||
macros(Dutch,&Dutch) |
||||
macros(Italian,&Italian) |
||||
macros(Greek,Gr&eek) |
||||
- |
||||
macros(Russian,&Russian) |
||||
macros(Korean,&Korean) |
||||
macros(Japanese,&Japanese) |
||||
macros(Chinese-Traditional,&Chinese (Traditional)) |
||||
macros(Chinese-Simple,Chi&nese (Simplified)) |
||||
- |
||||
macros(TranslateCfg,&To (Specify Language)...) |
||||
} |
||||
|
||||
# ----- Web Search |
||||
|
||||
Engines{ |
||||
macros(SE0) |
||||
macros(SE1) |
||||
macros(SE2) |
||||
macros(SE3) |
||||
macros(SE4) |
||||
macros(SE5) |
||||
macros(SE6) |
||||
macros(SE7) |
||||
macros(SE8) |
||||
macros(SE9) |
||||
- |
||||
macros(Metasearch,&Metasearch) |
||||
} |
||||
|
||||
&Web Search{ |
||||
!Engines |
||||
- |
||||
macros(SearchLock,Use As &Default Engine) |
||||
macros(WebFind,Con&figure...) |
||||
} |
||||
|
||||
%endif |
||||
|
||||
# ----- Groups |
||||
|
||||
%ifplugin macros & layers |
||||
&Groups{ |
||||
%ifplugin layers |
||||
macros(SaveAsGroup,&Save Layers As Group...\tCtrl+Alt+S) |
||||
macros(URLToGroup,Add Th&is Layer To Group...) |
||||
macros(LayersToGroup,Add Th&ese Layers To Group...) |
||||
- |
||||
macros(SavedGroups,Saved &Groups...\tCtrl+Alt+G) |
||||
macros(GroupOnly,Open Group &Only...\tShift+Enter) |
||||
macros(OpenGroup,Open Group &Additionally...\tAlt+Enter) |
||||
macros(DeleteGroup,&Delete Group...) |
||||
- |
||||
layers() |
||||
%endif |
||||
} |
||||
%endif |
||||
|
||||
%ifplugin macros & bookmarks|hotlist|layers |
||||
Ho&me{ |
||||
Open &Home Page\tAlt+Home=ID_NAV_HOME |
||||
%ifplugin layers |
||||
macros(OpenStart,Open &Startup Group\tCtrl+Alt+Home) |
||||
macros(OpenLast,Open &Last Session\tCtrl+Alt+L) |
||||
%else |
||||
%ifplugin bookmarks|hotlist |
||||
macros(OpenStart,Open &Startup Folder\tCtrl+Alt+Home) |
||||
%endif |
||||
%endif |
||||
- |
||||
macros(SetHome,M&ake This Page Your Home Page) |
||||
- |
||||
macros(StartHome,Start With Home &Page) |
||||
macros(StartBlank,Start With &Blank Page) |
||||
%ifplugin layers |
||||
macros(StartGroup,Start With &Group...) |
||||
macros(StartLast,Start With Last S&ession) |
||||
%else |
||||
%ifplugin bookmarks|hotlist |
||||
macros(StartGroup,Start With &Folder...) |
||||
%endif |
||||
%endif |
||||
} |
||||
%endif |
||||
|
||||
# ----- Privacy |
||||
|
||||
%ifplugin macros|privacy |
||||
|
||||
&Privacy{ |
||||
%ifplugin macros |
||||
:P&ermissions |
||||
- |
||||
!Privacy Settings |
||||
%endif |
||||
%ifplugin privacy |
||||
%ifplugin macros |
||||
- |
||||
%endif |
||||
privacy(Config,Se&ttings...) |
||||
- |
||||
privacy(ClearCache,Clear C&ache) |
||||
privacy(ClearCookies,Clear &Cookies) |
||||
privacy(ClearHistory,Clear &History) |
||||
privacy(ClearMRU,Clear &URL Bar History) |
||||
privacy(ClearSignon,Clear Pass&words) |
||||
macros(ClearAll,Clear A&ll) |
||||
%endif |
||||
%ifplugin macros |
||||
- |
||||
%endif |
||||
macros(KillFlash,Kill Fl&ash Objects) |
||||
macros(KillApplets,Kill Ja&va Applets) |
||||
} |
||||
|
||||
%endif |
||||
|
||||
# ----- Zoom |
||||
|
||||
%ifplugin macros |
||||
ZoomIn{ |
||||
macros(ZoomInPage,Zoom In &Page\tCtrl+Alt++) |
||||
Zoom In &Text\tCtrl++=ID_FONT_INCREASE |
||||
macros(ZoomInImages,Zoom In &Images\tAlt++) |
||||
} |
||||
ZoomOut{ |
||||
macros(ZoomOutPage,Zoom Out P&age\tCtrl+Alt+-) |
||||
Zoom Out T&ext\tCtrl+-=ID_FONT_DECREASE |
||||
macros(ZoomOutImages,Zoom Out I&mages\tAlt+-) |
||||
} |
||||
%endif |
||||
|
||||
%ifplugin macros & toolbars |
||||
Zoom &Buttons{ |
||||
macros(ZoomPage,Zoom Full &Page) |
||||
macros(ZoomText,Zoom &Text Only) |
||||
macros(ZoomImages,Zoom &Images Only) |
||||
} |
||||
%endif |
||||
|
||||
# ---------- Toolbar Buttons --------------------------------------------------------------------------------------- |
||||
|
||||
# ----- Main Bar |
||||
|
||||
Print{ |
||||
&Print...\tCtrl+P=ID_FILE_PRINT |
||||
Print Pre&view\tCtrl+Alt+P=ID_FILE_PRINTPREVIEW |
||||
Page Set&up=ID_FILE_PRINTSETUP |
||||
#bmpmenu() |
||||
} |
||||
|
||||
# ----- Zoom Buttons |
||||
|
||||
%ifplugin macros & toolbars |
||||
Zoom In{ |
||||
!ZoomIn |
||||
- |
||||
:Zoom &Buttons |
||||
#bmpmenu() |
||||
} |
||||
Zoom Out{ |
||||
!ZoomOut |
||||
- |
||||
:Zoom &Buttons |
||||
#bmpmenu() |
||||
} |
||||
%endif |
||||
|
||||
# ----- Go Buttons |
||||
|
||||
Go{ |
||||
macros(OpenInNew,Open In &New Page\tCtrl+Alt+N) |
||||
macros(OpenInIE,Open In &Internet Explorer) |
||||
- |
||||
macros(Copy,&Copy) |
||||
macros(PasteGo,&Paste And Go\tCtrl+Alt+V) |
||||
macros(PasteSearch,Paste And &Search\tCtrl+Shift+V) |
||||
- |
||||
macros(ResetURL,&Reset URL Bar) |
||||
privacy(ClearMRU,Clear &URL Bar History) |
||||
} |
||||
|
||||
Up{ |
||||
macros(up_directory,Go &Up One Directory Level) |
||||
macros(top_level,Go To &Top Directory Level) |
||||
} |
||||
|
||||
# ----- Layer/Window Buttons |
||||
|
||||
Prev{ |
||||
Pre&vious Window\tCtrl+Shift+F7=ID_WINDOW_PREV |
||||
layers(Prev,Previ&ous Layer\tCtrl+PageUp) |
||||
layers(Last,Previously Sele&cted Layer\tCtrl+Alt+Tab) |
||||
%ifplugin layers |
||||
- |
||||
layers() |
||||
%endif |
||||
#bmpmenu() |
||||
} |
||||
|
||||
Next{ |
||||
Ne&xt Window\tCtrl+F7=ID_WINDOW_NEXT |
||||
layers(Next,N&ext Layer\tCtrl+PageDown) |
||||
%ifplugin layers |
||||
- |
||||
layers() |
||||
%endif |
||||
#bmpmenu() |
||||
} |
||||
|
||||
New{ |
||||
layers(Open,New L&ayer\tCtrl+T) |
||||
&New Window\tCtrl+N=ID_NEW_BROWSER |
||||
#bmpmenu() |
||||
} |
||||
|
||||
Close{ |
||||
%ifplugin layers |
||||
!CloseLayer |
||||
%endif |
||||
&Close Window\tAlt+F4=ID_FILE_CLOSE |
||||
Exit &K-Meleon\tCtrl+Alt+F4=ID_APP_EXIT |
||||
#bmpmenu() |
||||
} |
||||
|
||||
# ---------- Main Menu --------------------------------------------------------------------------------------------- |
||||
|
||||
# ----- File |
||||
|
||||
&File{ |
||||
!New |
||||
- |
||||
Ne&xt Window\tCtrl+F7=ID_WINDOW_NEXT |
||||
Pre&vious Window\tCtrl+Shift+F7=ID_WINDOW_PREV |
||||
- |
||||
&Open...\tCtrl+O=ID_FILE_OPEN |
||||
%ifplugin layers |
||||
macros(OpenLast,Open &Last Session\tCtrl+Alt+L) |
||||
%endif |
||||
&Save Page As...\tCtrl+S=ID_FILE_SAVE_AS |
||||
- |
||||
!Print |
||||
- |
||||
Work O&ffline=ID_OFFLINE |
||||
- |
||||
!Close |
||||
} |
||||
|
||||
# ----- Edit |
||||
|
||||
Edit{ |
||||
Cu&t\tCtrl+X=ID_EDIT_CUT |
||||
&Copy\tCtrl+C=ID_EDIT_COPY |
||||
&Paste\tCtrl+V=ID_EDIT_PASTE |
||||
Select &All\tCtrl+A=ID_EDIT_SELECT_ALL |
||||
} |
||||
|
||||
&Edit{ |
||||
!Edit |
||||
- |
||||
&Find In Page\tCtrl+F=ID_EDIT_FIND |
||||
Find Ne&xt\tF3=ID_EDIT_FINDNEXT |
||||
Find Pre&vious\tShift+F3=ID_EDIT_FINDPREV |
||||
- |
||||
&Manage Profiles...=ID_MANAGE_PROFILES |
||||
Pr&eferences=ID_PREFERENCES |
||||
macros(PrefPanel,A&dvanced Preferences) |
||||
%ifplugin macros |
||||
:Config&uration |
||||
%endif |
||||
macros(mimeEdit,MIME T&ypes) |
||||
} |
||||
|
||||
# ----- View |
||||
|
||||
Tool&bars{ |
||||
@ToolBars |
||||
- |
||||
Loc&k Toolbars=ID_TOOLBARS_LOCK |
||||
macros(ToolBars,&Options...) |
||||
} |
||||
|
||||
Nav{ |
||||
Bac&k\tAlt+Left=ID_NAV_BACK |
||||
For&ward\tAlt+Right=ID_NAV_FORWARD |
||||
S&top\tEsc=ID_NAV_STOP |
||||
&Reload\tF5=ID_NAV_RELOAD |
||||
%ifplugin macros |
||||
:Reloa&ding |
||||
%else |
||||
&Force Reload\tCtrl+F5=ID_NAV_FORCE_RELOAD |
||||
%endif |
||||
} |
||||
|
||||
%ifplugin macros |
||||
&Zoom{ |
||||
!ZoomIn |
||||
- |
||||
!ZoomOut |
||||
%ifplugin toolbars |
||||
- |
||||
:Zoom &Buttons |
||||
%endif |
||||
} |
||||
%endif |
||||
|
||||
Page &Properties{ |
||||
macros(ListLinks,Li&nks) |
||||
macros(ListLinkedImages,Link&ed Images) |
||||
macros(ListImages,Im&ages) |
||||
So&urce Code\tCtrl+U=ID_VIEW_SOURCE |
||||
Cache &Information\tCtrl+I=ID_VIEW_PAGE_INFO |
||||
} |
||||
Page Pro&perties{ |
||||
macros(ListLinks,Li&nks) |
||||
macros(ListLinkedImages,Link&ed Images) |
||||
macros(ListImages,Im&ages) |
||||
&Background Image=ID_VIEW_IMAGE |
||||
So&urce Code\tCtrl+U=ID_VIEW_SOURCE |
||||
Cache &Information\tCtrl+I=ID_VIEW_PAGE_INFO |
||||
} |
||||
|
||||
Frame &Properties{ |
||||
macros(ListFrameLinks,Li&nks) |
||||
macros(ListLinkedFrameImages,Link&ed Images) |
||||
macros(ListFrameImages,Im&ages) |
||||
So&urce Code=ID_VIEW_FRAME_SOURCE |
||||
Cache &Information=ID_VIEW_FRAME_INFO |
||||
} |
||||
|
||||
&View{ |
||||
:Tool&bars |
||||
&Status Bar\tAlt+Shift+S=ID_VIEW_STATUS_BAR |
||||
- |
||||
!Nav |
||||
%ifplugin macros & bookmarks|hotlist|layers |
||||
- |
||||
:Ho&me |
||||
%else |
||||
Open &Home Page\tAlt+Home=ID_NAV_HOME |
||||
- |
||||
%endif |
||||
%ifplugin history |
||||
:Histor&y |
||||
%endif |
||||
%ifplugin layers |
||||
:&Layers |
||||
%endif |
||||
%ifplugin history|layers |
||||
- |
||||
%endif |
||||
%ifplugin macros |
||||
:&Zoom |
||||
:En&coding |
||||
%else |
||||
Zoom In &Text\tCtrl++=ID_FONT_INCREASE |
||||
Zoom Out T&ext\tCtrl+-=ID_FONT_DECREASE |
||||
%endif |
||||
- |
||||
!Page &Properties |
||||
!Fullscreen |
||||
} |
||||
|
||||
# ----- Tools |
||||
|
||||
&Tools{ |
||||
%ifplugin macros |
||||
:&Mail And News |
||||
- |
||||
:Page &Search |
||||
:&Web Search |
||||
:&Translate From |
||||
%else |
||||
&Web Search\tCtrl+G=ID_NAV_SEARCH |
||||
%endif |
||||
%ifplugin macros|privacy |
||||
- |
||||
:&Privacy |
||||
%endif |
||||
%ifplugin macros |
||||
:Pro&xy |
||||
:&User Agent |
||||
- |
||||
macros(Hotlinks,&Hotlinks...) |
||||
macros(MGestures,Mouse &Gestures...) |
||||
- |
||||
macros(JSConsole,JavaScript &Console) |
||||
%endif |
||||
} |
||||
|
||||
# ----- Help |
||||
|
||||
&Help{ |
||||
K-Meleon &Home=ID_LINK_KMELEON_HOME |
||||
macros(KMWiki,K-Meleon &Wiki) |
||||
- |
||||
K-Meleon &Forums=ID_LINK_KMELEON_FORUM |
||||
macros(KMF,K-Meleon Forums &Search...) |
||||
- |
||||
&User's Guide\tF1=ID_LINK_KMELEON_MANUAL |
||||
&FAQ=ID_LINK_KMELEON_FAQ |
||||
- |
||||
About &Plugins=ID_LINK_ABOUT_PLUGINS |
||||
About &K-Meleon=ID_APP_ABOUT |
||||
} |
||||
|
||||
# ----- Main |
||||
|
||||
Main{ |
||||
:&File |
||||
:&Edit |
||||
:&View |
||||
%ifplugin bookmarks |
||||
:&Bookmarks |
||||
%endif |
||||
%ifplugin favorites |
||||
:F&avorites |
||||
%endif |
||||
%ifplugin hotlist |
||||
:H&otlist |
||||
%endif |
||||
%ifplugin macros & layers |
||||
:&Groups |
||||
%endif |
||||
%ifplugin sessions |
||||
:&Sessions |
||||
%endif |
||||
:&Tools |
||||
:&Help |
||||
bmpmenu(top) |
||||
} |
||||
|
||||
Compact Menu{ |
||||
!Main |
||||
} |
||||
|
||||
# ---------- Context Menus ----------------------------------------------------------------------------------------- |
||||
|
||||
# ----- Layers |
||||
|
||||
%ifplugin layers |
||||
LayerButtonPopup{ |
||||
!New |
||||
- |
||||
%ifplugin macros |
||||
macros(OpenClosed,&Undo Last Closed\tCtrl+Alt+Z) |
||||
- |
||||
%endif |
||||
layers(Next,N&ext Layer\tCtrl+PageDown) |
||||
layers(Prev,Previ&ous Layer\tCtrl+PageUp) |
||||
layers(Last,Previously Sele&cted Layer\tCtrl+Alt+Tab) |
||||
- |
||||
!CloseLayer |
||||
:&Layers |
||||
} |
||||
%endif |
||||
|
||||
# ----- Selection |
||||
|
||||
Selected Te&xt{ |
||||
:&Translate From |
||||
- |
||||
macros(OpenText,&Open As URL) |
||||
macros(EmailText,Sen&d By Mail...) |
||||
- |
||||
!Engines |
||||
} |
||||
|
||||
DocumentSelection{ |
||||
&Copy Text\tCtrl+C=ID_EDIT_COPY |
||||
Select &All\tCtrl+A=ID_EDIT_SELECT_ALL |
||||
%ifplugin macros |
||||
:Selected Te&xt |
||||
%endif |
||||
} |
||||
|
||||
LinkSelection{ |
||||
Copy Link &URL=ID_COPY_LINK_LOCATION |
||||
!DocumentSelection |
||||
} |
||||
|
||||
# ----- Document Elements |
||||
|
||||
Link{ |
||||
%ifplugin layers |
||||
layers(OpenLink,Open In Ne&w Layer) |
||||
layers(OpenLinkBg,Open In Bac&kground Layer) |
||||
- |
||||
%endif |
||||
Open In &New Window=ID_OPEN_LINK_IN_NEW_WINDOW |
||||
Open In Back&ground Window=ID_OPEN_LINK_IN_BACKGROUND |
||||
- |
||||
bookmarks(AddLink,Add Link To &Bookmarks) |
||||
favorites(AddLink,Add Link To Fa&vorites) |
||||
hotlist(AddLink,Add Link To H&otlist) |
||||
&Save Link Target As...=ID_SAVE_LINK_AS |
||||
%ifplugin macros |
||||
:Op&en Link Target With |
||||
%endif |
||||
- |
||||
!LinkSelection |
||||
- |
||||
macros(LinkInfo,Link &Properties) |
||||
} |
||||
|
||||
&Frame{ |
||||
macros(ReloadFrame,&Reload) |
||||
Show &Only This Frame=ID_OPEN_FRAME |
||||
- |
||||
%ifplugin layers |
||||
macros(FrameInLayer,Open In Ne&w Layer) |
||||
%endif |
||||
Open In &New Window=ID_OPEN_FRAME_IN_NEW_WINDOW |
||||
macros(FrameInBack,Open In &Background) |
||||
- |
||||
&Save Frame As...=ID_FILE_SAVE_FRAME_AS |
||||
macros(EmailFrameURL,Sen&d Frame As Link...) |
||||
- |
||||
:Frame &Properties |
||||
} |
||||
|
||||
I&mage{ |
||||
&View Image=ID_VIEW_IMAGE |
||||
macros(ZoomInImage,Zoom I&n) |
||||
macros(ZoomOutImage,Zoom Ou&t) |
||||
- |
||||
&Save Image As...=ID_SAVE_IMAGE_AS |
||||
macros(EmailImageURL,Sen&d Image As Link...) |
||||
- |
||||
C&opy Image=ID_COPY_IMAGE_CONTENT |
||||
&Copy Image URL=ID_COPY_IMAGE_LOCATION |
||||
%ifplugin macros |
||||
- |
||||
macros(ImageInfo,Image &Properties) |
||||
macros(ImageCache,Cache &Information) |
||||
%endif |
||||
} |
||||
|
||||
# ----- Documents |
||||
|
||||
Document{ |
||||
!Nav |
||||
- |
||||
bookmarks(Add,Add Page To &Bookmarks\tCtrl+D) |
||||
favorites(Add,Add Page To Fa&vorites) |
||||
hotlist(Add,Add Page To H&otlist) |
||||
&Save Page As...\tCtrl+S=ID_FILE_SAVE_AS |
||||
macros(EmailURL,Sen&d Page As Link...) |
||||
%ifplugin macros |
||||
:Op&en Page With |
||||
%endif |
||||
- |
||||
!DocumentSelection |
||||
- |
||||
} |
||||
|
||||
DocumentPopup{ |
||||
!Document |
||||
:Page &Properties |
||||
!Fullscreen |
||||
bmpmenu() |
||||
} |
||||
DocumentImagePopup{ |
||||
!Document |
||||
:Page Pro&perties |
||||
!Fullscreen |
||||
bmpmenu() |
||||
} |
||||
|
||||
FrameDocumentPopup{ |
||||
!Document |
||||
:Page &Properties |
||||
:&Frame |
||||
!Fullscreen |
||||
bmpmenu() |
||||
} |
||||
FrameDocumentImagePopup{ |
||||
!Document |
||||
:Page Pro&perties |
||||
:&Frame |
||||
!Fullscreen |
||||
bmpmenu() |
||||
} |
||||
|
||||
# ----- Links |
||||
|
||||
LinkPopup{ |
||||
!Link |
||||
bmpmenu() |
||||
} |
||||
ImageLinkPopup{ |
||||
!Link |
||||
:I&mage |
||||
bmpmenu() |
||||
} |
||||
FrameLinkPopup{ |
||||
!Link |
||||
:&Frame |
||||
bmpmenu() |
||||
} |
||||
FrameImageLinkPopup{ |
||||
!Link |
||||
:I&mage |
||||
:&Frame |
||||
bmpmenu() |
||||
} |
||||
|
||||
# ----- Images |
||||
|
||||
ImagePopup{ |
||||
!I&mage |
||||
bmpmenu() |
||||
} |
||||
FrameImagePopup{ |
||||
!I&mage |
||||
- |
||||
:&Frame |
||||
bmpmenu() |
||||
} |
||||
|
||||
# ----- Text |
||||
|
||||
TextPopup{ |
||||
&Undo\tCtrl+Z=ID_EDIT_UNDO |
||||
- |
||||
!Edit |
||||
- |
||||
:Selected Te&xt |
||||
bmpmenu() |
||||
} |
||||
FrameTextPopup{ |
||||
&Undo\tCtrl+Z=ID_EDIT_UNDO |
||||
- |
||||
!Edit |
||||
- |
||||
:Selected Te&xt |
||||
:&Frame |
||||
bmpmenu() |
||||
} |
||||
# K-Meleon Menus (http://kmeleon.sourceforge.net/wiki/index.php?id=ConfigFiles#menus) |
||||
|
||||
# Syntax: |
||||
# <menuname>{ |
||||
# <label>=<command> |
||||
# !<submenunameINLINE> |
||||
# :<submenunamePOPUP> |
||||
# } |
||||
# |
||||
# - Lines beginning with '#' are ignored (comments) |
||||
# - Menus must be defined BEFORE being used as submenus |
||||
|
||||
# Note: The purpose of this file is to host your personal menu definitions. |
||||
# Using the syntax described above, you can completely redefine the |
||||
# default menus which are defined in defaults\settings\menus.cfg in |
||||
# your K-Meleon installation directory. Using an extended syntax, you |
||||
# can even add menus and commands to the default menus and remove |
||||
# items from them whithout to miss future updates of the defaults. |
||||
# For this extended syntax, please refer to our wiki. |
||||
|
@ -1,499 +1,13 @@ |
||||
<?xml version="1.0"?> |
||||
|
||||
<!-- |
||||
This file is used as a persistent data store for helper application |
||||
information. |
||||
|
||||
The root of the data is the <RDF:Seq about="urn:mimetypes:root"/>. This |
||||
contains one <RDF:li/> entry per MIME type. Each <RDF:li/> entry corresponds |
||||
to the "urn:mimetype:major/minor" resource, where "major/minor" is the MIME |
||||
type. For example, for HTML we would have "urn:mimetype:text/html". |
||||
Typically, this resource will be in the <RDF:Description/> node which has the |
||||
corresponding "about" attribute. |
||||
|
||||
Each "urn:mimetype:major/minor" resource can have the following properties: |
||||
|
||||
NC:Value - the MIME type string |
||||
NC:editable - a "true" or "false" depending on whether this entry is |
||||
editable |
||||
NC:description - a description of the type ("HTML Document" for text/html) |
||||
NC:fileExtensions - there will be one of these properties per extension that |
||||
corresponds to this MIME type, each one having a single |
||||
extension as its value. |
||||
NC:handlerProp - the way the type should be handled. This corresponds to a |
||||
"urn:mimetype:handler:major/minor" resource. Eg, the way |
||||
HTML is handled would be stored in the |
||||
"urn:mimetype:handler:text/html" resource |
||||
|
||||
Each "urn:mimetype:handler:major/minor" resource can have the following |
||||
properties: |
||||
|
||||
NC:useSystemDefault - "true" if we should handle per default OS setting, |
||||
"false" or not set otherwise |
||||
NC:saveToDisk - "true" if the data should be saved to disk, "false" or not |
||||
set otherwise. |
||||
(Note - if both of these are false, that means "open in helper app") |
||||
NC:alwaysAsk - "true" if the user should always be prompted before handling |
||||
data of this type, false otherwise. |
||||
NC:externalApplication - the helper application to use for this type. This |
||||
corresponds to a |
||||
"urn:mimetype:externalApplication:major/minor" |
||||
resource |
||||
|
||||
Each "urn:mimetype:externalApplication:major/minor" resource can have the |
||||
following properties: |
||||
|
||||
NC:path - the path to the application |
||||
NC:prettyName - the "pretty name" of the application ("Acrobat Reader" for |
||||
/usr/bin/acroread, eg). |
||||
--> |
||||
|
||||
<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#" |
||||
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> |
||||
<RDF:Description RDF:about="urn:mimetypes"> |
||||
<NC:MIME-types RDF:resource="urn:mimetypes:root"/> |
||||
</RDF:Description> |
||||
<RDF:Seq RDF:about="urn:mimetypes:root"> |
||||
<RDF:li RDF:resource="urn:mimetype:application/msword"/> |
||||
<RDF:li RDF:resource="urn:mimetype:application/pdf"/> |
||||
<RDF:li RDF:resource="urn:mimetype:application/postscript"/> |
||||
<RDF:li RDF:resource="urn:mimetype:application/vnd.ms-excel"/> |
||||
<RDF:li RDF:resource="urn:mimetype:application/vnd.ms-powerpoint"/> |
||||
<RDF:li RDF:resource="urn:mimetype:application/vnd.ms-wpl"/> |
||||
<RDF:li RDF:resource="urn:mimetype:application/x-java-archive"/> |
||||
<RDF:li RDF:resource="urn:mimetype:application/x-msdos-program"/> |
||||
<RDF:li RDF:resource="urn:mimetype:application/zip"/> |
||||
<RDF:li RDF:resource="urn:mimetype:audio/aiff"/> |
||||
<RDF:li RDF:resource="urn:mimetype:audio/basic"/> |
||||
<RDF:li RDF:resource="urn:mimetype:audio/mpeg"/> |
||||
<RDF:li RDF:resource="urn:mimetype:audio/mid"/> |
||||
<RDF:li RDF:resource="urn:mimetype:audio/wav"/> |
||||
<RDF:li RDF:resource="urn:mimetype:audio/x-ms-wma"/> |
||||
<RDF:li RDF:resource="urn:mimetype:audio/x-pn-realaudio"/> |
||||
<RDF:li RDF:resource="urn:mimetype:audio/x-mpegurl"/> |
||||
<RDF:li RDF:resource="urn:mimetype:audio/x-ms-wax"/> |
||||
<RDF:li RDF:resource="urn:mimetype:video/mpeg"/> |
||||
<RDF:li RDF:resource="urn:mimetype:video/quicktime"/> |
||||
<RDF:li RDF:resource="urn:mimetype:video/x-dv"/> |
||||
<RDF:li RDF:resource="urn:mimetype:video/x-ivf"/> |
||||
<RDF:li RDF:resource="urn:mimetype:video/x-la-asf"/> |
||||
<RDF:li RDF:resource="urn:mimetype:video/x-ms-asf"/> |
||||
<RDF:li RDF:resource="urn:mimetype:video/x-ms-wm"/> |
||||
<RDF:li RDF:resource="urn:mimetype:video/x-ms-wmv"/> |
||||
<RDF:li RDF:resource="urn:mimetype:video/x-ms-wvx"/> |
||||
<RDF:li RDF:resource="urn:mimetype:video/x-msvideo"/> |
||||
</RDF:Seq> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/msword"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:application/msword" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/msword"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:application/msword" |
||||
NC:value="application/msword" |
||||
NC:editable="true" |
||||
NC:fileExtensions="doc" |
||||
NC:description="Microsoft Word Document"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/msword"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/pdf"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:application/pdf" |
||||
NC:alwaysAsk="false" |
||||
NC:useSystemDefault="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/pdf"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:application/pdf" |
||||
NC:value="application/pdf" |
||||
NC:editable="true" |
||||
NC:fileExtensions="pdf" |
||||
NC:description="Portable Document Format"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/pdf"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/postscript"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:application/postscript" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/postscript"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:application/postscript" |
||||
NC:value="application/postscript" |
||||
NC:editable="true" |
||||
NC:fileExtensions="ps" |
||||
NC:description="PostScript"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/postscript"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/vnd.ms-excel"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:application/vnd.ms-excel" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/vnd.ms-excel"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:application/vnd.ms-excel" |
||||
NC:value="application/vnd.ms-excel" |
||||
NC:editable="true" |
||||
NC:fileExtensions="xls" |
||||
NC:description="Microsoft Excel Worksheet"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/vnd.ms-excel"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/vnd.ms-powerpoint"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:application/vnd.ms-powerpoint" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/vnd.ms-powerpoint"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:application/vnd.ms-powerpoint" |
||||
NC:value="application/vnd.ms-powerpoint" |
||||
NC:editable="true" |
||||
NC:fileExtensions="ppt" |
||||
NC:description="Microsoft PowerPoint Presentation"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/vnd.ms-powerpoint"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/vnd.ms-wpl"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:application/vnd.ms-wpl" |
||||
NC:alwaysAsk="false" |
||||
NC:useSystemDefault="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/vnd.ms-wpl"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:application/vnd.ms-wpl" |
||||
NC:value="application/vnd.ms-wpl" |
||||
NC:editable="true" |
||||
NC:fileExtensions="wpl" |
||||
NC:description="Windows Media Player Playlist"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/vnd.ms-wpl"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-java-archive"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:application/x-java-archive" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-java-archive"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:application/x-java-archive" |
||||
NC:value="application/x-java-archive" |
||||
NC:editable="true" |
||||
NC:fileExtensions="jar" |
||||
NC:description="Java Archive"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-java-archive"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-msdos-program"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:application/x-msdos-program" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-msdos-program"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:application/x-msdos-program" |
||||
NC:value="application/x-msdos-program" |
||||
NC:editable="true" |
||||
NC:description="Binary Executable"> |
||||
<NC:fileExtensions>exe</NC:fileExtensions> |
||||
<NC:fileExtensions>bin</NC:fileExtensions> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-msdos-program"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/zip"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:application/zip" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/zip"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:application/zip" |
||||
NC:value="application/zip" |
||||
NC:editable="true" |
||||
NC:fileExtensions="zip" |
||||
NC:description="ZIP-Compressed Archive"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/zip"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:audio/aiff"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:audio/aiff" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/aiff"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:audio/aiff" |
||||
NC:value="audio/aiff" |
||||
NC:editable="true" |
||||
NC:description="Audio Interchange File Format"> |
||||
<NC:fileExtensions>aif</NC:fileExtensions> |
||||
<NC:fileExtensions>aifc</NC:fileExtensions> |
||||
<NC:fileExtensions>aiff</NC:fileExtensions> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:audio/aiff"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:audio/basic"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:audio/basic" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/basic"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:audio/basic" |
||||
NC:value="audio/basic" |
||||
NC:editable="true" |
||||
NC:description="Basic Audio"> |
||||
<NC:fileExtensions>au</NC:fileExtensions> |
||||
<NC:fileExtensions>snd</NC:fileExtensions> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:audio/basic"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:audio/mpeg"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:audio/mpeg" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/mpeg"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:audio/mpeg" |
||||
NC:value="audio/mpeg" |
||||
NC:editable="true" |
||||
NC:fileExtensions="mp3" |
||||
NC:description="MPEG Layer 3"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:audio/mpeg"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:audio/mid"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:audio/mid" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/mid"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:audio/mid" |
||||
NC:value="audio/mid" |
||||
NC:editable="true" |
||||
NC:description="Musical Instrument Digital Interface (MIDI)"> |
||||
<NC:fileExtensions>mid</NC:fileExtensions> |
||||
<NC:fileExtensions>midi</NC:fileExtensions> |
||||
<NC:fileExtensions>rmi</NC:fileExtensions> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:audio/mid"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:audio/wav"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:audio/wav" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/wav"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:audio/wav" |
||||
NC:value="audio/wav" |
||||
NC:editable="true" |
||||
NC:fileExtensions="wav" |
||||
NC:description="Waveform"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:audio/wav"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:audio/x-ms-wma"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:audio/x-ms-wma" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/x-ms-wma"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:audio/x-ms-wma" |
||||
NC:value="audio/x-ms-wma" |
||||
NC:editable="true" |
||||
NC:fileExtensions="wma" |
||||
NC:description="Windows Media Audio"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:audio/x-ms-wma"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:audio/x-pn-realaudio"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:audio/x-pn-realaudio" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/x-pn-realaudio"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:audio/x-pn-realaudio" |
||||
NC:value="audio/x-pn-realaudio" |
||||
NC:editable="true" |
||||
NC:description="RealAudio"> |
||||
<NC:fileExtensions>ra</NC:fileExtensions> |
||||
<NC:fileExtensions>ram</NC:fileExtensions> |
||||
<NC:fileExtensions>rm</NC:fileExtensions> |
||||
<NC:fileExtensions>rmm</NC:fileExtensions> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:audio/x-pn-realaudio"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:audio/x-mpegurl"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:audio/x-mpegurl" |
||||
NC:alwaysAsk="true" |
||||
NC:saveToDisk="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/x-mpegurl"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:audio/x-mpegurl" |
||||
NC:value="audio/x-mpegurl" |
||||
NC:editable="true" |
||||
NC:fileExtensions="m3u" |
||||
NC:description="WinAMP Playlist"> |
||||
<NC:handlerProp RDF:resource="urn:mimetype:handler:audio/x-mpegurl"/> |
||||
</RDF:Description> |
||||
|
||||
<RDF:Description RDF:about="urn:mimetype:externalApplication:audio/x-ms-wax"/> |
||||
<RDF:Description RDF:about="urn:mimetype:handler:audio/x-ms-wax" |
||||
NC:alwaysAsk="false" |
||||
NC:useSystemDefault="true"> |
||||
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/x-ms-wax"/> |
||||
</RDF:Description> |
||||
<RDF:Description RDF:about="urn:mimetype:audio/x-ms-wax" |
||||
NC:value="audio/x-ms-wax" |
||||
NC:editable="true" |
||||
NC:fileExtensions="wax" |
||||
NC:description="Windows Media Audio XML Metafile"> |
||||