Various scripts and other tools for working with the F# snippets data.
upload.fsx
initializes Azure storage and uploads data to blobscleanup.fsx
contains random scripts for cleaning malicious editsformat.fsx
formats all snippets as HTML from the source codeload.fsx
reads data from the old fssnip SQL database
To run formatting or the Azure script, you can download data from
the data dump repository and put
it all into a data
subfolder. In azure.fsx
, you will also need to enter
your connection string for Azure storage. The load.fsx
script is not much use
if you don't have the original data dumps, but is kept here just in case...