summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-08 10:33:38 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-08 10:33:38 +0000
commitd05e4923305508c943c863424ec82f14270494c6 (patch)
treecd3b0d5dee44d0c403779a33b79bfcc5eb320e1c
parentdeb02936b7bd39259d019bbc46893af583ff856e (diff)
Updated some links and added documentation page for the discussion board
git-svn-id: svn://vndb.org/vndb@57 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
-rw-r--r--data/docs/52
-rw-r--r--data/docs/62
-rw-r--r--data/docs/86
-rw-r--r--data/docs/index3
-rw-r--r--data/tpl/tedit11
5 files changed, 17 insertions, 7 deletions
diff --git a/data/docs/5 b/data/docs/5
index 1778bd3a..95d3bea2 100644
--- a/data/docs/5
+++ b/data/docs/5
@@ -1,4 +1,4 @@
-:TITLE:General guidelines
+:TITLE:Editing guidelines
:INC:notfinished
:INC:index
diff --git a/data/docs/6 b/data/docs/6
index b5d1b80a..35b79bea 100644
--- a/data/docs/6
+++ b/data/docs/6
@@ -58,7 +58,7 @@
duplicate pages.<br />
<br />
To discuss about new features or to help the development of the website
- itself, feel free to browse the <a href="http://forum.vndb.org/">forums</a>
+ itself, feel free to participate on the <a href="/t">discussion board</a>
or join us on IRC at <a href="irc://irc.synirc.net/vndb">#vndb @ irc.synirc.net</a>.
If you aren't used to IRC or are just to lazy to install a client, you can
still join the chat using <a href="http://cgiirc.synirc.net/cgi-bin/cgiirc/irc.cgi?chan=%23vndb">the Webchat</a>.
diff --git a/data/docs/8 b/data/docs/8
index ce867124..95572617 100644
--- a/data/docs/8
+++ b/data/docs/8
@@ -6,9 +6,9 @@
This TODO list is just a place for Yorhel to write down his plans and ideas
for the upcoming versions of VNDB. Keep in mind that probably not everything
written down here will actually see the light of day.<br /><br />
-The full source code of the website is available through SVN: svn://yorhel.nl/vndb/,
+The full source code of the website is available through SVN: svn://blicky.net/vndb/,
anonymous read access is allowed. The code is also available through HTTP using
-the <a href="http://svn.yorhel.nl/vndb/">Web SVN</a>.<br /><br />
+the <a href="http://svn.blicky.net/vndb/">Web SVN</a>.<br /><br />
There is a <a href="http://beta.vndb.org/">beta version</a> of VNDB available
for testing. New features will be implemented there and tested before getting
uploaded to the actual website. Everyone is free to play around and use that
@@ -16,7 +16,7 @@ beta version as a sandbox. Keep in mind, however, that all changes you make
on the beta are not permanent, and will be reverted whenever I synchronise the
beta with a more recent version of the database.<br /><br />
Feel free to comment about the TODO list and to suggest new features on the
-<a href="http://forum.vndb.org/">forums</a> or on <a href="irc://irc.synirc.net/vndb">
+<a href="/t/db">discussion board</a> or on <a href="irc://irc.synirc.net/vndb">
IRC</a>.
<br /><br />
<b>Last update: 2008-06-22</b><br /><br />
diff --git a/data/docs/index b/data/docs/index
index 5c527c02..e121ebfb 100644
--- a/data/docs/index
+++ b/data/docs/index
@@ -1,11 +1,12 @@
<ul class="index">
<li><b>Guidelines</b></li>
- <li><a href="/d5">General guidelines</a></li>
+ <li><a href="/d5">Editing guidelines</a></li>
<li><a href="/d1">Categories</a></li>
<li><a href="/d2">Visual Novels</a></li>
<li><a href="/d3">Releases</a></li>
<li><a href="/d4">Producers</a></li>
<li><b>About VNDB</b></li>
+ <li><a href="/d9">Discussion board</a></li>
<li><a href="/d6">FAQ</a></li>
<li><a href="/d7">About us</a></li>
<li><a href="/d8">Development</a></li>
diff --git a/data/tpl/tedit b/data/tpl/tedit
index cfcd5a95..5953ead0 100644
--- a/data/tpl/tedit
+++ b/data/tpl/tedit
@@ -1,5 +1,12 @@
<h2>[[: $p{PageTitle} ]]</h2>
-
+[[ if($d{tag}) { my($type, $iid) = ($1, $2||0) if $d{tag} =~ /^([a-z]{1,2})([0-9]*)$/; ]]-
+<p>
+ <a href="/t">Discussion board</a>
+ &gt; <a href="/t/[[= $type ]]">[[: $VNDB::DTAGS->{$type} ]]</a>
+ [[ if($iid) { ]]-
+ &gt; <a href="/t/[[= $d{tag} ]]">[[: $d{tag} ]]</a>[[ } ]]-
+</p>
+[[ } ]]
-[[= cform( [
{ type => 'error' },
@@ -10,6 +17,7 @@
) : (
{ type => 'input', short => 'title', name => 'Thread title' },
{ type => 'input', short => 'tags', name => 'Tags' },
+ { type => 'static', text => 'Read <a href="/d9.2">d9.2</a> for information about how to use tags' },
$p{Authboardmod} ? (
{ type => 'check', short => 'lock', name => 'Locked' },
) : (),
@@ -18,6 +26,7 @@
{ type => 'check', short => 'hide', name => 'Hidden' },
) : (),
{ type => 'textarea', short => 'msg', name => 'Message', rows => 10, cols => 60 },
+ { type => 'static', text => 'It is possible to include formatting and ID codes, see <a href="/d9.3">d9.3</a> for more information.' },
{ type => 'submit', text => 'Submit' },
{ type => 'endform' },
], $d{form}) ]]-