Skip to content

cercomp/weby

Repository files navigation

Weby CMS

Build Status

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.

  • Simple: Make it easier for beginners users, with dynamism and interactivity.
  • Flexible: In order to attract more experienced users, advanced options are necessary. Without losing the focus on the simplicity, we developed mechanisms to support advanced settings.
  • Extensible: An extensible system can provide new functionalities beyond those that already exist in its core. The most common way to provide these functionalities is creating extensions (plugins) and easily linking them to the core.

Features

The main features are:

  • Multisite;
  • Multidomain;
  • Flexibe users, permission and roles;
  • Repositories for files;
  • Internationalization;
  • Dynamic layout and style;
  • Manageable pages and menus;
  • Extensions for banners, feedbacks and news.

Demo

http://weby.ufg.br

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" ] } ] }