Abrax
d5502623db
Better packaging system (fixes #32, #33):
1. Source files in "lizard" package now
2. Imports fixed to reflect this
3. lizard.py now called __init__.py
4. build.sh creates wheels
5. No more install script since it's unnecessary
3 years ago
Abrax
54807daf7b
Updated install script for v0.3.
3 years ago
Abrax
5d0ca37067
Minor reformat
3 years ago
Abrax
73daacbf7c
Fixed #19
3 years ago
Abrax
7887693800
Fixes #36
3 years ago
Abrax
8f7499a956
Minor readme corrections.
3 years ago
Abrax
4727ed8e4c
I was raising exceptions wrong, which resulted in a misleading error. I think the issue was that 8chan was down and the cloudflare page had an unusual code, but I can't test since I couldn't reproduce it.
4 years ago
Abrax
9a3a7db72c
Corrected old syntax example.
4 years ago
Abrax
0bd4612ce8
Rewrite version labels.
4 years ago
Abrax
d056d2f4db
Increment version to 0.3
4 years ago
Abrax
c94fe4ba4b
Release v0.2
4 years ago
Abrax
4f5ccc0f24
Importing version from lizard in web_methods was causing a circular import (see http://stackoverflow.com/a/22210807). Importing the version from web_methods is inane, importing from a dedicated version file creates a useless file. So I guess we'll duplicate code... It shouldn't change unless I change *how* I obtain the version, anyway.
4 years ago
Abrax
a374ddd731
Fixes #31
4 years ago
Abrax
1db616f6b7
Fixes #30
4 years ago
Abrax
fe54be9848
The AUR package of SQLiteStudio is abandonware so I'm not recommending it.
4 years ago
Abrax
af1ff5ac30
Fixed #16
4 years ago
Abrax
8ed199f00b
All version strings are automatically obtained from the current install + more informative useragent.
4 years ago
Abrax
78a0bd444b
Minor formatting change.
4 years ago
Abrax
d82c379038
Moved conervative_refresh_criterion to db_methods and deleted the now-useless constants.py
4 years ago
Abrax
8aa68fdd66
Moved user-agent to web_methods
4 years ago
Abrax
af36c9934e
Refactored a lot of the file IO code so that all paths are defined in a centralized way. Fixes #17
4 years ago
Abrax
e5a8fb952b
Cleaned up spaces
4 years ago
Abrax
338f1b969c
MOre useful output when creating DB
4 years ago
Abrax
662d408359
Backup prints some useful info.
4 years ago
Abrax
8dec65d7ce
Removed some unnecessary code in db creation
4 years ago
Abrax
4145a3fad4
Fixes #22
4 years ago
Abrax
0c2b494db3
Fixed #20
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
4dac00595b
Fixed #15
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
e9d2e93c67
Cleaned up readme.
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
472dd79d0c
Added note to changelog about development stage.
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
58b39b6a9d
Fixed #24
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
6ecb100969
Increment version to 0.2
Signed-off-by: Abrax <abrax@teknik.io>
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
f7ed9acbaf
Small change in style.
4 years ago
Abrax
12bd699ab2
Updated recommended install command to match version.
4 years ago
Abrax
60920af920
Release version 0.1.1
4 years ago
Abrax
c0fe5e4760
Updated changelog.
4 years ago
Abrax
57b8f0fa87
Added recommendation to log when using cron.
4 years ago
Abrax
f2f07cfe8c
We are past v0.1 now so updated that.
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
8cc0c77bcc
Updated export format to match new packaged version.
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
1675c32311
Changed Readme
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
bf7ba3c672
Latex wasn't showing up properly, so changed it.
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
df19538e4b
Changed readme back to .md. The build script will probably complain, but oh well.
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
585646ef63
Now tracking built packages.
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
c8c7bb0317
Fixed #14
4 years ago
Abrax
8558599c30
Now building into a package like a normal person.
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
8374b7ed07
Moved things around to get rid of "logic" directory since that seemed to be causing problems.
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
6bdbf9a7a2
Refactored to remove some duplicate file cache code.
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
f2f082875e
Updated the readme to reflect current filename assignment method.
4 years ago
Abrax
cd516edeec
Fixed #12
Signed-off-by: Abrax <abrax@teknik.io>
4 years ago
Abrax
e3fed47056
Removed old comment.
4 years ago