Skip to content

MichaelRBond/Dropplets-Lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropplets Lite

Strips out features of Dropplets that I didn't want and makes it more minimal. I am also working on refactoring and optimizing code to improve speed and maintainability.

For more information on Dropplets check out the Dropplets GitHub page.

Changes from Original Dropplets:

  1. Removed all features that required a login have been removed. Upload posts directly to posts folder
  2. Simple Template has been updated to include support for a header image
  3. Added default config.php and .htaccess files
  4. Removed phpass dependancy
  5. Refactoring.

TODO

  1. automatically check for expired cache
  2. update markdown.php

Plugins will be used for additional functionality:

  1. Google Analytics integration
  2. Category based RSS feeds
  3. Drag and Drop post uploading
  4. integrated markdown editor

Getting Started

Installation

Dropplets Lite is compatible with most server configurations and can be typically installed in under a minute using the few step-by-step instructions below:

  1. Clone the github repo
  2. Upload the entire contents of the extracted zip file to your web server wherever you want Dropplets to be installed.
  3. rename dot-htaccess to .htaccess
  4. open up config.php and modify the settings as needed.

Writing Posts

With Dropplets, you write your posts offline (using the text or Markdown editor of your choice) in Markdown format. Here's a handy syntax guide if you need a little help with your Markdown skills. All posts for Dropplets MUST be composed using the following format:

# Your Post Title
- Post Author Name (e.g. "Dropplets")
- Post Author Twitter Handle (e.g. "dropplets")
- Publish Date in YYYY/MM/DD Format (e.g. "2013/04/28")
- Post Category (e.g. "Random Thoughts" or, "Random Thoughts, Biking" for multiple categories)
- Post Status (e.g. "published" or "draft")

Your post text starts here. 

All posts must also be saved with the .md file extension. For instance, if your post title is My First Blog Post, your post file should look like this:

my-first-blog-post.md

Some templates include the ability to add a post image or thumbnail along with your post in which should match your post file name like this:

my-first-blog-post.jpg

Post file names are used to structure post permalinks on your blog. So, a post file saved as my-first-blog-post.md will result in yoursite.com/my-first-blog-post as the post permalink.

Posts can be in multiple categories. Categories are comma separated.

Publishing Posts

After you've finished writing your post offline, you can then publish your post:

  1. Upload the post and, optionally, the thumbnail to the posts directory inside your Dropplets Lite installation.

If caching is turned on, you will need to clear the cache (./posts/cache) before changes are viewable.

Original Dropplet License

Copyright (c) 2013 Circa75 Media, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A minimalist markdown blogging platform.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 81.1%
  • CSS 18.5%
  • HTML 0.4%