Difference between revisions of "Talk:DNA.php"
From Organic Design wiki
m |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | Sorry, looks like there's no such field, I must have just made it up! but maybe the letters should go in the symbols list? [[User:Test|Test]] | ||
+ | ---- | ||
;Colour Scheme | ;Colour Scheme | ||
*<font color="green">A</font> (Adenine) | *<font color="green">A</font> (Adenine) | ||
*G (Guanine) | *G (Guanine) | ||
*<font color="red">T</font> (Thymine) | *<font color="red">T</font> (Thymine) | ||
− | *<font color="blue">C</font>(Cytosine) | + | *<font color="blue">C</font> (Cytosine) |
− | Guanine is black by convention, so no font tag is required saving | + | Guanine is black by convention, so no font tag is required saving bandwidth on downloads. If websafe colour hex codes are used then the tags will be slightly longer. |
+ | |||
+ | |||
+ | ;Installed [[DNA.php]] into | ||
+ | |||
+ | cd /var/www/wiki/extensions/geshi/geshi | ||
+ | chown www-data:www-data dna.php | ||
+ | chmod 755 dna.php | ||
+ | |||
+ | [[Category:GeSHi]] |
Latest revision as of 03:14, 10 February 2006
Sorry, looks like there's no such field, I must have just made it up! but maybe the letters should go in the symbols list? Test
- Colour Scheme
- A (Adenine)
- G (Guanine)
- T (Thymine)
- C (Cytosine)
Guanine is black by convention, so no font tag is required saving bandwidth on downloads. If websafe colour hex codes are used then the tags will be slightly longer.
- Installed DNA.php into
cd /var/www/wiki/extensions/geshi/geshi chown www-data:www-data dna.php chmod 755 dna.php