problem set generator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

font license, README edit

+104 -4
-1
.gitignore
··· 1 1 /target 2 - /fonts/*
+97
OFL.txt
··· 1 + Copyright (c) <dates>, <Copyright Holder> (<URL|email>), 2 + with Reserved Font Name <Reserved Font Name>. 3 + Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>), 4 + with Reserved Font Name <additional Reserved Font Name>. 5 + Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>). 6 + 7 + This Font Software is licensed under the SIL Open Font License, Version 1.1. 8 + This license is copied below, and is also available with a FAQ at: 9 + https://openfontlicense.org 10 + 11 + 12 + ----------------------------------------------------------- 13 + SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 14 + ----------------------------------------------------------- 15 + 16 + PREAMBLE 17 + The goals of the Open Font License (OFL) are to stimulate worldwide 18 + development of collaborative font projects, to support the font creation 19 + efforts of academic and linguistic communities, and to provide a free and 20 + open framework in which fonts may be shared and improved in partnership 21 + with others. 22 + 23 + The OFL allows the licensed fonts to be used, studied, modified and 24 + redistributed freely as long as they are not sold by themselves. The 25 + fonts, including any derivative works, can be bundled, embedded, 26 + redistributed and/or sold with any software provided that any reserved 27 + names are not used by derivative works. The fonts and derivatives, 28 + however, cannot be released under any other type of license. The 29 + requirement for fonts to remain under this license does not apply 30 + to any document created using the fonts or their derivatives. 31 + 32 + DEFINITIONS 33 + "Font Software" refers to the set of files released by the Copyright 34 + Holder(s) under this license and clearly marked as such. This may 35 + include source files, build scripts and documentation. 36 + 37 + "Reserved Font Name" refers to any names specified as such after the 38 + copyright statement(s). 39 + 40 + "Original Version" refers to the collection of Font Software components as 41 + distributed by the Copyright Holder(s). 42 + 43 + "Modified Version" refers to any derivative made by adding to, deleting, 44 + or substituting -- in part or in whole -- any of the components of the 45 + Original Version, by changing formats or by porting the Font Software to a 46 + new environment. 47 + 48 + "Author" refers to any designer, engineer, programmer, technical 49 + writer or other person who contributed to the Font Software. 50 + 51 + PERMISSION & CONDITIONS 52 + Permission is hereby granted, free of charge, to any person obtaining 53 + a copy of the Font Software, to use, study, copy, merge, embed, modify, 54 + redistribute, and sell modified and unmodified copies of the Font 55 + Software, subject to the following conditions: 56 + 57 + 1) Neither the Font Software nor any of its individual components, 58 + in Original or Modified Versions, may be sold by itself. 59 + 60 + 2) Original or Modified Versions of the Font Software may be bundled, 61 + redistributed and/or sold with any software, provided that each copy 62 + contains the above copyright notice and this license. These can be 63 + included either as stand-alone text files, human-readable headers or 64 + in the appropriate machine-readable metadata fields within text or 65 + binary files as long as those fields can be easily viewed by the user. 66 + 67 + 3) No Modified Version of the Font Software may use the Reserved Font 68 + Name(s) unless explicit written permission is granted by the corresponding 69 + Copyright Holder. This restriction only applies to the primary font name as 70 + presented to the users. 71 + 72 + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 73 + Software shall not be used to promote, endorse or advertise any 74 + Modified Version, except to acknowledge the contribution(s) of the 75 + Copyright Holder(s) and the Author(s) or with their explicit written 76 + permission. 77 + 78 + 5) The Font Software, modified or unmodified, in part or in whole, 79 + must be distributed entirely under this license, and must not be 80 + distributed under any other license. The requirement for fonts to 81 + remain under this license does not apply to any document created 82 + using the Font Software. 83 + 84 + TERMINATION 85 + This license becomes null and void if any of the above conditions are 86 + not met. 87 + 88 + DISCLAIMER 89 + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 90 + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 91 + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 92 + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 93 + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 94 + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 95 + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 96 + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 97 + OTHER DEALINGS IN THE FONT SOFTWARE.
+7 -3
README.md
··· 19 19 ## Goals 20 20 - [ ] Create handler function to extract problem request parameters 21 21 - [ ] Write a question bank by chapter (separate text files) 22 - - [ ] Write question parser, with number generator for questions ( variables encoded in question text with `{{ }}` potentially?) 22 + - [x] Write question text parser, 23 + - [ ] Write a number generator for questions ( variables encoded in question text with `{{ }}` potentially?) 23 24 - [ ] Port axum to run on [shuttle.dev](https://www.shuttle.dev/) 24 25 - [ ] 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) 25 26 26 27 ## Fonts 27 28 28 - I am not sure about distributing Roboto font for now, please add 29 + ~I am not sure about distributing Roboto font for now, please add~ 30 + I read the license yes I can, the Roboto font is under the Open Font License. 31 + 32 + In the `fonts` folder, please find the following ttf files: 29 33 30 34 - `Roboto-Bold.ttf` 31 35 - `Roboto-BoldItalic.ttf` 32 36 - `Roboto-Italic.ttf` 33 37 - `Roboto-Regular.ttf` 34 38 35 - in the `fonts` folder, you get get it from [google fonts](fonts.google.com/specimen/Roboto) 39 + 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.
fonts/Roboto-Bold.ttf

This is a binary file and will not be displayed.

fonts/Roboto-BoldItalic.ttf

This is a binary file and will not be displayed.

fonts/Roboto-Italic.ttf

This is a binary file and will not be displayed.

fonts/Roboto-Regular.ttf

This is a binary file and will not be displayed.