···11+Copyright (c) <dates>, <Copyright Holder> (<URL|email>),
22+with Reserved Font Name <Reserved Font Name>.
33+Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>),
44+with Reserved Font Name <additional Reserved Font Name>.
55+Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>).
66+77+This Font Software is licensed under the SIL Open Font License, Version 1.1.
88+This license is copied below, and is also available with a FAQ at:
99+https://openfontlicense.org
1010+1111+1212+-----------------------------------------------------------
1313+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
1414+-----------------------------------------------------------
1515+1616+PREAMBLE
1717+The goals of the Open Font License (OFL) are to stimulate worldwide
1818+development of collaborative font projects, to support the font creation
1919+efforts of academic and linguistic communities, and to provide a free and
2020+open framework in which fonts may be shared and improved in partnership
2121+with others.
2222+2323+The OFL allows the licensed fonts to be used, studied, modified and
2424+redistributed freely as long as they are not sold by themselves. The
2525+fonts, including any derivative works, can be bundled, embedded,
2626+redistributed and/or sold with any software provided that any reserved
2727+names are not used by derivative works. The fonts and derivatives,
2828+however, cannot be released under any other type of license. The
2929+requirement for fonts to remain under this license does not apply
3030+to any document created using the fonts or their derivatives.
3131+3232+DEFINITIONS
3333+"Font Software" refers to the set of files released by the Copyright
3434+Holder(s) under this license and clearly marked as such. This may
3535+include source files, build scripts and documentation.
3636+3737+"Reserved Font Name" refers to any names specified as such after the
3838+copyright statement(s).
3939+4040+"Original Version" refers to the collection of Font Software components as
4141+distributed by the Copyright Holder(s).
4242+4343+"Modified Version" refers to any derivative made by adding to, deleting,
4444+or substituting -- in part or in whole -- any of the components of the
4545+Original Version, by changing formats or by porting the Font Software to a
4646+new environment.
4747+4848+"Author" refers to any designer, engineer, programmer, technical
4949+writer or other person who contributed to the Font Software.
5050+5151+PERMISSION & CONDITIONS
5252+Permission is hereby granted, free of charge, to any person obtaining
5353+a copy of the Font Software, to use, study, copy, merge, embed, modify,
5454+redistribute, and sell modified and unmodified copies of the Font
5555+Software, subject to the following conditions:
5656+5757+1) Neither the Font Software nor any of its individual components,
5858+in Original or Modified Versions, may be sold by itself.
5959+6060+2) Original or Modified Versions of the Font Software may be bundled,
6161+redistributed and/or sold with any software, provided that each copy
6262+contains the above copyright notice and this license. These can be
6363+included either as stand-alone text files, human-readable headers or
6464+in the appropriate machine-readable metadata fields within text or
6565+binary files as long as those fields can be easily viewed by the user.
6666+6767+3) No Modified Version of the Font Software may use the Reserved Font
6868+Name(s) unless explicit written permission is granted by the corresponding
6969+Copyright Holder. This restriction only applies to the primary font name as
7070+presented to the users.
7171+7272+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
7373+Software shall not be used to promote, endorse or advertise any
7474+Modified Version, except to acknowledge the contribution(s) of the
7575+Copyright Holder(s) and the Author(s) or with their explicit written
7676+permission.
7777+7878+5) The Font Software, modified or unmodified, in part or in whole,
7979+must be distributed entirely under this license, and must not be
8080+distributed under any other license. The requirement for fonts to
8181+remain under this license does not apply to any document created
8282+using the Font Software.
8383+8484+TERMINATION
8585+This license becomes null and void if any of the above conditions are
8686+not met.
8787+8888+DISCLAIMER
8989+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9090+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
9191+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
9292+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
9393+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
9494+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
9595+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9696+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
9797+OTHER DEALINGS IN THE FONT SOFTWARE.
+7-3
README.md
···1919## Goals
2020- [ ] Create handler function to extract problem request parameters
2121- [ ] Write a question bank by chapter (separate text files)
2222-- [ ] Write question parser, with number generator for questions ( variables encoded in question text with `{{ }}` potentially?)
2222+- [x] Write question text parser,
2323+- [ ] Write a number generator for questions ( variables encoded in question text with `{{ }}` potentially?)
2324- [ ] Port axum to run on [shuttle.dev](https://www.shuttle.dev/)
2425- [ ] Write a front-end page with a basic form that would open a new tab with the pdf requested on [my website](https://tangled.org/sevenpigeons.ca/sevenpigeons.ca)
25262627## Fonts
27282828-I am not sure about distributing Roboto font for now, please add
2929+~I am not sure about distributing Roboto font for now, please add~
3030+I read the license yes I can, the Roboto font is under the Open Font License.
3131+3232+In the `fonts` folder, please find the following ttf files:
29333034- `Roboto-Bold.ttf`
3135- `Roboto-BoldItalic.ttf`
3236- `Roboto-Italic.ttf`
3337- `Roboto-Regular.ttf`
34383535-in the `fonts` folder, you get get it from [google fonts](fonts.google.com/specimen/Roboto)
3939+If you wish to change the font, you will have to provide `Bold, BoldItalic, Italic`,and `Regular` ttf files of the font you'd like to use.