Post by Prezence on Aug 4, 2016 13:34:16 GMT 10
I've been working on a small side project, which is a blog system that runs off text files. Basically, the code is a 3 php and 2 css files. (Total install < 30kb). On the home page, it reads little pieces of each post and displays a link to read more of each. On a post, the text file is formatted into an actual blog post. The post also keeps track of views. I have 3 demo articles up on a simple blog (1 is the documentation). Have a look: prezence.x10.mx/flatfileblogThis is still very beta.
Check out our website here. Check out AirBrowse here. Follow us on GitHub here.
|
|
Post by ranilwallace on Aug 5, 2016 2:39:09 GMT 10
|
|
Post by altair on Aug 5, 2016 6:59:29 GMT 10
For the text formatting... Why can't you use Markdown.... It's a fairly standard and 'makes sense' formatting and I think there are bunch of libraries for it as well...
|
|
Post by Prezence on Aug 6, 2016 12:18:35 GMT 10
|
|
Post by bobowk on Aug 6, 2016 20:47:58 GMT 10
Prezence The editor looks way to modern Not my style anymore but It's good and responsive.
|
|
Post by Prezence on Aug 7, 2016 4:51:10 GMT 10
I updated the system so it uses cleaner markup (still not officially markdown).
Check out our website here. Check out AirBrowse here. Follow us on GitHub here.
|
|
Post by Prezence on Aug 9, 2016 11:47:39 GMT 10
|
|
Post by Makan on Sept 9, 2016 8:15:13 GMT 10
The website is a very interesting idea! I unfortunately do not have much time left to be able to do a full inspection, but I just wanted to say, be a little bit careful when it comes to writing onto files. The data will tag a bit longer to load compared to getting from MySQL tables, as well it will have some securities issues. I can tell that the write directory and file have write and read access. So if someone does manage to exploit your system, it won't be really fun.
Good job though! The design and website mainframe seem to work very well, good luck!
|
|