-
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
4 changed files
with
342 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-GB"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>adlm single character notes</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> | ||
|
||
<script src="fuf-examples.js"></script> | ||
|
||
<script src="../common29/character.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div id="output"></div> | ||
|
||
|
||
|
||
|
||
<script src="../../shared/scriptdb/adlm.js"> </script> | ||
<script src="fuf-details.html"> </script> | ||
<script src="fuf-globals.js"></script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
</body> | ||
</html> |
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,227 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-GB"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>arab single character notes</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> | ||
|
||
<script src="arb-examples.js"></script> | ||
<script src="ur-examples.js"></script> | ||
<script src="pes-examples.js"></script> | ||
<script src="ha-examples.js"></script> | ||
<script src="ks-examples.js"></script> | ||
<script src="ug-examples.js"></script> | ||
<script src="ff-examples.js"></script> | ||
<script src="wo-examples.js"></script> | ||
|
||
<script src="../common29/character.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div id="output"></div> | ||
|
||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-ar.js"> </script> | ||
<script src="arb-details.html"> </script> | ||
<script src="arb-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-ff.js"> </script> | ||
<script src="ff-details.html"> </script> | ||
<script src="ff-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-ha.js"> </script> | ||
<script src="ha-details.html"> </script> | ||
<script src="ha-globals.js">/* global variables */</script><script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-ks.js"> </script> | ||
<script src="ks-details.html"> </script> | ||
<script src="ks-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-pes.js"> </script> | ||
<script src="pes-details.html"> </script> | ||
<script src="pes-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-ug.js"> </script> | ||
<script src="ug-details.html"> </script> | ||
<script src="ug-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-ur.js"> </script> | ||
<script src="ur-details.html"> </script> | ||
<script src="ur-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-wo.js"> </script> | ||
<script src="wo-details.html"> </script> | ||
<script src="wo-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
|
||
<!-- there is only scriptdb info for the next orthographies --> | ||
|
||
|
||
<script src="../../shared/scriptdb/arab-az.js"> </script> | ||
<script src="blank-details.html"> </script> | ||
<script src="az-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-kk.js"> </script> | ||
<script src="blank-details.html"> </script> | ||
<script src="kk-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-ky.js"> </script> | ||
<script src="blank-details.html"> </script> | ||
<script src="ky-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-oru.js"> </script> | ||
<script src="blank-details.html"> </script> | ||
<script src="oru-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-ps.js"> </script> | ||
<script src="blank-details.html"> </script> | ||
<script src="ps-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-sd.js"> </script> | ||
<script src="blank-details.html"> </script> | ||
<script src="sd-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-khw.js"> </script> | ||
<script src="blank-details.html"> </script> | ||
<script src="khw-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-ckb.js"> </script> | ||
<script src="blank-details.html"> </script> | ||
<script src="ckb-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-ms.js"> </script> | ||
<script src="blank-details.html"> </script> | ||
<script src="ms-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-sh.js"> </script> | ||
<script src="blank-details.html"> </script> | ||
<script src="sh-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
|
||
<script src="../../shared/scriptdb/arab-misc.js"> </script> | ||
<script src="misc-details.html"> </script> | ||
<script src="misc-globals.js">/* global variables */</script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
</body> | ||
</html> |
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,45 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-GB"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>lana single character notes</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> | ||
|
||
<script src="kkh-examples.js"></script> | ||
<script src="nod-examples.js"></script> | ||
|
||
<script src="../common29/character.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div id="output"></div> | ||
|
||
|
||
|
||
|
||
<script src="../../shared/scriptdb/lana-nod.js"> </script> | ||
<script src="nod-details.html"> </script> | ||
<script src="nod-globals.js"></script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
|
||
|
||
<script src="../../shared/scriptdb/lana-kkh.js"> </script> | ||
<script src="kkh-details.html"> </script> | ||
<script src="kkh-globals.js"></script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
</body> | ||
</html> |
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,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-GB"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>laoo single character notes</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> | ||
|
||
<script src="lo-examples.js"></script> | ||
|
||
<script src="../common29/character.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div id="output"></div> | ||
|
||
|
||
|
||
|
||
<script src="../../shared/scriptdb/lao.js"> </script> | ||
<script src="lo-details.html"> </script> | ||
<script src="lo-globals.js"></script> | ||
<script> | ||
parseSpreadsheet(spreadsheet) | ||
showCharDetails(ch) | ||
</script> | ||
</body> | ||
</html> |