Skip to content

Commit a7ddaf4

Browse files
committed
fixing some links
1 parent 5b7ac95 commit a7ddaf4

File tree

67 files changed

+557
-557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+557
-557
lines changed

modules/ROOT/pages/Installation.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Recently added is the https://www.tiny.cloud/docs-3x/reference/for-dummies/[For
99
[[requirements]]
1010
== Requirements
1111

12-
TinyMCE has no direct requirements except for browser compatibility (see https://www.tiny.cloud/docs-3x/extras/TinyMCE3x@Browser_compatiblity/[TinyMCE:compatibility] and, of course, having JavaScript enabled.
12+
TinyMCE has no direct requirements except for browser compatibility (see https://www.tiny.cloud/docs-3x/extras/Browser_compatiblity/[TinyMCE:compatibility] and, of course, having JavaScript enabled.
1313

1414
There is NO back-end code distributed with TinyMCE.
1515

16-
TinyMCE can be set up to use textareas in an HTML form as a workspace. When the form is submitted you can have your system do something with the content of the textarea such as save the HTML code to a database or file. Your frontend can also be set up to read in existing content so you can make changes to it. Refer to Configuration Options, General, https://www.tiny.cloud/docs-3x/reference/configuration/Configuration3x@mode/[Mode] for more information.
16+
TinyMCE can be set up to use textareas in an HTML form as a workspace. When the form is submitted you can have your system do something with the content of the textarea such as save the HTML code to a database or file. Your frontend can also be set up to read in existing content so you can make changes to it. Refer to Configuration Options, General, https://www.tiny.cloud/docs-3x/reference/configuration/mode/[Mode] for more information.
1717

1818
[[windows-specific-apache-configuration]]
19-
== Windows specific Apache configuration
19+
== Windows specific Apache configuration
2020
anchor:windowsspecificapacheconfiguration[historical anchor]
2121

2222
You may get errors like tinyMCE is not defined or missing } after property list on Windows installations.
@@ -33,15 +33,15 @@ Side note: tinyMCE is not defined or missing } after property list may also occu
3333
For download instructions check our https://www.tiny.cloud[TinyMCE Website].
3434

3535
[[extracting-the-archives]]
36-
== Extracting the archives
36+
== Extracting the archives
3737
anchor:extractingthearchives[historical anchor]
3838

3939
On Windows you could use WinZip or something similar, and on other operating systems such as Linux you simply extract the archive with the tar command. You can find an example on how to extract the archived file on Linux below.
4040

4141
You should extract TinyMCE in your `wwwroot` or site domain root folder.
4242

4343
[[extract-example-using-a-shell]]
44-
== Extract example using a shell
44+
== Extract example using a shell
4545
anchor:extractexampleusingashell[historical anchor]
4646

4747
```
@@ -53,7 +53,7 @@ anchor:extractexampleusingashell[historical anchor]
5353
```
5454

5555
[[a-folder-structure-looking-like-this-is-created]]
56-
== A folder structure looking like this is created
56+
== A folder structure looking like this is created
5757
anchor:afolderstructurelookinglikethisiscreated[historical anchor]
5858

