<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chrona/backend/hist_data/README.md, branch package-imports</title>
<subtitle>Chrona: Interactive Historical Timeline</subtitle>
<id>https://terryt.dev/cgit/chrona/atom?h=package-imports</id>
<link rel='self' href='https://terryt.dev/cgit/chrona/atom?h=package-imports'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/'/>
<updated>2023-02-05T02:55:00+00:00</updated>
<entry>
<title>Use relative imports between data generation scripts</title>
<updated>2023-02-05T02:55:00+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-02-05T02:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=ff638e269d439c853b5182b68ff10777f12597f1'/>
<id>urn:sha1:ff638e269d439c853b5182b68ff10777f12597f1</id>
<content type='text'>
Avoids the need for code that modifies sys.path, but requires
running of the scripts using 'python -m' with backend/ as cwd.

Also expects constants like DB_FILE to be non-relative, due to
running from backend/.
</content>
</entry>
<entry>
<title>Use requirements.txt for backend dependencies</title>
<updated>2023-02-04T11:39:48+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-02-04T11:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=cc79c17fbc05bddc8b08f2734e721bc241123a4e'/>
<id>urn:sha1:cc79c17fbc05bddc8b08f2734e721bc241123a4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust backend coding style</title>
<updated>2023-01-21T01:32:01+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-21T01:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=0a9b2c2e5eca8a04e37fbdd423379882863237c2'/>
<id>urn:sha1:0a9b2c2e5eca8a04e37fbdd423379882863237c2</id>
<content type='text'>
Increase line spacing, add section comments, etc
</content>
</entry>
<entry>
<title>Adjust backend docs after another db regeneration</title>
<updated>2023-01-18T09:21:22+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-18T09:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=4cb5ec14bcfb2db4574c0b0b0d4d4aff59e24c8a'/>
<id>urn:sha1:4cb5ec14bcfb2db4574c0b0b0d4d4aff59e24c8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add img_dist and img_disp db tables</title>
<updated>2023-01-14T11:03:57+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-14T11:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=ebe74b640adaed5382046a49b1c2d6a48b31ebfd'/>
<id>urn:sha1:ebe74b640adaed5382046a49b1c2d6a48b31ebfd</id>
<content type='text'>
Having separate event counts for events with images resolves some
redundant server querying, and makes event count indicators moree
representative.
</content>
</entry>
<entry>
<title>Add 'imgonly' server query param</title>
<updated>2023-01-14T06:06:55+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-14T06:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=a8ea534f13cc23dfab25c6d856f9d9833dd000ba'/>
<id>urn:sha1:a8ea534f13cc23dfab25c6d856f9d9833dd000ba</id>
<content type='text'>
Remove script for deleting events in db without images
</content>
</entry>
<entry>
<title>Re-enable images</title>
<updated>2023-01-13T07:56:04+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-13T07:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=3029a2f866b240856518cfa944b9e00ef37455db'/>
<id>urn:sha1:3029a2f866b240856518cfa944b9e00ef37455db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix out-of-date docs and tests after adding 'unit' to 'event_disp'</title>
<updated>2023-01-04T12:57:02+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-04T12:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=a3b13e700d8d65e27c1d90960b6ab6292e433c2c'/>
<id>urn:sha1:a3b13e700d8d65e27c1d90960b6ab6292e433c2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend gen_pageview_data.py to handle problematic lines</title>
<updated>2023-01-02T14:31:19+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-02T14:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=6f34c4c3aafee39f8c7ec41a7777c194443a27fa'/>
<id>urn:sha1:6f34c4c3aafee39f8c7ec41a7777c194443a27fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust wikidata event specifiers</title>
<updated>2023-01-02T03:51:53+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-02T03:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=56369bccd977ac726bef70895883e79da4e1edd8'/>
<id>urn:sha1:56369bccd977ac726bef70895883e79da4e1edd8</id>
<content type='text'>
Do minor refactors:
- Swap fmt=1 and fmt=2 in 'events' table
- Make documentation consistently use BC and AD
- import argparse at start of scripts
</content>
</entry>
</feed>
