Releases: moonfloof/microlight
Releases · moonfloof/microlight
v1.0.1 - Bug fixes!
As to be expected, the initial release had its fair share of bugs. I've ironed out a few I discovered within a few hours of live testing (because that's always the right way to do it!). Anyway, here's the changelog:
v1.0.1 - 2019-09-17
Added
- Dark mode for default theme (hint: there's an option in
index.php
) - Media endpoint URL in HTML head section (in addition to micropub query)
Fixed
- Uses current time if
published
value is an empty string on micropub API - Properly escape values for meta tags in HTML head
- Prevent errors from occurring when trying to determine non-existent Content-Type
- Wrap long words and links in default theme
- Save user configuration propertly if note and links are empty
Changed
- Resize profile to always be square
Initial Release
I'm slightly nervous to "officially" release this to the world, but it's finally here! 😁
Installation
- Make sure the GD, cURL, and PDO SQLite extensions are installed and enabled for your PHP server.
- Download
microlight-v1.0.0.zip
- Extract files to your server
- Edit the
includes/config.php
file to suit your needs- For example, if you want to access your blog from
http://example.com/blog
, set theROOT
value to/blog/
)
- For example, if you want to access your blog from
- Go to
http://[your-website]/install.php
- It is recommended that you delete
install.php
after you have installed microlight, but not necessarily required.
- It is recommended that you delete
Features
- Full micropub support
- Full (?) webmention support for likes, reposts, and comments.
- Different post types
- Article
- Note
- Photo
- Reply, Like, Repost, Bookmark
- Media endpoint for uploading photos
- Lightweight - No dependencies
Missing Features
There are a list of features that I want to include but haven't gotten round to yet, therefore the following have not quite made it into the first release version:
- POSSE
- ActivityPub
- Pretty URLs (ie. a post's URL currently looks like
http://example.com/?post_slug=20190914-my-first-post
) - Link previews (eg. links to YouTube, Twitter, Soundcloud, Bandcamp, etc)