From 93ef75b1e04a0720fc333a0e51a5f9e08647e583 Mon Sep 17 00:00:00 2001 From: b Date: Thu, 25 Sep 2014 19:40:03 +0000 Subject: [PATCH] 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 --- index.htm | 26 ++- ott.zip/end | 134 ++++-------- ott.zip/info.htm | 6 +- ott.zip/np/end | 93 ++++---- ott.zip/np/top | 5 +- ott.zip/post.htm | 17 +- .../imageset/en/icon_post_quote_mustard.gif | Bin 0 -> 1314 bytes ott.zip/prosilver/theme/style.php.css | 4 + pro.zip/bb2html.awk | 10 +- pro.zip/bot2.1.awk | 10 +- pro.zip/makefile | 23 +- pro.zip/mpview.1.cpp | 160 ++++++++++++++ pro.zip/mview.1.cpp | 6 +- pro.zip/mview.awk | 24 ++- pro.zip/pm.1.awk | 22 +- pro.zip/post.1.awk | 16 +- pro.zip/post.1.cpp | 174 +++++++++------ pro.zip/posted.1.cpp | 204 ++++++++++++++++++ pro.zip/posted.awk | 36 ++++ pro.zip/preview.1.awk | 85 +++++++- pro.zip/re.awk | 55 +++++ pro.zip/redirect.cpp | 31 +++ pro.zip/verify.awk | 44 ++++ 23 files changed, 930 insertions(+), 255 deletions(-) create mode 100644 ott.zip/prosilver/imageset/en/icon_post_quote_mustard.gif create mode 100644 pro.zip/mpview.1.cpp create mode 100644 pro.zip/posted.1.cpp create mode 100644 pro.zip/posted.awk create mode 100644 pro.zip/redirect.cpp create mode 100644 pro.zip/verify.awk 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