BlitzMax module manager (website) - API docs at http://maximos.github.io/maximus-web - This project has been abandoned.
Find a file
2013-08-02 19:44:13 +02:00
assets Updated Logo 2012-01-13 22:42:30 +01:00
docs@8389841516 Updated documentation 2013-02-16 23:51:01 +01:00
lib Typo 2013-08-02 19:44:13 +02:00
puppet Puppet fix 2013-08-02 19:44:09 +02:00
root Updated My Account page as it was heavily outdated 2013-02-04 00:20:33 +01:00
script Added documentation references 2013-02-08 18:53:39 +01:00
sql Fixed table index names since PostgreSQL doesn't allow duplicates 2013-02-10 11:36:53 +01:00
t Test for Twitter Broadcast driver now mocks Net::Twitter 2013-02-26 23:55:32 +01:00
.gitignore Removing docs/ 2013-01-27 14:04:09 +01:00
.gitmodules gh-pages as a submodule at docs/ 2013-01-27 14:05:55 +01:00
.perltidyrc Moved everything from Maximus/ to root 2011-04-24 10:52:25 +02:00
.travis.yml Changed Travis-cgi notifications 2013-01-04 13:13:26 +01:00
Changes Added tmuxgo.sh script for quickly setting up a tmux session 2013-05-18 13:56:15 +02:00
coffee2js.sh Bash script for converting CoffeeScript to JavaScript 2012-09-16 14:15:47 +02:00
CONTRIBUTORS Added my website to the list as well 2011-06-28 18:59:25 +02:00
COPYING Updated license year 2013-01-04 00:53:40 +01:00
INSTALL Updated INSTALL 2013-02-10 12:15:45 +01:00
log.conf Moved everything from Maximus/ to root 2011-04-24 10:52:25 +02:00
Makefile.PL Test for Twitter Broadcast driver now mocks Net::Twitter 2013-02-26 23:55:32 +01:00
maximus.default.conf Added examples for using SQLite or PostgreSQL in maximus.default.conf 2013-02-10 11:57:41 +01:00
maximus_testing.conf Added examples for using SQLite or PostgreSQL in maximus.default.conf 2013-02-10 11:57:41 +01:00
perltidy.sh Updated perltidy.sh to ignore blib and tidy all Perl files 2012-08-27 20:19:50 +02:00
README Added start/stop scripts for automatically starting the server and worker 2012-07-04 00:42:55 +02:00
tmuxgo.sh Added tmuxgo.sh script for quickly setting up a tmux session 2013-05-18 13:56:15 +02:00
updatedocs.sh Script to update docs (gh-pages) 2013-01-27 14:19:17 +01:00
Vagrantfile Updated Vagrantfile for Vagrant 1.1 2013-04-29 20:23:45 +02:00

|  \/  |  __ _ __  __(_) _ __ ___   _   _  ___
| |\/| | / _` |\ \/ /| || '_ ` _ \ | | | |/ __|
| |  | || (_| | >  < | || | | | | || |_| |\__ \
|_|  |_| \__,_|/_/\_\|_||_| |_| |_| \__,_||___/

This is the web front- and backend for Maximus. Maximus is a BlitzMax module
manager.

maximus-web is responsible for keeping an up to date BlitzMax module repository.
Its main tasks consists of fetching modules and packing them to a useable archive
format for maximus, the commandline application.

GETTING STARTED

At http://maximus.htbaa.com you can find a running version of maximus-web. But
if you want to host your own, perhaps private, version of maximus-web you should
start with the INSTALL file.

You can also use Vagrant (http://vagrantup.com) to quickly setup a virtual
machine that will install all required software and configure Maximus. Once
ready just visit http://localhost:3000 to use the Maximus website.

Run script/maximus_server.pl to test the application.

LICENSE

This software is licensed under the MIT license. Please see the COPYING file.