diff --git a/README.md b/README.md index bad204dc..425277a2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # Tinyboard - A lightweight PHP imageboard. ## About -Tinyboard is an imageboard software package written in PHP. It aims to maintain a stable, fast, clean and user-friendly engine for imageboards. Development for Tinyboard started in October 2010 and the project is being lead by [OmegaSDG][o] ("Omega Software Develop Group"). You can contact the development team over IRC at irc.n0v4.com #tinyboard. +Tinyboard is an imageboard software package written in PHP. It aims to maintain a stable, fast, clean and user-friendly engine for imageboards. Development for Tinyboard started in October 2010. You can contact the development team over IRC at [tinyboard.org][o] or on IRC at [irc.datnode.net #tinyboard][i]. Tinyboard is not currently at a stable state. -[o]: http://omegasdg.com/ +[o]: http://tinyboard.org/ +[i]: irc://irc.datnode.net/tinyboard ## Requirements 1. PHP >= 5.2.0 @@ -31,25 +32,10 @@ An automated installation script will be completed soon. [i]: http://github.com/savetheinternet/Tinyboard/blob/master/install.sql [r]: http://github.com/savetheinternet/Tinyboard/blob/master/README.md -## License -Copyright (c) 2010-2011, Omega Software Development Group - -Permission to use, copy, modify, and/or distribute this software is granted, -provided that the following terms are obeyed. - -1. The above copyright notice, this permission notice, and these terms must -appear in all copies and modifications of this software. +## Documentation +Visit the development wiki at [http://tinyboard.org/wiki/][o] for help. +[o]: http://tinyboard.org/ -2. This software must not be utilized in any manner that is primarily intended -for or directed toward commercial advantage or private monetary compensation. - -3. Any changes to this software must be made easily publicly available in the -form of source code. - -THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF -THIS SOFTWARE. \ No newline at end of file +## License +See [LICENSE.md][l] for license. +[l]: http://github.com/savetheinternet/Tinyboard/blob/master/README.md \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index a1f5e704..518c20b3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,6 +9,7 @@ {boardlist[top]} + {pm?
{pm}

}

{board[url]} - {board[name]}

{board[title]?{board[title]}}

{mod?Return to dashboard}

diff --git a/templates/page.html b/templates/page.html index faa0f677..41e9b0c9 100644 --- a/templates/page.html +++ b/templates/page.html @@ -7,10 +7,11 @@ + {pm?
{pm}

}

{title}

{subtitle?{subtitle}}

{mod?Return to dashboard}

{body}
-

Powered by Tinyboard Alpha | Tinyboard Copyright © 2010-2011 OmegaSDG

+

Powered by Tinyboard Alpha | Tinyboard Copyright © 2010-2011 Tinyboard Development Group

diff --git a/templates/thread.html b/templates/thread.html index 6a398650..14099759 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -9,6 +9,7 @@ {boardlist[top]} + {pm?
{pm}

}

{board[url]} - {board[name]}

{board[title]?{board[title]}}

{mod?Return to dashboard}