planet web admin - sintara web app ready to get mounted into your web app
- home :: github.com/plutolive/pluto.admin
- bugs :: github.com/plutolive/pluto.admin/issues
- gem :: rubygems.org/gems/pluto-admin
- rdoc :: rubydoc.info/gems/pluto-admin
- forum :: groups.google.com/group/wwwmake
map '/db' do
run PlutoAdmin::Server
end
All together - config.ru
(see planet.live
):
map '/' do
run Planet
map '/db' do
run PlutoAdmin::Server
end
end
The pluto.admin
scripts are dedicated to the public domain.
Use it as you please with no restrictions whatsoever.
Send them along to the wwwmake Forum/Mailing List. Thanks!