Difference between revisions of "Libre software"
From Organic Design wiki
(Add GIMPshop) |
(add ultimate zip) |
||
Line 1: | Line 1: | ||
[[Category:Lists]] | [[Category:Lists]] | ||
[[Category:Links]] | [[Category:Links]] | ||
− | + | ==== Free Server Software ==== | |
*[http://www.mediawiki.org MediaWiki] | *[http://www.mediawiki.org MediaWiki] | ||
*[http://www.apache.org Apache] | *[http://www.apache.org Apache] | ||
Line 10: | Line 10: | ||
− | + | ==== Free Applications ==== | |
*[http://www.openoffice.org Open Office] ''(Office suite)'' | *[http://www.openoffice.org Open Office] ''(Office suite)'' | ||
*[http://www.inkscape.org InkScape] ''(Vector design package)'' | *[http://www.inkscape.org InkScape] ''(Vector design package)'' | ||
Line 24: | Line 24: | ||
*[http://www.textpad.com TextPad] ''(Programmers text editor)'' | *[http://www.textpad.com TextPad] ''(Programmers text editor)'' | ||
*[http://ultravnc.sourceforge.net/ UltraVNC] ''(easy to use PC remoting - very cool!)'' | *[http://ultravnc.sourceforge.net/ UltraVNC] ''(easy to use PC remoting - very cool!)'' | ||
+ | *[http://www.ultimatezip.com UltimateZip] ''(good zip program with encryption)'' | ||
− | + | ==== Free Operating Systems ==== | |
− | |||
*[http://www.debian.org Debian Linux] | *[http://www.debian.org Debian Linux] | ||
*[http://www.openbsd.org OpenBSD] | *[http://www.openbsd.org OpenBSD] | ||
Line 33: | Line 33: | ||
− | + | ==== Programming Languages ==== | |
*[http://www.activeperl.org PERL] | *[http://www.activeperl.org PERL] | ||
*[http://www.php.net PHP] | *[http://www.php.net PHP] | ||
Line 43: | Line 43: | ||
− | + | ==== Code Libraries used by [[XmlWiki]] ==== | |
*[http://qbnz.com/highlighter GeSHi Syntax Highlighter] | *[http://qbnz.com/highlighter GeSHi Syntax Highlighter] | ||
*[http://www.phpconcept.net PclZip] | *[http://www.phpconcept.net PclZip] | ||
Line 49: | Line 49: | ||
− | + | ==== Code Libraries used by [[wikid.pl]] and [[peerd]] ==== | |
*[http://www.roth.net/perl/Daemon/ Win32::Daemon] ''(Make Win32 services in PERL)'' | *[http://www.roth.net/perl/Daemon/ Win32::Daemon] ''(Make Win32 services in PERL)'' | ||
*<s>[http://search.cpan.org/~ysas/SWF-Builder/ SWF::Builder]</s> ''(SWF compiler written in PERL)'' | *<s>[http://search.cpan.org/~ysas/SWF-Builder/ SWF::Builder]</s> ''(SWF compiler written in PERL)'' |
Revision as of 23:06, 28 April 2006
Contents
Free Server Software
- MediaWiki
- Apache
- ImageMagick
MySQLno longer free :-(- phpMyAdmin
- LaTeX
Free Applications
- Open Office (Office suite)
- InkScape (Vector design package)
- GIMP (GNU Image Manipulation Program)
- GIMPshop (GIMP with Photoshop front-end)
- Blender3D (3D game engine)
- eMule (P2P download client)
- Freeproxy (Windows proxy server)
- PuTTY (Windows SSH client and related tools)
- FileZilla (Windows FTP client)
- Mozilla (Internet browser)
- Skype Phone (Internet telephony)
- TextPad (Programmers text editor)
- UltraVNC (easy to use PC remoting - very cool!)
- UltimateZip (good zip program with encryption)
Free Operating Systems
Programming Languages
Code Libraries used by XmlWiki
Code Libraries used by wikid.pl and peerd
- Win32::Daemon (Make Win32 services in PERL)
SWF::Builder(SWF compiler written in PERL)- MingSWF (SWF compiler for PHP & PERL and others)
- SDL (low level video access for PERL and others)
- PERL2EXE (Converts PERL scripts to standalone executables - $)