Ticket #178 (closed defect: fixed)
Adding Memorize MIME information to the database
| Reported by: | erikos | Owned by: | erikos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Memorize | Version: | Git as of bugdate |
| Severity: | Major | Keywords: | GPA |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | Assigned |
Description
We need to add mime information to the database, so that games created by the activity can be transferred and recognized to other systems.
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-memorize-project">
<comment xml:lang="en">Memorize Game</comment>
<comment xml:lang="de">Erinnern Spiel</comment>
<glob pattern="*.memorize"/>
</mime-type>
</mime-info>
We need to add this to mimetypes.xml and make sure it is installed and added to the database on installation.
Change History
Note: See
TracTickets for help on using
tickets.
