summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app.js4
-rw-r--r--app.json10
2 files changed, 7 insertions, 7 deletions
diff --git a/app.js b/app.js
index 90beefbe..67fb2232 100644
--- a/app.js
+++ b/app.js
@@ -176,7 +176,7 @@ app.use(passport.session())
app.use(require('./lib/web/middleware/checkURIValid'))
// redirect url without trailing slashes
app.use(require('./lib/web/middleware/redirectWithoutTrailingSlashes'))
-app.use(require('./lib/web/middleware/codiMDVersion'))
+app.use(require('./lib/web/middleware/hedgeDocVersion'))
// routes need sessions
// template files
@@ -287,7 +287,7 @@ process.on('uncaughtException', function (err) {
// install exit handler
function handleTermSignals () {
- logger.info('CodiMD has been killed by signal, try to exit gracefully...')
+ logger.info('HedgeDoc has been killed by signal, try to exit gracefully...')
realtime.maintenance = true
// disconnect all socket.io clients
Object.keys(io.sockets.sockets).forEach(function (key) {
diff --git a/app.json b/app.json
index 4d68c0df..24e69a9d 100644
--- a/app.json
+++ b/app.json
@@ -1,14 +1,14 @@
{
- "name": "CodiMD",
- "description": "Realtime collaborative markdown notes on all platforms",
+ "name": "HedgeDoc",
+ "description": "The best platform to write and share markdown.",
"keywords": [
"Collaborative",
"Markdown",
"Notes"
],
- "website": "https://codimd.org",
- "repository": "https://github.com/codimd/server",
- "logo": "https://github.com/codimd/server/raw/master/public/codimd-icon-1024.png",
+ "website": "https://hedgedoc.org",
+ "repository": "https://github.com/hedgedoc/hedgedoc",
+ "logo": "https://github.com/hedgedoc/hedgedoc/raw/master/public/hedgedoc-icon-1024.png",
"success_url": "/",
"env": {
"NPM_CONFIG_PRODUCTION": {