From 846f9144d9578b355ea626d73e78ad1cccdd94a1 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sat, 27 Jul 2013 02:35:06 +0200 Subject: [PATCH] Updated README file with find/edit capabilities --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b332e28..bd502b7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ simplog is a (very) simple PHP blog engine. It's supposed to be implemented into What's missing? --------------- -Pretty much everything, 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 that displays your posts and a config file to connect to a database and set number of posts per page. What's currently missing is a way to edit posts. Also you need to protect the user directory yourself (with for example a .htaccess file), or else everyone can post to 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. Note that you need to protect the user directory yourself (with for example a .htaccess file), or else everyone can post on your blog. How do I create the MySQL table? --------------------------------