diff --git a/README.md b/README.md index 564f230..3fa6139 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,25 @@ mypassword ## Run * all toguether `./run.sh` -* `python3 download_imgs.py` - * Downloads all images from wiki to `images/` directory - * and stores each image's metadata to `images.json` -* `python3 images2html.py` - * cycles through the items in `images.json` - * querying the File: wiki for image - * if it contains essential metadata: Title, Page, Total Pages - * retrieves its text content - * generates a HTML page from it - * saves page onto `static_html/` directory +`python3 download_imgs.py` +* Downloads all images from wiki to `images/` directory +* and stores each image's metadata to `images.json` + +`python3 publication2html.py` +* with ask API perform a query: + * default `[[File:+]][[Title::+]][[Date::+]]|?Title|?Date|?Part|sort=Date,Title,Part|order=asc,asc,asc` +* The results, with the same Title, are stored + * into 1 single HTML + * sorted by Part + +OR + +`python3 images2html.py` +* cycles through the items in `images.json` +* querying the File: wiki for image +* if it contains essential metadata: Title, Page, Total Pages + * retrieves its text content + * generates a HTML page from it + * saves page onto `static_html/` directory ## TODO: Work on making an overview! \ No newline at end of file diff --git a/generate_index.py b/publication2html.py similarity index 100% rename from generate_index.py rename to publication2html.py