diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-16 01:07:16 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-16 01:07:16 (EST) |
commit | 6cbee24def8965df0c3b597f22f4ccbe641fd00b (patch) | |
tree | cbad32ffa4dd5dd3f57e5310439a46a0787b6147 | |
parent | f5b74b22ccd91213087f68a09dfd95d4ddd5565c (diff) | |
download | libreboot.org-6cbee24def8965df0c3b597f22f4ccbe641fd00b.zip libreboot.org-6cbee24def8965df0c3b597f22f4ccbe641fd00b.tar.gz libreboot.org-6cbee24def8965df0c3b597f22f4ccbe641fd00b.tar.bz2 |
Delete array.php.src.txt symlink (source can be git cloned now)
-rw-r--r-- | variables.php | 2 | ||||
l--------- | vortex86ex/array.php.src.txt | 1 | ||||
-rw-r--r-- | vortex86ex/index.php | 9 |
3 files changed, 9 insertions, 3 deletions
diff --git a/variables.php b/variables.php index 399789b..d34bf0e 100644 --- a/variables.php +++ b/variables.php @@ -1,4 +1,6 @@ <?php + $lbHomepage = "http://libreboot.org/"; + $lbFirmwareGitRepoAddress = "http://libreboot.org/libreboot.git"; $lbFirmwareGitwebAddress = "http://libreboot.org/gitweb/?p=libreboot.git"; diff --git a/vortex86ex/array.php.src.txt b/vortex86ex/array.php.src.txt deleted file mode 120000 index a512ad4..0000000 --- a/vortex86ex/array.php.src.txt +++ /dev/null @@ -1 +0,0 @@ -array.php
\ No newline at end of file diff --git a/vortex86ex/index.php b/vortex86ex/index.php index a228865..8a1370a 100644 --- a/vortex86ex/index.php +++ b/vortex86ex/index.php @@ -20,6 +20,10 @@ </head> +<?php + include_once "../variables.php"; +?> + <body> <div class="contain"> @@ -191,9 +195,10 @@ DMP sells the 86Duino directly, and distributors sell the EBOX-3100 (as well as </p> <p> - The hex arrays were copied and formated in a PHP file, src: <a href="array.php.src.txt">array.php.src.txt</a>. + The hex arrays were copied and formated in a PHP file. This outputs the array in <a href="https://en.wikipedia.org/wiki/Intel_HEX#Format">intel hex format</a>. - See results at <a href="array.php">array.php</a>. + See results at <a href="array.php">array.php</a> (for src, clone the libreboot site using the info from the + <a href="../">home page</a>). The output was then saved as <b>dis.inc</b> and <b>dis.inc.hex</b>. </p> |