Skip to content

Commit

Permalink
MD cont
Browse files Browse the repository at this point in the history
  • Loading branch information
energy-coresky committed Jan 23, 2025
1 parent c783560 commit c04bf6f
Show file tree
Hide file tree
Showing 8 changed files with 161 additions and 128 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ php moon.php ab.sky root:@localhost/ab:ab_
# dsn syntax: user:password@databasehost:3306/databasename:tblprefix_
```

<hr>
* * *

Installer **moon.php** uses files with the **.sky** extension. These files contain all the application files and
database contents. It also contains information about the required modules and versions of PHP, MySQL.
Expand All @@ -93,7 +93,7 @@ then **moon.php** - a convenient way to update the site on production for profes
types of installation. Among them: pre-installation of the application in the **anew** folder, followed by moving
to production. In this case, the code of the old version is moved to the **aold** folder and it is possible to make a rollback.

<hr>
* * *

Инсталлятор **moon.php** использует файлы с расширением **.sky**. Эти файлы, содержат все файлы приложения и
содержимое баз данных. Также в нем содержится информация о требуемых модулях и версиях PHP, MySQL.
Expand Down
4 changes: 2 additions & 2 deletions assets/sky.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ ul.pagination li.active a {
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1em 10px;
padding: 1em 10px .1em;
margin: 1em 0px;
padding: 10px;
quotes: "\201C""\201D""\2018""\2019";
}
.mono, .code {
Expand Down
13 changes: 11 additions & 2 deletions w2/_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pairs:
#.php

#.html
spec: {'#text':%s, '#comment':<!--%s-->, '#data':<![CDATA[%s]]>}
spec: {'#comment':<!--%s-->, '#data':<![CDATA[%s]]>}
void: @csv !doctype br hr img input link meta area base col embed source track wbr param
omis: # tags omission rules
- @csv li td th tr
Expand All @@ -89,7 +89,7 @@ esc: "\`*_{}[]()<>#+-.!|^=~:"
code_type: @csv jet php css js html yaml bash # 2do saw
typ_1: {'<![CDATA[': ']]>', '<!--': '-->', '<!': '>'}
typ_2: @csv script pre style
blk_tag: @csv blockquote li p table dl x-code x-html
blk_tag: @csv blockquote li p table dl
blk_chr: {
'-*_=': leaf_h2r, '#': leaf_h6,
'-*+': blk_ul, '0123456789': blk_ol, '>': blk_bq,
Expand All @@ -109,6 +109,15 @@ in_chr: {
}
email_re: "/^[a-z\d.!#$%&'*+/=?^_`{|}~-]+@[a-z\d](?:[a-z\d-]{0,61}[a-z\d])?(?:\.[a-z\d](?:[a-z\d-]{0,61}[a-z\d])?)*$/i"
tagfilter: @csv title textarea style xmp iframe noembed noframes script plaintext
tags: @csv {
a: address article aside, b: base basefont blockquote body,
c: caption center col colgroup, d: dd details dialog dir div dl dt,
f: fieldset figcaption figure footer form frame frameset,
h: h1 h2 h3 h4 h5 h6 head header hr html, i: iframe,
l: legend li link, m: main menu menuitem, n: nav noframes,
o: ol optgroup option, p: p param, s: section source summary
t: table tbody td tfoot th thead title tr track, u: ul
}
#.md

#.js
Expand Down
Loading

0 comments on commit c04bf6f

Please sign in to comment.