├── .gitignore ├── README.md ├── apple.png ├── index.html ├── linux.png └── windows.png /.gitignore: -------------------------------------------------------------------------------- 1 | ticktack*.exe 2 | ticktack*.AppImage 3 | ticktack*.dmg 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Ticktack 2 | 3 | This is a repo for releases of Ticktack while it's in early stages. 4 | 5 | This is the first public release of Ticktack, and provides a basic blogging platform, with commenting, and private messaging in English and Chinese. 6 | 7 | You can find [installers for Linux, Mac, and Windows on the Releases page](https://github.com/ticktackim/ticktack-workplan/releases). 8 | 9 | 10 | ##### Please read the wiki of this Repo about the Code of Conduct and Reminder before your installation. 11 | -------------------------------------------------------------------------------- /apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticktackim/ticktack-network/e96b079ca476df30bd42fd5dcbff4d8954ef2fe5/apple.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |

Ticktack Installers (v0.2.4)

5 | 6 |
7 |
8 | 9 | 10 | Linux 11 | 12 |
13 |
14 | 15 | 16 | Windows 17 | 18 |
19 |
20 | 21 | 22 | Mac 23 | 24 |
25 | 26 |
27 | 28 | 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticktackim/ticktack-network/e96b079ca476df30bd42fd5dcbff4d8954ef2fe5/linux.png -------------------------------------------------------------------------------- /windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticktackim/ticktack-network/e96b079ca476df30bd42fd5dcbff4d8954ef2fe5/windows.png --------------------------------------------------------------------------------