Giter VIP home page Giter VIP logo

drools-website's Introduction

Developing Drools and jBPM

If you want to build or contribute to a droolsjbpm project, read this document.

It will save you and us a lot of time by setting up your development environment correctly. It solves all known pitfalls that can disrupt your development. It also describes all guidelines, tips and tricks. If you want your pull requests (or patches) to be merged into master, please respect those guidelines.

How to build with JBake

To build the drools-website (before and after your changes):

$ mvn clean generate-resources

Local Build and Test

You can either use the JBake provided live-editing:

$ mvn clean jbake:inline
$ firefox http://localhost:8820

Alternatively, you may opt to generate the website with the standard Maven build, and then serve the content from your local FS:

$ mvn clean generate-resources && cd target/website && npx serve && cd ../..
$ firefox http://localhost:5000

drools-website's People

Contributors

bacciotti avatar cristianonicolai avatar dependabot[bot] avatar etirelli avatar ge0ffrey avatar kie-ci4 avatar lightguard avatar lucamolteni avatar makillik avatar manstis avatar marcuscarvalho avatar mareknovotny avatar mariofusco avatar mbiarnes avatar mdproctor avatar nheron avatar nmirasch avatar paulovmr avatar pefernan avatar philsimpson35 avatar psiroky avatar radtriste avatar romartin avatar tarilabs avatar tenkyu avatar tkobayas avatar tomasdavidorg avatar vinodkiran avatar wmedvede avatar yurloc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

drools-website's Issues

Drools.org URL warns of insecure link and potential non-privacy

Screenshot from 2021-09-02 11-06-48

Several links, in particular this CSS link is using http and not https, and causes warnings:

<link href="http://blueimp.github.io/Gallery/css/blueimp-gallery.min.css" rel="stylesheet">

Suggest making every link "local" to speed up loading and ensuring security and better CI/CD testing.

The website linkes to Drools sub-projects redirect back to the home page

The links in the overview on the home page that point to the Drools sub-projects (Guvnor, Fusion, Expert, etc), look like they link to specific pages for those sub-projects, but clicking on them just brings the user back to the home page.

I also don't see any other place on the website (the menu, for example) to find more information about these sub-projects, so there's no way to find out more information about what each one does or when to use them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.