Removed unused files, updated and added pages

All of my Javascript was not used anymore due to my new OWB backend,
just as most of my CSS.

I closed down my en subdomain in order to move it back to my main domain
where the English version of my main page now lives (`en.html').

I added also a sitemap that is used by the OWB backend in order to serve
pages from this website to pages that were generated with org-mode.

keine_tashi.org was added to this website, this is a permanent page that
will be the last and only reference as to what people can and cannot do
with my character and its voice. They can also find there the only
official download links.
This commit is contained in:
Lucien Cartier-Tilet 2020-05-07 16:00:51 +02:00
parent b2ab054d26
commit c068fd9bbe
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
13 changed files with 675 additions and 1182 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/keine_tashi.html
/sitemap.html

View File

@ -1,31 +0,0 @@
body {
background-color: #34495e;
color: #ecf0f1;
}
a {
color: #ecf0f1;
}
th,
td {
border: 1px solid #263646;
}
table {
border: 2px solid #263646;
}
thead tr {
background-color: #34495e;
}
.outline-2,
#footnotes,
#postamble {
background-color: #2c3e50;
}
.themeBtn {
color: #ecf0f1;
}

View File

@ -1,763 +0,0 @@
.org-bold {
/* bold */
font-weight: bold;
}
.org-bold-italic {
/* bold-italic */
font-weight: bold;
font-style: italic;
}
.org-buffer-menu-buffer {
/* buffer-menu-buffer */
font-weight: bold;
}
.org-builtin {
/* font-lock-builtin-face */
color: #7a378b;
}
.org-button {
/* button */
text-decoration: underline;
}
.org-calendar-today {
/* calendar-today */
text-decoration: underline;
}
.org-change-log-acknowledgement {
/* change-log-acknowledgement */
color: #b22222;
}
.org-change-log-conditionals {
/* change-log-conditionals */
color: #a0522d;
}
.org-change-log-date {
/* change-log-date */
color: #8b2252;
}
.org-change-log-email {
/* change-log-email */
color: #a0522d;
}
.org-change-log-file {
/* change-log-file */
color: #0000ff;
}
.org-change-log-function {
/* change-log-function */
color: #a0522d;
}
.org-change-log-list {
/* change-log-list */
color: #a020f0;
}
.org-change-log-name {
/* change-log-name */
color: #008b8b;
}
.org-comint-highlight-input {
/* comint-highlight-input */
font-weight: bold;
}
.org-comint-highlight-prompt {
/* comint-highlight-prompt */
color: #00008b;
}
.org-comment {
/* font-lock-comment-face */
color: #999988;
font-style: italic;
}
.org-comment-delimiter {
/* font-lock-comment-delimiter-face */
color: #999988;
font-style: italic;
}
.org-completions-annotations {
/* completions-annotations */
font-style: italic;
}
.org-completions-common-part {
/* completions-common-part */
color: #000000;
background-color: #ffffff;
}
.org-completions-first-difference {
/* completions-first-difference */
font-weight: bold;
}
.org-constant {
/* font-lock-constant-face */
color: #008b8b;
}
.org-diary {
/* diary */
color: #ff0000;
}
.org-diff-context {
/* diff-context */
color: #7f7f7f;
}
.org-diff-file-header {
/* diff-file-header */
background-color: #b3b3b3;
font-weight: bold;
}
.org-diff-function {
/* diff-function */
background-color: #cccccc;
}
.org-diff-header {
/* diff-header */
background-color: #cccccc;
}
.org-diff-hunk-header {
/* diff-hunk-header */
background-color: #cccccc;
}
.org-diff-index {
/* diff-index */
background-color: #b3b3b3;
font-weight: bold;
}
.org-diff-nonexistent {
/* diff-nonexistent */
background-color: #b3b3b3;
font-weight: bold;
}
.org-diff-refine-change {
/* diff-refine-change */
background-color: #d9d9d9;
}
.org-dired-directory {
/* dired-directory */
color: #0000ff;
}
.org-dired-flagged {
/* dired-flagged */
color: #ff0000;
font-weight: bold;
}
.org-dired-header {
/* dired-header */
color: #228b22;
}
.org-dired-ignored {
/* dired-ignored */
color: #7f7f7f;
}
.org-dired-mark {
/* dired-mark */
color: #008b8b;
}
.org-dired-marked {
/* dired-marked */
color: #ff0000;
font-weight: bold;
}
.org-dired-perm-write {
/* dired-perm-write */
color: #b22222;
}
.org-dired-symlink {
/* dired-symlink */
color: #a020f0;
}
.org-dired-warning {
/* dired-warning */
color: #ff0000;
font-weight: bold;
}
.org-doc {
/* font-lock-doc-face */
color: #8b2252;
}
.org-escape-glyph {
/* escape-glyph */
color: #a52a2a;
}
.org-file-name-shadow {
/* file-name-shadow */
color: #7f7f7f;
}
.org-flyspell-duplicate {
/* flyspell-duplicate */
color: #cdad00;
font-weight: bold;
text-decoration: underline;
}
.org-flyspell-incorrect {
/* flyspell-incorrect */
color: #ff4500;
font-weight: bold;
text-decoration: underline;
}
.org-fringe {
/* fringe */
background-color: #f2f2f2;
}
.org-function-name {
/* font-lock-function-name-face */
color: teal;
}
.org-header-line {
/* header-line */
color: #333333;
background-color: #e5e5e5;
}
.org-help-argument-name {
/* help-argument-name */
font-style: italic;
}
.org-highlight {
/* highlight */
background-color: #b4eeb4;
}
.org-holiday {
/* holiday */
background-color: #ffc0cb;
}
.org-isearch {
/* isearch */
color: #b0e2ff;
background-color: #cd00cd;
}
.org-isearch-fail {
/* isearch-fail */
background-color: #ffc1c1;
}
.org-italic {
/* italic */
font-style: italic;
}
.org-keyword {
/* font-lock-keyword-face */
color: #0086b3;
}
.org-lazy-highlight {
/* lazy-highlight */
background-color: #afeeee;
}
.org-link {
/* link */
color: #0000ff;
text-decoration: underline;
}
.org-link-visited {
/* link-visited */
color: #8b008b;
text-decoration: underline;
}
.org-log-edit-header {
/* log-edit-header */
color: #a020f0;
}
.org-log-edit-summary {
/* log-edit-summary */
color: #0000ff;
}
.org-log-edit-unknown-header {
/* log-edit-unknown-header */
color: #b22222;
}
.org-match {
/* match */
background-color: #ffff00;
}
.org-next-error {
/* next-error */
background-color: #eedc82;
}
.org-nobreak-space {
/* nobreak-space */
color: #a52a2a;
text-decoration: underline;
}
.org-org-archived {
/* org-archived */
color: #7f7f7f;
}
.org-org-block {
/* org-block */
color: #7f7f7f;
}
.org-org-block-begin-line {
/* org-block-begin-line */
color: #b22222;
}
.org-org-block-end-line {
/* org-block-end-line */
color: #b22222;
}
.org-org-checkbox {
/* org-checkbox */
font-weight: bold;
}
.org-org-checkbox-statistics-done {
/* org-checkbox-statistics-done */
color: #228b22;
font-weight: bold;
}
.org-org-checkbox-statistics-todo {
/* org-checkbox-statistics-todo */
color: #ff0000;
font-weight: bold;
}
.org-org-clock-overlay {
/* org-clock-overlay */
background-color: #ffff00;
}
.org-org-code {
/* org-code */
color: #7f7f7f;
}
.org-org-column {
/* org-column */
background-color: #e5e5e5;
}
.org-org-column-title {
/* org-column-title */
background-color: #e5e5e5;
font-weight: bold;
text-decoration: underline;
}
.org-org-date {
/* org-date */
color: #a020f0;
text-decoration: underline;
}
.org-org-document-info {
/* org-document-info */
color: #191970;
}
.org-org-document-info-keyword {
/* org-document-info-keyword */
color: #7f7f7f;
}
.org-org-document-title {
/* org-document-title */
color: #191970;
font-size: 144%;
font-weight: bold;
}
.org-org-done {
/* org-done */
color: #228b22;
font-weight: bold;
}
.org-org-drawer {
/* org-drawer */
color: #0000ff;
}
.org-org-ellipsis {
/* org-ellipsis */
color: #b8860b;
text-decoration: underline;
}
.org-org-footnote {
/* org-footnote */
color: #a020f0;
text-decoration: underline;
}
.org-org-formula {
/* org-formula */
color: #b22222;
}
.org-org-headline-done {
/* org-headline-done */
color: #bc8f8f;
}
.org-org-hide {
/* org-hide */
color: #ffffff;
}
.org-org-latex-and-export-specials {
/* org-latex-and-export-specials */
color: #8b4513;
}
.org-org-level-1 {
/* org-level-1 */
color: #0000ff;
}
.org-org-level-2 {
/* org-level-2 */
color: #a0522d;
}
.org-org-level-3 {
/* org-level-3 */
color: #a020f0;
}
.org-org-level-4 {
/* org-level-4 */
color: #b22222;
}
.org-org-level-5 {
/* org-level-5 */
color: #228b22;
}
.org-org-level-6 {
/* org-level-6 */
color: #008b8b;
}
.org-org-level-7 {
/* org-level-7 */
color: #7a378b;
}
.org-org-level-8 {
/* org-level-8 */
color: #8b2252;
}
.org-org-link {
/* org-link */
color: #0000ff;
text-decoration: underline;
}
.org-org-meta-line {
/* org-meta-line */
color: #b22222;
}
.org-org-mode-line-clock {
/* org-mode-line-clock */
color: #000000;
background-color: #bfbfbf;
}
.org-org-mode-line-clock-overrun {
/* org-mode-line-clock-overrun */
color: #000000;
background-color: #ff0000;
}
.org-org-quote {
/* org-quote */
color: #7f7f7f;
}
.org-org-scheduled {
/* org-scheduled */
color: #006400;
}
.org-org-scheduled-previously {
/* org-scheduled-previously */
color: #b22222;
}
.org-org-scheduled-today {
/* org-scheduled-today */
color: #006400;
}
.org-org-sexp-date {
/* org-sexp-date */
color: #a020f0;
}
.org-org-special-keyword {
/* org-special-keyword */
color: #a020f0;
}
.org-org-table {
/* org-table */
color: #0000ff;
}
.org-org-tag {
/* org-tag */
font-weight: bold;
}
.org-org-target {
/* org-target */
text-decoration: underline;
}
.org-org-time-grid {
/* org-time-grid */
color: #b8860b;
}
.org-org-todo {
/* org-todo */
color: #ff0000;
font-weight: bold;
}
.org-org-upcoming-deadline {
/* org-upcoming-deadline */
color: #b22222;
}
.org-org-verbatim {
/* org-verbatim */
color: #7f7f7f;
}
.org-org-verse {
/* org-verse */
color: #7f7f7f;
}
.org-org-warning {
/* org-warning */
color: #ff0000;
font-weight: bold;
}
.org-outline-1 {
/* outline-1 */
color: #0000ff;
}
.org-outline-2 {
/* outline-2 */
color: #a0522d;
}
.org-outline-3 {
/* outline-3 */
color: #a020f0;
}
.org-outline-4 {
/* outline-4 */
color: #b22222;
}
.org-outline-5 {
/* outline-5 */
color: #228b22;
}
.org-outline-6 {
/* outline-6 */
color: #008b8b;
}
.org-outline-7 {
/* outline-7 */
color: #7a378b;
}
.org-outline-8 {
/* outline-8 */
color: #8b2252;
}
.org-preprocessor {
/* font-lock-preprocessor-face */
color: #7a378b;
}
.org-query-replace {
/* query-replace */
color: #b0e2ff;
background-color: #cd00cd;
}
.org-regexp-grouping-backslash {
/* font-lock-regexp-grouping-backslash */
font-weight: bold;
}
.org-regexp-grouping-construct {
/* font-lock-regexp-grouping-construct */
font-weight: bold;
}
.org-region {
/* region */
background-color: #eedc82;
}
.org-secondary-selection {
/* secondary-selection */
background-color: #ffff00;
}
.org-shadow {
/* shadow */
color: #7f7f7f;
}
.org-show-paren-match {
/* show-paren-match */
background-color: #40e0d0;
}
.org-show-paren-mismatch {
/* show-paren-mismatch */
color: #ffffff;
background-color: #a020f0;
}
.org-string {
/* font-lock-string-face */
color: #dd1144;
}
.org-tool-bar {
/* tool-bar */
color: #000000;
background-color: #bfbfbf;
}
.org-tooltip {
/* tooltip */
color: #000000;
background-color: #ffffe0;
}
.org-trailing-whitespace {
/* trailing-whitespace */
background-color: #ff0000;
}
.org-type {
/* font-lock-type-face */
color: #228b22;
}
.org-underline {
/* underline */
text-decoration: underline;
}
.org-variable-name {
/* font-lock-variable-name-face */
color: teal;
}
.org-warning {
/* font-lock-warning-face */
color: #ff0000;
font-weight: bold;
}
.org-widget-button {
/* widget-button */
font-weight: bold;
}
.org-widget-button-pressed {
/* widget-button-pressed */
color: #ff0000;
}
.org-widget-documentation {
/* widget-documentation */
color: #006400;
}
.org-widget-field {
/* widget-field */
background-color: #d9d9d9;
}
.org-widget-inactive {
/* widget-inactive */
color: #7f7f7f;
}
.org-widget-single-line-field {
/* widget-single-line-field */
background-color: #d9d9d9;
}

1
css/htmlize.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,31 +0,0 @@
body {
background-color: #eee;
color: #444;
}
a {
color: #444;
}
th,
td {
border: 1px solid #444;
}
table {
border: 2px solid #444;
}
thead tr {
background-color: #ddd;
}
.outline-2,
#footnotes,
#postamble {
background-color: #eee;
}
.themeBtn {
color: #ecf0f1;
}

View File

@ -1,243 +0,0 @@
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700);
@font-face {
font-family: "DoulosSIL";
font-display: swap;
src: url("../fonts/DoulosSIL-R.woff");
}
@font-face {
font-family: "Noto Sans Runes";
font-display: swap;
src: url("../fonts/NotoSansRunic-Regular.ttf");
}
body {
font-family: "Noto Sans Runes", "DoulosSIL", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
font-weight: normal;
overflow-x: hidden;
font-size: 105%;
height: 100%;
margin: 0;
}
#content {
max-width: 1100px;
margin: 0 auto;
padding: 2px;
}
img,
table {
margin: auto;
}
a {
text-decoration: none;
box-shadow: inset 0 -3px 0 #9b59b6;
transition: all .3s ease-out;
}
a:hover {
box-shadow: inset 0 -21px 0 #9b59b6;
transition: all .3s ease-in;
}
table {
border-collapse: collapse;
}
th,
td {
padding: 10px;
}
.vertical {
writing-mode: vertical-rl;
text-align: right;
}
.title {
padding: 0 20px;
color: #eee;
text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend {
position: relative;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
font-weight: 700;
margin-top: 0;
z-index: 20;
}
h1 {
font-size: 4em;
}
h2 {
font-size: 150%;
}
h3 {
font-size: 125%;
}
h4 {
font-size: 115%;
}
h5 {
font-size: 110%;
}
h6 {
font-size: 10%;
}
h4,
h5,
h6 {
font-weight: 300;
}
.outline-2,
.outline-3,
.outline-4,
.outline-5,
.outline-6,
.outline-text-2,
.outline-text-3,
.outline-text-4,
.outline-text-5,
.outline-text-6 {
margin: 0 2px;
padding: 0 10px;
}
.outline-text-2,
.outline-text-3,
.outline-text-4,
.outline-text-5,
.outline-text-6 {
margin-bottom: 20px;
}
.outline-2,
#footnotes,
#postamble {
box-shadow: 5px 5px 7px rgba(1, 1, 1, .6);
margin: 20px;
padding: 20px;
}
.outline-3,
.outline-4,
.outline-5,
.outline-6,
.outline-text-2,
.outline-text-3,
.outline-text-4,
.outline-text-5,
.outline-text-6,
#table-of-contents {
display: none;
}
.largetable,
.figure {
display: block;
overflow-x: auto;
}
a.footref {
padding: 0 1px;
margin: 0 2px;
}
.rolled::after {
content: "➤";
padding-left: 20px;
}
.unrolled::after {
content: "⌄";
padding-left: 20px;
}
.themeBtn {
position: fixed;
bottom: 25px;
right: 25px;
padding-top:10px;
height: 40px;
width: 50px;
border-radius: 25px;
background-color: #1e5b50;
text-align: center;
box-shadow: 3px 3px 6px rgba(1, 1, 1, .6);
}
.themeBtn .fas {
font-size: 30px;
}
.h1-container, .header-container {
display: inline-block;
}
.header-container {
cursor: pointer;
/* margin-bottom: -20px; */
}
.highlight-h1,
.highlight-h2,
.highlight-h3,
.highlight-h4,
.highlight-h5 {
position: relative;
left: -10px;
width: 120%;
max-width: 90vw;
z-index: 0;
width: auto !important;
margin-bottom: -20px;
}
.highlight-h1 {
background-color: #1abc9c !important;
height: 50px;
top: -60px
}
.highlight-h2 {
background-color: #16a085 !important;
height: 20px;
top: -40px
}
.highlight-h3 {
background-color: #27ae60 !important;
height: 20px;
top: -38px
}
.highlight-h4 {
background-color: #e67e22 !important;
height: 16px;
top: -40px;
width: 110%
}
.highlight-h5 {
background-color: #9b59b6 !important;
height: 14px;
top: -44px
}

482
en.html Normal file
View File

@ -0,0 +1,482 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Lucien Cartier-Tilet</title>
<meta name="author" content="Lucien Cartier-Tilet" />
<link rel="sortcut icon" href="https://cdn.phundrak.com/img/mahakala-128x128.png" type="img/png" media="screen" />
<meta property="og:image" content="https://cdn.phundrak.com/img/rich_preview.png" />
<meta property="og:title" content="Lucien Cartier-Tilet" />
<meta property="og:description" content="Site web personnel de Lucien Cartier-Tilet" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@phundrak" />
<meta name="twitter:creator" content="@phundrak" />
<meta name="description" content="Site web personnel de Lucien Cartier-Tilet" />
<meta name="keywords" content="Lucien, Cartier, Tilet, Cartier-Tilet, université, informatique, étudiant, university, college, student, computer, computer science, science, ALYS, LEORA, VoxWave, voice, vocal synthesis, French, English, Japanese, AlterEgo, VOCALOID, UTAU, CeVIO, Chipspeech, Plogue, linguistique, langue, hjelp, hjalpi, conlang, conlangs" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css" type="text/css" media="screen" />
</head>
<body>
<div class="ribbon">
<div class="header-container">
<h1>Lucien Cartier-Tilet</h1>
<div class="highlight-h1"></div>
</div>
<div>
<div class="header-container">
<h2>Computer Science student</h2>
<div class="highlight-h2"></div>
</div>
</div>
<ul class="ribbon-links">
<li><a href="#cont-xp">Experience</a></li>
<li><a href="#cont-skills">Skills</a></li>
<li><a href="#cont-training">Education</a></li>
<li><a href="#cont-hobbies">Hobbies</a></li>
<li><a href="#cont-portfolio">Portfolio</a></li>
<li><a href="https://phundrak.com/" lang="fr">Version française</a></li>
</ul>
</div>
<div class="sidebar">
<div class="side-picture"><img class="picture center" src="https://cdn.phundrak.com/img/photo-de-ma-gueule.jpg" alt="Picture of myself" /></div>
<div class="side-card side-contact">
<div class="header-container">
<h4>Contact</h4>
<div class="highlight-h4"></div>
</div>
<div class="side-content">
<p><a href="mailto:lucien@phundrak.com">lucien@phundrak.com</a></p>
<p><a href="tel:+33683905689">+33.(0)6.83.90.56.89</a></p>
</div>
</div>
<div class="side-card side-situation">
<div class="header-container">
<h4>Situation</h4>
<div class="highlight-h4"></div>
</div>
<div class="side-content">
<p>Student, tutor</p>
<p>Open to opportunities</p>
</div>
</div>
<div class="side-card side-bio">
<div class="header-container">
<h4>Introduction</h4>
<div class="highlight-h4"></div>
</div>
<div class="side-content">
<p>Currently a student since September 2016 as a CS undergrad at the Université Vincennes Saint-Denis (Paris 8), I have also been the CTO and vocal synthesis developer at VoxWave from September 2012 to July 2018.</p>
<p>The topics I am interested in vary widely, from programming to audio engineering to linguistics. Speaking of which I fluently speak French (my mother-tongue) and English.</p>
</div>
</div>
<div class="side-card side-liens">
<div class="header-container">
<h4>Mes liens</h4>
<div class="highlight-h4"></div>
</div>
<div class="side-content">
<ul class="side-links">
<li><a href="https://labs.phundrak.com/phundrak">GitLab</a></li>
<li><a href="https://github.com/phundrak">Github</a></li>
<li><a href="https://langue.phundrak.com/">Linguistics website (French)</a></li>
<li><a href="https://twitter.com/phundrak">Twitter</a></li>
<li><a href="https://youtube.com/phundrak">YouTube</a></li>
<li><a href="https://instagram.com/phundrak">Instagram</a></li>
</ul>
</div>
</div>
</div>
<div class="content">
<div id="cont-xp" class="card">
<div class="header-container">
<h3>Professional Experience</h3>
<div class="highlight-h3"></div>
</div>
<ul>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>CTO, Developer</h4>
<div class="highlight-h4"></div>
</div>
<ul class="list-no-style">
<li>
<div class="header-container">
<h5>VoxWave</h5>
<div class="highlight-h5"></div>
</div>
<p>From September 2012 to July 2018</p>
<ul class="two-col-ul">
<li>Vocal Synthesis Programming</li>
<li>Linguistics Researches</li>
<li>User Support</li>
<li>Recruit training</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div id="cont-skills" class="card">
<div class="header-container">
<h3>Skills</h3>
<div class="highlight-h3"></div>
</div>
<ul>
<li class="list-lvl1 card card-lvl2" id="skills-cs">
<div class="header-container">
<h4>Computer Science</h4>
<div class="highlight-h4"></div>
</div>
<ul class="list-no-style">
<li>
<div class="header-container skill-name">
<h5>Programming</h5>
<div class="highlight-h5"></div>
</div>
<p class="skill-description">Basic knowledge with PostScript, C#, Java, and shell (Bash, Zsh, Fish)</p>
<p class="skill-description">Knowledge with Python, Rust, Assembly (x86), Prolog, HTML, CSS, Javascript (Ecmascript 6), Scheme</p>
<p class="skill-description">Good knowledge with C, C++</p>
</li>
<li>
<div class="header-container skill-name">
<h5>Development Tools</h5>
<div class="highlight-h5"></div>
</div>
<ul class="skill-list two-col-ul">
<li>Emacs</li>
<li>Git</li>
<li>JetBrains CLion</li>
<li>JetBrains PyCharm</li>
<li>JetBrains WebStorm</li>
<li>Visual Studio 2015/2017</li>
<li>Nginx</li>
<li>Vim</li>
<li>Docker</li>
</ul>
</li>
<li>
<div class="header-container skill-name">
<h5>Operating Systems</h5>
<div class="highlight-h5"></div>
</div>
<ul class="skill-list two-col-ul">
<li>GNU/Linux (Arch Linux, Debian, Ubuntu)</li>
<li>Microsoft Windows XP/7/8.1/10</li>
</ul>
</li>
<li>
<div class="header-container skill-name">
<h5>Vocal Synthesis</h5>
<div class="highlight-h5"></div>
</div>
<ul class="skill-list two-col-ul">
<li>Vocal libraries development for VOCALOID3, Alter/Ego, Chipspeech, UTAU</li>
<li>Usage of VOCALOID2/3/4, Alter/Ego, Chipspeech, UTAU, CeVIO Creative Studio</li>
</ul>
</li>
<li>
<div class="header-container skill-name">
<h5>Sound</h5>
<div class="highlight-h5"></div>
</div>
<ul class="skill-list two-col-ul">
<li>FL Studio</li>
<li>iZotope RX 4/5/6</li>
<li>T-RackS CS</li>
</ul>
</li>
<li>
<div class="header-container skill-name">
<h5>Office Software</h5>
<div class="highlight-h5"></div>
</div>
<ul class="skill-list">
<li>LaTeX</li>
<li>Org-mode</li>
<li>Microsoft Office (Word, Excel, Powerpoint)</li>
<li>WPS Office</li>
<li>Adobe Acrobat Pro</li>
</ul>
</li>
</ul>
</li>
<li class="list-lvl1 card card-lvl2" id="skills-lang">
<div class="header-container">
<h4>Spoken Languages</h4>
<div class="highlight-h4"></div>
</div>
<ul class="two-col-ul list-no-style">
<li class="elem-lang">
<div class="header-container">
<h5>French</h5>
<div class="highlight-h5"></div>
</div>
<p>Mother-tongue</p>
</li>
<li class="elem-lang">
<div class="header-container">
<h5>English</h5>
<div class="highlight-h5"></div>
</div>
<p>Spoken fluently. Business travel in July 2016 in London, touristic travel in June 2018 in Oxford and in June 2019 in Cambridge for the <i>Language Creation Conference 8</i>, two years studying English litterature an the Université Lumière Lyon 2, two linguistic travels in southern England in 2011 and 2013, touristic travel in New York City in 2011.</p>
</li>
<li class="elem-lang">
<div class="header-container">
<h5>Japanese</h5>
<div class="highlight-h5"></div>
</div>
<p>Very basic knowledge and understanding. Studied Japanese for three years in high school, two travels to Japan in 2014 (Tokyo) and 2014 (Tokyo and Osaka). Some linguistic knowledge of Japanese.</p>
</li>
</ul>
</li>
<li class="list-lvl1 card card-lvl2" id="skills-other">
<div class="header-container">
<h4>Other</h4>
<div class="highlight-h4"></div>
</div>
<ul class="list-no-style">
<li>
<div class="header-container">
<h5>Linguistics</h5>
<div class="highlight-h5"></div>
</div>
<p>Basic knowledge and understanding of grammatical, morphological, syntactical, and phonological concepts.</p>
</li>
<li>
<div class="header-container">
<h5>Language creation (Conlanging)</h5>
<div class="highlight-h5"></div>
</div>
<p>Some examples can be found <a href="https://langue.phundrak.com">on my linguistics website</a> (in French).</p>
</li>
<li>
<div class="header-container">
<h5>Fictional universes creation (Worldbuilding)</h5>
<div class="highlight-h5"></div>
</div>
<p>Creation of a complex fictional universe for the novel I am writing.</p>
</li>
</ul>
</li>
</ul>
</div>
<div id="cont-training" class="card">
<div class="header-container">
<h3>Education</h3>
<div class="highlight-h3"></div>
</div>
<ul>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Computer Science licence</h4>
<div class="highlight-h4"></div>
</div>
<ul class="list-no-style">
<li>
<div class="header-container">
<h5>Université Vincennes-Saint-Denis (Paris VIII)</h5>
<div class="highlight-h5"></div>
</div>
<p>Since September 2016</p>
<p class="train-description">Education in programming and computer science.</p>
</li>
</ul>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Anglais LLCE</h4>
<div class="highlight-h4"></div>
</div>
<ul class="list-no-style">
<li>
<div class="header-container">
<h5>Université Lumière Lyon 2</h5>
<div class="highlight-h5"></div>
</div>
<p>Septembre 2013 à Mai 2015</p>
<p class="train-description">Education in English, specialized in “Language, Literature, and Foreign Culture” (“Langue, Littérature et Civilisations Étrangères”).</p>
</li>
</ul>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Baccalauréat</h4>
<div class="highlight-h4"></div>
</div>
<ul class="list-no-style">
<li>
<div class="header-container">
<h5>Lycée de la Plaine de lAin (High School)</h5>
<div class="highlight-h5"></div>
</div>
<p>Septembre 2010 à Juillet 2013</p>
<p class="train-description">High School degree in Sciences, specialized in Engineering Sciences, with honors.</p>
</li>
</ul>
</li>
</ul>
</div>
<div id="cont-hobbies" class="card">
<div class="header-container">
<h3>Hobbies</h3>
<div class="highlight-h3"></div>
</div>
<ul>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Writing</h4>
<div class="highlight-h4"></div>
</div>
<ul>
<li>Writing a novel, short stories and scenarios for tabletop role-playing games</li>
<li>Worldbuilding</li>
<li>Language creation (Conlanging)</li>
</ul>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Music</h4>
<div class="highlight-h4"></div>
</div>
<ul>
<li>Usage of singing vocal synthesis.</li>
<li>Audio mixing and mastering</li>
</ul>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Reading</h4>
<div class="highlight-h4"></div>
</div>
<ul>
<li>Programming books (currently <i>Clean Code</i> by Robert C. Martin)</li>
<li>Linguistics books (mainly from Mark Rosenfelder, “Ergativity” by R.M.W. Dixon)</li>
<li>Tolkien (The Lord of the Rings, The Silmarillion, The Fall of Gondolin, ...)</li>
</ul>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Games</h4>
<div class="highlight-h4"></div>
</div>
<ul>
<li>Role-playing games (Elder Scrolls series, ...)</li>
<li>Real-time strategy games (Hearts of Iron IV)</li>
<li>Tabletop role-playing games (player and game master)</li>
</ul>
</li>
</ul>
</div>
<div id="cont-portfolio" class="card">
<div class="header-container">
<h3>Portfolio</h3>
<div class="highlight-h3"></div>
</div>
<ul>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Dotfiles</h4>
<div class="highlight-h4"></div>
</div>
<p>Configuration files for my Arch Linux installation. I am striving for a 100% amount of configuration files written in literate programming. Currently, part of these files are available in the link below, and all the files are available in the source below.</p>
<p>
<a class="port-proj-link" href="https://phundrak.com/config">(link)</a>
<a class="port-proj-src" href="https://labs.phundrak.com/phundrak/dotfiles">(source)</a></p>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Output-VT100</h4>
<div class="highlight-h4"></div>
</div>
<p>Rust crate (library) allowing the activation of ANSI escape characters in Windows CMD and Powershell shells.</p>
<p>
<a class="port-proj-link" href="https://crates.io/crates/output_vt100">(link)</a>
<a class="port-proj-src" href="https://labs.phundrak.com/phundrak/output-vt100-rs">(source)</a></p>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>ConlangDict</h4>
<div class="highlight-h4"></div>
</div>
<p>Online bilingual dictionary between natural languages and constructed languages. Written in Python with Django&nbsp;2.</p>
<p>
<a class="port-proj-src" href="https://labs.phundrak.com/phundrak/dictionary-conlangs">(source)</a></p>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Langues Construites de Pundrak</h4>
<div class="highlight-h4"></div>
</div>
<p>Personal linguistics website containing my working files and documents for my constructed languages, in French (an English version is planned in medium future). Written in org-mode, exported in HTML and PDF from Emacs.</p>
<p>
<a class="port-proj-link" href="https://langue.phundrak.com/">(link)</a>
<a class="port-proj-src" href="https://labs.phundrak.com/phundrak/langue-phundrak.com">(source)</a></p>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>Sarcastic tutorial on Git (in French)</h4>
<div class="highlight-h4"></div>
</div>
<p>Sarcastic tutorial on Git, written in French for beginners willing to begin to use Git for their projects. Written in org-mode, exported in HTML and PDF from Emacs.</p>
<p>
<a class="port-proj-link" href="https://phundrak.com/git">(link)</a>
<a class="port-proj-src" href="https://github.com/Phundrak/tutoriel-git">(source)</a></p>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>P8 online chat</h4>
<div class="highlight-h4"></div>
</div>
<p>University second year project for the networking course, for which I wrote a software acting both as a server and a client in command-line. Written in Rust.</p>
<p>
<a class="port-proj-link" href="https://labs.phundrak.com/phundrak/chat-reseau-p8">(link)</a>
<a class="port-proj-src" href="https://labs.phundrak.com/phundrak/chat-reseau-p8">(source)</a></p>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>GL4Dummies</h4>
<div class="highlight-h4"></div>
</div>
<p>Took part if the development of GL4Dummies, an easy to use C framework and wrapper for OpenGL 3.3+ to allow beginners an easy way to begin 3D and 2D graphic programming.</p>
<p>
<a class="port-proj-link" href="http://gl4d.api8.fr/FR/">(link)</a>
<a class="port-proj-src" href="https://github.com/noalien/GL4Dummies">(source)</a></p>
</li>
<li class="list-lvl1 card card-lvl2">
<div class="header-container">
<h4>eDEX UI</h4>
<div class="highlight-h4"></div>
</div>
<p>Added to eDEX UI —a futuristic desktop interface— support for the <a href="http://bepo.fr/wiki/Accueil">bépo layout</a>.</p>
<p>
<a class="port-proj-link" href="https://github.com/GitSquared/edex-ui">(link)</a>
<a class="port-proj-src" href="https://github.com/GitSquared/edex-ui">(source)</a>
</p>
</li>
</ul>
</div>
</div>
</body>
</html>

View File

@ -36,7 +36,7 @@
<li><a href="#cont-training">Formations</a></li> <li><a href="#cont-training">Formations</a></li>
<li><a href="#cont-portfolio">Portfolio</a></li> <li><a href="#cont-portfolio">Portfolio</a></li>
<li><a href="#cont-hobbies">Loisirs</a></li> <li><a href="#cont-hobbies">Loisirs</a></li>
<li><a href="https://en.phundrak.com/" lang="en">English Version</a></li> <li><a href="https://phundrak.com/en" lang="en">English Version</a></li>
</ul> </ul>
</div> </div>
<div class="sidebar"> <div class="sidebar">
@ -166,7 +166,7 @@
<div class="highlight-h5"></div> <div class="highlight-h5"></div>
</div> </div>
<ul class="skill-list two-col-ul"> <ul class="skill-list two-col-ul">
<li>GNU/Linux (Arch Linux, Debian, Ubuntu)</li> <li>GNU/Linux (Arch Linux, Void Linux, Debian, Ubuntu)</li>
<li>Microsoft Windows XP/7/8.1/10</li> <li>Microsoft Windows XP/7/8.1/10</li>
</ul> </ul>
</li> </li>
@ -227,7 +227,7 @@
<div class="highlight-h5"></div> <div class="highlight-h5"></div>
</div> </div>
<p>Parlé couramment. Voyages en Juillet 2016 à Londres (professionnel et personnel), Juin 2018 à Oxford et Juin 2019 à Cambridge (visiteur de la <i>Language Creation Conference 8</i>), deux années détudes en Anglais LLCE à luniversité Lumière Lyon 2, deux voyages linguistiques en angleterre en 2011 et 2013, voyage à New York City en 2011.</p> <p>Parlé couramment. Voyages en Juillet 2016 à Londres (professionnel et personnel), Juin 2018 à Oxford et Juin 2019 à Cambridge (visiteur de la <i>Language Creation Conference 8</i>), deux années détudes en Anglais LLCE (2013-2015) à luniversité Lumière Lyon 2, deux voyages linguistiques en angleterre en 2011 et 2013, voyage à New York City en 2011.</p>
</li> </li>
<li> <li>
<div class="header-container"> <div class="header-container">
@ -293,8 +293,8 @@
<div class="highlight-h5"></div> <div class="highlight-h5"></div>
</div> </div>
</div> </div>
<p>Depuis Septembre 2016</p> <p>Septembre 2016 à Juin 2019</p>
<p class="train-description">Formation en programmation et sciences de linformatique</p> <p class="train-description">Formation en programmation et sciences de linformatique, obtenue avec mention bien.</p>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -1 +0,0 @@
40017

2
js/jquery.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,105 +0,0 @@
/*jshint esversion: 6 */
var light = false;
window.onload = function() {
console.log(window.location.href);
$('a').click(function() {
$href = $(this).attr('href');
if($href[0] == '#') {
console.log($href);
}
});
reorganize_html();
create_theme_switcher();
roll_elems();
};
function roll_elems() {
// Add the possibility for all headers to roll what follows them
['h2', 'h3', 'h4', 'h5', 'h6'].forEach(htitle => {
$(htitle).addClass('rolled');
});
// Except for the footnotes
$('.footnotes').removeClass('rolled');
// // Make the rollable headers actually rollable and rolled
$('.header-container').each(function($header) {
$header = $(this);
$header.click(function() {
$header.nextAll().each(function() {
$(this).slideToggle(500);
});
$header.find('>:first-child').toggleClass('unrolled');
$header.find('>:first-child').toggleClass('rolled');
});
});
}
function reorganize_html() {
// Remove table of contents
$("#table-of-contents").remove();
// Move the title out of the content div
$('#content').before('<div class="h1-container"><div class="highlight-h1"></div></div>');
$('.title').prependTo($('.h1-container'));
// Move the postamble in the content div
$('#postamble').appendTo($('#content'));
// Move to container the various heads
[2, 3, 4, 5, 6].forEach(htitle => {
$('h' + htitle).each(function() {
$header = $(this);
$header.before('<div class="header-container"><div class="highlight-h' +
htitle + '"></div></div>');
$header.prependTo($header.prev());
});
$('.outline-text-' + htitle).each(function() {
if (isEmpty($(this))) {
$(this).remove();
}
});
});
// Move each table in a div to handle large tables' overflow
$('table').each(function() {
$table = $(this);
$table.before('<div class="largetable"></div>');
$table.prependTo($table.prev());
});
}
function create_theme_switcher() {
// If no theme cookie is found, set dark by default
if (Cookies.get('theme') == null) {
Cookies.set('theme', 'dark');
}
// set the css and button depending on the cookie found, dark is default
if (Cookies.get('theme') == 'light') {
$('body').append('<div class="themeBtn"><i class="fas fa-moon"></i></div>');
$('head').append('<link id="theme" rel="stylesheet" href="./css/light.css">');
} else {
$('body').append('<div class="themeBtn"><i class="fas fa-sun"></i></div>');
$('head').append('<link id="theme" rel="stylesheet" href="./css/dark.css">');
}
// switch CSS files and button icon, set new cookie
$('.themeBtn').click(function() {
if (Cookies.get('theme') == 'dark') {
$('link[href="./css/dark.css"]').attr('href', './css/light.css');
$('.themeBtn').html('<i class="fas fa-moon"></i>');
Cookies.set('theme', 'light');
} else {
$('link[href="./css/light.css"]').attr('href', './css/dark.css');
$('.themeBtn').html('<i class="fas fa-sun"></i>');
Cookies.set('theme', 'dark');
}
});
}
function isEmpty(el) {
return !$.trim(el.html());
}

181
keine_tashi.org Normal file
View File

@ -0,0 +1,181 @@
#+TITLE: On my UTAU, KEINE Tashi
#+HTML_HEAD: <meta name="description" content="KEINE Tashi" />
#+HTML_HEAD: <meta property="og:title" content="KEINE Tashi" />
#+HTML_HEAD: <meta property="og:description" content="On my UTAU, KEINE Tashi" />
#+OPTIONS: toc:nil auto-id:t H:4 broken_links:mark email:t ^:{}
#+HTML_DOCTYPE: html5
#+HTML_HEAD_EXTRA: <meta property="og:image" content="https://cdn.phundrak.com/img/rich_preview.png" />
#+HTML_HEAD_EXTRA: <meta name="twitter:card" content="summary" />
#+HTML_HEAD_EXTRA: <meta name="twitter:site" content="@phundrak" />
#+HTML_HEAD_EXTRA: <meta name="twitter:creator" content="@phundrak" />
#+HTML_HEAD_EXTRA: <link rel="stylesheet" href="https://langue.phundrak.com/style/style.css"/>
#+HTML_HEAD_EXTRA: <link rel="shortcut icon" href="https://cdn.phundrak.com/img/mahakala-128x128.png" type="img/png" media="screen" />
#+HTML_HEAD_EXTRA: <link rel="shortcut icon" href="https://cdn.phundrak.com/img/favicon.ico" type="image/x-icon" media="screen" />
#+HTML_HEAD_EXTRA: <script defer src="https://langue.phundrak.com/dart/main.dart.js"></script>
#+HTML_HEAD_EXTRA: <script defer src="https://kit.fontawesome.com/4d42d0c8c5.js" crossorigin="anonymous"></script>
* Introduction
:PROPERTIES:
:CUSTOM_ID: h-89590862-1763-40cb-8608-c0ab6d052a55
:END:
KEINE Tashi is a character and set of vocal libraries developed for the
shareware [[http://utau2008.web.fc2.com/][UTAU]], a singing voice synthesizer. I developed KEINE Tashi over the
course of several years, from 2012 to 2015. Three vocal libraries have been
released to the public, the most used one being his JPN Power Extend one. On
March 10th, 2017, I announced I would cease any kind of activity related to
UTAU.
#+begin_export html
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">I&#39;d like to also announce that from now on I am dropping my previous UTAU projects other than covers and won&#39;t develop any new UTAU library</p>&mdash; Pundrak ཕུན་གྲགས། (@Phundrak) <a href="https://twitter.com/Phundrak/status/840174634377105408?ref_src=twsrc%5Etfw">March 10, 2017</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
#+end_export
* Character and vocal libraries
:PROPERTIES:
:CUSTOM_ID: h-22423635-6094-4927-b5ae-526f5568f527
:END:
Heres a copy and paste of some old pages describing KEINE Tashi:
** Presentation
:PROPERTIES:
:CUSTOM_ID: h-6e3e3d98-18dc-47e8-b955-47cdc5ef726e
:END:
[[https://cdn.phundrak.com/img/UTAU/KEINE_Tashi_original.png]]
- Codename :: BSUP01 恵音བཀྲ་ཤིས་ KEINE Tashi
- First name :: Tashi (བཀྲ་ཤིས་), Tibetan name meaning “auspicious”
- Last name :: Keine (恵音), Japanese name meaning “Blessing sound”. It is
read “keine”, although its regular reading should be “megumine”.
- Model :: BSUP (Bödkay Shetang UTAU Project)
- Number :: 01
- Gender :: male
- Birthday (lore) :: June 28th, 1991
- Birthday (first release) :: October 14th, 2012
- Weight :: 154lb / 70kg
- Heigh :: 60″ / 182cm (very tall for a Tibetan)
- Hair color :: black
- Eyes color :: brown~black
- Headphones :: none
- Appearance :: Tashi wears a modernized Tibetan suit from the Amdo Region
(Chinese: 安多 Ānduō), colored in blue. He also wears some turquoise
jeweleries.
- Favorite food :: meat momo (Tibetan raviolies)
- Character item :: a Tibetan manuscript
- Voice and creator :: [[https://phundrak.com][Phundrak]] (me)
- Likes :: meditate, calligraphy, old books, manuscripts (is that a
self-insert?)
- Dislikes :: selfishness, lies, arrogance
- Homepage :: here
- Personality :: Tashi is somebody very calm, sweet... He really enjoy old
books and manuscripts, and he LOVES meditate! He's never hungry, so, he can
stay meditating for 2~3 days meditating, just like that, until he realizes
that he should eat something. And he always keep quiet, it's really hard to
make him angry.
But, when he is, be careful! He can use very rude words against the person
who made him angry, and it's very hard to calm him. But, for an unexplained
reason, his "victim"'s life become a lot better after that. Some people
think it's because he knew he had to use rude words to help his "victims"
in their life.
** Vocal libraries
:PROPERTIES:
:CUSTOM_ID: h-5505fdc9-a1ed-40a6-a73b-aaf58e589c9c
:END:
*** JPN VCV
:PROPERTIES:
:CUSTOM_ID: h-d9c68a7b-25a7-4d24-855e-6b7996d1adaf
:END:
- Download link :: [[https://drive.google.com/file/d/0B2gIxlZGDdX_eUs1UUJfbmZfbHc/view]]
- File size :: 60.7MB
- Total uncompressed size :: 94.4MB
- Number of voice phonemes :: 1264 (253 audio files)
- Average frequency :: G#2
- Vocal range :: C2~D3
- FRQ file presence :: partial
- Release date :: October, 14th 2012
- Phoneme encoding :: Romaji with hiragana and CV romaji aliases
- Supported languages :: Japanese
- oto.ini :: Tuned myself
- Recommended engines :: TIPS, VS4U
*** JPN Extend Power
:PROPERTIES:
:CUSTOM_ID: h-63ed1543-739a-41b8-8880-695064f71bee
:END:
- Download link :: [[https://drive.google.com/file/d/0B2gIxlZGDdX_SnZqUTJVT0wxa2s/view?usp=drivesdk]]
- File size :: 114MB
- Total uncompressed size :: 155MB
- Number of voice phonemes :: 3020 (546 audio files)
- Average frequency :: C3
- Vocal range :: B1~D4
- FRQ file presence :: partial
- Release date :: June 28th, 2013
- Phoneme encoding :: Romaji (hiragana aliases)
- Supported languages :: Japanese
- oto.ini :: Tuned myself
- Recommended engines :: VS4U, world4utau
*** JPN Extend Youth
:PROPERTIES:
:CUSTOM_ID: h-947372be-99e6-4a53-8ac5-47143a6037be
:END:
- Download link :: [[https://drive.google.com/file/d/0B2gIxlZGDdX_STRzRTlwNmRVN0E/view?usp=drivesdk]]
- File size :: 36.9MB
- Total uncompressed size :: 42.0MB
- Number of voice phonemes :: 1954 (182 audio files)
- Average frequency :: C4
- Vocal range :: F#3~A#4
- FRQ file presence :: partial
- Release date :: June 28th, 2013
- Phoneme encoding :: Romaji (hiragana aliases, romaji added with the oto.ini update)
- Supported languages :: Japanese
- oto.ini :: Tuned myself
- Recommended engines :: fresamp, VS4U, world4utau
*** JPN Extend Native
:PROPERTIES:
:CUSTOM_ID: h-87ceec13-2537-4433-a42d-e6af1947abde
:END:
- Status :: abandonned
*** TIB CVVC
:PROPERTIES:
:CUSTOM_ID: h-19fa92de-c231-45ea-a3b0-4f81449d45e5
:END:
- Status :: abandonned
*** ENG
:PROPERTIES:
:CUSTOM_ID: h-d64470f3-4fd8-47c4-8d25-edc399f693a4
:END:
[[https://cdn.phundrak.com/img/UTAU/KEINE_Tashi_EN.png]]
- Status :: abandonned
* Usage clause and license
:PROPERTIES:
:CUSTOM_ID: h-3ea2c55e-b922-4a5e-a79a-8b0c4c67c0ce
:END:
KEINE Tashi is released under the [[https://creativecommons.org/licenses/by-nc-sa/4.0/][CC BY-SA-NC 4.0 license]], meaning you are
free to:
- use :: make use of the vocal libraries in UTAU or any other singing vocal
synthesizer software.
- adapt :: remix, transform, and build upon the material
- share :: copy and redistribute the material in any medium or format
my work, on the condition of:
- Attribution :: You must give appropriate credit, provide a link to the
license, and indicate if changes were made. You may do so in any reasonable
manner, but not in any way that suggests the licensor endorses you or your
use.
- NonCommercial :: You may not use the material for commercial purposes.
- ShareAlike :: If you remix, transform, or build upon the material, you must
distribute your contributions under the same license as the original.
Although I cannot add anything to this legal notice, I would also like if you
followed the following rules of thumb regarding this character: any religious
use of this character and its vocal libraries is forbidden, with the exception
of folk music, and Buddhist and Bön songs. However, due to the current
controversy, any song of long life to the Karmapa is strictly forbidden until
said controversy has been officially resolved. This is also applicable to
Shamar Rinpoche and to Tai Situ Rinpoche. If you have any question or if you
are unsure, please shoot me an email.

5
sitemap.org Normal file
View File

@ -0,0 +1,5 @@
#+title: Sitemap for phundrak.com
- [[file:index.html][Home]]
- [[file:cookies.org][Cookies]]
- [[file:keine_tashi.org][(UTAU) Keine Tashi]]