lum_csv
Expose parts of your database to the outside world
Just enter a name (containing only – _ . @ a-z A-Z 0-9) and some SQL, ex:
| name | sql |
| presidents | select name, address from people where name=‘bush’ or name=‘obama’ or... |
Just enter a name (containing only – _ . @ a-z A-Z 0-9) and some SQL, ex:
| name | sql |
| presidents | select name, address from people where name=‘bush’ or name=‘obama’ or... |
Grab XML data from a URL on the web (for example, a feed) and slice bits out of it to display on your TXP site.
Insert a table in TxP article is very simple! Select in Excel, IE, Mozilla, FireFox, Opera any spreadsheet, Ctrl + C (copy) and Ctrl + V (paste) in TxP Edit area. Add aks_table tags – that’s all.
Note: plugin support only simple table. (rowspan and colspan – unsupported).
This plugin exports your pages, forms and styles to a specified folder and autoloads modified files into the database on a front-end page refresh. Autoloading is only enabled when Production Status is not LIVE.
Please use this with care! Your pages/forms/css will be deleted from the database, when you delete...
This plugin helps you to change the character set in Textpattern tables, created with MySQL versions older than 4.1, from ‘latin1’ to ‘utf8’ after you’ve upgraded to MySQL 4.1 or higher.
This plugin creates a new tab under `extensions`, enabling the trivial export of pages, forms, and CSS rules to a specified folder for convenient editing, and the subsequent import of new and updated files.
A simple export script that iterates through your forms, templates and css and exports them to a folder. The second script updates the database with the exported files.