From: b Date: Thu, 25 Sep 2014 19:40:03 +0000 (+0000) Subject: Posts sent from the mirror are now quotable. X-Git-Tag: v1.2 X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=93ef75b1e04a0720fc333a0e51a5f9e08647e583;p=ott%2Fmirror Posts sent from the mirror are now quotable. v.1 i.2 Posts sent from the mirror are now editable. Minor changes in the posting mechanism. Added an interface for viewing (and quoting) recently posted posts. Added a relinking interface. Improved related URL relinking git-svn-id: svn://botcastle1b/ottmirror@3 23ac2ed3-cec8-4626-8109-7118d8ca9799 --- diff --git a/index.htm b/index.htm index e331bed..a4227aa 100644 --- a/index.htm +++ b/index.htm @@ -12,7 +12,7 @@

If you want to run your own copy of the ЯOЯЯIM TTO, you can, because I made it available. Follow these instructions to download and setup your own ЯOЯЯIM TTO.

-

This is about version 1, iteration 1.

+

This is about version 1, iteration 2.

Dependencies

The mirror depends on some things:

That's how I did it in apache2:
@@ -134,6 +137,9 @@ ScriptAlias /ott/mview /eizm/pro/ottmirror/mview
ScriptAlias /ott/update /eizm/pro/ottmirror/update
ScriptAlias /ott/index /eizm/pro/ottmirror/index
ScriptAlias /ott/post /eizm/pro/ottmirror/post
+ScriptAlias /ott/posted /eizm/pro/ottmirror/posted
+ScriptAlias /ott/redirect /eizm/pro/ottmirror/redirect
+ScriptAlias /ott/mpview /eizm/pro/ottmirror/mpview
ScriptAliasMatch ^/ott/?$ /eizm/pro/ottmirror/index

@@ -256,7 +262,16 @@ in next update. -->

Changes