An easy-to-install community image gallery (aka booru) https://github.com/shish/shimmie2/
This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
shish 4553bf00b8 and fix the home extension too
git-svn-id: file:///home/shish/svn/shimmie2/trunk@772 7f39781d-f577-437e-ae19-be835c7a54ca
2008-04-06 22:01:37 +00:00
contrib and fix the home extension too 2008-04-06 22:01:37 +00:00
core Various extension manager improvements from Christian Walde, and a recursive copy if symlink() isn't defined (ie, windows) 2008-04-06 17:43:03 +00:00
ext force /post/list to appear in the list of GET arguments 2008-04-06 21:49:58 +00:00
lib sqlite installation works \o/ not much else though... 2008-01-27 16:54:58 +00:00
themes ie7 fails at css 2008-04-04 10:36:44 +00:00
.htaccess more generic match 2007-07-18 09:17:31 +00:00
favicon.ico Initial import, 2.0rc1 2007-04-16 11:58:25 +00:00
index.php start of requestcontext work 2008-04-04 12:07:38 +00:00
install.php remove debug thingy 2008-01-27 17:07:27 +00:00
README.txt readme updates 2008-03-29 04:13:23 +00:00

             _________.__    .__                .__       ________  
            /   _____/|  |__ |__| _____   _____ |__| ____ \_____  \ 
            \_____  \ |  |  \|  |/     \ /     \|  |/ __ \ /  ____/ 
            /        \|   Y  \  |  Y Y  \  Y Y  \  \  ___//       \ 
           /_______  /|___|  /__|__|_|  /__|_|  /__|\___  >_______ \
                   \/      \/         \/      \/        \/        \/

Shimmie 2.2
~~~~~~~~~~~
Tag history, RSS for search results, unified image info editor, extensible
file format support (ZIP, SWF, SVG, MP3, ...), wget transloader, event log
filtering and sorting, as well as the usual various improvements~


Requirements
~~~~~~~~~~~~
MySQL 4.1+
PHP 5.0+
GD or ImageMagick

PHP 4 support has currently been dropped, because it's a pain in the ass to
support. If you are unfortunate enough to be stuck on a PHP4-only host, I'd
be glad to host your image board for you :3


Installation
~~~~~~~~~~~~
1) Create a blank database
2) Unzip shimmie into a folder on the web host
3) Visit the folder with a web browser
4) Enter the location of the database, and choose login details for the first
   admin of the board
5) Click "install". Hopefully you'll end up at the configuration screen; if
   not, you should be given instructions on how to fix any errors~


Upgrade from 2.1.X
~~~~~~~~~~~~~~~~~~
Should be automatic, just unzip and copy across config.php, images and thumbs
folders from the old version. This includes automatically messing with the
database -- back it up first!


Contact
~~~~~~~
http://forum.shishnet.org/viewforum.php?f=6 -- discussion forum
http://trac.shishnet.org/shimmie2/ -- bug tracker
webmaster at shishnet.org -- email
#shimmie on Freenode -- IRC


Licence
~~~~~~~
All code is GPL2; ie, if you give shimmie to someone else, you have to give
them the source (which should be easy, as PHP is an interpreted language...).
If you want to add customisations to your own site, then those customisations
belong to you, and you can do what you want with them.