Name | Modified | Size | Downloads / Week |
---|---|---|---|
ListIt-6.0-0 | 2025-01-22 | ||
ListIt-5.0-0 | 2024-04-27 | ||
ListIt-4.3-0 | 2024-03-06 | ||
ListIt-4.2-0 | 2023-11-22 | ||
ListIt-4.1-0 | 2023-10-12 | ||
ListIt-4.0-0 | 2023-09-28 | ||
ListIt-3.0-0 | 2023-07-11 | ||
ListIt-2.0-0 | 2023-06-11 | ||
ListIt-1.1-0 | 2023-05-06 | ||
ListIt-1.0-0 | 2023-04-27 | ||
README.MAIN | 2023-09-28 | 887 Bytes | |
Totals: 11 Items | 887 Bytes | 0 |
ListIt is a web app targeting Linux phones. It is intended to provide a simple file based app for displaying and editing common lists. No database is used. ListIt is naturally hierarchical, in that it uses the linux file system to store it's data. ListIt has Top Level and Second Level lists followed by Item lists. Second level lists can be added and deleted from within the UI. Items can be added, edited and deleted from within the UI.".list" directories and Item files contain metadata that add functionality. All meta data and program scripts are present in the file system, editable by the user. A core goal when coding ListIt was to limit software dependencies to common system tools found on most linux systems. Listit uses the Python Bottle Framework because of it's small footprint and concise feature set. Bottle is included in the release. The only dependency is Python3.