From da69d5d976d279886a0dfb1ff365723a8ca8a3fa Mon Sep 17 00:00:00 2001 From: Shinmera Date: Tue, 19 Jul 2022 13:40:27 +0200 Subject: [PATCH] rebuild --- .github/workflows/rebuild-index.yml | 33 + .gitignore | 3 +- index.html | 1524 --------------------------- 3 files changed, 35 insertions(+), 1525 deletions(-) create mode 100644 .github/workflows/rebuild-index.yml delete mode 100644 index.html diff --git a/.github/workflows/rebuild-index.yml b/.github/workflows/rebuild-index.yml new file mode 100644 index 0000000..4f32d91 --- /dev/null +++ b/.github/workflows/rebuild-index.yml @@ -0,0 +1,33 @@ +name: Rebuild Index + +on: [push, pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Install sbcl + run: | + sudo apt-get -qq update | true + sudo apt-get -qq install sbcl curl + - name: Install Quicklisp + run: | + curl -o ~/quicklisp.lisp https://beta.quicklisp.org/quicklisp.lisp + sbcl --load ~/quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(ql-util:without-prompting (ql:add-to-init-file))' --quit + - name: Rebuild the index + run: | + sbcl --noinform --load "compile.lisp" --eval '(generate)' --quit + - name: GH Pages deploy + if: github.head_ref == null + run: | + git config --global user.name "CI" + git config --global user.email "shinmera@tymoon.eu" + git clone --quiet --branch=gh-pages https://${{ secrets.ACCESS_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git ~/gh-pages + cp index.html PromptFont.ttf ~/gh-pages/ + cd ~/gh-pages + git add index.html PromptFont.ttf + git commit -qm "CI index rebuild." || echo "Nothing to commit." + git push -q origin gh-pages diff --git a/.gitignore b/.gitignore index bd319fc..e8d8992 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.sfd-* \ No newline at end of file +*.sfd-* +index.html \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index c41502a..0000000 --- a/index.html +++ /dev/null @@ -1,1524 +0,0 @@ - - - - - PromptFont - A Font for Button Prompts - - - -
-

- PromptFont - GitHub - Download -

-

This is a font designed for button prompts in games. It includes the base alphabet, as well as icons for modifier and control keys, and gamepad buttons.

-

PromptFont is based on the Xolonium font by Severin Meyer and licenced under the SIL Open Font Licence.

-
-
-
-

alphabet

- -
- ! - U+0021 - ! -
- -
- " - U+0022 - " -
- -
- # - U+0023 - # -
- -
- $ - U+0024 - $ -
- -
- % - U+0025 - % -
- -
- & - U+0026 - & -
- -
- ' - U+0027 - ' -
- -
- ( - U+0028 - ( -
- -
- ) - U+0029 - ) -
- -
- * - U+002A - * -
- -
- + - U+002B - + -
- -
- , - U+002C - , -
- -
- - - U+002D - - -
- -
- . - U+002E - . -
- -
- / - U+002F - / -
- -
- 0 - U+0030 - 0 -
- -
- 1 - U+0031 - 1 -
- -
- 2 - U+0032 - 2 -
- -
- 3 - U+0033 - 3 -
- -
- 4 - U+0034 - 4 -
- -
- 5 - U+0035 - 5 -
- -
- 6 - U+0036 - 6 -
- -
- 7 - U+0037 - 7 -
- -
- 8 - U+0038 - 8 -
- -
- 9 - U+0039 - 9 -
- -
- : - U+003A - : -
- -
- ; - U+003B - ; -
- -
- < - U+003C - < -
- -
- = - U+003D - = -
- -
- > - U+003E - > -
- -
- ? - U+003F - ? -
- -
- @ - U+0040 - @ -
- -
- A - U+0041 - A -
- -
- B - U+0042 - B -
- -
- C - U+0043 - C -
- -
- D - U+0044 - D -
- -
- E - U+0045 - E -
- -
- F - U+0046 - F -
- -
- G - U+0047 - G -
- -
- H - U+0048 - H -
- -
- I - U+0049 - I -
- -
- J - U+004A - J -
- -
- K - U+004B - K -
- -
- L - U+004C - L -
- -
- M - U+004D - M -
- -
- N - U+004E - N -
- -
- O - U+004F - O -
- -
- P - U+0050 - P -
- -
- Q - U+0051 - Q -
- -
- R - U+0052 - R -
- -
- S - U+0053 - S -
- -
- T - U+0054 - T -
- -
- U - U+0055 - U -
- -
- V - U+0056 - V -
- -
- W - U+0057 - W -
- -
- X - U+0058 - X -
- -
- Y - U+0059 - Y -
- -
- Z - U+005A - Z -
- -
- [ - U+005B - [ -
- -
- \ - U+005C - \ -
- -
- ] - U+005D - ] -
- -
- ^ - U+005E - ^ -
- -
- _ - U+005F - _ -
- -
- ` - U+0060 - ` -
- -
- a - U+0061 - a -
- -
- b - U+0062 - b -
- -
- c - U+0063 - c -
- -
- d - U+0064 - d -
- -
- e - U+0065 - e -
- -
- f - U+0066 - f -
- -
- g - U+0067 - g -
- -
- h - U+0068 - h -
- -
- i - U+0069 - i -
- -
- j - U+006A - j -
- -
- k - U+006B - k -
- -
- l - U+006C - l -
- -
- m - U+006D - m -
- -
- n - U+006E - n -
- -
- o - U+006F - o -
- -
- p - U+0070 - p -
- -
- q - U+0071 - q -
- -
- r - U+0072 - r -
- -
- s - U+0073 - s -
- -
- t - U+0074 - t -
- -
- u - U+0075 - u -
- -
- v - U+0076 - v -
- -
- w - U+0077 - w -
- -
- x - U+0078 - x -
- -
- y - U+0079 - y -
- -
- z - U+007A - z -
- -
- { - U+007B - { -
- -
- | - U+007C - | -
- -
- } - U+007D - } -
- -
- ~ - U+007E - ~ -
- -
- -
-

device

- -
- - U+243C - Gamepad -
- -
- - U+243D - Keyboard -
- -
- - U+243E - Mouse -
- -
- - U+243F - Mouse and Keyboard -
- -
- -
-

gamepad

- -
- - U+2196 - Left Trigger (LT) -
- -
- - U+2197 - Right Trigger (RT) -
- -
- - U+2198 - Left Shoulder (LB) -
- -
- - U+2199 - Right Shoulder (RB) -
- -
- - U+219A - Left Trigger (ZL) -
- -
- - U+219B - Right Trigger (ZR) -
- -
- - U+219C - Left Shoulder (L) -
- -
- - U+219D - Right Shoulder (L) -
- -
- - U+219E - Dpad Left -
- -
- - U+219F - Dpad Up -
- -
- - U+21A0 - Dpad Right -
- -
- - U+21A1 - Dpad Down -
- -
- - U+21A4 - Button Left (X) -
- -
- - U+21A5 - Button Up (Y) -
- -
- - U+21A6 - Button Right (B) -
- -
- - U+21A7 - Button Down (A) -
- -
- - U+21A9 - Left Analog Clockwise -
- -
- - U+21AA - Left Analog Counter -
- -
- - U+21AB - Right Analog Clockwise -
- -
- - U+21AC - Right Analog Counter -
- -
- - U+21AD - Both Analog Clockwise -
- -
- - U+21AE - Both Analog Counter -
- -
- - U+21B0 - Left Shoulder (L1) -
- -
- - U+21B1 - Right Shoulder (R1) -
- -
- - U+21B2 - Left Trigger (L2) -
- -
- - U+21B3 - Right Trigger (R2) -
- -
- - U+21B6 - Analog Clockwise -
- -
- - U+21B7 - Analog Counter -
- -
- - U+21B9 - Both Analog -
- -
- - U+21BA - Left Analog -
- -
- - U+21BB - Right Analog -
- -
- - U+21BC - Left Analog Left -
- -
- - U+21BD - Right Analog Left -
- -
- - U+21BE - Left Analog Up -
- -
- - U+21BF - Right Analog Up -
- -
- - U+21C0 - Left Analog Right -
- -
- - U+21C1 - Right Analog Right -
- -
- - U+21C2 - Left Analog Down -
- -
- - U+21C3 - Right Analog Down -
- -
- - U+21C4 - Left Analog Left/Right -
- -
- - U+21C5 - Right Analog Left/Right -
- -
- - U+21C6 - Left Analog Up/Down -
- -
- - U+21C7 - Analog Left -
- -
- - U+21C8 - Analog Up -
- -
- - U+21C9 - Analog Right -
- -
- - U+21CA - Analog Down -
- -
- - U+21D0 - Button X -
- -
- - U+21D1 - Button Y -
- -
- - U+21D2 - Button B -
- -
- - U+21D3 - Button A -
- -
- - U+21D4 - Analog Left/Right -
- -
- - U+21D5 - Analog Up/Down -
- -
- - U+21D6 - Analog Up Left -
- -
- - U+21D7 - Analog Up Right -
- -
- - U+21D8 - Analog Down Right -
- -
- - U+21D9 - Analog Down Left -
- -
- - U+21E0 - Button Square -
- -
- - U+21E1 - Button Triangle -
- -
- - U+21E2 - Button Circle -
- -
- - U+21E3 - Button Cross -
- -
- - U+21E6 - DualShock Share -
- -
- - U+21E7 - DualShock Touchpad -
- -
- - U+21E8 - DualShock Options -
- -
- - U+21F1 - Left Analog Any -
- -
- - U+21F2 - Right Analog Any -
- -
- - U+21F3 - Analog Any -
- -
- - U+21F5 - Right Analog Up/Down -
- -
- - U+21F7 - Select/Share -
- -
- - U+21F8 - Start -
- -
- - U+21F9 - Home/Menu -
- -
- - U+21FA - Share/Capture -
- -
- - U+21FB - Burger Menu -
- -
- - U+21FD - Minus -
- -
- - U+21FE - Plus -
- -
- -
-

keyboard

- -
- - U+2427 - Ctrl -
- -
- - U+2428 - Alt -
- -
- - U+2429 - Shift -
- -
- - U+242A - Super -
- -
- - U+242B - Tab -
- -
- - U+242C - Caps -
- -
- - U+242D - Backspace -
- -
- - U+242E - Enter -
- -
- - U+242F - Esc -
- -
- - U+2430 - PrtSc -
- -
- - U+2431 - ScrLk -
- -
- - U+2432 - Pause -
- -
- - U+2433 - NumLock -
- -
- - U+2434 - Insert -
- -
- - U+2435 - Home -
- -
- - U+2436 - Page Up -
- -
- - U+2437 - Delete -
- -
- - U+2438 - End -
- -
- - U+2439 - Page Down -
- -
- - U+243A - Space -
- -
- - U+2460 - F1 -
- -
- - U+2461 - F2 -
- -
- - U+2462 - F3 -
- -
- - U+2463 - F4 -
- -
- - U+2464 - F5 -
- -
- - U+2465 - F6 -
- -
- - U+2466 - F7 -
- -
- - U+2467 - F8 -
- -
- - U+2468 - F9 -
- -
- - U+2469 - F10 -
- -
- - U+246A - F11 -
- -
- - U+246B - F12 -
- -
- -
-

mouse

- -
- - U+27F0 - Scroll Up -
- -
- - U+27F1 - Scroll Down -
- -
- - U+27F5 - Left Click -
- -
- - U+27F6 - Right Click -
- -
- - U+27F7 - Middle Click -
- -
- - - -
-

icon

- -
- - U+2194 - exchange -
- -
- - U+2316 - pin -
- -
- - U+24F5 - 1 -
- -
- - U+24F6 - 2 -
- -
- - U+24F7 - 3 -
- -
- - U+24F8 - 4 -
- -
- - U+24F9 - 5 -
- -
- - U+24FA - 6 -
- -
- - U+24FB - 7 -
- -
- - U+24FC - 8 -
- -
- - U+24FD - 9 -
- -
- - U+24FF - 0 -
- -
- - U+2605 - star -
- -
- - U+2620 - skull -
- -
- - U+2639 - frown -
- -
- - U+263A - smile -
- -
- - U+2665 - heart -
- -
- - U+2691 - flag -
- -
- - U+2717 - cross -
- -
- - U+2753 - question -
- -
- - U+2757 - exclamation -
- -
- 🐟 - U+1F41F - fish -
- -
- 💾 - U+1F4BE - diskette -
- -
-
- -