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.
/ott/update
" should link to "propath/update
"./ott/index
" should link to "propath/index
"./ott/post
" should link to "propath/post
"./ott/posted
" should link to "propath/posted
"./ott/redirect
" should link to "propath/redirect
"./ott/mpview
" should link to "propath/mpview
"./ott
" should link to "propath/index
".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
The code (in pro.zip) is written by me, Balthasar SzczepaÅski and is released -under the AGPL 3license -since version 1, iteration 0. v.1, i.0 doesn't have any license defined.
+under the AGPL 3 license +since version 1, iteration 0.The resources in ott.zip contain HTML, CSS, Javascript and images from phpBB which is released under the GPL 2 license. +href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPL 2 license.
If you managed to do everything described here you should have your own ЯOЯЯIM diff --git a/ott.zip/end b/ott.zip/end index 5280732..ea3c80e 100644 --- a/ott.zip/end +++ b/ott.zip/end @@ -12,9 +12,10 @@