Add go-pd to apps page
This commit is contained in:
@@ -74,6 +74,23 @@
|
|||||||
target="_blank">GitHub releases page</a>.
|
target="_blank">GitHub releases page</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2>go-pd</h2>
|
||||||
|
<div class="specs">
|
||||||
|
Platform: Linux, Mac OS, Windows (CLI) |
|
||||||
|
License: MIT |
|
||||||
|
<a href="https://github.com/ManuelReschke/go-pd" target="_blank">GitHub</a>
|
||||||
|
</div>
|
||||||
|
<p>
|
||||||
|
go-pd is a command line interface and client library for
|
||||||
|
pixeldrain created by Manuel Reschke. The CLI supports uploading
|
||||||
|
files anonymously, and uploading to user accounts. The client
|
||||||
|
library supports uploading, downloading and deleting files,
|
||||||
|
creating and viewing lists and user accounts. Compiled binaries
|
||||||
|
are available on the <a
|
||||||
|
href="https://github.com/ManuelReschke/go-pd/releases"
|
||||||
|
target="_blank">GitHub releases page</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>go-pixeldrain</h2>
|
<h2>go-pixeldrain</h2>
|
||||||
<div class="specs">
|
<div class="specs">
|
||||||
Platform: Linux, Mac OS, Windows (CLI) |
|
Platform: Linux, Mac OS, Windows (CLI) |
|
||||||
|
@@ -306,12 +306,6 @@ func BackgroundTiles() template.URL {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return template.URL("/res/img/background_patterns/" + file + "_transparent.png")
|
return template.URL("/res/img/background_patterns/" + file + "_transparent.png")
|
||||||
|
|
||||||
// var buf = bytes.Buffer{}
|
|
||||||
// if err := tpl.ExecuteTemplate(&buf, file+"_transparent.png", nil); err != nil {
|
|
||||||
// panic(err)
|
|
||||||
// }
|
|
||||||
// return template.URL(buf.String())
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Following are all the available styles
|
// Following are all the available styles
|
||||||
|
Reference in New Issue
Block a user