[UNMAINTAINED] Zest documentation browser
As mentioned at https://zestdocs.github.io/ I've now decided to stop maintaining Zest. Hence please do not expect updates or support. If anyone is insterested in continuing, feel free to contact me at the email from the commit messages. I'd be willing to transfer the zestdocs.org domain and Mac App Store app ownership in case someone shows more interest than me.
It was certainly fun to implement this project, but sadly I don't have enough motivation to continue at this point. I feel obliged to let the users know about this decision, hence the notice.
Early Proof of Concept prototype. It's my first ClojureScript project ever, etc. Not really meant for release, published mostly in case someone wants to collaborate.
On Mac/Linux, installing node.js using Node Version Manager is recommended.
This project uses Electron v0.35.2. Please check Electron's GitHub page for the latest version. The version is specified in
Gruntfile.jsunder the
Grunt Configsection.
On Mac/Linux:
scripts/setup.sh
On Windows:
scripts\setup.bat
This will install the node dependencies for the project, along with grunt and bower and will also run
grunt setup.
Start the figwheel server:
lein figwheel
If you are on OSX/Linux and have
rlwrapinstalled, you can start the figwheel server with:
rlwrap lein figwheel
This will give better readline support.
More about figwheel here.
In another terminal window, launch the electron app:
grunt launch
You can edit the
src/cljs/zest/core.cljsfile and the changes should show up in the electron app without the need to re-launch.
lein repl.
user> (use 'figwheel-sidecar.repl-api) nil user> (def figwheel-config {:figwheel-options {:css-dirs ["app/css"]} :build-ids ["dev"] :all-builds [{:id "dev" :figwheel {:on-jsload "zest.core/on-figwheel-reload"} :source-paths ["src/cljs" "env/dev/cljs"] :compiler {:main "zest.dev" :asset-path "js/p/out" :output-to "app/js/p/app.js" :output-dir "app/js/p/out" }}]}) #'user/figwheel-config user> (start-figwheel! figwheel-config) Figwheel: Starting server at http://localhost:3449 Figwheel: Watching build - dev Compiling "resources/public/js/repler.js" from ["src/cljs" "env/dev/cljs"]... Successfully compiled "app/js/p/app.js" in 2.06 seconds. Figwheel: Starting CSS Watcher for paths ["app/css"] #
See Figwheel wiki for more details.
Node dependencies are in
package.jsonfile. Bower dependencies are in
bower.jsonfile. Clojure/ClojureScript dependencies are in
project.clj.
Please replace the icons provided with your application's icons. The development icons are from node-appdmg project.
Files to replace:
To create a Windows build from a non-Windows platform, please install
wine. On OS X, an easy option is using homebrew.
On Windows before doing a production build, please edit the
scripts/build-windows-exe.nsifile. The file is the script for creating the NSIS based setup file.
On Mac OSX, please edit the variables for the plist in
release-mactask in
Gruntfile.js.
electron-packager, we are able to create a directory which has OS executables (.app, .exe etc) running from any platform.
If NSIS is available on the path, a further setup executable will be created for Windows. Further, if the release command is run from a OS X machine, a DMG file will be created.
To create the release directories:
grunt release
This will create the directories in the
buildsfolder.
Note: you will need to be on OSX to create a DMG file and on Windows to create the setup .exe file.
To run a command, type
gruntin the terminal.
| Command | Description | |---------------|-------------------------------------------------------------------------------------------| | setup | Download electron project, installs bower dependencies and setups up the app config file. | | launch | Launches the electron app | | release | Creates a Win/OSX/Linux executables | | outdated | List all outdated clj/cljs/node/bower dependencies |
To run a command, type
leinin the terminal.
| Command | Description | |---------------|-------------------------------------------------------------------------------------------| | cljfmt fix | Auto-formats all clj/cljs code. See cljfmt | | kibit | Statically analyse clj/cljs and give suggestions |
The MIT License (MIT)Copyright (c) 2015 Rohit Aggarwal
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
DevDocs downloader, Stack Overflow torrent downloader, and Stack Overflow indexer are now implemented in the "Settings" modal.
extractor,
sogrep, and
searcherbinaries need to be in the root directory of this repo. (
extractor+
sogrepand
searchercan be built from the
sogrep-src/and
nodelucene/directories respectively -
cmake . && makeshould do it, given installed libarchive, xerces, leveldb, rapidjson, and Lucene++)