mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-08 13:51:57 +08:00

* fix(website): fix i18n configuration * feat: add i18n file to auto generate code * feat: move the crowdin configuration file to the website directory * feat(website): add crowdin dependencies and scripts * feat: add COC * feat: use escape hatch syntax to wrap JSX code in MDX files * feat: remove ach language * feat: generate default language configuration * feat: remove compare link * feat: add COC link * feat(website): update documentation * feat: use escape hatch syntax to wrap JSX code in MDX files * style: add prettier * style: format mdx files * chore: remove prettier command * feat: update en docs * feat: sync Chinese documents * feat: update doc * Update website/src/pages/coc.mdx Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
25 lines
860 B
Plaintext
25 lines
860 B
Plaintext
# FileHound Export Utility
|
|
|
|
```mdx-code-block
|
|
<p style={{ "text-align": "center" }}>
|
|
<img src={require("@site/static/img/showcase/filehound.webp").default} />
|
|
<br />
|
|
</p>
|
|
```
|
|
|
|
[FileHound Export Utility](https://www.filehound.co.uk/) FileHound is a cloud document management platform made for secure file retention, business process automation and SmartCapture capabilities.
|
|
|
|
The FileHound Export Utility allows FileHound Administrators the ability to run a secure document and data extraction tasks for alternative back-up and recovery purposes. This application will download all documents and/or meta data saved in FileHound based on the filters you choose. The metadata will be exported in both JSON and XML formats.
|
|
|
|
Backend built with:
|
|
Go 1.15
|
|
Wails 1.11.0
|
|
go-sqlite3 1.14.6
|
|
go-linq 3.2
|
|
|
|
Frontend with:
|
|
Vue 2.6.11
|
|
Vuex 3.4.0
|
|
Typescript
|
|
Tailwind 1.9.6
|