~stormdragon2976/bashtml

e83d55d7e3b5856d9ab8dac9e381b202b9fc2950 — Storm Dragon 3 years ago 1f459e4
Updated the README.
1 files changed, 3 insertions(+), 4 deletions(-)

M README.md
M README.md => README.md +3 -4
@@ 45,11 45,10 @@ Features
- No installation required. Download `bashtml.sh` and start blogging.
- Zero dependencies. It runs just on base utils (`date`, `basename`, `grep`, `sed`, `head`, etc)
- GNU/Linux and possibly BSD and OSX compatible.
- All content is static. You only need shell access to a machine with a public web folder.
  *Tip: advanced users could mount a remote public folder via `ftpfs` and run this script locally*
- All content is static. Create content on the server, or locally and sync to the server easily with the sync plugin.
- Allows drafts, includes a simple but clean stylesheet, generates the RSS file automatically.
- Support for tags/categories
- Support for Markdown, Disqus comments, Twitter, Feedburner, Google Analytics.
- Support for Markdown, Feedburner, Google Analytics.
- Optional powerful plugin system.
  Drop your plugins into a directory called plugins, or for system wide, /usr/share/bashtml/plugins.



@@ 95,7 94,7 @@ Detailed features
Plugins
------------

Simply drop your plugins into a directory called plugins. If you want them available system wide, put them in /usr/share/bashtml/plugins. This is a work in progress, so more documentation is coming soon. Until then, check the bashtml.sh code for details.
Simply drop your plugins into a directory called plugins. If you want them available system wide, put them in /usr/share/bashtml/plugins. This is a work in progress, so more documentation is coming soon. Until then, check the bashtml.sh code for details. A plugin repository is available at [https://gitlab.com/stormdragon2976/bashtml-plugins]([https://gitlab.com/stormdragon2976/bashtml-plugins).

*Features*