summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--variables.php2
l---------vortex86ex/array.php.src.txt1
-rw-r--r--vortex86ex/index.php9
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>