Remove/update contact details
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
40d1d75704
commit
dc10ec60fb
6 changed files with 17 additions and 14 deletions
|
@ -60,6 +60,7 @@
|
||||||
"Refresh": "Neu laden",
|
"Refresh": "Neu laden",
|
||||||
"Contacts": "Kontakte",
|
"Contacts": "Kontakte",
|
||||||
"Report an issue": "Fehlerbericht senden",
|
"Report an issue": "Fehlerbericht senden",
|
||||||
|
"Meet us on Gitter": "Triff uns auf Gitter",
|
||||||
"Send us email": "Kontakt",
|
"Send us email": "Kontakt",
|
||||||
"Documents": "Dokumente",
|
"Documents": "Dokumente",
|
||||||
"Features": "Funktionen",
|
"Features": "Funktionen",
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
"Refresh": "Refresh",
|
"Refresh": "Refresh",
|
||||||
"Contacts": "Contacts",
|
"Contacts": "Contacts",
|
||||||
"Report an issue": "Report an issue",
|
"Report an issue": "Report an issue",
|
||||||
|
"Meet us on Gitter": "Meet us on Gitter",
|
||||||
"Send us email": "Send us email",
|
"Send us email": "Send us email",
|
||||||
"Documents": "Documents",
|
"Documents": "Documents",
|
||||||
"Features": "Features",
|
"Features": "Features",
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
"Refresh": "重新整理",
|
"Refresh": "重新整理",
|
||||||
"Contacts": "联络方式",
|
"Contacts": "联络方式",
|
||||||
"Report an issue": "报告问题",
|
"Report an issue": "报告问题",
|
||||||
|
"Meet us on Gitter": "在 Gitter 上联系我们",
|
||||||
"Send us email": "寄信给我们",
|
"Send us email": "寄信给我们",
|
||||||
"Documents": "文件",
|
"Documents": "文件",
|
||||||
"Features": "功能简介",
|
"Features": "功能简介",
|
||||||
|
@ -101,4 +102,4 @@
|
||||||
"OR": "或是",
|
"OR": "或是",
|
||||||
"Export to Snippet": "导出到 Snippet",
|
"Export to Snippet": "导出到 Snippet",
|
||||||
"Select Visibility Level": "选择可见层级"
|
"Select Visibility Level": "选择可见层级"
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
"Refresh": "重新整理",
|
"Refresh": "重新整理",
|
||||||
"Contacts": "聯絡方式",
|
"Contacts": "聯絡方式",
|
||||||
"Report an issue": "回報問題",
|
"Report an issue": "回報問題",
|
||||||
|
"Meet us on Gitter": "透過 Gitter 聯絡我們",
|
||||||
"Send us email": "寄信給我們",
|
"Send us email": "寄信給我們",
|
||||||
"Documents": "文件",
|
"Documents": "文件",
|
||||||
"Features": "功能簡介",
|
"Features": "功能簡介",
|
||||||
|
@ -101,4 +102,4 @@
|
||||||
"OR": "或是",
|
"OR": "或是",
|
||||||
"Export to Snippet": "匯出到 Snippet",
|
"Export to Snippet": "匯出到 Snippet",
|
||||||
"Select Visibility Level": "選擇可見層級"
|
"Select Visibility Level": "選擇可見層級"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,13 +3,12 @@ Features
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
===
|
===
|
||||||
<i class="fa fa-file-text"></i> **HackMD** is a realtime, multiplatform collaborative markdown note editor.
|
<i class="fa fa-file-text"></i> **HackMD** is a realtime, multi-platform collaborative markdown note editor.
|
||||||
This means that you can write notes with other people on your **desktop**, **tablet** or even on the **phone**.
|
This means that you can write notes with other people on your **desktop**, **tablet** or even on the **phone**.
|
||||||
You can sign-in via **Facebook**, **Twitter**, **GitHub**, or **Dropbox** in the [_homepage_](/).
|
You can sign-in via multiple auth providers like **Facebook**, **Twitter**, **GitHub** and many more on the [_homepage_](/).
|
||||||
|
|
||||||
Note that this service is still in an early stage, and thus still has some [_issues_](https://github.com/hackmdio/hackmd/issues?q=is%3Aopen+is%3Aissue+label%3Abug).
|
If you experience any _issues_, feel free to report it on [**GitHub**](https://github.com/hackmdio/hackmd/issues).
|
||||||
Please report new issues in [GitHub](https://github.com/hackmdio/hackmd/issues/new).
|
Or meet us on [**Gitter**](https://gitter.im/hackmdio/hackmd) for dev-talk and interactive help.
|
||||||
If you need instant help, please send us a [Facebook message](https://www.messenger.com/t/hackmdio).
|
|
||||||
**Thank you very much!**
|
**Thank you very much!**
|
||||||
|
|
||||||
Workspace
|
Workspace
|
||||||
|
@ -137,7 +136,7 @@ alert(s);
|
||||||
function $initHighlight(block, cls) {
|
function $initHighlight(block, cls) {
|
||||||
try {
|
try {
|
||||||
if (cls.search(/\bno\-highlight\b/) != -1)
|
if (cls.search(/\bno\-highlight\b/) != -1)
|
||||||
return process(block, true, 0x0F) +
|
return process(block, true, 0x0F) +
|
||||||
' class=""';
|
' class=""';
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
/* handle exception */
|
/* handle exception */
|
||||||
|
@ -157,7 +156,7 @@ alert(s);
|
||||||
function $initHighlight(block, cls) {
|
function $initHighlight(block, cls) {
|
||||||
try {
|
try {
|
||||||
if (cls.search(/\bno\-highlight\b/) != -1)
|
if (cls.search(/\bno\-highlight\b/) != -1)
|
||||||
return process(block, true, 0x0F) +
|
return process(block, true, 0x0F) +
|
||||||
' class=""';
|
' class=""';
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
/* handle exception */
|
/* handle exception */
|
||||||
|
@ -259,7 +258,7 @@ cond(no)->op2
|
||||||
digraph hierarchy {
|
digraph hierarchy {
|
||||||
|
|
||||||
nodesep=1.0 // increases the separation between nodes
|
nodesep=1.0 // increases the separation between nodes
|
||||||
|
|
||||||
node [color=Red,fontname=Courier,shape=box] //All nodes will this shape and colour
|
node [color=Red,fontname=Courier,shape=box] //All nodes will this shape and colour
|
||||||
edge [color=Blue, style=dashed] //All the lines look like this
|
edge [color=Blue, style=dashed] //All the lines look like this
|
||||||
|
|
||||||
|
@ -386,7 +385,7 @@ Subscript: H~2~O
|
||||||
|
|
||||||
> Blockquotes can also be nested...
|
> Blockquotes can also be nested...
|
||||||
>> ...by using additional greater-than signs right next to each other...
|
>> ...by using additional greater-than signs right next to each other...
|
||||||
> > > ...or with spaces between arrows.
|
> > > ...or with spaces between arrows.
|
||||||
|
|
||||||
|
|
||||||
### Lists
|
### Lists
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
<h3 class="panel-title"><%= __('Contacts') %></h3>
|
<h3 class="panel-title"><%= __('Contacts') %></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<a href="https://github.com/hackmdio/hackmd/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
|
<a href="https://github.com/hackmdio/hackmd/issues" target="_blank"><i class="fa fa-tag fa-fw"></i> <%= __('Report an issue') %></a>
|
||||||
<br>
|
<br>
|
||||||
<a href="mailto:hackmdio@gmail.com"><i class="fa fa-envelope fa-fw"></i> <%= __('Send us email') %></a>
|
<a href="https://gitter.im/hackmdio/hackmd" target="_blank"><i class="fa fa-comments fa-fw"></i> <%= __('Meet us on Gitter') %></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
|
@ -144,4 +144,4 @@
|
||||||
letter-spacing: 0.025em;
|
letter-spacing: 0.025em;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue