-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
5,754 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
|
||
window.version = 'v28' | ||
window.version = 'v29' | ||
window.scriptName = 'Arabic' | ||
window.ghDirectory = 'arabic' | ||
window.blockDirectory = 'arabic' | ||
window.languageList = ['ar','pes','ha','ks','ug','ur','ff', 'sd'] // lang tags for each orthography handled | ||
window.detailsfileList = ['arb','pes','ha','ks','ug','ur','ff', 'sd', 'misc'] // first part of xx-details for each orthography | ||
window.languageList = ['ar','pes','ha','ks','ug','ur','ff', 'sd','skr', 'ps'] // lang tags for each orthography handled | ||
window.detailsfileList = ['arb','pes','ha','ks','ug','ur','ff', 'sd', 'skr', 'ps', 'misc'] // first part of xx-details for each orthography | ||
window.scriptISO = 'arab' | ||
window.webfonts = ["Scheherazade WF", "Awami Nastaliq WF","Noto Nastaliq Urdu WF","Alkalami WF"] | ||
window.webfonts = ["Noto Nastaliq Urdu WF","Scheherazade WF", "Awami Nastaliq WF","Alkalami WF"] | ||
window.defaultSize = '32px' | ||
window.hideBlockName = "ARABIC" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-GB"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>DB dump</title> | ||
|
||
<link rel="stylesheet" href="../../shared/style/docs.css"> | ||
<link rel="stylesheet" href="../common29/block-style.css"> | ||
<link rel="stylesheet" href="local.css"> | ||
<link rel="stylesheet" href="../common29/character.css"> | ||
<script src="../../shared/code/scriptGroups.js"></script> | ||
<script src="../common29/egcode.js"></script> | ||
<script src="block-globals.js"></script> | ||
|
||
|
||
<!-- CHANGE THIS --> | ||
<script src="skr-examples.js"></script> | ||
<script src="../../shared/scriptdb/arab-skr.js"> </script> | ||
<script src="skr-details.html"> </script> | ||
<script src="skr-globals.js"></script> | ||
<style>bdi.largeChar { font-size: 100px; font-family: 'Noto Nastaliq Urdu WF'; }</style> | ||
<!-- end --> | ||
|
||
|
||
<script src="../common29/character.js"></script> | ||
</head> | ||
|
||
<body class="xxCharacter"> | ||
<header></header> | ||
|
||
<div id="output"></div> | ||
|
||
|
||
<script> | ||
makeXXCharacterPage() | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.