termux / termux.github.io

The main termux site and help pages.
https://termux.github.io
883 stars 173 forks source link

Add recently added packages page and feed #14

Closed Neo-Oli closed 7 years ago

Neo-Oli commented 8 years ago

There currently is no place to check what new packages have been added to the termux repository. This fills that need by providing a page and a feed for all new packages. I think we only need to list the major packages that were added (example: profanity but not libstrophe, libotr).

Add a new package: echo '"package name","description","'$(date +%s)'"'>> _data/new-packages.csv echo '"tty-clock","tty-clock is a simple ncurses-based clock that shows the time and date using a large display. It has a few commandline options to customize the output.","'$(date +%s)'"'>> _data/new-packages.csv

Neo-Oli commented 8 years ago

Oh, I almost forgot: A preview of this page is available here.

Neo-Oli commented 7 years ago

Sorry, I seem to have broken this pull request a week ago and it automatically closed without me realizing. The changes are still here, but seeing as there was no interest in this I won't do another PR. If that changes, let me know and I can make a new PR.