]> git.armaanb.net Git - lightcards-http.git/blob - index-raw.html
Add issue tracker link, table of contents
[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://todo.sr.ht/~armaan/lightcards">Issue tracker</a> | 
51         <a href="https://pypi.org/project/lightcards">PyPI</a>
52         <hr>
53         <p>A terminal flashcards program that gets its data from Markdown.</p>
54       </nav>
55     </header>
56
57     <section>
58       <h2>Table of Contents</h2>
59       <ul>
60         <li><a href="#installation">Installation</a></li>
61         <li><a href="#manpages">Manpages</a></li>
62         <li><a href="#gallery">Gallery</a></li>
63       </ul>
64     </section>
65
66     <section id="installation">
67       <h2>Installation</h2>
68       <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>
69
70       <h3>From PyPI</h3>
71       <code>pip install lightcards</code>
72
73       <h3>From Git</h3>
74       <h4>Main branch (stable)</h4>
75       <code>pip install git+https://git.sr.ht/~armaan/lightcards</code>
76
77       <h4>Development branch</h4>
78       <code>pip install git+https://git.sr.ht/~armaan/lightcards@devel</code>
79     </section>
80
81     <section id="manpages">
82       <h2>Manpages</h2>
83       <ul>
84         <li><a href="lightcards.1">lightcards(1)</a></li>
85         <li><a href="lightcards-config.5">lightcards-config(5)</a></li>
86       </ul>
87     </section>
88
89     <section id="gallery">
90       <h2>Gallery</h2>
91       <a href="1.webp">
92         <img src="1.webp" alt="screenshot 1">
93       </a>
94       <a href="2.webp">
95         <img src="2.webp" alt="screenshot 2">
96       </a>
97       <a href="3.webp">
98         <img src="3.webp" alt="screenshot 3">
99       </a>
100     </section>
101
102     <footer>
103       <hr>
104       <p>Copyright 2021 Armaan Bhojwani, MIT license. This site is also viewable
105       on <a href="gemini://armaanb.net/lightcards">Gemini</a>.</p>
106     </footer>
107   </body>
108 </html>