diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-05-31 21:41:59 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-05-31 21:41:59 -0500 |
commit | ee909e98c835e24c3c826ce8a5e75561cf4928d4 (patch) | |
tree | 9fefc414a974fd9005176f6a254ba94718c83e7b | |
parent | 6c65601cc4781a4fac00f4ae2a7a8def24c28e72 (diff) | |
download | hn-ee909e98c835e24c3c826ce8a5e75561cf4928d4.tar.gz hn-ee909e98c835e24c3c826ce8a5e75561cf4928d4.tar.bz2 hn-ee909e98c835e24c3c826ce8a5e75561cf4928d4.zip |
update README.md
-rw-r--r-- | README.md | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,10 +1,25 @@ # hn -[hn](https://hn.cleberg.net) is a simple front-end alternative for Hacker News. -hn focuses on simplicity and privacy. +[hn](https://hn.cleberg.net) is a simple front-end alternative for Hacker +News, focusing on privacy and simplicity. + +## TODO + +A scratch pad of ideas that may be useful to implement: + +- [ ] Add functionality to view item-specific page with comments. +- [ ] Add functionality to view a user's profile. +- [ ] Add functionality to load more items or paginate? +- [ ] Add minimal CSS. ## Development +This just uses plain PHP and HTML, no special package managers or development +tools needed. Just start editing the files with your favorite editor and use a +server with PHP if you want to view the results or deploy your own version. + +## Deployment + To deploy, ensure you have a publicly-available web server and configure it to fallback with all errors to the `index.php` file rather than returning a `404` error. |