Difference between revisions of "Talk:DNA.php"
From Organic Design wiki
m |
m |
||
(2 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) | ||
Line 6: | Line 8: | ||
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. | 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