-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
48 lines (40 loc) · 2.38 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Jannes's homepage on Jannes</title>
<link>https://www.jannestimm.com/</link>
<description>Recent content in Jannes's homepage on Jannes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 12 Sep 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://www.jannestimm.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Epubparse</title>
<link>https://www.jannestimm.com/projects/epubparse/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://www.jannestimm.com/projects/epubparse/</guid>
<description>Library (Rust crate and JS lib with WASM core) for converting Epub files to text-only Book structures</description>
</item>
<item>
<title>Mandarin vocabulary manager</title>
<link>https://www.jannestimm.com/projects/han_cihui/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://www.jannestimm.com/projects/han_cihui/</guid>
<description>CLI tool for Mandarin vocabulary extraction, synchronization with Anki</description>
</item>
<item>
<title>Word-list filter App</title>
<link>https://www.jannestimm.com/projects/han_filter/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://www.jannestimm.com/projects/han_filter/</guid>
<description>A desktop application to quickly filter word-lists for words to study.</description>
</item>
<item>
<title>Basic Curl usage</title>
<link>https://www.jannestimm.com/notes/basic_curl/</link>
<pubDate>Tue, 04 Jan 2022 09:50:18 +0100</pubDate>
<guid>https://www.jannestimm.com/notes/basic_curl/</guid>
<description>Curl is a http client that can be used from the command line. It has tons of options and here I will list some of some that I find most useful. For a detailed usage guide, go to https://everything.curl.dev/ (maintained by the Curl author).
curl &lt;url&gt; will make a GET request to the given URL and print out the response. In the following I&rsquo;ll list some of the options that change curl&rsquo;s output and behavior.</description>
</item>
</channel>
</rss>