From d29087d5a0fd827322d36ce66c26562de12cdc6c Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 2 Aug 2024 12:58:45 +0000 Subject: [PATCH] Deployed 3dda495 with MkDocs version: 1.6.0 --- contribute/CONTRIBUTING/index.html | 6 +++--- search/search_index.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contribute/CONTRIBUTING/index.html b/contribute/CONTRIBUTING/index.html index ded2718..3912ab6 100644 --- a/contribute/CONTRIBUTING/index.html +++ b/contribute/CONTRIBUTING/index.html @@ -828,10 +828,10 @@

App structureMain structure

 src\
-├── renderer\     <--- [Renderer Process](https://www.electronjs.org/docs/latest/tutorial/process-model#the-renderer-process)
-├── electron\     <--- [Main Process](https://www.electronjs.org/docs/latest/tutorial/process-model#the-main-process),[Preload script](https://www.electronjs.org/docs/latest/tutorial/process-model#preload-scripts)
+├── renderer\     <--- Renderer Process
+├── electron\     <--- Main Process & Preload script
 ├── lang\         <--- Translation files
-└── worker\       <--- [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API)
+└── worker\       <--- Web Workers
 

We are trying to split our code under renderer into relatively independent modules, diff --git a/search/search_index.json b/search/search_index.json index c1e08ab..25e447c 100644 --- a/search/search_index.json +++ b/search/search_index.json @@ -1 +1 @@ -{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Studio","text":"

"},{"location":"contribute/CONTRIBUTING/","title":"Contributing","text":"

Thank you for your interest in actively participating in the project's development! Please read the Contributor Covenant Code of Conduct and the Contributor License Agreement first.

The project is based on re-frame, a framework for building Modern Web Apps in ClojureScript. You should probably take a look at their exceptional documentation.

"},{"location":"contribute/CONTRIBUTING/#style-guide","title":"Style Guide","text":"

We try to follow the Clojure Style Guide as much as possible.

In addition to the idiomatic names, we use the following conventions

We also use the following namespace aliases

If the namespace belongs to a dedicated module, we use module.v.

"},{"location":"contribute/CONTRIBUTING/#app-structure","title":"App structure","text":"

Main structure

\nsrc\\\n\u251c\u2500\u2500 renderer\\     <--- [Renderer Process](https://www.electronjs.org/docs/latest/tutorial/process-model#the-renderer-process)\n\u251c\u2500\u2500 electron\\     <--- [Main Process](https://www.electronjs.org/docs/latest/tutorial/process-model#the-main-process),[Preload script](https://www.electronjs.org/docs/latest/tutorial/process-model#preload-scripts)\n\u251c\u2500\u2500 lang\\         <--- Translation files\n\u2514\u2500\u2500 worker\\       <--- [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API)\n

We are trying to split our code under renderer into relatively independent modules, following re-frame's app structure suggestions with some minor additions.

\nmodule\\\n\u251c\u2500\u2500 core.cljs     <--- entry point\n\u251c\u2500\u2500 db.cljs       <--- schema, validation\n\u251c\u2500\u2500 views.cljs    <--- reagent views\n\u251c\u2500\u2500 events.cljs   <--- event handlers\n\u251c\u2500\u2500 subs.cljs     <--- subscription handlers\n\u251c\u2500\u2500 handlers.cljs <--- helper functions for db transformations\n\u251c\u2500\u2500 styles.css    <--- styles\n\u2514\u2500\u2500 README.md     <--- documentation\n
"},{"location":"contribute/CONTRIBUTING/#useful-development-shortcuts","title":"Useful development shortcuts","text":"
Ctrl+Shift+I Toggle devtools\nCtrl+Shift+X Toggle 10x\nCtrl+R Reload app\n
"},{"location":"contribute/cla/","title":"Contributor License Agreement","text":"

This Contributor License Agreement (\u201cCLA\u201d) applies to any contribution that you make to any product or project managed by us (the \u201cproject\u201d), and sets out the intellectual property rights you grant to us in the contributed materials. The term \u201cus\u201d shall mean Konstantinos Kaloutas. The term \u201cyou\u201d shall mean the person or entity identified below. If you agree to be bound by these terms, fill in the information requested below and sign the CLA where indicated below. Read this agreement carefully before signing. These terms and conditions constitute a binding legal agreement.

  1. The term 'contribution' or \u2018contributed materials\u2019 means any source code, object code, patch, tool, sample, graphic, specification, manual, documentation, or any other material posted or submitted by you to the project.
  2. With respect to any worldwide copyrights, or copyright applications and registrations, in your contribution:
    • you hereby assign to us joint ownership, and to the extent that such assignment is or becomes invalid, ineffective or unenforceable, you hereby grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free, unrestricted license to exercise all rights under those copyrights. This includes, at our option, the right to sublicense these same rights to third parties through multiple levels of sublicensees or other licensing arrangements;
    • you agree that each of us can do all things in relation to your contribution as if each of us were the sole owners, and if one of us makes a derivative work of your contribution, the one who makes the derivative work (or has it made) will be the sole owner of that derivative work;
    • you agree that you will not assert any moral rights in your contribution against us, our licensees or transferees;
    • you agree that we may register a copyright in your contribution and exercise all ownership rights associated with it; and
    • you agree that neither of us has any duty to consult with, obtain the consent of, pay or render an accounting to the other for any use or distribution of your contribution.
  3. With respect to any patents you own, or that you can license without payment to any third party, you hereby grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free license to:
    • make, have made, use, sell, offer to sell, import, and otherwise transfer your contribution in whole or in part, alone or in combination with or included in any product, work or materials arising out of the project to which your contribution was submitted, and
    • at our option, to sublicense these same rights to third parties through multiple levels of sublicensees or other licensing arrangements.
  4. Except as set out above, you keep all right, title, and interest in your contribution. The rights that you grant to us under these terms are effective on the date you first submitted a contribution to us, even if your submission took place before the date you sign these terms. Any contribution we make available under any license will also be made available under a suitable FSF (Free Software Foundation) or OSI (Open Source Initiative) approved license.
  5. You covenant, represent, warrant and agree that:
    • each contribution that you submit is and shall be an original work of authorship and you can legally grant the rights set out in this CLA;
    • to the best of your knowledge, each contribution will not violate any third party's copyrights, trademarks, patents, or other intellectual property rights; and
    • each contribution shall be in compliance with U.S. export control laws and other applicable export and import laws.

You agree to notify us if you become aware of any circumstance which would make any of the foregoing representations

This document is a modified version of Oracle Contributor Agreement \u2013 version 1.7.1 Licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

"},{"location":"contribute/translate/","title":"Translate","text":"

Coming soon!

"},{"location":"docs/shortcuts/","title":"Shortcuts","text":"Command Shortcut Undo CTRL + Z Redo CTRL + Y, CTRL + SHIFT + Z New document CTRL + N Toggle grid # Raise elements PAGE UP Lower element PAGE DOWN Raise element to top HOME Lower element to top END Pan to active page and set zoom to default 1 Fit active page to canvas 2 Fill active page to canvas 3 Pan MIDDLE CLICK + MOUSE MOVE Zoom in/out CTRL + SCROLL, ALT + SCROLL Zoom in = Zoom Out - Toggle element tree CTRL + T Toggle element properties CTRL + P Toggle menu CTRL + L Convert elements to path CTRL + SHIFT + P Copy elements CTRL + C Cut elements CTRL + X Paste elements CTRL + V Paste elements in place CTRL + ALT + V Paste element styles CTRL + SHIFT + V Duplicate elements CTRL + D Delete elements DEL , SHIFT + DEL , BACKSPACE Select all elements CTRL + A Deselect all elements ESC Select same type CTRL+ SHIFT + A Exclude CTRL + E Unite CTRL + U Intersect CTRL + I Subtract CTRL + S Divide CTRL + / Move elements up \u2191 Move elements down \u2193 Move elements left \u2190 Move elements right \u2192 Select tool C Edit tool E Zoom tool Z Circle tool C Rect tool R Line tool L Text tool T Fill tool F Cancel action ESC Close window ALT + F4"},{"location":"get-studio/build-from-source/","title":"Build from source","text":"

git clone https://github.com/repath-project/repath-studio.git\n
cd studio\n
npm install && npm run build\n
npm run dist\n

"},{"location":"get-studio/download/","title":"Download","text":"

Warning

This project is in alpha stage!

Select your operating system

See all releases

"},{"location":"roadmap/changelog/","title":"Changelog","text":""},{"location":"roadmap/changelog/#0212-2024-07-31","title":"0.2.12 (2024-07-31)","text":"

Added

Removed

Changed

Fixed

"},{"location":"roadmap/changelog/#0211-2024-06-19","title":"0.2.11 (2024-06-19)","text":"

Removed

"},{"location":"roadmap/changelog/#0210-2024-06-19","title":"0.2.10 (2024-06-19)","text":"

Added

Removed

Changed

Fixed

"},{"location":"roadmap/changelog/#029-2024-04-22","title":"0.2.9 (2024-04-22)","text":"

Added

Removed

Changed

Fixed

"},{"location":"roadmap/changelog/#028-2024-04-09","title":"0.2.8 (2024-04-09)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#027-2024-03-15","title":"0.2.7 (2024-03-15)","text":"

Fixed

"},{"location":"roadmap/changelog/#026-2024-03-15","title":"0.2.6 (2024-03-15)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#025-2024-03-05","title":"0.2.5 (2024-03-05)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#024-2024-03-03","title":"0.2.4 (2024-03-03)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#023-2024-03-01","title":"0.2.3 (2024-03-01)","text":"

Fixed

"},{"location":"roadmap/changelog/#022-2024-03-01","title":"0.2.2 (2024-03-01)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#021-2024-02-26","title":"0.2.1 (2024-02-26)","text":"

Changed

Fixed

"},{"location":"roadmap/changelog/#020-2024-02-22","title":"0.2.0 (2024-02-22)","text":"

Added

Removed

Changed

Fixed

Too many fixes to list.

"},{"location":"roadmap/changelog/#013-2022-05-09","title":"0.1.3 (2022-05-09)","text":"

Added

Changed

Removed

Fixed

"},{"location":"roadmap/changelog/#012-2022-04-09","title":"0.1.2 (2022-04-09)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#011-2022-03-19","title":"0.1.1 (2022-03-19)","text":"

Added

Removed

Changed

Fixed

"},{"location":"roadmap/changelog/#010-2022-03-6","title":"0.1.0 (2022-03-6)","text":"

Added

"}]} \ No newline at end of file +{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Studio","text":""},{"location":"contribute/CONTRIBUTING/","title":"Contributing","text":"

Thank you for your interest in actively participating in the project's development! Please read the Contributor Covenant Code of Conduct and the Contributor License Agreement first.

The project is based on re-frame, a framework for building Modern Web Apps in ClojureScript. You should probably take a look at their exceptional documentation.

"},{"location":"contribute/CONTRIBUTING/#style-guide","title":"Style Guide","text":"

We try to follow the Clojure Style Guide as much as possible.

In addition to the idiomatic names, we use the following conventions

We also use the following namespace aliases

If the namespace belongs to a dedicated module, we use module.v.

"},{"location":"contribute/CONTRIBUTING/#app-structure","title":"App structure","text":"

Main structure

\nsrc\\\n\u251c\u2500\u2500 renderer\\     <--- Renderer Process\n\u251c\u2500\u2500 electron\\     <--- Main Process & Preload script\n\u251c\u2500\u2500 lang\\         <--- Translation files\n\u2514\u2500\u2500 worker\\       <--- Web Workers\n

We are trying to split our code under renderer into relatively independent modules, following re-frame's app structure suggestions with some minor additions.

\nmodule\\\n\u251c\u2500\u2500 core.cljs     <--- entry point\n\u251c\u2500\u2500 db.cljs       <--- schema, validation\n\u251c\u2500\u2500 views.cljs    <--- reagent views\n\u251c\u2500\u2500 events.cljs   <--- event handlers\n\u251c\u2500\u2500 subs.cljs     <--- subscription handlers\n\u251c\u2500\u2500 handlers.cljs <--- helper functions for db transformations\n\u251c\u2500\u2500 styles.css    <--- styles\n\u2514\u2500\u2500 README.md     <--- documentation\n
"},{"location":"contribute/CONTRIBUTING/#useful-development-shortcuts","title":"Useful development shortcuts","text":"
Ctrl+Shift+I Toggle devtools\nCtrl+Shift+X Toggle 10x\nCtrl+R Reload app\n
"},{"location":"contribute/cla/","title":"Contributor License Agreement","text":"

This Contributor License Agreement (\u201cCLA\u201d) applies to any contribution that you make to any product or project managed by us (the \u201cproject\u201d), and sets out the intellectual property rights you grant to us in the contributed materials. The term \u201cus\u201d shall mean Konstantinos Kaloutas. The term \u201cyou\u201d shall mean the person or entity identified below. If you agree to be bound by these terms, fill in the information requested below and sign the CLA where indicated below. Read this agreement carefully before signing. These terms and conditions constitute a binding legal agreement.

  1. The term 'contribution' or \u2018contributed materials\u2019 means any source code, object code, patch, tool, sample, graphic, specification, manual, documentation, or any other material posted or submitted by you to the project.
  2. With respect to any worldwide copyrights, or copyright applications and registrations, in your contribution:
    • you hereby assign to us joint ownership, and to the extent that such assignment is or becomes invalid, ineffective or unenforceable, you hereby grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free, unrestricted license to exercise all rights under those copyrights. This includes, at our option, the right to sublicense these same rights to third parties through multiple levels of sublicensees or other licensing arrangements;
    • you agree that each of us can do all things in relation to your contribution as if each of us were the sole owners, and if one of us makes a derivative work of your contribution, the one who makes the derivative work (or has it made) will be the sole owner of that derivative work;
    • you agree that you will not assert any moral rights in your contribution against us, our licensees or transferees;
    • you agree that we may register a copyright in your contribution and exercise all ownership rights associated with it; and
    • you agree that neither of us has any duty to consult with, obtain the consent of, pay or render an accounting to the other for any use or distribution of your contribution.
  3. With respect to any patents you own, or that you can license without payment to any third party, you hereby grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge, royalty-free license to:
    • make, have made, use, sell, offer to sell, import, and otherwise transfer your contribution in whole or in part, alone or in combination with or included in any product, work or materials arising out of the project to which your contribution was submitted, and
    • at our option, to sublicense these same rights to third parties through multiple levels of sublicensees or other licensing arrangements.
  4. Except as set out above, you keep all right, title, and interest in your contribution. The rights that you grant to us under these terms are effective on the date you first submitted a contribution to us, even if your submission took place before the date you sign these terms. Any contribution we make available under any license will also be made available under a suitable FSF (Free Software Foundation) or OSI (Open Source Initiative) approved license.
  5. You covenant, represent, warrant and agree that:
    • each contribution that you submit is and shall be an original work of authorship and you can legally grant the rights set out in this CLA;
    • to the best of your knowledge, each contribution will not violate any third party's copyrights, trademarks, patents, or other intellectual property rights; and
    • each contribution shall be in compliance with U.S. export control laws and other applicable export and import laws.

You agree to notify us if you become aware of any circumstance which would make any of the foregoing representations

This document is a modified version of Oracle Contributor Agreement \u2013 version 1.7.1 Licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

"},{"location":"contribute/translate/","title":"Translate","text":"

Coming soon!

"},{"location":"docs/shortcuts/","title":"Shortcuts","text":"Command Shortcut Undo CTRL + Z Redo CTRL + Y, CTRL + SHIFT + Z New document CTRL + N Toggle grid # Raise elements PAGE UP Lower element PAGE DOWN Raise element to top HOME Lower element to top END Pan to active page and set zoom to default 1 Fit active page to canvas 2 Fill active page to canvas 3 Pan MIDDLE CLICK + MOUSE MOVE Zoom in/out CTRL + SCROLL, ALT + SCROLL Zoom in = Zoom Out - Toggle element tree CTRL + T Toggle element properties CTRL + P Toggle menu CTRL + L Convert elements to path CTRL + SHIFT + P Copy elements CTRL + C Cut elements CTRL + X Paste elements CTRL + V Paste elements in place CTRL + ALT + V Paste element styles CTRL + SHIFT + V Duplicate elements CTRL + D Delete elements DEL , SHIFT + DEL , BACKSPACE Select all elements CTRL + A Deselect all elements ESC Select same type CTRL+ SHIFT + A Exclude CTRL + E Unite CTRL + U Intersect CTRL + I Subtract CTRL + S Divide CTRL + / Move elements up \u2191 Move elements down \u2193 Move elements left \u2190 Move elements right \u2192 Select tool C Edit tool E Zoom tool Z Circle tool C Rect tool R Line tool L Text tool T Fill tool F Cancel action ESC Close window ALT + F4"},{"location":"get-studio/build-from-source/","title":"Build from source","text":"

git clone https://github.com/repath-project/repath-studio.git\n
cd studio\n
npm install && npm run build\n
npm run dist\n

"},{"location":"get-studio/download/","title":"Download","text":"

Warning

This project is in alpha stage!

Select your operating system

See all releases

"},{"location":"roadmap/changelog/","title":"Changelog","text":""},{"location":"roadmap/changelog/#0212-2024-07-31","title":"0.2.12 (2024-07-31)","text":"

Added

Removed

Changed

Fixed

"},{"location":"roadmap/changelog/#0211-2024-06-19","title":"0.2.11 (2024-06-19)","text":"

Removed

"},{"location":"roadmap/changelog/#0210-2024-06-19","title":"0.2.10 (2024-06-19)","text":"

Added

Removed

Changed

Fixed

"},{"location":"roadmap/changelog/#029-2024-04-22","title":"0.2.9 (2024-04-22)","text":"

Added

Removed

Changed

Fixed

"},{"location":"roadmap/changelog/#028-2024-04-09","title":"0.2.8 (2024-04-09)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#027-2024-03-15","title":"0.2.7 (2024-03-15)","text":"

Fixed

"},{"location":"roadmap/changelog/#026-2024-03-15","title":"0.2.6 (2024-03-15)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#025-2024-03-05","title":"0.2.5 (2024-03-05)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#024-2024-03-03","title":"0.2.4 (2024-03-03)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#023-2024-03-01","title":"0.2.3 (2024-03-01)","text":"

Fixed

"},{"location":"roadmap/changelog/#022-2024-03-01","title":"0.2.2 (2024-03-01)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#021-2024-02-26","title":"0.2.1 (2024-02-26)","text":"

Changed

Fixed

"},{"location":"roadmap/changelog/#020-2024-02-22","title":"0.2.0 (2024-02-22)","text":"

Added

Removed

Changed

Fixed

Too many fixes to list.

"},{"location":"roadmap/changelog/#013-2022-05-09","title":"0.1.3 (2022-05-09)","text":"

Added

Changed

Removed

Fixed

"},{"location":"roadmap/changelog/#012-2022-04-09","title":"0.1.2 (2022-04-09)","text":"

Added

Changed

Fixed

"},{"location":"roadmap/changelog/#011-2022-03-19","title":"0.1.1 (2022-03-19)","text":"

Added

Removed

Changed

Fixed

"},{"location":"roadmap/changelog/#010-2022-03-6","title":"0.1.0 (2022-03-6)","text":"

Added

"}]} \ No newline at end of file