Code Monkey home page Code Monkey logo

fess-site-search's Introduction

Fess Site Search Build Status

Fess Site Search(FSS) provides JS file to deploy Search features on your web site. FSS JS is a JavaScript file. Putting it to your web site, search results provided by Fess are available. FSS Generator provides FSS JS file.

FSS Generator

See FSS Generator.

Development

Run on Docker

$ docker build -t fss .
$ docker run -d -p 5000:5000 fss

and then access http://localhost:5000.

Run locally

$ ./install.sh
$ export FLASK_APP=app/__init__.py
$ flask run

fess-site-search's People

Contributors

deka0106 avatar eyada avatar igarash1 avatar keiichiw avatar marevol avatar morishima-k avatar stweil avatar yfujita avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fess-site-search's Issues

Design: General

  • Font: Select "Arial, sans-serif", "Verdana, sans-serif", ""Trebuchet MS", sans-serif", "Times, serif", "Georgia, serif"
  • Border Color
  • Background Color

Custom CSS tab in Fess Generator

What is the purpose of Custom CSS tab in Fess Generator? There's a browse button to add a CSS but whenever I try to upload a css file there, I see no change in preview. How to get a Custom CSS code working?

Fess Site Search JS code

Hi,

I am trying to implement Fess Site Search according to the JS code mentioned in https://fess.codelibs.org/13.0/user/ss.html

<script>
  (function() {
    var fess = document.createElement('script');
    fess.type = 'text/javascript';
    fess.async = true;
    fess.src = '//<Server Name>/js/ss/fess-ss.min.js';
    fess.charset = 'utf-8';
    fess.setAttribute('id', 'fess-ss');
    fess.setAttribute('fess-url', '//<Server Name>/json');
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(fess, s);
  })();
</script>
<fess:search></fess:search>

So, I am trying to find fess-ss.min.js in fess 13.0 branch but nowhere to find. Can you please guide me through?

Change Site Structure

Current:

/ -> FSS JS Generator
/demo/11.x -> Generated Demo
/docs/manual -> en or ja document

Change to:

/ -> en overview page
/docs/manual -> en document
/ja -> ja overview page
/ja/docs/manual -> ja document
/generator -> FSS JS Generator
/demo/11.x -> Generated Demo

Design: Label tab

  • Border Color
  • Background Color
  • Selected Border Color
  • Selected Background Color

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.