Skip to content

respencer/ohjournal

 
 

Repository files navigation

OhJournal

About

This is a personal pet project for fun, learning, and my own use.

It was an open-source replacement for the wonderful OhLife online diary/journal service.

Now it's going to be similar, but also a little bit different.

My aim is to keep it simple, minimalistic, and able to be easily installed on commodity (shared) web hosting.

Roadmap

  • Update to PHP 8
  • Fix code formatting
  • Convert to using MySQL via PDO
  • Write a nice installation guide (with photos)
  • Convert to MVC layout

Getting Started

Prerequisites

  • PHP 8 with PDO
  • PHP 8 Cli or CGI
  • MySQL or compatible database
  • Apache HTTP Server
  • Linux with cron
  • cPanel (although this is not strictly necessary)
  • Ability to send and receive emails

Installation

  1. Todo ...

Authors

License

The MIT License (MIT)

Copyright (c) 2011 Peter Sobot.
Copyright (c) 2023 Robert Spencer.

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.

Languages

  • PHP 70.7%
  • CSS 16.5%
  • JavaScript 12.5%
  • Other 0.3%