]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
First coded version of blog plugin
authorEvan Prodromou <evan@status.net>
Mon, 20 Jun 2011 05:11:35 +0000 (01:11 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 20 Jun 2011 05:11:35 +0000 (01:11 -0400)
commitcd7d0eae4a8d46bb194dc49c7b4241527c032823
tree18dfb6bbe4feeac3af0db43691691ed8f9f4af35
parentab98458399c28f04614de0e8474c1864ef4cb495
First coded version of blog plugin

A basic blog plugin. Allows posting open-ended HTML with a title. Not yet
tested (even run).
plugins/Blog/BlogEntry.php [new file with mode: 0644]
plugins/Blog/BlogPlugin.php [new file with mode: 0644]
plugins/Blog/blogentryform.php [new file with mode: 0644]
plugins/Blog/blogentrylistitem.php [new file with mode: 0644]
plugins/Blog/newblogentry.php [new file with mode: 0644]
plugins/Blog/showblogentry.php [new file with mode: 0644]