personal blog that supports [code] - de-htmlizing content
Posted: Fri 7. May 2004, 22:45
I have a pet project I wanted to get up and running on my localhost. Basically I want to create a personal diary/blog offline using my localhost in which I can keep an ongoing diary of what I was working on, this would include three major requirements. (1) The ability to have a calendar in place -- no problem, many of the php/mysql blogs support this (2) offer searchablibity -- again no problem. (3) have the ease of use in posting php and html code snippets with a simple 'copy'/'paste'/'hit code button' fashion, which would yield this:
This last requirement is not so widely supported.
Wordpress
I installed Wordpress, which although it is nice, it does not support this feature and the authors expained incorporating it would compromize other code.
B2evolution
B2evolution has a code button, but it does not work properly, not rendering the above passage correctly.
Boastmachine
it works, but has no button in place and besides it renders the page much wider than it needs to be -- kind of unruly.
I wanted to ask if others out there have come across any blog system that has calendar support plus a working code button as it is used here on the phpBB-based forum.
I could go on downloading different blogs, but was thinking someone here could point me in the right direction, saving me the time and hassle. Has to be a blog system that supports properly. Any thoughts/suggestions?
Cheers,
jsw
Code: Select all
<form action="action.php" method="POST">
Your name: <input type="text" name="name" />
Your age: <input type="text" name="age" />
<input type="submit">
</form>
Wordpress
I installed Wordpress, which although it is nice, it does not support this feature and the authors expained incorporating it would compromize other code.
B2evolution
B2evolution has a code button, but it does not work properly, not rendering the above passage correctly.
Boastmachine
it works, but has no button in place and besides it renders the page much wider than it needs to be -- kind of unruly.
I wanted to ask if others out there have come across any blog system that has calendar support plus a working code button as it is used here on the phpBB-based forum.
I could go on downloading different blogs, but was thinking someone here could point me in the right direction, saving me the time and hassle. Has to be a blog system that supports
Code: Select all
my de-htmlized code here
Cheers,
jsw