Commit Graph

10 Commits

Author SHA1 Message Date
Matthias Portzel cf18c28087 README edit and Etag tweak 2024-01-29 21:18:59 -05:00
Matthias Portzel 0ab37f6298 Remove Gemini support 2023-03-03 21:27:05 -05:00
Matthias Portzel 30918a179f About page public domain wording change 2022-06-04 09:11:03 -04:00
Matthias Portzel 1defa2b92c Rename 'main' to 'thoughts'
SQL to migrate the DB. Create migrations, migrate
`DELETE FROM django_content_type WHERE app_label='thoughts';`
`UPDATE django_content_type SET app_label='thoughts' WHERE app_label='main';`
`DROP TABLE thoughts_thought;`
`ALTER TABLE main_thought RENAME TO thoughts_thought;`
`DELETE FROM django_migrations WHERE app='main';`
Hopefully that's right, I'm not going to double check it or anything.
2022-04-30 13:34:39 -04:00
Matthias Portzel 18300386cd Add title to Search page
* Fix typo
* Add currently used Xapian version
* Change Xapian version link
2022-04-04 12:12:56 -04:00
Matthias Portzel 3eec639e45 Remove unused requirements and update README
* Remove bleach and Markdown which were used for server-side markdown
* Update README with hypothetical self-hosting steps
* Remove install_xapian from version control (since I can't license it)
2022-02-07 13:48:15 -05:00
Matthias Portzel 1ad106d05d License
* Add Unlicense
* Color tweak for About page
* Whitespace and code linting
2022-01-11 19:14:39 -05:00
Matthias Portzel c49b7c47c4 Remove debug code and add README note 2022-01-02 11:23:24 -08:00
Matthias Portzel 48496ec839 Search but it actually works
* Point to my fork of xapian-haystack
2021-12-22 23:13:27 -08:00
MatthiasSaihttam 13dd18b28a A little bit of progress on search
* Created a README
* Included instructions on how to apply the Inkscape patch, so that we can actually handle Thoughts of length
* Restyled the search results page
2021-12-15 09:29:30 -05:00