Rwtxt Versions Save

A cms for absolute minimalists.

v1.8.6

2 years ago

v1.8.5

3 years ago

v1.8.2

4 years ago

better listing 8be5707

fix bug: return after robots.txt d155c89

better css for search 2619017

use logger instead of seelog 04a7577

v1.8.1

5 years ago
  • improve the UI design

v1.8.0

5 years ago

This is a breaking change because it adds a column to the database. It's easy to migrate though. Just do

gzip -d rwtxt.db.sql.gz   # unzip the archive
make quick                # rebuild 
rm rwtxt.db               # remove old database
./rwtxt                   # run and then exit
cat rwtxt.db.sql | sqlite3 rwtxt.db
./rwtxt                   # now it will work!

Other features:

v1.7.1

5 years ago

v1.7.0

5 years ago

Lots of speed improvements:

  • caching
  • sqlite indicies to speed up queries
  • inlined css
  • browser caching

v1.6.0

5 years ago
  • Added --created tag that will allow all the date sorting to show dates sorted by creation date rather than modification date

v1.5.0

5 years ago
  • Show domain in the title
  • Automatic image resizer (thanks @nii236!)
  • Export posts/uploads (thanks @nii236)
  • Show not saved icon if socket is disconnected (thanks @timocp!)

v1.4.2

5 years ago

Allow -private flags for searching public directory.