diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/projects/index.php | 29 | ||||
l--------- | html/projects/spragg-ssl.co.uk.git | 1 | ||||
l--------- | html/style/cgit | 1 |
3 files changed, 22 insertions, 9 deletions
diff --git a/html/projects/index.php b/html/projects/index.php index c661add..b995ccf 100644 --- a/html/projects/index.php +++ b/html/projects/index.php @@ -8,16 +8,27 @@ <?php echo indent(site_header('Projects'), 3); ?> </header> <main> - <p>Public projects that I've worked on/contributed to...</p> + <p>Projects that I've written, worked on, or contributed to, which I am able to link to here...</p> - <h2><a href="http://xmlsoft.org/">libxml2</a></h2> - <h3><a href="https://mail.gnome.org/archives/xml/2010-October/thread.html#00002">Add new pretty-printing and sorting options for saving XML</a></h3> - <p>Commits:</p> - <ol class="commit"> - <li><a href="https://gitlab.gnome.org/GNOME/libxml2/commit/8b877135a38aac58141e81c2894bc28ad7f0e642">8b877135a38aac58141e81c2894bc28ad7f0e642 - Force _xmlSaveCtxt.format to be 0 or 1</a></li> - <li><a href="https://gitlab.gnome.org/GNOME/libxml2/commit/5f9d9ceb3dd2c084ec8646fd03ba3ab3e6055767">5f9d9ceb3dd2c084ec8646fd03ba3ab3e6055767 - Fix xmllint to use format=1 for default formatting</a></li> - <li><a href="https://gitlab.gnome.org/GNOME/libxml2/commit/d2e62311cd15651e68f921167c7fcf05b19378f9">d2e62311cd15651e68f921167c7fcf05b19378f9 - Add xmlSaveOption XML_SAVE_WSNONSIG</a></li> - </ol> + <section> + <h2><a href="https://spragg-ssl.co.uk/">The spragg-ssl.co.uk website</a></h2> + <ul class="commit"> + <li>Browsable repository: <a href="cgit/spragg-ssl.co.uk/">cgit/spragg-ssl.co.uk</a></li> + <li>Cloneable repository: <a href="spragg-ssl.co.uk.git">spragg-ssl.co.uk.git</a></li> + </ul> + <p>Hm. Why does browse→browsable (no "e"), but clone→cloneable (with "e")?</p> + </section> + + <section> + <h2><a href="http://xmlsoft.org/">libxml2</a></h2> + <h3><a href="https://mail.gnome.org/archives/xml/2010-October/thread.html#00002">Add new pretty-printing and sorting options for saving XML</a></h3> + <p>Commits:</p> + <ol class="commit"> + <li><a href="https://gitlab.gnome.org/GNOME/libxml2/commit/8b877135a38aac58141e81c2894bc28ad7f0e642">8b877135a38aac58141e81c2894bc28ad7f0e642 - Force _xmlSaveCtxt.format to be 0 or 1</a></li> + <li><a href="https://gitlab.gnome.org/GNOME/libxml2/commit/5f9d9ceb3dd2c084ec8646fd03ba3ab3e6055767">5f9d9ceb3dd2c084ec8646fd03ba3ab3e6055767 - Fix xmllint to use format=1 for default formatting</a></li> + <li><a href="https://gitlab.gnome.org/GNOME/libxml2/commit/d2e62311cd15651e68f921167c7fcf05b19378f9">d2e62311cd15651e68f921167c7fcf05b19378f9 - Add xmlSaveOption XML_SAVE_WSNONSIG</a></li> + </ol> + </section> <p style="margin-top: 3em;">To be continued...</p> </main> diff --git a/html/projects/spragg-ssl.co.uk.git b/html/projects/spragg-ssl.co.uk.git new file mode 120000 index 0000000..3ff43a9 --- /dev/null +++ b/html/projects/spragg-ssl.co.uk.git @@ -0,0 +1 @@ +/srv/git/spragg-ssl.co.uk.git
\ No newline at end of file diff --git a/html/style/cgit b/html/style/cgit new file mode 120000 index 0000000..29621f2 --- /dev/null +++ b/html/style/cgit @@ -0,0 +1 @@ +/usr/share/cgit
\ No newline at end of file |