vanilla4china项目将对vanilla进行一定的定制和扩展,使其符合中文用户的习惯
http://vanillaforums.cn/
http://vanillaforums.cn/categories/%E7%BB%8F%E9%AA%8C%E5%BF%83%E5%BE%97
#Vanilla论坛中文版
Vanilla是一个结构良好、方便扩展的基于php的开源轻型论坛程序。vanilla4china项目将对它进行一定的定制和扩展,使其符合中文用户的习惯
###主要特性:
Vanilla现在使用了Composer,如果您部署本源码以后无法运行,请勿惊慌,请安装Composer后执行
Vanilla中文社区
Vanilla now uses Composer! You can no longer clone this repo right into a web directory - it requires a build step. Learn more or just download the latest stable build instead.
Every community is unique. Vanilla is a finely-crafted platform on which designers and developers can build a custom-tailored environment that meets your community's particular needs.
The latest stable release is always listed here. Currently, it is the 2.2 branch.
New plugins and themes can be listed in the Official Addon Directory. We encourage addon developers to release their code under the GPL as well, but do not require it.
If you professionally run a large community or enterprise forum, our cloud solution will make the best technical and economic sense by far.
Vanilla is compatible up to PHP 5.6 (the current release) and we always recommend using the lastest stable PHP release whenever possible. PHP 7.0 compatibility is expected in 2.3.
Vanilla ships with a
On the client side, Vanilla should run & look good in just about any modern browser. Using IE? How exotic. You'll want IE8 or greater. IE7 might work if you squint hard and click gently, but we make no promises.
We've been natively mobile since before it was cool. Vanilla ships with a mobile-optimized theme enabled by default for all smartphones & tablets. Heck, it even works on the PlayStation Vita.
from https://github.com/chuck911/vanilla4china
---------------------
Vanilla is a powerfully simple discussion forum you can easily customize to make as unique as your community. https://open.vanillaforums.com
https://github.com/vanilla/vanilla
http://vanillaforums.cn/categories/%E7%BB%8F%E9%AA%8C%E5%BF%83%E5%BE%97
#Vanilla论坛中文版
Vanilla是一个结构良好、方便扩展的基于php的开源轻型论坛程序。vanilla4china项目将对它进行一定的定制和扩展,使其符合中文用户的习惯
###主要特性:
- 更完善的中文翻译
- 支持中文用户名和中文#标签#
- 增加orchid主题和orchid mobile主题
- 支持中文搜索(待改进)
- 针对百度做了一些SEO相关调整
Vanilla现在使用了Composer,如果您部署本源码以后无法运行,请勿惊慌,请安装Composer后执行
composer install
Vanilla中文社区
Vanilla now uses Composer! You can no longer clone this repo right into a web directory - it requires a build step. Learn more or just download the latest stable build instead.
Howdy, Stranger!
Vanilla was born out of the desire to create flexible, customizable, and downright entertaining community solutions. Vanilla has been used to power tens of thousands of community forums around the world and we couldn't be happier if you've decided to use Vanilla to grow yours.Every community is unique. Vanilla is a finely-crafted platform on which designers and developers can build a custom-tailored environment that meets your community's particular needs.
5 reasons Vanilla is the sweetest forum
- We've reimagined traditional forums for mass-appeal.
- Our theming flexibility is second-to-none.
- Impossibly good integration options with single sign-ons and embedding.
- The best tools available for community management.
- Curated features with great plugin options, not the kitchen sink.
Open Source
Vanilla is free, open source software distributed under the GNU GPL2. We accept and encourage contributions from our community and sometimes give hugs in return. You can join us on the Vanilla Community Forums to be part of that discussion.The latest stable release is always listed here. Currently, it is the 2.2 branch.
New plugins and themes can be listed in the Official Addon Directory. We encourage addon developers to release their code under the GPL as well, but do not require it.
Cloud Solution
Vanilla Forums provides an official cloud hosting solution at vanillaforums.com with a 1-click install, automatic upgrades, amazing professional support, incredible scalability, integration assistance, theming and migration services, and exclusive features. For the very best Vanilla forum experience, you can skip the rest of this technical stuff and go there directly.If you professionally run a large community or enterprise forum, our cloud solution will make the best technical and economic sense by far.
Self-Hosting Requirements
- PHP version 5.3 or newer with
--enable-mbstring
. - pdo_mysql module must be enabled.
- MySQL 5 or newer.
master
branch requires PHP 5.4, as will future official releases.Vanilla is compatible up to PHP 5.6 (the current release) and we always recommend using the lastest stable PHP release whenever possible. PHP 7.0 compatibility is expected in 2.3.
Vanilla ships with a
.htaccess
file required for Apache support. Nginx and IIS require additional configuration.On the client side, Vanilla should run & look good in just about any modern browser. Using IE? How exotic. You'll want IE8 or greater. IE7 might work if you squint hard and click gently, but we make no promises.
We've been natively mobile since before it was cool. Vanilla ships with a mobile-optimized theme enabled by default for all smartphones & tablets. Heck, it even works on the PlayStation Vita.
Installation
Vanilla is built to be simple, and its installation is no exception.- Upload this entire file structure up to your web server.
- Confirm the cache, conf, and uploads folders are writable by PHP.
- Navigate to that folder in your web browser.
- Follow the instructions on screen.
Upgrading
Follow these steps to upgrade Vanilla when a new stable release is announced.- Backup your database,
.htaccess
andconf/config.php
file somewhere safe. - Upload the new release's files so they overwrite the old ones.
- Go to
yourforum.com/utility/update
to force any updates needed. - If it fails, try it a second times by refreshing the page.
- Confirm 2.2 works on your server configuration before upgrading your production install.
- Update any locales you have installed. Their name format changed in 2.2. Verify they are working after upgrade.
- Apache users must update their
.htaccess
file.
- Delete the file
/themes/mobile/views/discussions/helper_functions.php
- Delete the file
/applications/dashboard/views/default.master.php
Migrating to Vanilla
- Get Vanilla Porter and verify it supports your platform.
- Read the Advanced Uses notes on that page.
- Upload it to your current server.
- Navigate to the file in your web browser & run it.
- Take the file it produces and import it to Vanilla.
Getting Help
- Troubleshooting upgrades & installs
- Official documentation
- Vanilla community forums
- Official cloud hosting with professional support & migration services
Contributing
- Troubleshoot issues you run into on the community forum so everyone can help & reference it later.
- Got an idea or suggestion? Use the forum to discuss it.
- File detailed issues on GitHub (version number, what you did, and actual vs expected outcomes).
- Sign the Contributors' Agreement to send us code.
- Use pull requests against the correct release (currently
stage
for most changes). - Keep our to-do list fresh by reviewing our open issues for resolved or duplicated items.
Building with Phing
Vanilla includes a buildfile for Phing, a build system for PHP, in the build directory. Running thephing
command from the build directory will create a deploy-ready copy of
Vanilla. This process automatically fetches dependencies with Composer,
filters out any unnecessary developer files (Git files/directories,
.editorconfig, unit tests, etc.) and compresses the result into an
archive。from https://github.com/chuck911/vanilla4china
---------------------
Vanilla is a powerfully simple discussion forum you can easily customize to make as unique as your community. https://open.vanillaforums.com
https://github.com/vanilla/vanilla
No comments:
Post a Comment