5959
```

modules/ROOT/pages/compressor/about.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
:title_nav: About Compressors
77

88
[[tinymce-compressor]]
9-
== TinyMCE Compressor
9+
== TinyMCE Compressor
1010
anchor:tinymcecompressor[historical anchor]
1111

1212
The TinyMCE compressor is a backend for reducing the overall download and initialization time for TinyMCE it consists of a JavaScript loader that requests a php/aspx/jsp/cfm page that compresses the specified resources using GZip. This method makes the overall download 75% smaller and the number of requests will also be reduced. The overall initialization time for TinyMCE will be reduced dramatically if you use this script for loading TinyMCE.
1313

1414
[[what-is-gzip]]
15-
== What is GZip?
15+
== What is GZip?
1616
anchor:whatisgzip[historical anchor]
1717

1818
gzipis short for GNU zip, a GNU free software file compression program. It was created by Jean-loup Gailly and Mark Adler. Version 0.1 was first publicly released on October 31, 1992. Version 1.0 followed in February 1993. The HTTP/1.1 protocol allows for clients to optionally request the compression of content from the server.
1919

2020
[[server-technologies]]
21-
== Server technologies
21+
== Server technologies
2222
anchor:servertechnologies[historical anchor]
2323

2424
There are currently 4 different compressors written by MoxieCode based on various server technologies:
2525

26-
* https://www.tiny.cloud/docs-3x/compressor/Compressors3x@PHP/[PHP]
27-
* https://www.tiny.cloud/docs-3x/compressor/Compressors3x@.NET/[ASPX / Microsoft .NET]
28-
* https://www.tiny.cloud/docs-3x/compressor/Compressors3x@JSP/[JSP / Tomcat or compatible application servers]
29-
* https://www.tiny.cloud/docs-3x/compressor/Compressors3x@Coldfusion/[CFM / Coldfusion]
26+
* https://www.tiny.cloud/docs-3x/compressor/PHP/[PHP]
27+
* https://www.tiny.cloud/docs-3x/compressor/.NET/[ASPX / Microsoft .NET]
28+
* https://www.tiny.cloud/docs-3x/compressor/JSP/[JSP / Tomcat or compatible application servers]
29+
* https://www.tiny.cloud/docs-3x/compressor/Coldfusion/[CFM / Coldfusion]
3030

3131
They can be downloaded from our https://www.tiny.cloud/get-tiny/[Download page].
3232

3333
[[third-party-compressors]]
34-
== Third-party Compressors
34+
== Third-party Compressors
3535
anchor:third-partycompressors[historical anchor]
3636

3737
There are also other compressors maintained by third-party developers:
@@ -43,7 +43,7 @@ There are also other compressors maintained by third-party developers:
4343
* http://code.google.com/p/tinymce-python-compressor/[Python (CGI)]
4444

4545
[[compressing-into-a-static-file]]
46-
== Compressing into a static file
46+
== Compressing into a static file
4747
anchor:compressingintoastaticfile[historical anchor]
4848

4949
It's also possible to simply concatenate the necessary components and some boilerplate code into a single .js file. However you will always have to recreate this file if you want to use other TinyMCE plugins, or you upgrade TinyMCE. You will also probably want to configure your webserver to compress javascript files.

modules/ROOT/pages/customization/Creating_a_plugin.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,43 @@
33
= Creating a plugin
44

55
[[creating-a-plugin-for-tinymce-3x]]
6-
== Creating a plugin for TinyMCE (3.x)
6+
== Creating a plugin for TinyMCE (3.x)
77
anchor:creatingapluginfortinymce3x[historical anchor]
88

99
NOTE: Still using TinyMCE version 3.x? https://tiny.cloud/docs/[Update to 4.x]. More features, easier deployment and better support!
1010

1111
[[creating-your-own-plugins]]
12-
== Creating your own plugins
12+
== Creating your own plugins
1313
anchor:creatingyourownplugins[historical anchor]
1414

1515
Creating your own plugins for the TinyMCE application is fairly easy if you know the basics of HTML, CSS and JavaScript. There is an example plugin that is made to be easy to modify and has the basic things you need for a custom plugin. This example plugin is called "example" and is located in the plugins directory, copy this one to make your own plugin and change all references to example to match your new plugin name.
1616

1717
[[migration-from-the-2x-api-to-the-new-3x-api]]
18-
== Migration from the 2.x API to the new 3.x API
18+
== Migration from the 2.x API to the new 3.x API
1919
anchor:migrationfromthe2xapitothenew3xapi[historical anchor]
2020

21-
There have been lots of changes to the API for the 3.x version of TinyMCE. The new API is more robust and clean than the old 2.x API and it's also well documented. Check the https://www.tiny.cloud/docs-3x/api/[TinyMCE API] for details on different methods and classes. One of the big changes to plugin creation from the 2.x API is that it now uses the observer pattern instead of an event interface pattern, so you need to register listener functions in the "init" method of the plugin instead of simply implementing different event callback methods. The new approach has its advantages from the older method. You can read more about the changes API changes in the https://www.tiny.cloud/docs-3x/howto/TinyMCE3x@How-to_migrate_from_TinyMCE_2.x_to_3.x/[Migration guide].
21+
There have been lots of changes to the API for the 3.x version of TinyMCE. The new API is more robust and clean than the old 2.x API and it's also well documented. Check the https://www.tiny.cloud/docs-3x/api/[TinyMCE API] for details on different methods and classes. One of the big changes to plugin creation from the 2.x API is that it now uses the observer pattern instead of an event interface pattern, so you need to register listener functions in the "init" method of the plugin instead of simply implementing different event callback methods. The new approach has its advantages from the older method. You can read more about the changes API changes in the https://www.tiny.cloud/docs-3x/howto/How-to_migrate_from_TinyMCE_2.x_to_3.x/[Migration guide].
2222

2323
[[plugin-options]]
24-
== Plugin options
24+
== Plugin options
2525
anchor:pluginoptions[historical anchor]
2626

2727
If you want, you may add plugin specific options and settings, but remember to prefix their names in the following format in order to create a unique name space: `"<your plugin>_<option>"` ("yourplugin_someoption", for example). Use https://www.tiny.cloud/docs-3x/api/class_tinymce.Editor.html/#getparam[getParam] to retrieve a custom plugin option value.
2828

2929
[[plugin-directory-structure]]
30-
== Plugin directory structure
30+
== Plugin directory structure
3131
anchor:plugindirectorystructure[historical anchor]
3232

3333
`/css` Plugin specific CSS files. `/img` Plugin specific images. `/js` Plugin specific javascripts for HTML dialogs etc. `/langs` Plugin specific language files. These will be two files namely: 1. `en.js` which contains only the description of the plugin when the mouse cursor hovers over the plugin's button in the UI 2. `en_dlg.js` which contains all the dialogue strings you want to display in the plugin's pop-up window. `/editor_plugin.js` Editor plugin file (compressed) gets loaded when `tiny_mce.js` is used. `/editor_plugin_src.js` Editor plugin file (source) gets loaded when `tiny_mce_src.js` or `tiny_mce_dev.js` is used. `/somedialog.htm` Plugin specific dialog HTML file.
3434

3535
[[compiling-javascript-editor_plugin_srcjs---editor_pluginjs]]
36-
== Compiling JavaScript (editor_plugin_src.js \-> editor_plugin.js)
36+
== Compiling JavaScript (editor_plugin_src.js \-> editor_plugin.js)
3737
anchor:compilingjavascripteditor_plugin_srcjs-editor_pluginjs[historical anchor]
3838

3939
TinyMCE doesn't care about `editor_plugin_src.js`. You need to use http://javascriptcompressor.com/[jstrim] to convert it to `editor_plugin.js`, which is essentially a version of `editor_plugin_src.js` with all the comments and whitespace stripped out.
4040

4141
[[plugin-example-source]]
42-
== Plugin example source
42+
== Plugin example source
4343
anchor:pluginexamplesource[historical anchor]
4444

4545
Replace all instances of "Example" with your own plugin name

modules/ROOT/pages/customization/Creating_a_skin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
= Creating a skin
44

55
[[creating-a-skin]]
6-
== Creating a skin
6+
== Creating a skin
77
anchor:creatingaskin[historical anchor]
88

99
A skin is a CSS file together with optional images that are located inside the themes skin directory jscripts/tiny_mce/themes/advanced/skins.
@@ -52,4 +52,4 @@ To change the toolbar background colour, edit jscripts/tiny_mce/themes/advanced/
5252
.<your skin name>Skin table {background:#FBE6ED}
5353
`
5454

55-
https://www.tiny.cloud/docs-3x/reference/configuration/Configuration3x@skin/[Skin configuration option]
55+
https://www.tiny.cloud/docs-3x/reference/configuration/skin/[Skin configuration option]

0 commit comments

Comments
 (0)