dmpop / microsth

A simple PHP app for storing notes, drafting articles, and microblogging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

micro.sth

micro.sth stands for micro something or micro stash. It is a minimalist tool written in PHP that can be used to maintain a personal microblog, draft articles, keep notes, manage tasks, and more. micro.sth stores content in plain Markdown-formatted text files.

Features

  • Markdown support
  • password protection
  • support for multiple pages
  • publish individual pages
  • automatic image resizing during upload

Dependencies

  • PHP 7.x or higher
  • PHP7 GD extension
  • Apache or any other web server

Installation and usage

The From Draft to EPUB book provides detailed instructions on installing and using microsth.

Problems?

Please report bugs and issues in the Issues section.

Contribute

If you've found a bug or have a suggestion for improvement, open an issue in the Issues section.

To add a new feature or fix issues yourself, proceed as follows.

  1. Fork the project's repository.
  2. Create a feature branch using the git checkout -b new-feature command.
  3. Add your new feature or fix bugs and run the git commit -am 'Add a new feature' command to commit changes.
  4. Push changes using the git push origin new-feature command.
  5. Submit a pull request.

Author

Dmitri Popov dmpop@linux.com

License

The GNU General Public License version 3

About

A simple PHP app for storing notes, drafting articles, and microblogging.

License:GNU General Public License v3.0


Languages

Language:PHP 98.2%Language:CSS 1.4%Language:JavaScript 0.3%