This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://invertika.googlecode.com/svn/trunk@5406 784bf6b6-0765-11df-962c-b5c252e50527
- Loading branch information
seeseekey
committed
Sep 29, 2011
1 parent
e071890
commit 41e056f
Showing
385 changed files
with
132,475 additions
and
129,313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Andreas Habel <mail@exceptionfault.de> | ||
Bj�rn Lindeijer <bjorn@lindeijer.nl> | ||
Mpa4Hu | ||
seeseekey <seeseekey@googlemail.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,86 @@ | ||
/** | ||
* The Mana World Webinterface | ||
* Copyright 2008 The Mana World Development Team | ||
* | ||
* This file is part of The Mana World. | ||
* | ||
* The Mana World is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the Free | ||
* Software Foundation; either version 2 of the License, or any later version. | ||
* | ||
* The Mana World is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
* more details. | ||
* | ||
* You should have received a copy of the GNU General Public License along | ||
* with The Mana World; if not, write to the Free Software Foundation, Inc., | ||
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
*/ | ||
|
||
This file contains a list of all external resources used by manaweb: | ||
(sorted by their time of integration into manaweb) | ||
|
||
PHP CodeIgniterFramework | ||
------------------------- | ||
"CodeIgniter is a powerful PHP framework with a very small footprint, | ||
built for PHP coders who need a simple and elegant toolkit to create | ||
full-featured web applications. If you're a developer who lives in the | ||
real world of shared hosting accounts and clients with deadlines, and | ||
if you're tired of ponderously large and thoroughly undocumented | ||
frameworks" | ||
|
||
http://codeigniter.com/ | ||
License: ./licenses/CodeIgniter.txt | ||
|
||
|
||
JpGraph | ||
-------- | ||
"JpGraph is a Object-Oriented Graph creating library for PHP >= 4.3.1 The | ||
library is completely written in PHP and ready to be used in any PHP | ||
scripts (both CGI/APXS/CLI versions of PHP are supported). | ||
|
||
The library can be used to create numerous types of graphs either on-line | ||
or written to a file. JpGraph makes it easy to draw both "quick and dirty" | ||
graphs with a minimum of code as well as complex graphs which requires a | ||
very fine grained control. The library assigns context sensitive default | ||
values for most of the parameters which minimizes the learning curve. The | ||
features are there when you need them - not as an obstacle to overcome!" | ||
|
||
http://www.aditus.nu/jpgraph/ | ||
License: ./licenses/JPGraph.txt | ||
|
||
|
||
Tango Desktop Project | ||
---------------------- | ||
"The Tango Desktop Project exists to help create a consistent graphical | ||
user interface experience for free and Open Source software." | ||
|
||
Manaweb uses some icons of this project as long as mana has not its own set | ||
of icons. (some of them got recoloured to match the style of manaweb) | ||
|
||
http://tango.freedesktop.org | ||
License: ./licenses/Tango Desktop Project.txt | ||
|
||
|
||
script.aculo.us | ||
--------------- | ||
|
||
"The Web is changing. The 30-year-old terminal-like technology it was | ||
originally is gradually giving way to new ways of doing things. The power | ||
of AJAX allows for rich user interaction without the trouble that has | ||
bugged traditional web applications. | ||
|
||
Building upon the wonderful Prototype JavaScript library, script.aculo.us | ||
provides you with some great additional ingredients to mix in." | ||
|
||
http://script.aculo.us/ | ||
License: ./licenses/Scriptaculous.txt | ||
|
||
DHTMLSuite for applications | ||
--------------------------- | ||
|
||
todo | ||
|
||
http://www.dhtmlgoodies.com/index.html?page=dhtml-suite | ||
License: ./licenses/DHTMLSuite-for-Applications.txt | ||
/** | ||
* The Mana World Webinterface | ||
* Copyright 2008 - 2011 The Mana World Development Team | ||
* | ||
* This file is part of The Mana World. | ||
* | ||
* The Mana World is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the Free | ||
* Software Foundation; either version 2 of the License, or any later version. | ||
* | ||
* The Mana World is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
* more details. | ||
* | ||
* You should have received a copy of the GNU General Public License along | ||
* with The Mana World; if not, write to the Free Software Foundation, Inc., | ||
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
*/ | ||
This file contains a list of all external resources used by manaweb: | ||
(sorted by their time of integration into manaweb) | ||
PHP CodeIgniterFramework | ||
------------------------- | ||
"CodeIgniter is a powerful PHP framework with a very small footprint, | ||
built for PHP coders who need a simple and elegant toolkit to create | ||
full-featured web applications. If you're a developer who lives in the | ||
real world of shared hosting accounts and clients with deadlines, and | ||
if you're tired of ponderously large and thoroughly undocumented | ||
frameworks" | ||
http://codeigniter.com/ | ||
License: ./licenses/CodeIgniter.txt | ||
JpGraph | ||
-------- | ||
"JpGraph is a Object-Oriented Graph creating library for PHP >= 4.3.1 The | ||
library is completely written in PHP and ready to be used in any PHP | ||
scripts (both CGI/APXS/CLI versions of PHP are supported). | ||
The library can be used to create numerous types of graphs either on-line | ||
or written to a file. JpGraph makes it easy to draw both "quick and dirty" | ||
graphs with a minimum of code as well as complex graphs which requires a | ||
very fine grained control. The library assigns context sensitive default | ||
values for most of the parameters which minimizes the learning curve. The | ||
features are there when you need them - not as an obstacle to overcome!" | ||
http://www.aditus.nu/jpgraph/ | ||
License: ./licenses/JPGraph.txt | ||
Tango Desktop Project | ||
---------------------- | ||
"The Tango Desktop Project exists to help create a consistent graphical | ||
user interface experience for free and Open Source software." | ||
Manaweb uses some icons of this project as long as mana has not its own set | ||
of icons. (some of them got recoloured to match the style of manaweb) | ||
http://tango.freedesktop.org | ||
License: ./licenses/Tango Desktop Project.txt | ||
script.aculo.us | ||
--------------- | ||
"The Web is changing. The 30-year-old terminal-like technology it was | ||
originally is gradually giving way to new ways of doing things. The power | ||
of AJAX allows for rich user interaction without the trouble that has | ||
bugged traditional web applications. | ||
Building upon the wonderful Prototype JavaScript library, script.aculo.us | ||
provides you with some great additional ingredients to mix in." | ||
http://script.aculo.us/ | ||
License: ./licenses/Scriptaculous.txt | ||
DHTMLSuite for applications | ||
--------------------------- | ||
todo | ||
http://www.dhtmlgoodies.com/index.html?page=dhtml-suite | ||
License: ./licenses/DHTMLSuite-for-Applications.txt |
Oops, something went wrong.