https://github.com/forkcms/module-mini_blog
The mini blog is the example module for our Module guide
https://github.com/forkcms/module-mini_blog
Last synced: 11 months ago
JSON representation
The mini blog is the example module for our Module guide
- Host: GitHub
- URL: https://github.com/forkcms/module-mini_blog
- Owner: forkcms
- License: mit
- Created: 2013-03-26T14:49:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T07:53:00.000Z (almost 11 years ago)
- Last Synced: 2024-03-25T22:02:09.611Z (almost 2 years ago)
- Language: PHP
- Size: 179 KB
- Stars: 1
- Watchers: 15
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module: Mini Blog
The Mini Blog is the example module for our [Module guide](https://github.com/forkcms/documentation/tree/master/module%20guide).
The functionality is limited to:
Backend:
- Creating, updating, deleting posts
- Connect tags to posts
- Hide posts
Frontend:
- Viewing posts in an overview
- Viewing posts in detail
- Like posts by clicking "This is awesome"
## Installation
Visit the [Fork CMS knowledge base](http://fork-cms.com/knowledge-base) to learn how to install a module. To download the zip-package go to the [extension page](http://www.fork-cms.com/extensions/detail/mini_blog) of the module on fork-cms.com.
## Contributing
This module stays up-to-date by community efforts. It would be a pleasure to have you as part of it. GitHub does a great job in managing this collaboration by providing different tools, the only thing you need is a [GitHub](https://github.com/) login.
* Use **Pull requests** to add or update code
* **Issues** for bug reporting or code discussions
* Or regarding documentation and how-to's, check out **Wiki**
More info on how to work with GitHub on [help.github.com](https://help.github.com).
## License
All modules, including this one, which are maintained by the Fork CMS community have the same license as the CMS itself which is called MIT. In short, this license allows you to do everything as long as the copyright statement stays present.