aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArno <arno.richter+github@gmail.com>2017-12-20 00:38:27 +0100
committerGitHub <noreply@github.com>2017-12-20 00:38:27 +0100
commit367be7fc95277e3ae4493d9418d7d42ea23aa4a2 (patch)
treebde9b01cac1a73525f024a89f2e6e936b0d63e39
parent603d4cc48dbd5db29e45cc2a3c5245e1c00384f3 (diff)
downloadmicroblog-367be7fc95277e3ae4493d9418d7d42ea23aa4a2.tar.gz
microblog-367be7fc95277e3ae4493d9418d7d42ea23aa4a2.tar.bz2
microblog-367be7fc95277e3ae4493d9418d7d42ea23aa4a2.zip
Update README.md
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2c63c72..7c8161d 100644
--- a/README.md
+++ b/README.md
@@ -4,16 +4,16 @@ A very simple PHP app that stores twitter-like status updates in a sqlite databa
There is a timeline view of your own posts, as well as a simple 'compose post' page behind a login form. Right now, only a unique ID, the post content and creation timestamp are saved for each entry, so this is only suitable for one user. (Multiple users would each have to install in their own directories.)
-The entire design is inside a single theme file `microblog.css` and can be modified easily. The site HTML is pretty straightforward and should be easy to style.
+The entire design is inside a single theme file [microblog.css](microblog.css) and can be modified easily. The site HTML is pretty straightforward and should be easy to style.
The app requires at least PHP 5.5 and was tested on 7.0
### Installation
- Copy the files to a directory on your webserver
-- edit `config.php` and adjust the settings if you like (at least set a new password!)
-- edit `.htaccess` and set `RewriteBase` to a path matching your installation directory
-- optional: modify the theme file `microblog.css`
+- edit [config.php](config.php) and adjust the settings if you like (at least set a new password!)
+- edit [.htaccess](.htaccess) and set `RewriteBase` to a path matching your installation directory
+- optional: modify the theme file [microblog.css](microblog.css)
### To Do
@@ -24,4 +24,5 @@ The app requires at least PHP 5.5 and was tested on 7.0
### Support my work
The app is provided for free, but if you'd like to support what I do, please consider tipping.
-[![Gittip](https://www.dropbox.com/s/23emy7ngeqdnrrc/logo_gittip.png?raw=1)](https://www.gittip.com/oelna/) [![Flattr](https://www.dropbox.com/s/20legqru72ffddw/logo_flattr.png?raw=1)](https://flattr.com/submit/auto?user_id=oelna&url=https%3A%2F%2Fgithub.com%2Foelna%2Fmicroblog&title=microblog&language=en&tags=github&category=software) \ No newline at end of file
+
+[![Gittip](https://www.dropbox.com/s/23emy7ngeqdnrrc/logo_gittip.png?raw=1)](https://www.gittip.com/oelna/) [![Flattr](https://www.dropbox.com/s/20legqru72ffddw/logo_flattr.png?raw=1)](https://flattr.com/submit/auto?user_id=oelna&url=https%3A%2F%2Fgithub.com%2Foelna%2Fmicroblog&title=microblog&language=en&tags=github&category=software)