Commit Graph

16 Commits (054ecceed4b4b247e07983a4eb3feeb26b9693e9)

Author SHA1 Message Date
Manish 054ecceed4 Replaced 'v' with '-' in activities bundle name 4 years ago
Manish 3b7d086a2d Bundles are now stored with version number so that new releases do not overwrite previous version bundles 4 years ago
Manish ea5fda4de1 Simplified extractData.generateIndex() logic. Tags are casefolded and capitalized than checked for duplicate entries 4 years ago
Manish c10fedcd44 Reduced extractData.generateIndex() code size 4 years ago
Manish eaaaae65b0 Reduced extractData.generateIndex() code size 4 years ago
Manish de04fe734d Applied license guidelines and added Credits section listing libraries/tools used. 4 years ago
Manish 25a2c214fa 1. Written portable CopyFile() & used in extractData.copyBundle() 2. Renamed GeneralFunctions to portableCode for better clarity that it can be used in any software and not specific to this program 4 years ago
Manish c24ea8311d Hard link bundles if on same partition, else copy as before 4 years ago
Manish 0923a26853 Download link in search results and related cosmetic changes 4 years ago
Manish edf1341952 Improved readability for assert statements, simplified code for extractData.generateIndex(), fixed some spelling errors 4 years ago
Manish fd3c8dc735 Fixed spelling errors in python code 4 years ago
Manish badc7cc4d5 Improved code readability and logic. Mainly: wrapped single call statements in self-explanatory function names, replaced os.chdir calls with absolute path operations as these could down the line potentially cause major bugs, also replace CallFuncInDir calls and instead use absolute paths there as well as its easier to understand 4 years ago
Manish 89f91410e9 Formatted python code using flake8 w/ default configuration 4 years ago
Manish 5e9ae7f2f0 Intermediate info.json dump file is also now indented 4 years ago
Manish 1ff737ce5a minor typo fix 4 years ago
Manish fae90372df Prototype of offline/backendless search functionality and generating/building website from activity bundles (NOTE: cannot add incrementally new activity bundles for now as it will overwrite search index rather than appending to it) 4 years ago