You are here: Download Web>WebHome (04 Nov 2009)

Foswiki简体中文语言包下载

使用方法:
  1. 将下载的zh-cn.po文件置于Foswiki安装目录的 \locale 文件夹下;
  2. 进入 configure 页;
  3. Localisation 下选中 {UserInterfaceInternationalisation}
  4. Localisation 下的 Languages 下选中 {Languages}{'zh-cn'}{Enabled}
  5. Localisation 下的 {Site}{CharSet} 设为 utf-8
搞定。

Foswiki Release 1.0.7

This is the Foswiki patch release 1.0.7 released on 20 Sep 2009. This release fixes some serious issues introduced by the CSRF fix and the redirect cache fix in 1.0.6. A major enhancement that also fixes many annoying editor bugs is the upgrade of the Tiny MCE editor to version 3.2.2.

Upgrading to Foswiki 1.0.7 is highly recommended for those running earlier versions of Foswiki (1.0.X) as the upgrade is easy, seamless, and adds additional stability and security.

下载Foswiki 1.0.7

GPG Signatures and MD5 checksums are provided for verifying the integrity of the files for the primary download packages.

全新安装

File GPG MD5 Description
download Foswiki-1.0.7.tgz GPG MD5 tar gz version of Foswiki
download Foswiki-1.0.7.zip GPG MD5 zip version of Foswiki

升级安装

如果你需要从旧版本Foswiki 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5 or 1.0.6升级至1.0.7,请下载如下升级包:
File GPG MD5 Description
download Foswiki-upgrade-1.0.7.tgz GPG MD5 upgrade tar gz version of Foswiki
download Foswiki-upgrade-1.0.7.zip GPG MD5 upgrade zip version of Foswiki

ALERT! 以上升级包不包含一些经常会被修改到的系统文件,因此你可以直接进行覆盖安装(但请在覆盖前仔细检查并做好备份)。 The upgrade packages exclude the files that are typically changed when you customize your installation. The upgrade package can be copied on top of an existing running 1.0.X installation for a quick upgrade to 1.0.7.

Installer

ALERT! These special releases will be updated to 1.0.7 in the next days.

Platform Version File Description
Windows 1.0.6 download Foswiki-1.0.6-0-strawberry.exe Foswiki v1.0.6-0 Windows installer (auto-setup) including Strawberry Perl 5.10.0.6, Apache 2.2
Windows 1.0.7 Foswiki on a USB Stick XAMPP and foswiki, no installation required (64MB v0.4)
Mac OS X 10.5 1.0.7 download Foswiki-1.0.7-1.dmg (GPG) Foswiki v1.0.7 Mac OS X 10.5 installer package (see FoswikiOnMacOSXLeopard?)
Linux 1.0.6 (plugins follow the Extensions web uploads) Unofficial Debian packages repository for Foswiki and extensions Foswiki v.1.0.6 and 202 Extensions with dependencies - for instructions follow the link.
Works for Debian and Ubuntu.

其他版本 (may not be current)

Platform Version File Description
Raw VM 1.0.7 Virtual Machine image? An easy-to-setup software appliance for VMware or VirtualBox. Not recommended for professional installations.
Beginner VM 1.0.0 (plus some fixes from 1.0.2) Virtual Machine image / software appliance for novices? An easy-to-setup software appliance for VMware or VirtualBox. Not recommended for professional installations.
- latest SVN or any release Subversion-based installs? Installs based on subversion: check out the latest version from the development trunk, or a specific release version

Foswiki安装

Foswiki: Introduction

Warning: Can't find topic Community.FrequentlyAskedQuestion000000

What's new - highlights:

  • Foswiki 1.0 is built on a new platform called Foswiki Stand Alone? which adds support for FastCGI? and enables more optimized functionality in mod_perl? and other similar runtime environments. Foswiki Stand Alone will also enable future features such as running Foswiki without a separate web server. You can ensure your applications and plugins will work properly on the new platform (and thus with any future capabilities dependent on the new architecture) by testing them out now with Foswiki 1.0.
  • The PatternSkin has been given a facelift: The PatternSkin topic offers a choice of multiple themes, the sidebar can be placed either on the left or right, a frame can be added around the main content area, and a TWiki theme is available to make it easier for those upgrading from TWiki (dimensions such as the top bar size match the dimensions in the TWiki PatternSkin).
  • The Advanced Search screen now supports a query-based search that can search meta data and field data associated with a topic.
  • New section type "expandvariables" adds better control over macro expansion in topic templates. You can now create template topics with sections within which all macros are expanded.
  • New "Copy topic" feature in the "More topic actions" tools.
  • IF conditions has been expanded with new "isempty" test condition.
  • viewfile script can be used as a webserver ErrorDocument enabling both more secure attachments and user focused error dialogs.

