Revision history for UsingHTML


Revision [22847]

Last edited on 2016-05-20 07:38:42 by BrianKoontz [Replaces old-style internal links with new pipe-split links.]
Additions:
This page can now be found on the [[Docs:UsingHTML | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/UsingHTML/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
This page can now be found on the [[Docs:UsingHTML Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/UsingHTML/revisions
old revisions of this page]] is still available for reference.<<


Revision [18054]

Edited on 2008-01-27 02:34:53 by BrianKoontz [Migrated to doc server]
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:UsingHTML Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/UsingHTML/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
[[WikkaDocumentation Wikka Documentation]]
=====Using HTML in Wikka pages=====
There are two ways to incorporate HTML code into your Wikka pages:
1) Convert HTML to Wikka markup using a utility such as this perl script: [[http://search.cpan.org/dist/HTML-WikiConverter-WikkaWiki/ HTML-WikiConverter-WikkaWiki]]; or
1) HTML code can be inserted directly into Wikka pages.
Think of the possibilities. This allows you to cut and paste HTML tables from an existing webpage into the wiki. You can see an example of this on the LanguageCodes page.
To insert HTML, start with two double quotes, then insert the HTML, and then close with another two double quotes.
==Syntax==
%%""[html code]""%%
==Security==
By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are removed can be found on the SafeHTML page.
It's possible to allow //all// HTML tags to be used, but this is a big security risk. **Use with caution.**
To allow all HTML tags, edit the ##[[ConfigurationOptions wikka.config.php]]## file and change the ##double_doublequote_html## value to "raw".
Possible values of ##double_doublequote_html##:
- safe
- raw
- disabled
If the value is set to "disabled", HTML characters are converted to HTML entities. You can check the [[http://php.net/htmlspecialchars PHP Manual page for htmlspecialchars]] for more info.
CategoryDocumentation


Revision [15176]

Edited on 2006-08-22 08:29:52 by BrianKoontz [Added link to HTML->Wikka converter]
Additions:
There are two ways to incorporate HTML code into your Wikka pages:
1) Convert HTML to Wikka markup using a utility such as this perl script: [[http://search.cpan.org/dist/HTML-WikiConverter-WikkaWiki/ HTML-WikiConverter-WikkaWiki]]; or
1) HTML code can be inserted directly into Wikka pages.
Deletions:
HTML code can be inserted directly into Wikka pages.


Revision [14994]

Edited on 2006-08-01 06:43:38 by DarTar [reverting]
Deletions:
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com>Wholesale shoes</a>"}}
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com/area/49.htm>Wholesale shoes</a>"}}
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com/area/99.htm>Wholesale shoes</a>"}}
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com/area/149.htm>Wholesale shoes</a>"}}
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com/area/199.htm>Wholesale shoes</a>"}}
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com/area/244.htm>Wholesale shoes</a>"}}
Its useful,mabe


Revision [14993]

Edited on 2006-08-01 05:30:56 by TianB [reverting]
Additions:
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com>Wholesale shoes</a>"}}
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com/area/49.htm>Wholesale shoes</a>"}}
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com/area/99.htm>Wholesale shoes</a>"}}
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com/area/149.htm>Wholesale shoes</a>"}}
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com/area/199.htm>Wholesale shoes</a>"}}
{{table columns="1" cellpadding="1" style="display:none" cells="<a href=http://www.cqymsm.com/area/244.htm>Wholesale shoes</a>"}}
Its useful,mabe


Revision [12925]

Edited on 2006-01-19 09:40:10 by DarTar [restoring syntax example and adding headings]
Additions:
==Syntax==
%%""[html code]""%%
==Security==
To allow all HTML tags, edit the ##[[ConfigurationOptions wikka.config.php]]## file and change the ##double_doublequote_html## value to "raw".
Possible values of ##double_doublequote_html##:
Deletions:
Syntax:
&quot"
[html code]
&quot"
To allow all HTML tags, edit the wakka.config.php file and change the double_doublequote_html value to "raw".
Possible values of double_doublequote_html:


Revision [12919]

Edited on 2006-01-18 19:00:03 by RolandStens [Removed us4 from the us4.php.net in the last link. This makes the link work regardless of your locat]
Additions:
[[WikkaDocumentation Wikka Documentation]]
----
=====Using HTML in Wikka pages=====

HTML code can be inserted directly into Wikka pages.

Think of the possibilities. This allows you to cut and paste HTML tables from an existing webpage into the wiki. You can see an example of this on the LanguageCodes page.

To insert HTML, start with two double quotes, then insert the HTML, and then close with another two double quotes.

Syntax:
&quot"
[html code]
&quot"

By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are removed can be found on the SafeHTML page.

It's possible to allow //all// HTML tags to be used, but this is a big security risk. **Use with caution.**
To allow all HTML tags, edit the wakka.config.php file and change the double_doublequote_html value to "raw".
Possible values of double_doublequote_html:
- safe
- raw
- disabled

If the value is set to "disabled", HTML characters are converted to HTML entities. You can check the [[http://php.net/htmlspecialchars PHP Manual page for htmlspecialchars]] for more info.
----
Deletions:
[[WikkaDocumentation Wikka Documentation]]
----
=====Using HTML in Wikka pages=====

HTML code can be inserted directly into Wikka pages.

Think of the possibilities. This allows you to cut and paste HTML tables from an existing webpage into the wiki. You can see an example of this on the LanguageCodes page.

To insert HTML, start with two double quotes, then insert the HTML, and then close with another two double quotes.

Syntax:
&quot&quot
[html code]
&quot&quot

By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are removed can be found on the SafeHTML page.

It's possible to allow //all// HTML tags to be used, but this is a big security risk. **Use with caution.**
To allow all HTML tags, edit the wakka.config.php file and change the double_doublequote_html value to "raw".
Possible values of double_doublequote_html:
- safe
- raw
- disabled

If the value is set to "disabled", HTML characters are converted to HTML entities. You can check the [[http://us4.php.net/htmlspecialchars PHP Manual page for htmlspecialchars]] for more info.
----


Revision [1956]

Edited on 2004-10-22 11:33:40 by NilsLindenberg [Category added]
Additions:
[[WikkaDocumentation Wikka Documentation]]
If the value is set to "disabled", HTML characters are converted to HTML entities. You can check the [[http://us4.php.net/htmlspecialchars PHP Manual page for htmlspecialchars]] for more info.
CategoryDocumentation
Deletions:
[[HelpInfo Wikka Documentation]]
If the value is set to "disabled", HTML characters are converted to HTML entities. You can check the [[http://us4.php.net/htmlspecialchars PHP Manual page for htmlspecialchars]] for more info.


Revision [1559]

Edited on 2004-10-03 20:28:41 by DarTar [Adding title and links]
Additions:
[[HelpInfo Wikka Documentation]]
----
=====Using HTML in Wikka pages=====

HTML code can be inserted directly into Wikka pages.

Think of the possibilities. This allows you to cut and paste HTML tables from an existing webpage into the wiki. You can see an example of this on the LanguageCodes page.

To insert HTML, start with two double quotes, then insert the HTML, and then close with another two double quotes.

Syntax:
&quot&quot
[html code]
&quot&quot

By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are removed can be found on the SafeHTML page.

It's possible to allow //all// HTML tags to be used, but this is a big security risk. **Use with caution.**
To allow all HTML tags, edit the wakka.config.php file and change the double_doublequote_html value to "raw".
Possible values of double_doublequote_html:
- safe
- raw
- disabled

Deletions:
HTML code can be inserted directly into Wikka pages.

Think of the possibilities. This allows you to cut and paste HTML tables from an existing webpage into the wiki. You can see an example of this on the LanguageCodes page.

To insert HTML, start with two double quotes, then insert the HTML, and then close with another two double quotes.

Syntax:
&quot"
[html code]
&quot"

By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are removed can be found on the SafeHTML page.

It's possible to allow //all// HTML tags to be used, but this is a big security risk. **Use with caution.**
To allow all HTML tags, edit the wakka.config.php file and change the double_doublequote_html value to "raw".
Possible values of double_doublequote_html:
- safe
- raw
- disabled


Revision [513]

Edited on 2004-05-30 01:55:25 by JsnX [Adding title and links]
Additions:
It's possible to allow //all// HTML tags to be used, but this is a big security risk. **Use with caution.**
Deletions:
It's possible to allow all HTML tags to be used, but this is a big security risk. **Use with caution.**


Revision [502]

Edited on 2004-05-29 19:32:28 by JsnX [Adding title and links]
Additions:
By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are removed can be found on the SafeHTML page.
Deletions:
By default, some HTML tags are removed by the SafeHtml parser to protect against potentially dangerous code. The list of tags that are removed can be found on the SafeHtml page.


Revision [501]

The oldest known version of this page was created on 2004-05-29 19:32:06 by JsnX [Adding title and links]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki