diff --git a/services/dotcom/invoke.yaml b/services/dotcom/invoke.yaml deleted file mode 100644 index 8a92ac4..0000000 --- a/services/dotcom/invoke.yaml +++ /dev/null @@ -1,3 +0,0 @@ -run: - echo: true - pty: true diff --git a/services/dotcom/tasks.py b/services/dotcom/tasks.py deleted file mode 100644 index 4a5c8d9..0000000 --- a/services/dotcom/tasks.py +++ /dev/null @@ -1,14 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import annotations - -from invoke import task - - -@task -def publish(ctx): - ctx.run(( - 'rsync ' - '-rv ' - 'webroot/ ' - 'snakeweb.net:/srv/sites/bilbo/hotpocket.app/dotcom/' - )) diff --git a/services/dotcom/webroot/bot.txt b/services/dotcom/webroot/bot.txt deleted file mode 100644 index f271797..0000000 --- a/services/dotcom/webroot/bot.txt +++ /dev/null @@ -1,26 +0,0 @@ -BTHLabsHotPocketBot -=================== - -BTHLabsHotPocketBot is the metadata bot software that BTHLabs HotPocket uses to -discover and collect metadata of links saved by its users. - -BTHLabsHotPocketBot collects the following data from HTML documents: - -* Page title extracted from ``meta`` and ``title`` tags. -* Description extract from ``meta`` tags. - -Metadata collected by BTHLabsHotPocketBot is stored in HotPocket database and -displayed to users who saved the link. - -How BTHLabsHotPocketBot accesses your site ------------------------------------------- - -BTHLabsHotPocketBot makes an HTTP request to the site when the link is saved -or a user requests metadata refresh through the UI. The response content is -then processed. The response content **is not** stored in any database. - -Getting Support ----------------- - -If you have any questions about BTHLabsHotPocketBot, please contact us at -contact@bthlabs.pl and we will respond as soon as possible. diff --git a/services/dotcom/webroot/index.html b/services/dotcom/webroot/index.html deleted file mode 100644 index c8ef68d..0000000 --- a/services/dotcom/webroot/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - hotpocket.app - - - -

SOON

- - diff --git a/services/dotcom/webroot/privacy.html b/services/dotcom/webroot/privacy.html deleted file mode 100644 index c8ef68d..0000000 --- a/services/dotcom/webroot/privacy.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - hotpocket.app - - - -

SOON

- -