Skip to content

Commit 326efdc

Browse files
committed
r1
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent c33eb4f commit 326efdc

File tree

3 files changed

+49
-40
lines changed

3 files changed

+49
-40
lines changed

1.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
C:\Users\Notebook Positivo\fmwk
22
link on bootstrap material
33

4-
doc new css classes
5-
64
comments zn
75

86
remove inline ul's overflow hidden
97

10-
new HTML structure in elements
11-
128
show warn when framework is outdated
139

1410
fix sticky button link

content.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"favicon": "icon.png",
1010
"files": {
1111
"1.txt": {
12-
"sha512": "65e96fcbc13a8996191ef4817fcb6df6f33bfaf7a26671c2edbe6fd429e97ba9",
13-
"size": 1138
12+
"sha512": "50da7d811bcd21f6ed5b74256cdc8ef61b3325255e082d65697d7243c7617d08",
13+
"size": 534
1414
},
1515
"14AYuS7E5gtiAaJKo1HMXnZnGUtiymb6Rt - Shortcut.lnk": {
1616
"sha512": "773ca4434b66278c0d7cf398e27ce57afe395d274e3a195e4d404160ddb9bff6",
@@ -121,12 +121,12 @@
121121
"size": 0
122122
},
123123
"css/dark-common.css": {
124-
"sha512": "78b5d49c996335bccaf83defcbc327553a7fe9fcd4b6ddbe6735d92b5de4b911",
125-
"size": 2239
124+
"sha512": "ca807240aa4bc4e92ad3b9d7e9d688b4e06b80c80b027554a047e3c11b73ded4",
125+
"size": 2303
126126
},
127127
"css/page-common.css": {
128-
"sha512": "71711ab5a38ee69851ce4fd30638d41ee3696336647a481a4e172ba57e24922e",
129-
"size": 11803
128+
"sha512": "cab9c57c23909bc27a2aea19a53ff4a090d1a3cadd8455bf506e1f428c925310",
129+
"size": 12228
130130
},
131131
"css/page-custom.css": {
132132
"sha512": "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce",
@@ -137,8 +137,8 @@
137137
"size": 90
138138
},
139139
"elements.html": {
140-
"sha512": "6b2aef5696dd9c2c7758cb8468d2f3030885d1f4a007a391b857b298b963c0ff",
141-
"size": 48550
140+
"sha512": "442efb25d7037c36190947a554be10c01502bb4b0616639c136936cdea4351b4",
141+
"size": 49571
142142
},
143143
"icon-default.png": {
144144
"sha512": "74369e9c113f9535d511e8f800955f1c9204fabe6b91ece8a0cd47dc3d01bdf0",
@@ -365,8 +365,8 @@
365365
"size": 8542
366366
},
367367
"index.html": {
368-
"sha512": "cb9f4f64aa6a8e64983a98eb342405c76b1cd8d6716c69f15e3e42de4e702336",
369-
"size": 27539
368+
"sha512": "1e0c381979fe22b920bda5480baec280e701d959e58520b9c1734d088651f730",
369+
"size": 27828
370370
},
371371
"js/ZeroFrame.js": {
372372
"sha512": "25624cbfc07b6d208cbef3200876c4ba5b5ac0be83a395f0911a02bee5f33965",
@@ -551,11 +551,11 @@
551551
},
552552
"ignore": "(^.git)",
553553
"inner_path": "content.json",
554-
"modified": 1541968352,
554+
"modified": 1544102385,
555555
"postmessage_nonce_security": true,
556556
"signers_sign": "GxPcc7gTaIO5FSW0SpB7qerY9S/GUhbzfpFhwN4+XFtcGjd0U9gPPLi0Tm9ddT01FEG1lt/49XGoGPIxz2o81qs=",
557557
"signs": {
558-
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "HM5Qrh/ZS8SgWGfiRDeU/uXITMm95SbXu2vX9J37BBt7MFSj4Y7qjo4DxJEeTPzchbktxWmfSqDC2My/LzcAXFI="
558+
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "GyXIJ5hmYmDgbI48q0sQAo56JtJp7dL6LrTlHmctgE28ODtluxqFzD7exLoa6Lp79gFHnqH+DFSD9wfaj51nVNE="
559559
},
560560
"signs_required": 1,
561561
"title": "Framework.js",

elements.html

Lines changed: 37 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -62,41 +62,51 @@ <h1><i class="material-icons">widgets</i> Elements</h1>
6262
<p>After <a href="index.html#download" target="blank">download</a> and follow the <a href="index.html#instructions" target="blank">instructions</a>, here is the page for you start inserting elements to your page/app that uses the power of Framework.js!</p><p>The HTML structure of a Framework.js page (including PEHTML):</p><textarea onclick="this.focus();this.select()" readonly="readonly" style="margin:6px 41px;width: 392px;height: 44px;">&lt;!DOCTYPE html&gt;
6363
&lt;html lang=""&gt;
6464
&lt;head&gt;
65-
&lt;script type="text/javascript" src="js/jquery.min.js"&gt;&lt;/script&gt;
66-
&lt;script type="text/javascript" src="js/app-common.js"&gt;&lt;/script&gt;
65+
&lt;title color=""&gt;&lt;/title&gt;
66+
&lt;meta charset="utf-8"&gt;
67+
&lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&gt;
68+
&lt;meta content="width=device-width,initial-scale=1,minimal-ui,shrink-to-fit=no" name="viewport"&gt;
69+
&lt;link rel="icon" href="" /&gt;
70+
&lt;link rel="logo" href=".svg" border="true"/&gt;
71+
&lt;base href="" target="_top" id="base"&gt;
72+
73+
&lt;script&gt;base.href = document.location.href.replace("/media", "").replace("index.html", "").replace(/[&amp;?]wrapper=False/, "").replace(/[&amp;?]wrapper_nonce=[A-Za-z0-9]+/, "")&lt;/script&gt;
74+
&lt;!-- &lt;link rel="stylesheet" href="https://unpkg.com/vue-material@beta/dist/vue-material.min.css"&gt;
75+
&lt;link rel="stylesheet" href="https://unpkg.com/vue-material@beta/dist/theme/default.css"&gt;--&gt;
76+
&lt;script type="text/javascript" src="plugins/jQuery/jquery.min.js"&gt;&lt;/script&gt;
77+
&lt;script type="text/javascript" src="plugins/Popper.js/popper.min.js"&gt;&lt;/script&gt;
78+
&lt;script type="text/javascript" src="plugins/Bootstrap/js/bootstrap.min.js"&gt;&lt;/script&gt;
79+
&lt;script src="plugins/Bootstrap/themes/material/js/material.min.js"&gt;&lt;/script&gt;
80+
&lt;zeronet&gt;&lt;script type="text/javascript" src="js/ZeroFrame.js"&gt;&lt;/script&gt;
81+
&lt;script type="text/javascript" src="plugins/ZeroDevLib/ZeroPage.js"&gt;&lt;/script&gt;&lt;/zeronet&gt;
82+
&lt;script type="text/javascript" src="js/page-common.js"&gt;&lt;/script&gt;
83+
&lt;link href="plugins/Bootstrap/themes/material/css/material.min.css" rel="stylesheet"&gt;
6784
&lt;link rel="stylesheet" type="text/css" href="css/page-common.css"&gt;
6885
&lt;link rel="stylesheet" type="text/css" href="css/app-common.css"&gt;
6986
&lt;link rel="stylesheet" type="text/css" href="css/page-custom.css"&gt;
7087
&lt;link rel="stylesheet" type="text/css" href="css/app-custom.css"&gt;
7188
&lt;link href="Fonts/Roboto/font.css" rel="stylesheet"&gt;
7289
&lt;link href="Fonts/Material Icons/font.css" rel="stylesheet"&gt;
73-
&lt;link rel="icon" href="icon.png" /&gt;
74-
&lt;link rel="logo" href="icon.svg" border="true" /&gt;
75-
&lt;title color=""&gt;&lt;/title&gt;
90+
&lt;zeronet&gt;&lt;link href="Fonts/Text Me One/font.css" rel="stylesheet"&gt;&lt;/zeronet&gt;
7691
&lt;meta name="pehtml" content="true"&gt;
77-
&lt;meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1"&gt;
7892
&lt;meta name="directory" content="css, js, img, snd"&gt;
7993
&lt;meta name="description" content=""&gt;
8094
&lt;meta name="keywords" content=""&gt;
8195
&lt;/head&gt;
82-
&lt;body&gt;
83-
&lt;header&gt;&lt;logo&gt;&lt;/logo&gt;&lt;/header&gt;
84-
&lt;div class="content"&gt;
85-
&lt;article&gt;
86-
&lt;/article&gt;
87-
&lt;comments&gt;
88-
&lt;h1 id="comments"&gt;&lt;i class="material-icons"&gt;comment&lt;/i&gt; Comments &lt;span class="badge"&gt;&lt;/span&gt;&lt;/h1&gt;
89-
&lt;blockquote&gt;
90-
&lt;/blockquote&gt;
91-
&lt;/comments&gt;
92-
&lt;div class="footer-shadow"&gt;&lt;/div&gt;
93-
&lt;footer&gt;
94-
&lt;center&gt;LAST UPDATE DATE&lt;/center&gt;&lt;a href="https://plasnerd.github.io/Framework.js/" target="blank"&gt;&lt;img src="https://plasnerd.github.io/Framework.js/img/seal-1.png" width="167px" height="94px" style="-webkit-user-drag:element;margin-right:5px"&gt;&lt;/a&gt;&lt;a href="https://plasnerd.github.io/PEHTML/" target="blank" style="opacity:1"&gt;&lt;img src="https://plasnerd.github.io/PEHTML/img/seal-2.png" width="167px" height="94px" style="-webkit-user-drag:element"&gt;&lt;/a&gt;
95-
&lt;div class="social-icons"&gt;&lt;/div&gt;
96-
&lt;div class="social-buttons"&gt;&lt;/div&gt;
97-
&lt;copyright&gt;&lt;/copyright&gt;
98-
&lt;/footer&gt;
96+
&lt;body id="body"&gt;
97+
&lt;div id="app"&gt;
9998
&lt;/div&gt;
99+
100+
&lt;!-- &lt;script type="text/javascript" src="plugins/UmbrellaJS/umbrella.min.js"&gt;&lt;/script&gt;
101+
&lt;script type="text/javascript" src="plugins/VueJS/vue.js"&gt;&lt;/script&gt;
102+
&lt;script src="https://unpkg.com/vue-material@beta"&gt;&lt;/script&gt;
103+
&lt;script&gt;
104+
Vue.use(VueMaterial.default)
105+
106+
new Vue({
107+
el: '#app'
108+
})
109+
&lt;/script&gt;--&gt;
100110
&lt;/body&gt;
101111
&lt;/html&gt;</textarea><p>Use the <code>/blank</code> folder in the <code>framework.zip</code> archive if you want to start a new project.</p>
102112

@@ -418,7 +428,10 @@ <h3 class="color">Heading 3</h3>
418428
<h4 class="color">Heading 4</h4>
419429
<h5 class="color">Heading 5</h5>
420430
<h6 class="color">Heading 6</h6><span class="badge color">Badge</span><p class="color">Paragraph</p>
421-
<span class="color">Span</span></div>
431+
<span class="color">Span</span>
432+
<h1>.color-bg</h1>
433+
<p>Elements with this class will have a background with the site's theme color.</p>
434+
</div>
422435
<div aria-labelledby="zerotb-tab" class="tab-pane fade" id="zerotb" role="tabpanel"><p>FrameworkJS is the world's first click-to-clone/start web framework! Also, it is the first working and near-complete framework/boilerplate on ZeroNet.</p><p>There are some exclusive and funny things for ZeroNet.</p>
423436
<h1><i class="material-icons">add_circle</i> Zite clone</h1>
424437
<p>To make your users able to have a clone of your zite.</p>

0 commit comments

Comments
 (0)