Remove entire config, since we don't need it for current development.
authorMike Taylor <mike@indexdata.com>
Fri, 15 Nov 2013 15:55:42 +0000 (15:55 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 15 Nov 2013 15:55:42 +0000 (15:55 +0000)
examples/htdocs/mike.html

index 6575488..e685505 100644 (file)
@@ -6,53 +6,6 @@
     <meta name="copyright" content="(c) 1999-2013 IndexData ApS, http://indexdata.com" />
     <title>MKWS demo: full configuration</title>
     <link rel="stylesheet" type="text/css" href="http://x.mkws.indexdata.com/mkws.css" />
-    <script type="text/javascript">
-       var mkws_config = {
-               language_Arabic: {
-                       // Navigation
-                       "Search": "بحث",
-                       "Displaying": "عرض",
-                       "to": "إلى",
-                       "of": "من",
-                       "found": "أسس",
-                       "Prev": "السابق",
-                       "Next": "التالي",
-                       // Sorting and sort-criteria
-                       "Sort by": "الترتيب حسب",
-                       "and show": "وعرض",
-                       "per page": "في كل صفحة",
-                       "relevance": "أهميتها",
-                       "title": "لقب",
-                       "newest": "أحدث",
-                       "oldest": "أقدم",
-                       // Field names
-                       "Title": "لقب",
-                       "Date": "تاريخ",
-                       "Author": "الكاتب",
-                       "URL": "URL", // Is this a universal?
-                       "Subject": "موضوع",
-                       "Location": "موقع",
-                       // Facet heading and individual facet names
-                       "Termlists": "العضو الأجل",
-                       "Sources": "مصادر",
-                       "Subjects": "المواضيع",
-                       "Authors": "الكتاب",
-                       // Display switching
-                       "Records": "أهداف",
-                       "Targets": "السجلات",
-                       // Status info captions
-                       "Status info": "معلومات الحالة",
-                       "Active clients": "عميل نشط",
-                       "Retrieved records": "السجلات التي تم استردادها",
-                       // Target info table headings
-                       "Target ID": "معرف الهدف",
-                       "Hits": "الفعالية",
-                       "Diags": "التشخيص",
-                       "Records": "تسجيل",
-                       "State": "دولة",
-               }
-       };
-    </script>
     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
     <script type="text/javascript" src="http://x.mkws.indexdata.com/libjs-pz2/pz2api.1.js"></script>
     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>