commit 75026164936f5e3840769568ca83b1fbdddc768b parent 31c069dab6491ec582ee5ef13f7af7b77ac26403 Author: rbckman <rob@tarina.org> Date: Wed, 12 Aug 2026 16:47:37 +0300 readme Diffstat:
| A | README | | | 38 | ++++++++++++++++++++++++++++++++++++++ |
| D | README.me | | | 36 | ------------------------------------ |
2 files changed, 38 insertions(+), 36 deletions(-)
diff --git a/README b/README @@ -0,0 +1,38 @@ +Heartranked runs on web.py. It's python for the internet. + +to not make things complicated I downloaded the latest webpy to this cloned repo. + +the install script will take care of it installing it. If you don't believe me you can download the latest webpy yourself from [https://webpy.org](https://webpy.org) + +or you can install your distributions version of web.py + +web.py was written by Aaron Swartz and has since had a strong dedicated following due to it's simplistic architecture. +[http://www.aaronsw.com/](http://www.aaronsw.com/) + +INSTALL HEARTRANKED LOCALLY AND RUN IT + +`git clone https://git.tarina.org/heartranked` + +`cd heartranked` + +`sudo ./install.sh` + +or install packages manually. + +it's not a lot. + +look at the `install.sh` file + +`cp settings.py.sample settings.py` + +make your own configs to `settings.py` + +`python3 server.py` + +once it runs it will print the web address. open your favorite web browser. + +write in address `0.0.0.0:8080` is standard. + +login. congratz you are a heartranked local cowboy. + +click `op` to change passcode. diff --git a/README.me b/README.me @@ -1,36 +0,0 @@ -Hello bois ans gals brothers and sistas! - -It's time to makr internet dandy once again. - -this is my contribution, longest time in the making but finally here! - -this will be the definitive sharing platform of the internet. WHY? - -1. it's fast. -2. it's really simple -3. it's markdown and html by default - -this is going to bring the fun back to the internet. - -posts are gonna be zipped and shipped! - -that part I need to code still. it is in my head. don't u worry. - -so... - -THIS WON't work at the moment. needz couple dayz - -how it works. - -it works by subscribing to other heartranked sites. - -just the address robinbackman.com as an example. -now all posts are gonna be mirrored to you back from this site plus you will be able to get hearts from other heartrank users if the site is mirrored back to you.. - -unpublished posts and published are saved as files in u/posts -published posts are saved as files in p/posts -mirrored posts are gonna be unzipped and saved in p/posts -backend stuff is in r/ -static files and uploads go to static/ and gonna be sublinked to all post folders - -