Refactoring: cleaning directories structure
[fnpeditor.git] / utils / wlxml.js
diff --git a/utils/wlxml.js b/utils/wlxml.js
deleted file mode 100644 (file)
index 5f1b84d..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-define([
-
-], function() {
-    
-'use strict';
-
-
-
-return {
-    wlxmlTagNames: {
-        '': '',
-        section: 'sekcja',
-        header: 'nagłówek',
-        div: 'blok',
-        span: 'tekst',
-        aside: 'poboczny'
-    },
-    wlxmlClassNames: {
-        '': '',
-        author: 'autor',
-        title: 'tytuł',
-        cite: 'cytat',
-        'cite.code': 'cytat.kod',
-        'cite.code.xml': 'cytat.kod.xml',
-        'list.items': 'lista',
-        'list.items.enum': 'lista.numerowana',
-        item: 'element',
-        uri: 'uri',
-        p: 'paragraf',
-        footnote: 'przypis',
-        todo: 'todo',
-        emp: 'wyróżnienie'
-    }
-};
-
-});
\ No newline at end of file