<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aur-fd-scripts.git/TODO, branch master</title>
<subtitle>Scripts to generate freedict PKGBUILDs</subtitle>
<id>http://git.respiranto.de/aur-fd-scripts.git/atom?h=master</id>
<link rel='self' href='http://git.respiranto.de/aur-fd-scripts.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/'/>
<updated>2022-04-29T12:58:55+00:00</updated>
<entry>
<title>Use proper .bash suffix</title>
<updated>2022-04-29T12:58:55+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2022-04-29T12:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/commit/?id=915faab9c074a0a30b8321c3836d0b35f475e94d'/>
<id>urn:sha1:915faab9c074a0a30b8321c3836d0b35f475e94d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistent quoting</title>
<updated>2022-04-29T12:50:26+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2022-04-29T12:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/commit/?id=79165e9ef694062703e872ba99a17ee53ca9d4a4'/>
<id>urn:sha1:79165e9ef694062703e872ba99a17ee53ca9d4a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change capitalization to "FreeDict"</title>
<updated>2022-04-29T12:19:38+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2022-04-29T12:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/commit/?id=39034cef410d333d10d2a7ab1219b186ca22e4bc'/>
<id>urn:sha1:39034cef410d333d10d2a7ab1219b186ca22e4bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plit off user-config.sh</title>
<updated>2018-12-23T17:31:05+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-23T17:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/commit/?id=5b9833151caa6c601278a188a3c335a56bc529b1'/>
<id>urn:sha1:5b9833151caa6c601278a188a3c335a56bc529b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split off config.sh and add maintainer variable</title>
<updated>2018-12-23T17:02:41+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-23T16:59:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/commit/?id=578c30417de768429e7a75eb8d30c5982043d3b0'/>
<id>urn:sha1:578c30417de768429e7a75eb8d30c5982043d3b0</id>
<content type='text'>
Now, other people than myself might be maintainer.

Also, add `| exit 1' to the sourcing of scripts.

Furthermore, add note to the scripts in the sample.* files.
</content>
</entry>
<entry>
<title>Allow for different licenses</title>
<updated>2018-12-23T16:31:46+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-23T16:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/commit/?id=53fc988c4110e5a809d5780483c6a072c2dfae4e'/>
<id>urn:sha1:53fc988c4110e5a809d5780483c6a072c2dfae4e</id>
<content type='text'>
Therefore, separate types of dictionaries in the configuration sections.

Reason: The dictionaries imported from wikdict are differently licensed.
</content>
</entry>
<entry>
<title>Use $lang instead of $pkgname for dirnames</title>
<updated>2018-12-23T15:42:28+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-23T15:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/commit/?id=92d20f8fd6b0e8036da83abe8e3c4e98b1e8e029'/>
<id>urn:sha1:92d20f8fd6b0e8036da83abe8e3c4e98b1e8e029</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the provided sample.* files</title>
<updated>2018-12-23T15:02:33+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-23T15:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/commit/?id=b300f3c047a606024db2098523c8fff70721c716'/>
<id>urn:sha1:b300f3c047a606024db2098523c8fff70721c716</id>
<content type='text'>
Do not longer rely on them being symlinked to the target directories.

Also, fix small error in make_install.sh:main() ($1 -&gt; $2).

And add some comments.
</content>
</entry>
<entry>
<title>TODO</title>
<updated>2018-12-23T06:16:38+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-23T06:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/commit/?id=7e41bec85b1299edd6f7eebb160296e4ec97da81'/>
<id>urn:sha1:7e41bec85b1299edd6f7eebb160296e4ec97da81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify and abstract from "$tmp"</title>
<updated>2018-12-23T06:06:00+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-23T06:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/aur-fd-scripts.git/commit/?id=a22ff75e023034068d07adae2ebc427607b24b5d'/>
<id>urn:sha1:a22ff75e023034068d07adae2ebc427607b24b5d</id>
<content type='text'>
- Add input and write to basic.sh to no longer need to know "$tmp" in
  the calling scripts.

Also,
- make runnable from outside the directory containing the scripts,
- simplify chained grep and sed commands.
</content>
</entry>
</feed>
