Skip to content

ishtarimu/MicroMicroBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MicroMicroBlog

Micro blog for significant people.

Edit

Edit index.php

Put your langage code

<html lang=" HERE ">

Put your blog title

$Title = "your site title";

Edit your links

$Links = array (
		"Your text here" 		=> "http://your_URL_Here.com/",
		"Your text here" 		=> "http://your_URL_Here.com/",
		"Your text here" 		=> "http://your_URL_Here.com/"
	);

Edit add.php

Chose your security code.

You can generate it at random.org

$code = "your code";

Install

Just upload the two files.

Add content

Go to your-blog.com\add.php and fill the form.

Push Hop !

Tips

If you want to link to a particular post you can copy the link from the time stamp number of the post title.

TODO

  • check all the <> (order of body head etc...)
  • put the #timestamp in the ID attr of timestamp span

About

micro blog for significant people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages