Skip to content
/ microsth Public

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

License

Notifications You must be signed in to change notification settings

dmpop/microsth

Repository files navigation

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 [email protected]

License

The GNU General Public License version 3

About

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

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published