From ac340a5dabe0247bf07df9084a646eb619333867 Mon Sep 17 00:00:00 2001
From: Eduardo Trujillo <ed@chromabits.com>
Date: Thu, 3 Dec 2015 00:21:03 -0500
Subject: [PATCH] Add more projects

---
 projects/gonduit.md             | 10 ++++++++++
 projects/minebot.md             |  9 +++++++++
 projects/nucleus.md             | 14 ++++++++++++++
 projects/phabricator-yubikey.md |  8 ++++++++
 projects/phabulous.md           | 10 ++++++++++
 projects/sauron.md              |  9 +++++++++
 6 files changed, 60 insertions(+)
 create mode 100644 projects/gonduit.md
 create mode 100644 projects/minebot.md
 create mode 100644 projects/nucleus.md
 create mode 100644 projects/phabricator-yubikey.md
 create mode 100644 projects/phabulous.md
 create mode 100644 projects/sauron.md

diff --git a/projects/gonduit.md b/projects/gonduit.md
new file mode 100644
index 0000000..4f021be
--- /dev/null
+++ b/projects/gonduit.md
@@ -0,0 +1,10 @@
+---
+title: Gonduit
+platform: go
+github: etcinit/gonduit
+docs: https://godoc.org/github.com/etcinit/gonduit
+---
+
+A Go package for connecting to Phabricator via the Conduit API.
+
+<!--more-->
diff --git a/projects/minebot.md b/projects/minebot.md
new file mode 100644
index 0000000..0140c7b
--- /dev/null
+++ b/projects/minebot.md
@@ -0,0 +1,9 @@
+---
+title: Minebot
+platform: Javascript
+github: etcinit/minebot
+---
+
+Minecraft Bot for my final AI project.
+
+<!--more-->
diff --git a/projects/nucleus.md b/projects/nucleus.md
new file mode 100644
index 0000000..14dcfb2
--- /dev/null
+++ b/projects/nucleus.md
@@ -0,0 +1,14 @@
+---
+title: Nucleus
+platform: PHP
+docs: http://chromabits.github.io/nucleus/
+github: chromabits/nucleus
+---
+
+A standalone PHP utility library.
+
+<!--more-->
+
+Inspired heavily by similar projects like libphutil. Currently used in personal
+and work projects. Designed to make working wth PHP a little bit nicer and
+predictable.
diff --git a/projects/phabricator-yubikey.md b/projects/phabricator-yubikey.md
new file mode 100644
index 0000000..931113c
--- /dev/null
+++ b/projects/phabricator-yubikey.md
@@ -0,0 +1,8 @@
+---
+title: Phabricator Yubikey
+platform: PHP
+github: etcinit/phabricator-yubikey
+---
+Experimental integration of Yubikey OTPs with Phabricator
+
+<!--more-->
diff --git a/projects/phabulous.md b/projects/phabulous.md
new file mode 100644
index 0000000..f719436
--- /dev/null
+++ b/projects/phabulous.md
@@ -0,0 +1,10 @@
+---
+title: Phabulous
+platform: Go
+docs: http://phabricator.chromabits.com/w/phabulous/
+github: etcinit/phabulous
+---
+
+A Phabricator bot for Slack
+
+<!--more-->
diff --git a/projects/sauron.md b/projects/sauron.md
new file mode 100644
index 0000000..9fc722c
--- /dev/null
+++ b/projects/sauron.md
@@ -0,0 +1,9 @@
+---
+title: Sauron
+platform: Go
+github: etcinit/sauron
+---
+
+CLI tool for tail-ing a whole log directory recursively and dynamically.
+
+<!--more-->
-- 
GitLab