23 Jun 2022 |
Akio Sone | In reply to @pdurbin:matrix.org Akio Sone: sure! Here are some examples: https://guides.dataverse.org/en/5.11/style/foundations.html#logos For plantUML, which theme is acceptable for Dataverse's guide? I suspect most of them are not commensurate with the current coloring scheme of Dataverse's guides. | 14:16:52 |
poikilotherm | Find the sources here for an example: http://k8s-docs.gdcc.io/en/v4.20/_sources/day1/deploy-behind-scenes.rst.txt | 14:17:15 |
Akio Sone | In reply to @pdurbin:matrix.org Akio Sone: sure! Here are some examples: https://guides.dataverse.org/en/5.11/style/foundations.html#logos * For plantUML, which theme is acceptable for Dataverse's guide? I suspect most of them are not commensurate with the current coloring scheme of Dataverse's guides. https://the-lum.github.io/puml-themes-gallery/ | 14:17:46 |
poikilotherm | In reply to @a_sone:matrix.org For plantUML, which theme is acceptable for Dataverse's guide? I suspect most of them are not commensurate with the current coloring scheme of Dataverse's guides. I don't think there is yet! I know of some PlantUML PNGs included in the guide (see Make Data Count) | 14:17:46 |
poikilotherm | That used the standard colors, nothing fancy | 14:18:02 |
poikilotherm | But when using this with the "documentation as code" approach, it could be changed easily down the road | 14:18:32 |
pdurbin | Akio Sone: whatever default theme is probably fine. If you make a pull request, we'll be able to see an HTML preview (thanks to poikilotherm ). | 14:18:50 |
poikilotherm | Akio Sone: if you want to try out the sphinx plantuml extension, add it to the requirements.txt file. You'll need plantuml on your box, though. Read the docs has it installed by default AFAIK, so the preview should work out of the box | 14:20:36 |
poikilotherm | * Akio Sone: if you want to try out the sphinx plantuml extension, add it to the requirements.txt file. You'll need plantuml on your box, though. Read-the-docs has it installed by default AFAIK, so the preview should work out of the box | 14:21:22 |
pdurbin | mih: for https://github.com/IQSS/dataverse/issues/8807 , what's a real world example of a hidden directory you'd like to upload to Dataverse, please? | 14:27:49 |
mih | Every datalad dataset has a .datalad directory with datalad's own config and metadata | 14:31:44 |
Akio Sone | poikilotherm: For most of my own document-wring on linux, I'm using asciidoc on VS Code with locally running plantUML or kroki servers. What shphinx editor with the capability of realtime preview of plantuml are you using? | 14:31:50 |
poikilotherm | I'm using sphinx-autobuild all day long :-D | 14:35:56 |
poikilotherm | We could add it to the Makefile, too :-) | 14:36:13 |
poikilotherm | https://pypi.org/project/sphinx-autobuild/ | 14:36:49 |
poikilotherm | I love this in combo with https://github.com/twolfson/livereload-extensions :-) | 14:37:54 |
poikilotherm | (Also available for Chrome/...) | 14:38:09 |
poikilotherm | When developing a more complex diagram, I lately found https://plantuml-editor.kkeisuke.com and find it quite intuitive to use | 14:40:05 |
pdurbin | mih: ok, .datalad . Thanks! | 14:40:19 |
poikilotherm | pdurbin: MPCONFIG based JVM settings coming in... Some already to be found at https://dataverse-guide--8810.org.readthedocs.build/en/8810/installation/config.html#jvm-options | 14:47:55 |
poikilotherm | * pdurbin: MPCONFIG based JVM settings coming in... Some new ones already to be found at https://dataverse-guide--8810.org.readthedocs.build/en/8810/installation/config.html#jvm-options | 14:48:02 |
poikilotherm | * pdurbin: MPCONFIG based JVM settings coming in... Some new ones already to be found at https://dataverse-guide--8810.org.readthedocs.build/en/8810/installation/config.html#jvm-options (the action happens in https://github.com/IQSS/dataverse/pull/8810) | 14:50:02 |
pdurbin | Huh, so dataverse.solr.host for example. Great! | 14:52:03 |
poikilotherm | And all relevant aspects of Solr URL configurable for the first time :-) | 14:57:41 |
pdurbin | yeah, sorry about :SolrColonHost. I don't know what I was thinking | 14:58:01 |
poikilotherm | That hardcoded core name "collection1" gave me some hard times :-D | 14:58:10 |
poikilotherm | Oh no worries - it'll be fixed now, even backward compatible. Just posted to Slack dv-tech about more difficult things... 🥴 | 14:59:22 |
24 Jun 2022 |
pdurbin | Ok, I just sent the community news a bit early ( https://groups.google.com/g/dataverse-community/c/7cUyLesUk-Q/m/UvYqWeRqHAAJ ) because I'm on vacation for the next two weeks. See you on Monday, July 11th! Have a great weekend! | 20:27:45 |
25 Jun 2022 |
MihKhoa | Hi everyone, I have built payara server, now I want to build dataverse web interface, but I don't know how to go, can you guide me | 03:46:54 |
poikilotherm | Hi MihKhoa ! Please take a look at the detailed installation guides :-) https://guides.dataverse.org/en/latest/installation/index.html | 08:37:24 |