JohnAustinDev / xulsword

Automatically exported from code.google.com/p/xulsword
17 stars 6 forks source link

Create .xsm extension for modules, and .xsb for bookmarks. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow MK to drag-and-drop and import .mkm and .mke extensions as well as
.zip and .txt extensions.

Add command line handler for .mkm and .mke extensions.

Register Windows extensions for .mkm and .mkb using the installer.

Notes:
At this point, MK should still not export with these new extensions by
default, in order to maintain backward compatibility.
Likewise, online modules should continue to be .zip for the same reason.

Original issue reported on code.google.com by gpl.prog...@gmail.com on 16 Apr 2010 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by gpl.prog...@gmail.com on 7 Jul 2010 at 5:25

GoogleCodeExporter commented 9 years ago
New extensions are:
.xsm = xulsword module
.xsb = xulsword bookmarks file

Command line install options:
-xsmodule <xulSword module path>
-xsbookmarks <xulSword bookmark file path>
-xsaudio <directory to import audio from>
-xsinstallonly (using this installs stuff but doesn't start xulSword)

Original comment by gpl.prog...@gmail.com on 13 Jul 2010 at 7:25