Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:wikibass [2025/02/28 09:25] – [Configure] darronprojects:wikibass [2025/02/28 11:28] (current) darron
Line 1: Line 1:
-====WikiBASS Wikibase demo====+====wikiBASS Wikibase demo====
  
 [[projects:wikibass#wikibass|wikiBASS]] is a [[tools:wikibase|Wikibase]] demo program that creates a [[:tools:wikibase|Wikibase]] of [[projects:wikibass#wikibass|wikiBASS]] is a [[tools:wikibase|Wikibase]] demo program that creates a [[:tools:wikibase|Wikibase]] of
Line 124: Line 124:
 The .env file must be found in the current directory to be used by the script when it is called. The .env file must be found in the current directory to be used by the script when it is called.
  
-For Debian command line shell, the environment variables be placed within the +For Debian shells the environment variables can be placed within the 
-login profile rather than using a .env file.+login profile instead of the .env file.
 === Install ==== === Install ====
  
Line 143: Line 143:
 === Run === === Run ===
  
-Building the demo [[:tools:wikibase|Wikibase]] is comprised of three steps.+Building the demo [[:tools:wikibase|Wikibase]] is comprised of running the script three times to perform three distinct operations.
  
-   Parse XML board files +   Parse XML board files 
-   Scrape board schematics +   Scrape board schematics 
-   Scrape chip datasheets+   Scrape chip datasheets
  
-The XML board files need to processed prior to scraping.+Step one to parse the XML board files must be performed first. 
 + 
 +You can analyse the script [[https://hg.kewl.org/pub/wikiBASS/file/tip/src/wikiBASS/stm32.py|here]].
  
 ==Debian== ==Debian==