Difference between revisions of "Workdocumentation 2022-08-13"
Jump to navigation
Jump to search
(Created page with "= Participants = * Beyza * Wolfgang = Agenda = <source lang='bash'> curl -s http://ceur-ws.org > index.html </source>") |
|||
Line 3: | Line 3: | ||
* Wolfgang | * Wolfgang | ||
= Agenda = | = Agenda = | ||
+ | = CEUR-WS = | ||
+ | == pyCEURMake == | ||
+ | * https://github.com/WolfgangFahl/pyCEURmake | ||
+ | == Install Liclipse == | ||
+ | * https://www.liclipse.com/ | ||
+ | * Use existing Eclipse Installation | ||
+ | * Help/Install new software | ||
+ | * Add "liclipse" http://update.liclipse.com/latest | ||
+ | |||
+ | == Get a copy of index.html == | ||
<source lang='bash'> | <source lang='bash'> | ||
curl -s http://ceur-ws.org > index.html | curl -s http://ceur-ws.org > index.html | ||
</source> | </source> |
Revision as of 09:43, 13 August 2022
Participants
- Beyza
- Wolfgang
Agenda
CEUR-WS
pyCEURMake
Install Liclipse
- https://www.liclipse.com/
- Use existing Eclipse Installation
- Help/Install new software
- Add "liclipse" http://update.liclipse.com/latest
Get a copy of index.html
curl -s http://ceur-ws.org > index.html