summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2024-10-09 22:12:27 -0400
committerJune McEnroe <june@causal.agency>2024-10-09 22:12:27 -0400
commita147012a38017ee519ce35b3acbb0e55f3638f7b (patch)
tree1ef82996ed98acb68c6b47c4d9004237c078aade /www
parentAdd photos from September 29 (diff)
downloadsrc-a147012a38017ee519ce35b3acbb0e55f3638f7b.tar.gz
src-a147012a38017ee519ce35b3acbb0e55f3638f7b.zip
Add photos from October 1
Ok the first 3 are from September 29 but I didn't want to spoil the
black and white roll.
Diffstat (limited to 'www')
-rw-r--r--www/photo.causal.agency/2024-10-01/body1
-rw-r--r--www/photo.causal.agency/2024-10-01/film1
-rw-r--r--www/photo.causal.agency/2024-10-01/lens1
3 files changed, 3 insertions, 0 deletions
diff --git a/www/photo.causal.agency/2024-10-01/body b/www/photo.causal.agency/2024-10-01/body
new file mode 100644
index 00000000..eafb759d
--- /dev/null
+++ b/www/photo.causal.agency/2024-10-01/body
@@ -0,0 +1 @@
+Praktica MTL3
diff --git a/www/photo.causal.agency/2024-10-01/film b/www/photo.causal.agency/2024-10-01/film
new file mode 100644
index 00000000..dd589471
--- /dev/null
+++ b/www/photo.causal.agency/2024-10-01/film
@@ -0,0 +1 @@
+Harman Phoenix 200
diff --git a/www/photo.causal.agency/2024-10-01/lens b/www/photo.causal.agency/2024-10-01/lens
new file mode 100644
index 00000000..a88822d3
--- /dev/null
+++ b/www/photo.causal.agency/2024-10-01/lens
@@ -0,0 +1 @@
+Takumar 135mm ƒ/3.5, Pentacon 50mm ƒ/1.8
=1'>README: Fix dependenciesLukas Fleischer * Remove the dependency on Git (which can be obtained automatically when building, using either the Git submodule or `make get-git`). * Use proper upstream names of dependencies. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08README: Spelling and formatting fixesLukas Fleischer * Several small spelling and capitalization fixes. * Use consistent and better-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts