이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Tidy Up

설명

This plugin provides the ability to run HTML Tidy through all your posts, pages, and comments, generating a report on just how dirty your code is. Should you want to, the plugin can also automatically update your database with the cleansed data.

If you are unaware of it’s existence, HTML Tidy is a wonderful little tool that is embedded into almost everything nowadays. It’s purpose is to take potentially malformed HTML code and produce clean XHTML.

Tidy Up does not require any special PHP configuration. As long as you have the ability to run executables then the plugin will work. Currently the plugin contains Tidy executables for:

  • Linux
  • Windows
  • Mac OS X
  • FreeBSD

It is likely that your web host runs one of these.

Documentation

Full documentation can be found on the Tidy Up Page page.

스크린샷

  • Tidy options
  • Tidy report

설치

The plugin is simple to install:

  1. Download tidy-up.zip
  2. Unzip
  3. Upload audit-trail directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin
  5. Configure the plugin from Management/Tidy Up

You can find full details of installing a plugin on the plugin installation page.

후기

2017년 2월 7일
/home/www/example.com/dev_sandbox/wp-content/plugins/tidy-up/tidy.linux -config /home/www/example.com/dev_sandbox/wp-content/plugins/tidy-up/wordpress.configsh: /home/www/example.com/dev_sandbox/wp-content/plugins/tidy-up/tidy.linux: Permission denied Notice: clean_pre is deprecated since version 3.4 with no alternative available. in /home/www/example.com/dev_sandbox/wp-includes/functions.php on line 2921 Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /home/www/example.com/dev_sandbox/wp-includes/functions.php on line 2919 /home/www/example.com/dev_sandbox/wp-content/plugins/tidy-up/tidy.linux -config /home/www/example.com/dev_sandbox/wp-content/plugins/tidy-up/wordpress.configsh: /home/www/example.com/dev_sandbox/wp-content/plugins/tidy-up/tidy.linux: Permission denied Notice: clean_pre is deprecated since version 3.4 with no alternative available. in /home/www/example.com/dev_sandbox/wp-includes/functions.php on line 2921 Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /home/www/example.com/dev_sandbox/wp-includes/functions.php on line 2919
모든 2 평가 읽기

기여자 & 개발자

“Tidy Up”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Tidy Up”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Initial release

1.1

  • Fix CSS path
  • Add option for tidying excerpt
  • Remember type
  • Aadd view/edit icons
  • AJAX support

1.2

  • Use database prefix and wpurl
  • Allow tidying of drafts

1.3

  • WP 2.8 compatibility