All Projects → vanilla → porter

vanilla / porter

Licence: GPL-2.0 license
Export legacy forums into a format Vanilla Forums can import.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to porter

great-migration
Copy objects from Rackspace to S3
Stars: ✭ 15 (-61.54%)
Mutual labels:  export, migration
wordpress-vanilla
Official WordPress plugin for Vanilla Forums integration.
Stars: ✭ 18 (-53.85%)
Mutual labels:  forum, vanilla-forums
vanilla-docker
A sweet Docker setup for Vanilla Forums
Stars: ✭ 34 (-12.82%)
Mutual labels:  forum, vanilla-forums
ProcessMigrator
ProcessWire module that facilitates automated migration and sharing of page trees along with their templates and fields.
Stars: ✭ 29 (-25.64%)
Mutual labels:  export, migration
evernote-backup
Backup & export all Evernote notes and notebooks
Stars: ✭ 104 (+166.67%)
Mutual labels:  export
wechat-export
📃 Export WeChat chat histories to HTML files.
Stars: ✭ 585 (+1400%)
Mutual labels:  export
klatexformula
Generate images from LaTeX equations that you can drag and drop, copy and paste or save to disk.
Stars: ✭ 70 (+79.49%)
Mutual labels:  export
laminas-dependency-plugin
Replace zendframework and zfcampus packages with their Laminas Project equivalents.
Stars: ✭ 32 (-17.95%)
Mutual labels:  migration
butterfly
Application transformation tool
Stars: ✭ 35 (-10.26%)
Mutual labels:  migration
ckan-php-manager
A tool for managing a CKAN data catalog
Stars: ✭ 14 (-64.1%)
Mutual labels:  export
elastic-query-export
🚚 Export Data from ElasticSearch to CSV/JSON using a Lucene Query (e.g. from Kibana) or a raw JSON Query string
Stars: ✭ 56 (+43.59%)
Mutual labels:  export
forum
real-time forum software written in javascript. could very well replace your old phpBB forum (it replaced ours). react+redux, node, postgres.
Stars: ✭ 28 (-28.21%)
Mutual labels:  forum
browserexport
backup and parse browser history databases (chrome, firefox, safari, and other chrome/firefox derivatives)
Stars: ✭ 54 (+38.46%)
Mutual labels:  export
tm-tools
some useful tools for tendermint blockstore.db or state.db
Stars: ✭ 14 (-64.1%)
Mutual labels:  migration
arctee
Atomic tee
Stars: ✭ 22 (-43.59%)
Mutual labels:  export
spreadsheet
Yii2 extension for export to Excel
Stars: ✭ 79 (+102.56%)
Mutual labels:  export
material
🎨 Materialize your forum with this Flarum extension that uses the latest guidelines.
Stars: ✭ 14 (-64.1%)
Mutual labels:  forum
amazon-s3-data-replication-hub-plugin
The Amazon S3 Transfer Plugin for Data Transfer Hub(https://github.com/awslabs/data-transfer-hub). Transfer objects from S3(in other partition), Alibaba Cloud OSS, Tencent COS, Qiniu Kodo into Amazon S3.
Stars: ✭ 32 (-17.95%)
Mutual labels:  migration
out
Monitor services in your menu bar
Stars: ✭ 155 (+297.44%)
Mutual labels:  services
ConsiderIt
For deliberation and opinion visualization
Stars: ✭ 62 (+58.97%)
Mutual labels:  forum

Vanilla Porter

Vanilla Porter is a nifty tool for exporting your old & busted forum into a fresh Vanilla Forum. It will create a zipped text file that can be imported directly to Vanilla via the Dashboard.

Do NOT use Vanilla Porter for UPGRADING. It is for migrating from other forums, including the incompatible Vanilla 1.x series.

Requirements

Porter requires PHP 5.3+ and a connection to your existing database. That's it!

Getting started

Please use the official release, which is a single file. View the official documentation for important usage notes.

If you have a PHP-based forum (vBulletin, phpBB, etc) you can likely drop this right on your server and run it from there. For more complicated arrangements (like jForum, i.e. a Java environment), we suggest exporting your database to a PHP/MySQL server and running it there.

Roll your own!

To support a new forum source, copy "sample_package.php", rename it to your platform, put it in the packages folder, and follow its inline documentation.

You can run Vanilla Porter via index.php which will use the source files rather than the single-file official release. This makes it easier to keep it up-to-date and debug problems.

Send us a pull request when it's ready, and sign our contributor's agreement (requires a vanillaforums.org forum account).

Command line support

Porter can run via the command line. Execute the index.php file with the --help flag for a full list of options.

For developers with very large databases or ones still in production, we recommend running your export from the command line on your localhost environment with a copy of the database. It just makes life easier.

Building a release

Run make.php, which will build a single file named vanilla2export.php. Easy peasy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].