Difference between revisions of "Git include"

From PyMOLWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
You write in wiki like this
 
You write in wiki like this
 
  <nowiki> <include src="https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/README" highlight="python" /> </nowiki>
 
  <nowiki> <include src="https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/README" highlight="python" /> </nowiki>
 +
The include module has been restricted to only accept pages from:
 +
<nowiki> https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/* </nowiki>

Revision as of 06:21, 3 December 2011

Use of module include

You write in wiki like this

 <include src="https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/README" highlight="python" /> 

The include module has been restricted to only accept pages from:

 https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/*