From 4a1fe7bad6b635c3c4760aa4029cca10429993f3 Mon Sep 17 00:00:00 2001 From: Elyrith Date: Sat, 10 Aug 2013 14:32:21 -0400 Subject: [PATCH] Update README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7805e0b..bf15ffb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ simplog is a (very) simple PHP blog engine. It's supposed to be implemented into What's missing? --------------- -Not much really as of 2013-07-27, depending on how you plan to use it. Included is a template to create the MySQL table, a small HTML and PHP file to create new posts, an index.php file that displays your posts and a config file to connect to a database and set number of posts per page. Now there is also a HTML file to find your posts and edit/update them. Note that you need to protect the user directory yourself (with for example a .htaccess file), or else everyone can post on your blog. +Not much really as of 2013-07-27, depending on how you plan to use it. Included is a template to create the MySQL table, a small HTML and PHP file to create new posts, an index.php file that displays your posts and a config file to connect to a database and set number of posts per page. Now there is also a HTML file to find your posts and edit/update them. + +You no longer need to protect the user/ directory yourself. Authentication is done using the database. Usage -----