Para informações em Português do Brasil acesse o site do projeto.
About
The Weby project is a multisite web content manager, this means that you can manage several sites at once. It was initially developed by Federal University of Goiás and released as a Free Software. A Web content manager is system that allows you to manage in a simple way pages from the internet (World Wide Web) or intranet (Corporate or Domestic networks). It integrates the necessary tools to manage CRUD (Create, Read, Update and Delete) content in real time, without programming any code. Our main motivation is to make content available in a simple way making it possible to manage information.
The project was developed with Ruby on Rails (open source tool kit, written on Ruby programming language) with focus on being simple, flexible and extensible.
Features
The main features are:
Demo
In process.
user: admin pass: Admin1
Everyday the data are resetting!
Sites Examples
See sites made with Weby in portais.ufg.br.
Authors
See the principal collaborators.
License
Released under the GPL.
Docs
Debug
No vs-code, inclua o launch.json
:
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Rails server", "type": "Ruby", "request": "launch", "program": "${workspaceRoot}/bin/rails", "args": [ "server", "-p", "3000", "-b", "lvh.me" ] } ] }