Security Updates

Foswiki has been hardened against malicious attacks:

  • In Foswiki 1.0 the powerful, but highly vulnerable, URLPARAM macro is secured by default against cross site scripting (XSS) attacks. URLPARAM now encodes a short list of unsafe characters '"<>% which eliminates most XSS vectors.. This means that not only the distributed topics, but also your own topics are better protected against XSS.
  • Functions QUERYPARAMS, ORIGURL (skin macro) are secured against XSS attacks. QUERYPARAMS, like URLPARAM, is now encoded with the new, safe encoding.
  • Print preview link is no longer vulnerable to XSS attacks.
  • You can no longer save any data with http GET method. All saving of data must now happen using the POST method which means that you cannot save data using <a... tags, <img... etc. Data must be posted using a real HTML form with method "post".
  • Foswiki 1.0.6 introduces a major security enhancement, protecting against Cross-Site Request Forgery. The extra safe "double submit" algorithm, as recommended by the Open Web Application Security Project (OWASP) project has been used. This is the same algorithm used by several major banks and other security-conscious institutions, and requires that users have Javascript enabled. With 1.0.7 an enhancement has been made so attachments are also protected by this method.
  • Additional security fixes have been made, based on a comprehensive security audit performed by the Foswiki team.

Development statistics

  • Around 400 bugs have been fixed since we forked from TWiki 4.2.3 in late October 2008.
  • 28 Enhancements have been added.
  • More than 5000 checkins by the more than 30 developers working on Foswiki since the start of the project.

Why install or upgrade to Foswiki?

Are you thinking of installing a tool for information sharing? There are about 60,000 TWiki installations on the Internet and on corporate intranets: do you run one of them? Here is why you should turn to Foswiki:

Warning: Can't find named section advantages in topic About.WhyChooseFoswiki

Warning: Can't find named section summary in topic About.WhyChooseFoswiki

Upgrading from an earlier version of Foswiki 1.0.X

To upgrade from an earlier 1.0.X version:

  • Download the Foswiki upgrade package.
  • Unpack it in a temporary directory.
  • Remove any files you know you do not want overwritten. The Foswiki upgrade package does not include any files with preference settings or other configuration information.
  • Take a backup of your running Foswiki 1.0.X (just in case).
  • Copy all the files from the upgrade directory on top of your existing Foswiki 1.0.X installation.
  • Run a chown -R apache:apache (replace apache with the username your web server runs as) to make sure all files are owned by the web server user (or by whatever user is appropriate for your installation).
  • The upgrade package does not include Main.SitePreferences to avoid overwriting your settings. If you upgrade from a version earlier than 1.0.4 you should however remove FOSWIKI_LAYOUT_URL, FOSWIKI_STYLE_URL, FOSWIKI_COLORS_URL from FINALPREFERENCES in Main.SitePreferences
  • In your LocalSite.cfg, change the setting {AccessibleENV} from TWIKI_ACTION to FOSWIKI_ACTION
  • Windows Installations! If you run Foswiki on a Windows server (or on a Unix system where your Perl executable is in a non-standard location) you should note that the upgrade package also renews all files in the bin directory. You will need to reapply the change in the first line (the shebang line) that points to the location of the perl binary.
  • You should now run Foswiki 1.0.7.
  • Note: You'll need to restart the web server if you're using mod_perl? or FastCGI?)

Upgrading from TWiki 4.2

Foswiki is compatible with content of TWiki releases up to and including 4.3.1, as part of its design.

As part of the creation of the Foswiki project, the Foswiki community is evaluating all of the hundreds of extensions that are available for TWiki. All those that work are being ported over to the Foswiki name space. As part of this process many of them are being enhanced through the removal of bugs and security vulnerabilities, resulting in better, more functional, quality assured extensions for Foswiki. The most popular extensions are already ported, and more are added every day.

If you are upgrading, please first read the version 1.0 release notes and follow the instructions in the UpgradeGuide. These two documents can also be found as HTML documents in the root of the distribution.

Resources

License

  • This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
  • This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  • See the GNU General Public License for more details, published at http://www.gnu.org/copyleft/gpl.html

Release Details

GPG Signature

GPG signatures are provided to allow verifying the integrity of the downloaded files.

The Foswiki release packages are built by release manager KennethLavrsen? who has signed the files using GPG signature. You can find the public key at http://www.lavrsen.dk/publickey.htm.

To verify GPG signature:

  • Download the relevant GPG public key to your keyring
  • gpg --verify <.asc> <.tgz|.zip>
In addition plain MD5 signatures are provided.

Topic revision: r3 - 04 Nov 2009 - 12:57:04 - CoriaXu
 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback