From: <var...@us...> - 2008-10-20 16:52:34
|
Revision: 6311 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6311&view=rev Author: vargenau Date: 2008-10-20 16:52:28 +0000 (Mon, 20 Oct 2008) Log Message: ----------- Avoid WikiWord Modified Paths: -------------- trunk/pgsrc/Help%2FTranscludePlugin Modified: trunk/pgsrc/Help%FTranscludePlugin =================================================================== --- trunk/pgsrc/Help%2FTranscludePlugin 2008-10-20 16:47:13 UTC (rev 6310) +++ trunk/pgsrc/Help%2FTranscludePlugin 2008-10-20 16:52:28 UTC (rev 6311) @@ -38,11 +38,11 @@ support ''iframe''s. In that case the user will be presented with a link to the transcluded material. -o When possible, JavaScript code is used to adjust the height of the +o When possible, Javascript code is used to adjust the height of the _iframe_ so that it fits the entire transcluded page. Unfortunately, this seems possible only when the transcluded page comes from the same server as the wiki page. (This restriction is - due to security checks built in to the JavaScript language.) + due to security checks built in to the Javascript language.) o The recursion detection code does not currently work. Be careful to avoid recursive transclusions, or you'll be sorry (or at least This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2008-11-08 15:44:11
|
Revision: 6345 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6345&view=rev Author: vargenau Date: 2008-11-08 15:44:04 +0000 (Sat, 08 Nov 2008) Log Message: ----------- Update date of page Modified Paths: -------------- trunk/pgsrc/Help%2FTranscludePlugin Modified: trunk/pgsrc/Help%FTranscludePlugin =================================================================== --- trunk/pgsrc/Help%2FTranscludePlugin 2008-11-07 14:20:31 UTC (rev 6344) +++ trunk/pgsrc/Help%2FTranscludePlugin 2008-11-08 15:44:04 UTC (rev 6345) @@ -1,4 +1,4 @@ -Date: Mon, 20 Oct 2008 14:15:24 +0000 +Date: Mon, 8 Nov 2008 14:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,8 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -The *Transclude* [plugin|Help:WikiPlugin] can be used to embed include whole (external) web -pages within a wiki page. +The *Transclude* [plugin|Help:WikiPlugin] can be used to embed include whole (external) web pages within a wiki page. !!! Arguments This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-03-06 14:12:03
|
Revision: 6650 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6650&view=rev Author: vargenau Date: 2009-03-06 14:11:40 +0000 (Fri, 06 Mar 2009) Log Message: ----------- Working URL Modified Paths: -------------- trunk/pgsrc/Help%2FTranscludePlugin Modified: trunk/pgsrc/Help%FTranscludePlugin =================================================================== --- trunk/pgsrc/Help%2FTranscludePlugin 2009-03-06 13:03:42 UTC (rev 6649) +++ trunk/pgsrc/Help%2FTranscludePlugin 2009-03-06 14:11:40 UTC (rev 6650) @@ -1,4 +1,4 @@ -Date: Tue, 3 Mar 2009 15:32:44 +0000 +Date: Fri, 6 Mar 2009 15:10:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -37,29 +37,19 @@ == Bugs / Caveats -o Pages are transcluded using =<iframe>= tags. Older browsers do not - support //iframe//s. In that case the user will be presented with a - link to the transcluded material. +* Pages are transcluded using ##<iframe>## tags. Older browsers do not support //iframe//s. In that case the user will be presented with a link to the transcluded material. +* When possible, Javascript code is used to adjust the height of the //iframe// so that it fits the entire transcluded page. Unfortunately, this seems possible only when the transcluded page comes from the same server as the wiki page. (This restriction is due to security checks built in to the Javascript language.) +* The recursion detection code does not currently work. Be careful to avoid recursive transclusions, or you'll be sorry (or at least amused.) -o When possible, Javascript code is used to adjust the height of the - _iframe_ so that it fits the entire transcluded page. - Unfortunately, this seems possible only when the transcluded page - comes from the same server as the wiki page. (This restriction is - due to security checks built in to the Javascript language.) - -o The recursion detection code does not currently work. Be careful to - avoid recursive transclusions, or you'll be sorry (or at least - amused.) - == Example {{{ -<<Transclude src="http://phpwiki.sourceforge.net/demo/ChangeLog">> +<<Transclude src="http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/pgsrc/ReleaseNotes?view=markup">> }}} will get you -<<Transclude src="http://phpwiki.sourceforge.net/demo/ChangeLog">> +<<Transclude src="http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/pgsrc/ReleaseNotes?view=markup">> <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2021-12-02 11:32:21
|
Revision: 10722 http://sourceforge.net/p/phpwiki/code/10722 Author: vargenau Date: 2021-12-02 11:32:19 +0000 (Thu, 02 Dec 2021) Log Message: ----------- pgsrc/Help%2FTranscludePlugin: better example Modified Paths: -------------- trunk/pgsrc/Help%2FTranscludePlugin Modified: trunk/pgsrc/Help%2FTranscludePlugin =================================================================== --- trunk/pgsrc/Help%2FTranscludePlugin 2021-12-02 11:29:09 UTC (rev 10721) +++ trunk/pgsrc/Help%2FTranscludePlugin 2021-12-02 11:32:19 UTC (rev 10722) @@ -1,4 +1,4 @@ -Date: Tue, 30 Nov 2021 13:09:40 +0000 +Date: Thu, 2 Dec 2021 12:30:31 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FTranscludePlugin; @@ -43,12 +43,12 @@ == Example == {{{ -<<Transclude src="https://sourceforge.net/p/phpwiki/code/HEAD/tree/trunk/pgsrc/ReleaseNotes?view=markup">> +<<Transclude src="https://en.wikipedia.org/wiki/PhpWiki">> }}} will get you -<<Transclude src="https://sourceforge.net/p/phpwiki/code/HEAD/tree/trunk/pgsrc/ReleaseNotes?view=markup">> +<<Transclude src="https://en.wikipedia.org/wiki/PhpWiki">> <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |