aboutsummaryrefslogtreecommitdiff
path: root/resources.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* http/templates: Minify templatesRunxi Yu6 days1-2/+31
|
* repo/index: Display repo info only, when commits/files unavailableRunxi Yu6 days1-3/+3
|
* http/templates: Add query_escape and path_escapeRunxi Yu6 days1-0/+2
|
* scripts, sql: ReorganizeRunxi Yu7 days1-2/+1
|
* *: Typing fixesRunxi Yu8 days1-1/+2
|
* *: Replacing more := with varRunxi Yu8 days1-2/+1
|
* Add SPDX license headers to all Go filesRunxi Yu10 days1-0/+3
|
* *.go: ReformatRunxi Yu2025-02-181-0/+3
|
* *.go: Add some comments for docsRunxi Yu2025-02-181-10/+5
|
* *: Restructure build systemRunxi Yu2025-02-171-2/+2
|
* resources.go: Embed git_hooks_client/*Runxi Yu2025-02-171-0/+1
|
* resources.go: Add .gitattributes tooRunxi Yu2025-02-151-1/+2
|
* Makefile, resources.go: Add vendor directory to serve library sourceRunxi Yu2025-02-151-0/+1
|
* *: Use Makefile, and generate a versionRunxi Yu2025-02-141-0/+1
|
* *.go: ReformatRunxi Yu2025-02-121-1/+1
|
* resources: Add schema.sql to source_fsRunxi Yu2025-02-121-0/+1
|
* *: Migrate to the new path schemeRunxi Yu2025-02-121-15/+11
|
* resources: Serve source and static properlyRunxi Yu2025-02-101-1/+16
| | | | ... except that it won't run because of URL conflicts for now
* repo_tree: Fix URL and anchor issuesRunxi Yu2025-02-101-1/+4
|
* repo_index: Use the first line of the commit messageRunxi Yu2025-02-101-1/+1
|
* {main,resources}.go: Serve static/ properlyRunxi Yu2025-02-091-1/+1
|
* *: Basic web serverRunxi Yu2025-02-051-0/+32