Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimwins/talapoin
A small blogging system, used on trainedmonkey.com
https://github.com/jimwins/talapoin
blog cms mysql phinx php slim-framework twig
Last synced: 17 days ago
JSON representation
A small blogging system, used on trainedmonkey.com
- Host: GitHub
- URL: https://github.com/jimwins/talapoin
- Owner: jimwins
- License: mit
- Created: 2016-08-21T03:42:14.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T00:14:41.000Z (2 months ago)
- Last Synced: 2024-09-15T07:07:31.797Z (2 months ago)
- Topics: blog, cms, mysql, phinx, php, slim-framework, twig
- Language: PHP
- Size: 429 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [talapoin](https://trainedmonkey.com/projects/talapoin/)
A small blogging/CMS system, used on trainedmonkey.comTalapoin uses:
- [Slim][slim]: a micro framework for PHP
- [Twig][twig]: The flexible, fast, and secure template engine for PHP
- [Phinx][phinx]: PHP database migrations for everyone
- [SHJS][shjs]: Syntax Highlighting in JavaScript
- [Awesomeplete][awesomeplete]: Simple autocomplete widget## How to use
The repository includes a way to run a development version within Docker
and using Tailscale to provide access. It's driven using a `Makefile`, so
you can run:```sh
$ make up
```It will tell you that you need to create the `.env` and `config.ini` files if
they do not already exist. See `sample.env` and `config.ini.sample` for
examples.## About the talapoin
You can find information about the talapoin, a small, yellow Central African
monkey, here:http://www.factzoo.com/mammals/talapoin-small-yellow-central-african-monkey.html
## License
See the LICENSE file for licensing information. Please note that this license
may be more permissive than some of the supporting libraries used.[Jim Winstead](mailto:[email protected]), August 2018
https://trainedmonkey.com/projects/talapoin/[slim]: https://www.slimframework.com
[twig]: https://twig.symfony.com/
[phinx]: https://phinx.org
[shjs]: http://shjs.sourceforge.net
[awesomeplete]: https://projects.verou.me/awesomplete/