Student Blog #1

30 Aug 2005
This is a demo of CuteNews Blog running on version 1.3.6. This is a possible vechicle for student blogs.

comments (0),Accessed 7 times.

about cuteblog

26 Apr 2005
quote:

cuteBlog,a fresh php/txt webblog,Based on the CuteNews 1.3.6 core,Taken as a whole,it is already a fully functional webblog,It is a pity without trackback,
i think,the templete only need one .tpl file.
it contains 8 parts:
template_head,
template_footer,
template_active,
template_full,
template_comment ,
template_form,
template_prev_next,
template_comments_prev_next.
it is simple and easy to design a beautiful template.

is licensed under the GLP license,in the accompanying LICENSE file or at gnu.org
quote:

1:Download CuteBlog
2:Once downloaded, you'll need to unzip the contents to a temporary directory
3:FTP to your server and create a directory named ajfork
4:Upload all the files .
5:Use your FTP client to CHMOD:
777 (755 might work): all files and folders in the data/ folder
644 (or just 777): index.php
This will enable the script to read/write from/to its datafiles.
6:Open up a browser, point it to http://yoursite.com/admin/ and follow the instructions given by the installer
7:Be sure to delete inc/install.php after the install has finished successfully (security reasons)
8:you'd better rename the admin/data/blog.txt,if do it,meanwhile,open admin/inc/function.inc.php,find $news="blog.txt";
change it!

Read More comments (1),Accessed 33 times.