{"id":16510520,"url":"https://github.com/lambdamusic/xtm-docs","last_synced_at":"2026-03-06T01:40:44.638Z","repository":{"id":152468655,"uuid":"423522760","full_name":"lambdamusic/xtm-docs","owner":"lambdamusic","description":"Unofficial functions documentation for the Extempore programming language","archived":false,"fork":false,"pushed_at":"2024-03-06T07:37:35.000Z","size":61088,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T20:08:14.605Z","etag":null,"topics":["algorithmic-composition","documentation","extempore","livecoding"],"latest_commit_sha":null,"homepage":"https://extempore.michelepasin.org/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lambdamusic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-11-01T15:45:37.000Z","updated_at":"2021-12-13T09:38:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"73913baf-6e31-4025-aa3b-a1360c37dc1b","html_url":"https://github.com/lambdamusic/xtm-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdamusic%2Fxtm-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdamusic%2Fxtm-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdamusic%2Fxtm-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdamusic%2Fxtm-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambdamusic","download_url":"https://codeload.github.com/lambdamusic/xtm-docs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241476425,"owners_count":19968916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithmic-composition","documentation","extempore","livecoding"],"created_at":"2024-10-11T15:55:43.030Z","updated_at":"2026-03-06T01:40:39.607Z","avatar_url":"https://github.com/lambdamusic.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extempore Function Documentation generator\n\nA Python/Django application for navigating the Extempore codebase. \n\nThe app allows to extract functions definitions from Extempore's source code, save it into a database and render it via a simple HTML interface. \n\nOnline: http://extempore.michelepasin.org/\n\n\n## Building the Extempore functions index\n\nFirst of all, set the path to your local extempore source repo in `local_settings.py`, using the `XTM_LOCAL_FILES` variable.\n\n```bash\n$ python manage.py parse_xtm\n```\n\nor the helper script:\n\n```bash\n$ ./tools/load-xtm-src\n```\n\n\n## Running the Django app\n\n```bash\n./tools/run-dev-local-db\n```\n\n\n## Development\n\nWith Python 3.9 and [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/index.html)\n\n```bash\n$ git clone git@github.com:lambdamusic/xtm-docs.git\n$ mkvirtualenv xtmdocs\n$ pip install -r requirements.txt\n```\n\nThen adjust your local settings in `src/local_settings_example.py`\n\n```bash\n$ cp src/local_settings_example.py src/src/local_settings.py\n$ open src/local_settings.py\n```\n\nIn particular this part\n\n```python\nXTM_VERSION = \"v0.8.9\"\nXTM_GITHUB_URL = \"https://github.com/digego/extempore/tree/\" + XTM_VERSION\n# LOCATION OF EXTEMPORE SRC\nXTM_LOCAL_FILES = ['/Applications/path/to/extempore']\n# =====================\n```\n\n\n\n## Project status\n\nJust an idea, but feel free to get in touch if you're willing to improve/extend it.  \n\n\n## Changelog\n\n\n### February 26, 2023\n\n* show GitHub source url in search pages\n* improve about section\n\n\n### March 7, 2022\n\n* improved search\n* improve code extraction with comments before functions\n\n\n### December 13, 2021\n\n* adding site search in front end\n* reorg urls\n  * make a unique URL for function index (both custom and not)\n  * make list pages functions list\n  * updated fundetails so that it takes '.html' version of pages \n\n\n## Links\n\n* http://extempore.michelepasin.org/\n* http://extempore.moso.com.au/\n* https://github.com/digego/extempore\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdamusic%2Fxtm-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdamusic%2Fxtm-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdamusic%2Fxtm-docs/lists"}