Difference between revisions of "Workdocumentation 2022-08-13"

From BITPlan ceur-ws Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
<source lang='bash'>
 
<source lang='bash'>
 
git clone https://github.com/WolfgangFahl/pyCEURmake
 
git clone https://github.com/WolfgangFahl/pyCEURmake
 +
</source>
 +
=== Indexparser ===
 +
* reads index.html to create volume dicts
 +
* VolumeManager then takes dicts to creates Volumes
 +
* VolumeManager.store() stores to Sqlite database
 +
=== Database ===
 +
<source lang='bash'>
 +
sqlite_web ceurws.db
 
</source>
 
</source>
 
== gsimport/pyOnlineSpreadSheetEditing ==
 
== gsimport/pyOnlineSpreadSheetEditing ==

Revision as of 11:42, 13 August 2022

Participants

  • Beyza
  • Wolfgang

Agenda

CEUR-WS

pyCEURMake

git clone https://github.com/WolfgangFahl/pyCEURmake

Indexparser

  • reads index.html to create volume dicts
  • VolumeManager then takes dicts to creates Volumes
  • VolumeManager.store() stores to Sqlite database

Database

sqlite_web ceurws.db

gsimport/pyOnlineSpreadSheetEditing

git clone  https://github.com/WolfgangFahl/pyOnlineSpreadSheetEditing

Install Liclipse

Python installation

Get a copy of index.html

curl -s http://ceur-ws.org > index.html