Repo for the search and displace core module including the interface to select files and search and displace operations to run on them. https://searchanddisplace.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Orzu Ionut 1a8a83bb3c Searchers CRUD. Styles 3 years ago
.idea Run Search and Displace from Web and from CLI 3 years ago
app Searchers CRUD. Styles 3 years ago
bootstrap Initial commit 3 years ago
config Initial commit 3 years ago
database Initial commit 3 years ago
public Searchers CRUD. Styles 3 years ago
resources Searchers CRUD. Styles 3 years ago
routes Searchers CRUD. Styles 3 years ago
storage Initial commit 3 years ago
tests Initial commit 3 years ago
.editorconfig Initial commit 3 years ago
.env.example Searchers CRUD. Styles 3 years ago
.gitattributes Initial commit 3 years ago
.gitignore Searchers CRUD. Styles 3 years ago
.styleci.yml Initial commit 3 years ago
README.md Searchers CRUD. Styles 3 years ago
artisan Initial commit 3 years ago
composer.json Run Search and Displace from Web and from CLI 3 years ago
composer.lock Merge 3 years ago
package-lock.json Searchers CRUD. Styles 3 years ago
package.json Searchers CRUD. Styles 3 years ago
phpunit.xml Initial commit 3 years ago
run-dev.sh Minor UI updates 3 years ago
server.php Initial commit 3 years ago
tsconfig.json Minor UI updates 3 years ago
webpack.mix.js Merge 3 years ago

README.md

Search and Displace Core

Install

Search and Displace Ingest integration

Add in .env the 'WEBHOOK_CLIENT_SECRET' value.

Facebook Duckling

  • $ apt-get install libpcre3-dev
  • $ cd ..
  • $ git clone https://github.com/facebook/duckling.git && cd duckling
  • $ curl -sSL https://get.haskellstack.org/ | sh
  • $ stack build && stack exec duckling-example-exe
  • $ stack test

Converting documents from MD to ODT

  • $ apt-get install pandoc