-
-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Budukh] committing the Budukh keyboard #3310
Conversation
Thank you for your pull request. You'll see a "build failed" message until the Keyman team has reviewed the pull request and manually initiated the build process. Every change committed to this branch will become part of this pull request. When you have finished submitting files and are ready for the Keyman team to review this pull request, please post a "Ready for review" comment. |
Hi @KenK-3-21 Thanks for the PR! This looks mostly good, but here are a few issues:
For any keyboard in the
and replaced by:
Then, go to the bottom of the page and delete:
If you need help creating that page, let me know. This page is what is displayed online and is linked to from the home page of the keyboard once it's online. I haven't actually tested the keyboard yet, but hopefully it's fine if you've tested both the desktop and mobile layout. |
Hi Lorna,
I’ll have to work on this tomorrow. Bible Study tonight.
Blessings, Ken
…On Wed, Jan 29, 2025 at 16:10 Lorna Evans ***@***.***> wrote:
Hi @KenK-3-21 <https://github.com/KenK-3-21> Thanks for the PR! This
looks mostly good, but here are a few issues:
- LICENSE.md needs the Copyright line to begin with the word Copyright
so it must be Copyright © 2020-2025 SIL Global.
- README.md - could you remove the version line/number and then add
SIL Global after the copyright sign? © SIL Global. Removing the
version helps us not to have to keep updating that file.
- Please delete the file: budukh.keyboard_info. This used to be
needed, but it isn't used anymore. That file is autogenerated from data in
the .kps file.
- In the .kmn can you change the copyright to: store(©RIGHT) '©
SIL Global' to be consistent with our new name.
- In the .kps we now have a "Description" field that needs to be
filled in. That is what shows up on the keyboard home page. That's on the
*Details* tab down nearer the bottom. You could include the same text
you have in README.md.
- In the readme.htm could you add the description there too rather
than having the "generated from template" text.
- In the welcome.htm you could remove that "generated from template"
paragraph since you have a description lower down.
For any keyboard in the release stream we generally require there to be a
budukh/source/help/budukh.php file. That could be created from the text
you have in the welcome file, but it needs to have all of these text
deleted:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Start Using Budukh</title>
<style type="text/css">
p { font: 10pt Tahoma; }
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
h2 { font: bold 12pt Tahoma; color: #4444cc; }
</style>
</head>
<body>
<h1>Start Using Budukh</h1>
<p>
Budukh 1.0 generated from template.
</p>
and replaced by:
<?php
$pagename = 'Budukh Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>
Then, go to the bottom of the page and delete:
</body>
</html>
If you need help creating that page, let me know. This page is what is
displayed online and is linked to from the home page of the keyboard once
it's online.
I haven't actually tested the keyboard yet, but hopefully it's fine if
you've tested both the desktop and mobile layout.
—
Reply to this email directly, view it on GitHub
<#3310 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVS77XNPVI5J2ISVBIUBVD2NFGU7AVCNFSM6AAAAABWD2HQ5GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRSHE3TENJXGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, Folks,
We made changes and uploaded the files. Now waiting for GitHub to refresh
itself.
Best wishes, Ken
…On Wed, Jan 29, 2025 at 4:40 PM Ken K ***@***.***> wrote:
Hi Lorna,
I’ll have to work on this tomorrow. Bible Study tonight.
Blessings, Ken
On Wed, Jan 29, 2025 at 16:10 Lorna Evans ***@***.***>
wrote:
> Hi @KenK-3-21 <https://github.com/KenK-3-21> Thanks for the PR! This
> looks mostly good, but here are a few issues:
>
> - LICENSE.md needs the Copyright line to begin with the word Copyright
> so it must be Copyright © 2020-2025 SIL Global.
> - README.md - could you remove the version line/number and then add
> SIL Global after the copyright sign? © SIL Global. Removing the
> version helps us not to have to keep updating that file.
> - Please delete the file: budukh.keyboard_info. This used to be
> needed, but it isn't used anymore. That file is autogenerated from data in
> the .kps file.
> - In the .kmn can you change the copyright to: store(©RIGHT) '©
> SIL Global' to be consistent with our new name.
> - In the .kps we now have a "Description" field that needs to be
> filled in. That is what shows up on the keyboard home page. That's on the
> *Details* tab down nearer the bottom. You could include the same text
> you have in README.md.
> - In the readme.htm could you add the description there too rather
> than having the "generated from template" text.
> - In the welcome.htm you could remove that "generated from template"
> paragraph since you have a description lower down.
>
> For any keyboard in the release stream we generally require there to be
> a budukh/source/help/budukh.php file. That could be created from the
> text you have in the welcome file, but it needs to have all of these text
> deleted:
>
> <!DOCTYPE html>
> <html lang="en">
> <head>
> <meta charset="utf-8">
> <title>Start Using Budukh</title>
> <style type="text/css">
> p { font: 10pt Tahoma; }
> h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
> h2 { font: bold 12pt Tahoma; color: #4444cc; }
> </style>
> </head>
> <body>
>
> <h1>Start Using Budukh</h1>
>
> <p>
> Budukh 1.0 generated from template.
> </p>
>
> and replaced by:
>
> <?php
> $pagename = 'Budukh Keyboard Help';
> $pagetitle = $pagename;
> require_once('header.php');
> ?>
>
> Then, go to the bottom of the page and delete:
>
>
> </body>
> </html>
>
> If you need help creating that page, let me know. This page is what is
> displayed online and is linked to from the home page of the keyboard once
> it's online.
>
> I haven't actually tested the keyboard yet, but hopefully it's fine if
> you've tested both the desktop and mobile layout.
>
> —
> Reply to this email directly, view it on GitHub
> <#3310 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABVS77XNPVI5J2ISVBIUBVD2NFGU7AVCNFSM6AAAAABWD2HQ5GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRSHE3TENJXGI>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Unfortunately, the committed files never made it to the Pull Request. |
Hi Lorna,
I just uploaded again. So I think this time, it took.
Blessings, Ken
…On Wed, Feb 5, 2025 at 3:20 PM Lorna Evans ***@***.***> wrote:
Unfortunately, the committed files never made it to the Pull Request.
—
Reply to this email directly, view it on GitHub
<#3310 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVS77Q3XPXF3TYNEVHLIJ32OJ6DBAVCNFSM6AAAAABWD2HQ5GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZYGA2DMMBZGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@KenK-3-21 Great! |
@KenK-3-21 Oops! I spoke too soon. The updated files are there, but in the wrong place. They ended up in the root folder instead of in the release/b/ folder. The easiest thing may be to close this pull request and create a new one with the files in the right location. |
Yeah, unfortunately you have the files in two places, one in the root of the repo and another set in |
deleted because it was not in the release branch.
Closing this pull request |
No description provided.