Skip to content

Commit

Permalink
Merge pull request #486 from keymanapp/feat/product-descriptions
Browse files Browse the repository at this point in the history
feat: Add descriptions for major pages 📓
  • Loading branch information
mcdurdin authored Nov 1, 2024
2 parents 0c0a500 + ba5f0fa commit 64bfdfd
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// Required
head([
'title' =>'Keyman for Android',
'description' => 'Keyman for Android',
'css' => ['template.css','feature-grid.css','app-store-links.css'],
'showMenu' => true,
'banner' => [
Expand Down
2 changes: 1 addition & 1 deletion downloads/archive/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
// Required
head([
'title' =>'Download Archives',
'description' => 'Keyman download archive: static activation license keys',
'css' => ['template.css', 'feature-grid.css'],
'showMenu' => true
]);

require_once('./static-keys.php');

// These variables should be progressively added if we update older versions.
// 14.0 onward uses 3 numbers instead of 4
$ver_windows_16 = "16.0.147";
Expand Down
1 change: 1 addition & 0 deletions downloads/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// Required
head([
'title' =>'Keyman Downloads',
'description' => 'Keyman stable downloads',
'css' => ['template.css','index.css','app-store-links.css', 'prism.css'],
'js' => ['prism.js'],
'showMenu' => true
Expand Down
1 change: 1 addition & 0 deletions downloads/pre-release/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Required
head([
'title' =>'Keyman Pre-release Versions',
'description' => 'Keyman pre-release versions: alpha, beta',
'css' => ['template.css','index.css', 'app-store-links.css','prism.css'],
'showMenu' => true
]);
Expand Down
3 changes: 3 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// Required
head([
'title' =>'Keyman | Type to the world in your language',
'description' => 'Unlock the power of your language with Keyman customizable keyboard software.
Available for Windows, Mac, Linux, Android, iPhone, and web,
we support over 2,000 languages to make communication seamless and meaningful.',
'css' => ['template.css','index.css'],
'showMenu' => true,
'addSection2' => false
Expand Down
1 change: 1 addition & 0 deletions iphone-and-ipad/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// Required
head([
'title' =>'Keyman for iPhone and iPad',
'description' => 'Keyman for iPhone and iPad',
'css' => ['template.css','feature-grid.css','app-store-links.css'],
'showMenu' => true,
'banner' => [
Expand Down
1 change: 1 addition & 0 deletions keyboards/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

$head_options = [
'title' =>'Keyboard Search',
'description' => 'Keyman Keyboard Search',
'css' => [Util::cdn('css/template.css'), Util::cdn('keyboard-search/search.css')],
'js' => [Util::cdn('keyboard-search/jquery.mark.js'), Util::cdn('keyboard-search/dedicated-landing-pages.js'),
Util::cdn('keyboard-search/search.js')]
Expand Down
1 change: 1 addition & 0 deletions linux/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Required
head([
'title' =>'Keyman ' . $stable_version . ' for Linux',
'description' => 'Keyman for Linux',
'css' => ['template.css','index.css','desktop.css','feature-grid.css', 'prism.css'],
'js' => ['prism.js'],
'showMenu' => true,
Expand Down
1 change: 1 addition & 0 deletions mac/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Required
head([
'title' =>'Keyman ' . $stable_version . ' for macOS',
'description' => 'Keyman for macOS',
'css' => ['template.css','index.css','desktop.css','feature-grid.css'],
'showMenu' => true,
'banner' => [
Expand Down
1 change: 1 addition & 0 deletions windows/download.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Required
head([
'title' =>'Download Keyman for Windows ' . $stable_version,
'description' => 'Download Keyman for Windows',
'css' => ['template.css','index.css','desktop-download.css'],
'js' => ['download.js'],
'showMenu' => true
Expand Down
1 change: 1 addition & 0 deletions windows/features.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// Required
head([
'title' =>'Features | Keyman for Windows ' . $stable_version,
'description' => 'Keyman for Windows Features',
'css' => ['template.css','feature-template.css'],
'showMenu' => true
]);
Expand Down
1 change: 1 addition & 0 deletions windows/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Required
head([
'title' =>'Keyman for Windows ' . $stable_version,
'description' => 'Keyman for Windows',
'css' => ['template.css','index.css','desktop.css','feature-grid.css'],
'showMenu' => true,
'banner' => [
Expand Down

0 comments on commit 64bfdfd

Please sign in to comment.