aboutsummaryrefslogtreecommitdiff
path: root/content/trac-to-pelican-home.md
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-10-08 00:30:08 -0400
committerRob Austein <sra@hactrn.net>2021-10-08 00:30:08 -0400
commit71487660812754e5f26f26595b6c3d456f9f6db8 (patch)
treee960190262edcbb0164edbac1e52915c5a339442 /content/trac-to-pelican-home.md
parentb11298b250f63daf091591d1638608325f766d9a (diff)
Get rid of conversion stuff, just build content -> website
Diffstat (limited to 'content/trac-to-pelican-home.md')
-rw-r--r--content/trac-to-pelican-home.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/content/trac-to-pelican-home.md b/content/trac-to-pelican-home.md
new file mode 100644
index 0000000..8f1b7d9
--- /dev/null
+++ b/content/trac-to-pelican-home.md
@@ -0,0 +1,35 @@
+Date: 2021-10-07 18:55
+Title: Trac Wiki converted to Pelican Markdown
+URL:
+save_as: index.html
+
+Trac Wiki converted to Pelican Markdown
+=======================================
+
+This is a dummy landing page for a Trac Wiki site converted to
+Markdown and fed through Pelican to create a static web site.
+
+See [the conversion scripts that produced
+this](https://git.hactrn.net/sra/trac-wiki-to-markdown) for details on
+the conversion process. Be warned that it's a lot of nasty regular
+expressions, because nothing other than Trac really understand's
+Track's Wiki format.
+
+Trac's landing page is always called [WikiStart](wikistart.html).
+
+Pelican's [automatically-generated index](pelican-index.html) is the
+default Pelican landing page, but we had to move it aside to make room
+for this one.
+
+For the initial conversion we just use Pelican's default theme.
+There's a *lot* of room to adjust the appearance, and a lot of
+[example themes already available for Pelican](http://pelicanthemes.com/).
+
+Similarly, we don't do anything with Pelican's "category" mechanism
+because it has no direct analogue in TracWiki. See [the Pelican
+documentation](https://docs.getpelican.com/en/stable/) for details on
+how to use the category mechanism, or how to disable it completely.
+
+Feel free to clean all of this up, this page is just a placeholder to
+make it easy to navigate the converted wiki until a human takes over.
+