[Comoblog-commit] comoblog/docs THANKS,NONE,1.1 CHANGELOG,1.2,1.3 INSTALL,1.2,1.3 LICENSE,1.2,1.3 MO
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-09-02 02:35:39
|
Update of /cvsroot/comoblog/comoblog/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29426/docs Modified Files: CHANGELOG INSTALL LICENSE MODULES Added Files: THANKS Removed Files: CONTRIBUTORS Log Message: Mass name updates Index: LICENSE =================================================================== RCS file: /cvsroot/comoblog/comoblog/docs/LICENSE,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- LICENSE 2 Sep 2005 01:06:15 -0000 1.2 +++ LICENSE 2 Sep 2005 02:35:30 -0000 1.3 @@ -1,10 +1,10 @@ +--------------------------------------------------------------------+ -| EASYMOBLOG LICENSE | +| COMOBLOG LICENSE | +--------------------------------------------------------------------+ CoMoblog - an automated and configurable mail2web blog - Copyright (C) 2003 - 2004 Umberto Caldera + Copyright (C) 2005 CoMoblog Development Community This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as --- CONTRIBUTORS DELETED --- Index: CHANGELOG =================================================================== RCS file: /cvsroot/comoblog/comoblog/docs/CHANGELOG,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CHANGELOG 2 Sep 2005 01:06:15 -0000 1.2 +++ CHANGELOG 2 Sep 2005 02:35:30 -0000 1.3 @@ -1,220 +1,11 @@ -CoMoblog 0.5.1, 2004-05-10 ----------------------------- - -FIXED the following bugs: - -- Thumbnails errors: - - a SQL query error in /post.php was fixed - - a SQL query error in /index.php was fixed - - No more errors if max width or max height are not specified - (thumbnails are not created) - - Default value (300px) is now specified for CFG_IMG_MAX_W - parameter - - thumbnails now work fine on permalink pages - -- Filter inclusion in batch script now use "include" instead of - "include_once" (this allows to execute the filter on more than one - message) - -- Last posts are now correctly shown in home page - -- Added /admin/del_topic.php (the file was missing in the last - CoMoblog package released) - -- Added "error_reporting (E_ALL ^ E_NOTICE);" in /include/config.php - in order to hide PHP notice messages in HTML output - -- Post delete function fixed (comments were not deleted in previous - version) - -- Editing an existing post now doesn't affect the post date - -- A SQL query error in /admin/post_edit.php was fixed - -- The mod_batch plug-in now correctly updates CFG_LAST_BATCH - value (current timestamp) when it is executed - - - - - - - - -CoMoblog 0.5, 2004-04-14 --------------------------- - -- Large images sent with posts are now auto-resized, according to - user 's preferences - -- HTML templates now validate as valid XHTML 1.0 Transitional - Blog pages are more accessible (tested on text-only browsers and - mobile phones) - -- Page layout is now controlled by pure CSS: it is possible to modify - blog appearance by editing only one CSS file. External modules can - now use their own CSS (they are imported by the main style sheet) - -- Topics: it is now possible to click on a topic icon to display all - posts in selected topics - -- Added "add post" function in the Admin Area, in oreder to let users - create new posts filling a simple Web form - -- Added support for "filter modules" (post filters and comment - filters): these plug-ins are executed before storing a post or a - comment in the database, allowing to modify contents according to - the plug-in (see MODULES for details) - -- Admin Area was redesigned to improve usability - -- Added a Flash "Colour picker" in the Admin Area, to help users - choose colours from a user-friendly palette - -- Added a "Font picker" window in the Admin Area, to help users - choose fonts from a user-friendly list - -- Added the CFG_MYSQL_TABPREFIX parameter, in order to allow users to - have two or more blogs using only one database (users can set the - table prefix during installation process) - -- a problem with images sent using Sony Ericsson devices was solved - modifying the mimeDecode Pear library - -- installation files moved to XML (in order to make future development - easier and allow to upgrade to future releases without losing blog - contents and preferences) - -- Javascript bugs in the Admin Area fixed - -- a lot of bug fixes and improvements :) - visit http://comoblog.ubiks.it/comoblog/ for more details - - - - - - - - -CoMoblog 0.4.1, 2004-02-21 +CoMoblog 0.1, 2005-09 ---------------------------- -- batch script and mod_batch debugged (in previous releases there - were problems with pop3 disconnection, so messages were not posted - correctly) - -- added support for Microsoft IIS web server - -- fixed inclusion path in Pear libraries included in CoMoblog - package - -- improvements in the main css - -- minor bugs fixed - - - - - - - - -CoMoblog 0.4 --------------- - -This is a completely new version! Future development starts here! - -Major new features: - -- plug-in supports: it is now possible to add new modules to your - blg, a compete API makes new modules development very easy. - Modules are avaliable in separate download files - -- web based installation: when you start your CoMoblog for the - first time, you will set it up thrugh a web interface (it's no - more necessary to edit files to install CoMoblog) - -- topics support: posts can be categorized in different topics - using keywords in message subject - -- trackback enabled: now your posts can receive trackback pings - -- RSS feed generation: CoMoblog provides RSS feeds (RSS 1.0 and - RSS 2.0) - -- better personalisation: it is now easier to personalize your blog, - and there are many more parameters to configure blog functions, - aspect, texts, security - -- better support for html messages - -- better usability in Admin Area - -- language support - - - - - - - - -CoMoblog 0.3rc2, 2003-10-25 ------------------------------ - -- better anti-spam measures (mail addresses are obscured, but - mailto: links now work thanks to a little javascript) - -- better cleaning of html messages - - - - - - - - -CoMoblog 0.3rc1, 2003-10-09 ------------------------------ - -- added support for html messages (only tested with messages composed - in Mozilla Mail) - -- added support for multiple attached images - -- added security feature: restricion based on From header - -- better batch script (some sort of output for log purpose) - -- mail addresses published on the blog are now obfuscated to prevent - spam bots - - - - - - - - -CoMoblog 0.2, 2003-09-08 --------------------------- - -- many bug fixes :) - - - - - - - - -CoMoblog 0.1, 2003-09-05 --------------------------- - -- initial release (beta) - just forget this release :) +Initial Release. Based on the Easymoblog 0.5.1 release with the +following additions. +* More informational error messages during MYSQL setup (xxxxxxx) ______________________________________________________________________ - END OF CHANGELOG FILE \ No newline at end of file + END OF CHANGELOG FILE Index: MODULES =================================================================== RCS file: /cvsroot/comoblog/comoblog/docs/MODULES,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- MODULES 2 Sep 2005 01:06:15 -0000 1.2 +++ MODULES 2 Sep 2005 02:35:30 -0000 1.3 @@ -1,5 +1,5 @@ +--------------------------------------------------------------------+ -| HOW TO DEVELOP NEW MODULES FOR EASYMOBLOG | +| HOW TO DEVELOP NEW MODULES FOR COMOBLOG | +--------------------------------------------------------------------+ @@ -137,4 +137,4 @@ ______________________________________________________________________ - END OF MODULES FILE \ No newline at end of file + END OF MODULES FILE --- NEW FILE: THANKS --- +--------------------------------------------------------------------+ | THANKS FILE FOR COMOBLOG | +--------------------------------------------------------------------+ The CoMoblog Development Community would like to thank the following people. First and foremost, * Umberto Caldera - Thank you so much for Easymoblog. Sorry to see that you have had no time to work on it of late. We hope that we can take your original work and continue to see it develop well into the future. And then, * Mark Wallis - Project Leader for the CoMoblog project And of course, * All the BETA testers who helped us get our first release out and stable. ______________________________________________________________________ END OF THANKS FILE Index: INSTALL =================================================================== RCS file: /cvsroot/comoblog/comoblog/docs/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- INSTALL 2 Sep 2005 01:06:15 -0000 1.2 +++ INSTALL 2 Sep 2005 02:35:30 -0000 1.3 @@ -16,8 +16,6 @@ - PHP >= 4.2 - MySQL >= 3.23 - Please report conflicts with other configurations to: - ubik [at] ubiks [dot] it 2. POP3 MAILBOX @@ -38,7 +36,7 @@ | INSTALLATION | +--------------------------------------------------------------------+ -1. DOWNLOAD EASYMOBLOG +1. DOWNLOAD COMOBLOG You can obtain the latest CoMoblog release from: http://comoblog.sourceforge.net/ @@ -130,7 +128,7 @@ +--------------------------------------------------------------------+ -| RUNNING EASYMOBLOG | +| RUNNING COMOBLOG | +--------------------------------------------------------------------+ Just go to http://<url_of_your_comoblog_site>/ to see your @@ -152,7 +150,7 @@ +--------------------------------------------------------------------+ -| CUSTOMIZING YOUR EASYMOBLOG SITE | +| CUSTOMIZING YOUR COMOBLOG SITE | +--------------------------------------------------------------------+ You can customize your CoMoblog site just editing parameters @@ -180,17 +178,7 @@ -+--------------------------------------------------------------------+ -| CONTACTS | -+--------------------------------------------------------------------+ - - You can contact the author of this software to send your comments, - feature requests ecc. just sending an email to: - - - ubik [at] ubiks [dot] it - - - + +--------------------------------------------------------------------+ | FUTURE RELEASES | @@ -202,14 +190,10 @@ Just go to http://comoblog.sourceforge.net/ and fill in the form with your e-mail address. - You can also visit the "CoMoblog MetaBlog" if you want to be - follow daily CoMoblog development: - http://comoblog.ubiks.it/comoblog/ - ______________________________________________________________________ - END OF INSTALL FILE \ No newline at end of file + END OF INSTALL FILE |