Changes between Version 4 and Version 5 of WordPressInt
- Timestamp:
- Sep 19, 2011, 2:54:11 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WordPressInt
v4 v5 1 1 = [http://wordpress.org WordPress] CMS Integration with BOINC = 2 [http://wordpress.org WordPress] is a popular Content Management System (CMS) for easily creating robust and feature-rich websites. It is ideal to use for a main website with or without integrating BOINC pages. It can be useful to have a basic WordPress website with no logins, but if a user logins they get more features from the website. Rather than having a separate Word Pressuser table, it is possible to authenticate using an external database table, such as the mysql database table 'users' in BOINC.2 [http://wordpress.org WordPress] is a popular Content Management System (CMS) for easily creating robust and feature-rich websites. It is ideal to use for a main website with or without integrating BOINC pages. It can be useful to have a basic [http://wordpress.org WordPress] website with no logins, but if a user logins they get more features from the website. Rather than having a separate [http://wordpress.org WordPress] user table, it is possible to authenticate using an external database table, such as the mysql database table 'users' in BOINC. 3 3 4 4 * To setup [http://wordpress.org WordPress] to authenticate with your BOINC mysql 'user' table, install the external database authentication plugin http://wordpress.org/extend/plugins/external-database-authentication [[BR]]