SweetRice

Simple is beautiful - SweetRice Official website.

  • Home
  • SweetRice free download
  • Contact us
  • About
  • Sitemap
  • SweetRice free download

    SweetRice is a most simple program for website management.Perfect support web standards,easy to setup and use.best value is SEO.Support 3 kinds of database:Mysql,Sqlite,PostgreSql,support database time line..

    SweetRice 0.6.x is coming

    ======================================
    Change log V0.6.7 6/28/2010

    upgrade core
     - add custome template to template list
     - upgrade TinyMCE css

    Upgrade theme
     - upgrade theme's css

    ======================================
    Change log V0.6.6 6/4/2010

    upgrade core
     - support sqlite function if web server do not support PDO

    ======================================
    Change log V0.6.5 5/26/2010

    upgrade dashborad
     - cache management
     - media management
    upgrade theme

    ======================================
    Change log V0.6.4fix 5/14/2010

    Fix some minor bug.

    ======================================
    Change log V0.6.4 4/27/2010

    Upgrade Dashboard
    - support TinyMCE with file management plugin,re-write post add/modify page.

    ======================================
    Change log V0.6.3 4/12/2010

    Upgrade Dashboard

    • - add template to post and category modify page

    Upgrade SweetRice core

    • - upgrade db_insert function.
    • - upgrade database table design add some field
    • - fix some translate error
    • - optimize cache

    Upgrade notes:
    If you want to upgrade SweetRice to 0.6.3 from 0.5.x or 0.6.x,you may need execute 0.5_upgrade_0.6.3.php to upgrade database table.[copy 0.5_upgrade_to_0.6.3.php to root dir and access]

    ======================================
    Change log V0.6.2 3/16/2010

    Upgrade Dashborad
    - upgrade ad code management
    Upgrade theme
    - without ads code.

    ======================================
    Change log V0.6.1 2010-3-13

    Upgrade Dashborad
    - add database optimizer
    - upgrade dashboard style

    Fix : if get_magic_quotes_gpc = ON,data insert error.

    ======================================
    Change log V0.6.0 3/8/2010

    Upgrade Dashborad

    - upgrade database backup .
    - add cache option and "clean cache" button


    upgrade core
    - add cache option,it can help you save resource when query database.
    - upgrade data escape function ,this allow you to insert data with quote to database.
    - update database table *_blog,add cache,cache_expired field. you can execute 0.5_upgrade_to_0.6.php to upgrade it.[copy 0.5_upgrade_to_0.6.php to root dir and access]

     SweetRice download

    MD5:8649a29d5679a1c37f207df81bcb439c

    Lastest version 0.6.7


    You can checkout SweetRice from Google code hosting:

    svn checkout http://sweetrice.googlecode.com/svn/trunk/

     

    How to upgrade?

    You can easy to update your SweetRice,download and upload the lastest file to overwrite old php file.

     Notice for update : do not overwrite your config  file,which

    inc/db.php, inc/site.php , inc/category.php ,inc/install.lock , link .txt if exists and any .dat file.

     

     

    Easy to be installed and used.

    1. Support database:Mysql,Sqlite,PostgreSql
    2. Support user post comments,and track user agent .
    3. 1 click eligible for changing theme,and easily edit it.
    4. 1 click backup database.
    5. Support custom plugin and ease to manage.
    6. Support website database time line,you can take your site to every version.
    7. Support sitemap,link,tags,and rssfeed .
    8. Support post entries with attachment and track download times.
    9. Support easy SEO:including url rewrite,keywords,description,title edit in post form.
    http://www.opencloner.com/dvd-cloner-vi-video-guidance.html
    Last update: Aug,31,2010 Views :3051 Tags: SweetRice download

    PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation.

     

    SweetRice is a open source website management system[CMS],it support PostgreSQL and Mysql,Sqlite.

     

    SweetRice-PostgreSQL

    We think,PostgreSQL is a excelent database for website,if your web hosting support PostgreSQL,you can build your own site use SweetRice and PostgreSQL now:

     

    1. Download SweetRice from download.html
    2. Unzip the package to your website folder,eg:sweetrice
    3. Visit the folder via web browser,eg http://yourdomain.com/sweetrice/
    4. Choose database PostgreSQL when install SweetRice ,input PostgreSQL database information,server name,server port,username,password,database name etc.
    5. When all thing done,you will get your PostgreSQL website.
    Last update: Jul,01,2010 Views :122 Tags: SweetRoce.PHP PostgreSQL Mysql

    SweetRice V0.6.4 release - support TinyMCE with upload management plugin

    time to upgrade your blog/cms program.

    Change log

    ======================================
    Change log V0.6.4 4/27/2010

    Upgrade Dashboard
    - support TinyMCE with file management plugin,re-write post add/modify page.

     

    Key Features:

    • Support database:Mysql,Sqlite,PostgreSql
    • Support comments,track user agent .
    • 1 click eligible for changing theme,and easily edit it.
    • easy to backup database.
    • easy to converter database.
    • Support custom plugin and ease to install.
    • Support website database time line,you can take your site to every version.
    • Support sitemap,link,tags,and rssfeed auto create.
    • Support post entries with attachment and track download times.
    • Support SEO
    • support cache option,you can save more time when query database.
    • support custom template
    • support TinyMCE [new]

    SweetRice dashboard v0.6.4

    Last update: May,05,2010 Views :190 Tags: SweetRice V0.6.4 release TinyMCE

    SweetRice upgrade to 0.6.1 at 2010-3-13,some upgrade notice is here

    Upgrade Dashborad

     

    • - add database optimizer - this feature is for database optimize,you can via it clean and optimize database,for Mysql,that is execute "Optimize table " ,for Postgresql :"vacuum analyze ",Sqlite :"vacuum",i think it can help you when database query slow.
    • - upgrade dashboard style

     

    Fix : if get_magic_quotes_gpc = ON,data insert error.

     

     

    * Important :when php setting get_magic_quotes_gpc = ON,php automatic escape string and add backslash before single-quote and  double quote,but SweetRice [since 0.6.0 ]  custom function for escape string,so must filter the backslash,if your php setting get_magic_quotes_gpc = ON ,you may need upgrade SweetRice 0.6.1 version.

     

    If you have any question,please submit comment via form below.

    Last update: Mar,19,2010 Views :205 Tags: SweetRice upgrade 0.6.1 database optimizer

    If your web hosting provider support PostgreSql,you can easy converter database from Mysql to PostgreSql use SweetRice,many people likes Mysql ,me too,but in same time,mysql's user more then postgresql's user on web server,so connect to mysql server slower then connect to postgresql.

     

    Now SweetRice allow you ease converter your database to postgresql from mysql,you can test which one fastest and use it.

     

    Download and enjoy SweetRice now

     

    If you find any bug of SweetRice,please submit it here,thanks.

    Last update: Mar,01,2010 Views :316 Tags: Mysql Postgresql converter

    SweetRice is a most simple program for website management.Perfect support web standards,easy to setup and use.best value is SEO.Support 3 kinds of database:Mysql,Sqlite,PostgreSql,support database time line..

     SweetRice dashboard

    Key Features:

    Easy to be installed and used.

    1. Support database:Mysql,Sqlite,PostgreSql
    2. Support user post comments,and track user agent .
    3. 1 click eligible for changing theme,and easily edit it.
    4. 1 click backup database.
    5. Support custom plugin and ease to install.
    6. Support website database time line,you can take your site to every version.
    7. Support sitemap,link,tags,and rssfeed .
    8. Support post entries with attachment and track download times.
    9. Support easy SEO:including url rewrite,keywords,description,title edit in post form.

     

    This is our goal

    About SweetRice

    Last update: Dec,14,2009 Views :719 Tags:
    1 |
    Copyright © SweetRice Powered By Basic CMS SweetRice