]> git.armaanb.net Git - lightcards-http.git/blob - index-raw.html
49bf181e87a09bb9ab3bde86544d13ea5aace073
[lightcards-http.git] / index-raw.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta name="viewport" content="width=device-width">
6     <meta name="description" content="lightcards - terminal flashcards program homepage">
7     <meta name="robots" content="index, follow">
8     <meta http-equiv="Content-Security-Policy" content="default-src 'none'; connect-src 'self'; img-src data: 'self'; style-src 'unsafe-inline';">
9     <meta name="referrer" content="no-referrer">
10     <title>lightcards</title>
11     <style>
12 body {
13   margin: 1em auto;
14   max-width: 650px;
15   line-height: 1.6;
16   padding: 0 10px;
17   font-size: 18px;
18   word-break: break-word;
19   font-family: serif;
20 }
21
22 h1 {
23   line-height: 0.75;
24 }
25
26 h2 {
27   line-height: 1;
28 }
29
30 img {
31   width: 100%;
32   filter: drop-shadow(0 0 0.5em);
33   margin: 0.5em 0;
34 }
35
36 a {
37   font-size: 1.1em;
38   color: black;
39 }
40     </style>
41     <link href=data:, rel=icon>
42   </head>
43   <body>
44     <header>
45       <hr>
46       <h1>lightcards</h1>
47       <nav>
48         <a href="https://sr.ht/~armaan/lightcards">Source code</a> | 
49         <a href="https://lists.sr.ht/~armaan/public-inbox">Mailing list</a> | 
50         <a href="https://pypi.org/project/lightcards">PyPI</a>
51         <hr>
52         <p>A terminal flashcards program that gets its data from Markdown.</p>
53       </nav>
54     </header>
55
56     <section>
57       <h2>Installation</h2>
58       <p>Lightcards is only tested and maintained on Linux. Support for other Unix-like operating systems such as MacOS and the various BSDs is likely, although untested. Lightcards requires Python 3.9.</p>
59
60       <h3>From PyPI</h3>
61       <code>pip install lightcards</code>
62
63       <h3>From Git</h3>
64       <h4>Main branch (stable)</h4>
65       <code>pip install git+https://git.sr.ht/~armaan/lightcards</code>
66
67       <h4>Development branch</h4>
68       <code>pip install git+https://git.sr.ht/~armaan/lightcards@devel</code>
69     </section>
70
71     <section>
72       <h2>Manpages</h2>
73       <ul>
74         <li><a href="lightcards.1">lightcards(1)</a></li>
75         <li><a href="lightcards-config.5">lightcards-config(5)</a></li>
76       </ul>
77     </section>
78
79     <section>
80       <h2>Gallery</h2>
81       <a href="1.webp">
82         <img src="1.webp" alt="screenshot 1">
83       </a>
84       <a href="2.webp">
85         <img src="2.webp" alt="screenshot 2">
86       </a>
87       <a href="3.webp">
88         <img src="3.webp" alt="screenshot 3">
89       </a>
90     </section>
91
92     <section>
93       <h2>Copyright</h2>
94       <p>Copyright 2021 Armaan Bhojwani, MIT license.
95       <hr>
96     </section>
97   </body>
98 </html>