Skip to content

Commit

Permalink
add Website Persistent Footer to aux charts
Browse files Browse the repository at this point in the history
  • Loading branch information
markusicu committed Aug 8, 2024
1 parent 2d2c4c6 commit 41bd7ec
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,15 @@ public static void main(String[] args) throws Exception {
finishItem(out);
out.println(
"</table>\n"
+ "<p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></p>\n"
+ "</body>\n</html>");
+ "\n"
+ "<hr width=\"50%\">\n"
+ "\n"
+ "<p class=\"copyright\">© 2003–2024 Unicode, Inc.\n"
+ "Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,\n"
+ "in the U.S. and other countries. See "
+ "<a href=\"https://www.unicode.org/copyright.html\">Terms of Use</a>.</p>\n"
+ "</body>\n"
+ "</html>");
out.close();
}
blockInfo.in.close();
Expand Down
12 changes: 11 additions & 1 deletion unicodetools/src/main/java/org/unicode/text/UCA/WriteCharts.java
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,17 @@ static void closeFile(PrintWriter output) {
}
indexFile.println("<a href = '" + indexAttributes + "'>" + indexAnchorText + "</a><br>\n");
indexHasNew = false;
output.println("</table></body></html>");
output.println(
"</table>\n"
+ "\n"
+ "<hr width=\"50%\">\n"
+ "\n"
+ "<p class=\"copyright\">© 2003–2024 Unicode, Inc.\n"
+ "Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,\n"
+ "in the U.S. and other countries. "
+ "See <a href=\"https://www.unicode.org/copyright.html\">Terms of Use</a>.</p>\n"
+ "</body>\n"
+ "</html>");
output.close();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
</td>
</table>
</form>

<hr width="50%">

<p class="copyright">© 2003–2024 Unicode, Inc.
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,
in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.</p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ <h1>About Case Charts</h1>
<p>
<p><i>To properly view these charts, you need to have an updated browser, and Unicode fonts (such as the <a href="https://www.google.com/get/noto/" target="_blank">Noto Fonts</a>)
that cover the characters you are interested in</i>.</p>

<hr width="50%">

<p class="copyright">© 2003–2024 Unicode, Inc.
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,
in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.</p>
</body>

</html>
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ td.n { font-size: 120%; text-align: Center; width: 72px; color: #000000; backgr
td.z { font-size: 120%; text-align: Center; width: 72px; font-weight: bold; background-color: #EEEEEE; }
td.h { font-size: 120%; text-align: Left; color: #000000; background-color: #EEEEEE; }

.copyright { font-size: 75%; }

Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ <h3><b>Notes</b></h3>
(such as the <a href="https://www.google.com/get/noto/" target="_blank">Noto Fonts</a>)
that cover the characters you are interested in</i>.</p>

<hr width="50%">

<p class="copyright">© 2003–2024 Unicode, Inc.
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,
in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.</p>
</body>

</html>
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,11 @@ <h1>About Name Charts</h1>
</ul>
<p><i>To properly view these charts, you need to have an updated browser, and Unicode fonts (such as the <a href="http://www.google.com/get/noto/" target="_blank">Noto Fonts</a>)
that cover the characters you are interested in</i>.</p>

<hr width="50%">

<p class="copyright">© 2003–2024 Unicode, Inc.
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,
in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.</p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ td.comment {
h2 {
margin-top: 1em;
margin-bottom: 0.5em;
}
}

.copyright { font-size: 75%; }

Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@ <h1>About Names List Charts</h1>
depending on the browser's default presentation style for those characters.</p>
<p><i>To properly view these charts, you need to have an updated browser, and Unicode fonts (such as the <a href="http://www.google.com/get/noto/" target="_blank">Noto Fonts</a>)
that cover the characters you are interested in</i>.</p>

<hr width="50%">

<p class="copyright">© 2003–2024 Unicode, Inc.
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,
in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.</p>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ <h1>About Normalization Charts</h1>
</ul>
<p><i>To properly view these charts, you need to have an updated browser, and Unicode fonts (such as the <a href="https://www.google.com/get/noto/" target="_blank">Noto Fonts</a>)
that cover the characters you are interested in</i>.</p>

<hr width="50%">

<p class="copyright">© 2003–2024 Unicode, Inc.
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,
in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.</p>
</body>

</html>
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ <h1>About Script Charts</h1>
</ol>
<p>For more information about the Script and Script_Extensions properties, and explicit versus implicit Script values, see <a href="http://unicode.org/reports/tr24/">UAX #24: Unicode Script Property</a>. </p>
</div>

<hr width="50%">

<p class="copyright">© 2003–2024 Unicode, Inc.
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,
in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.</p>
</body>

</html>

0 comments on commit 41bd7ec

Please sign in to comment.