summaryrefslogtreecommitdiff
path: root/sitegen
diff options
context:
space:
mode:
Diffstat (limited to 'sitegen')
-rw-r--r--sitegen/build_site.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/sitegen/build_site.sh b/sitegen/build_site.sh
new file mode 100644
index 0000000..8daef8c
--- /dev/null
+++ b/sitegen/build_site.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+# builds the html files required for the xilinux website
+
+generate_index () {
+ envsubst < templ/index.html
+}
+
+generate_package_list() {
+ local repo_dir=$1
+ for info_file in $repo_dir/*.xipkg.info; do
+
+ done;
+}
+
+"$XIB_CHROOT"/