sux0r is a blogging package, an RSS aggregator, a bookmark repository, and a photo publishing platform with a focus on Naive Bayesian categorization and probabilistic content. It is OpenID 1.1 enabled; as both a consumer and a provider.
| Tags | CMS rss feed aggregator Naive Bayesian categorization OpenID |
|---|---|
| Licenses | GPL |
| Implementation | PHP |
| Translations | English Chinese Dutch German Italian |
Recent releases


Release Notes: The shiekasai theme was added. Smarty was upgraded to 3.0.7. Prototype/Scriptaculous was replaced with jQuery. Minor fixes and improvements were made.


Release Notes: A major refactoring initiative, documentation updates, and updated Symbionts: Scriptaculous 1.8.3, TinyMCE 3.2.7.


Release Notes: The behavior of the <select> list was changed to make it easier to initially train documents. SQL queries were reduced when doing loginCheck(). The way we ignore indexes was changed to be compatible with XAMPP. The code tries to use iconv //TRANSLIT for RSS feeds. The killSession() function was moved to the suxUser() class. Corrupted stopword files were fixed. An issue with an unwanted ampersand character showing up in photoalbum listings was fixed. JavaScript menus were fixed so that they appear over the slider. Rounded borders were added to the default template. Other minor optimizations were made. Smarty was updated to 2.6.26, and TinyMCE to 3.2.5.


Release Notes: An Italian translation. A few tweaks to make sux0r IIS 7 compatible. Editing a blog now works with PostgreSQL. All tables have been converted to Innodb. An attempt has been made to optimize SQL indexes. The link_table_ naming convention has been changed to link__table__. Updated symbionts: Smarty 2.6.25 and TinyMCE 3.2.4.1.


Release Notes: A rare infinite redirect problem was fixed. A bug with the bookmarks menu was fixed. Log buttons in the user administration menu were added. The suxNaiveBayesian() destructor is not called unless the user is logged in. A problem was fixed in which an unapproved feed couldn't be edited. The CAPTCHA system was migrated from jpGraph to Securimage. The jpGraph symbiont was removed. htmLawed was updated to 1.1.8 and TinyMCE was updated to 3.2.3.
Recent comments
22 Feb 2005 21:21
Re: Nice looking project.
> It uses
> $_SERVER['SERVER_NAME'] but never adds
> $_SERVER['SERVER_PORT']. Oh well, I
> will see if I can't patch it to work
> when I get some time.
I fixed this in the CVS and added a $PORT variable in the
config.template.php. No official release yet because i'm
waiting for a few more translations and skins (adding more
functionality in the next increment) which will be in the next
few weeks. But if you want to run it on non standard ports
"Check Out" the CVS on Sourceforge, it's been fixed
alongside a few other bugs.
- fixed: show error when checkdate() fails for purge_news
- fixed: better handling of "empty" errors
- added: support for non-standard web server ports
- removed: wysiwyg_browser(), not used.
Thanks.
22 Feb 2005 09:19
Re: Nice looking project.
> The app looks nice. I can't use it,
> however, because it doesn't take into
> account the fact that it may be running
> on a port other than 80. It uses
> $_SERVER['SERVER_NAME'] but never adds
> $_SERVER['SERVER_PORT']. Oh well, I
> will see if I can't patch it to work
> when I get some time.
>
For anyone using a non-standard port (any port other than 80) and want's to try this out a simple (although not necessarily correct) solution is to add a line to config.php like this:
$_SERVER['SERVER_NAME'] = 'your.server.name:portnum';
22 Feb 2005 08:35
Nice looking project.
The app looks nice. I can't use it, however, because it doesn't take into account the fact that it may be running on a port other than 80. It uses $_SERVER['SERVER_NAME'] but never adds $_SERVER['SERVER_PORT']. Oh well, I will see if I can't patch it to work when I get some time.