Changeset 190106
- Timestamp:
- 01/05/2010 07:37:16 PM (16 years ago)
- Location:
- relative-links-fix
- Files:
-
- 2 edited
-
tags/1.0/README.txt (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
relative-links-fix/tags/1.0/README.txt
r189718 r190106 13 13 Wordpress bloggers will sometimes copy headlines from a Wordpress-generated homepage and paste them into the post-editing window. In Firefox, this has the unfortunate result of converting absolute urls into relative ones. For example, copying a headline from http://khaotica.com converts the permalink for this article: 14 14 15 `http://khaotica.com/2009/12/firefox-relative-links-fix-wordpress.html` 16 15 http://khaotica.com/2009/12/firefox-relative-links-fix-wordpress.html 17 16 18 17 ...to a relative link: 19 18 20 `../2009/12/firefox-relative-links-fix-wordpress.html` 21 19 ../2009/12/firefox-relative-links-fix-wordpress.html 22 20 23 21 This creates broken links when the post is viewed on the archive page and RSS feed. The links will also be broken for subscribers who receive posts via email. -
relative-links-fix/trunk/README.txt
r189719 r190106 13 13 Wordpress bloggers will sometimes copy headlines from a Wordpress-generated homepage and paste them into the post-editing window. In Firefox, this has the unfortunate result of converting absolute urls into relative ones. For example, copying a headline from http://khaotica.com converts the permalink for this article: 14 14 15 `http://khaotica.com/2009/12/firefox-relative-links-fix-wordpress.html` 16 15 http://khaotica.com/2009/12/firefox-relative-links-fix-wordpress.html 17 16 18 17 ...to a relative link: 19 18 20 `../2009/12/firefox-relative-links-fix-wordpress.html` 21 19 ../2009/12/firefox-relative-links-fix-wordpress.html 22 20 23 21 This creates broken links when the post is viewed on the archive page and RSS feed. The links will also be broken for subscribers who receive posts via email.
Note: See TracChangeset
for help on using the changeset viewer.