Skip to content

Commit 34f17e8

Browse files
committed
Can create your own project (using ZeroNet clone) instead of downloading FrameworkJS zip file
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent 6920a97 commit 34f17e8

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

content.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
"size": 0
110110
},
111111
"css/page-common.css": {
112-
"sha512": "52d6a7d4242f9858ff0dd3602437395a1cbfab80a9e7aaed9658c85132f135fa",
113-
"size": 11234
112+
"sha512": "8bf70434331c4ae30019854e47fa76eae284354e00b8a531277386c9e9a5b718",
113+
"size": 11395
114114
},
115115
"css/page-custom.css": {
116116
"sha512": "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce",
@@ -349,8 +349,8 @@
349349
"size": 8080
350350
},
351351
"index.html": {
352-
"sha512": "6576dae086d3e77633a1c398643081bd5c6e998c47ba96fbba5a2516a4cd733c",
353-
"size": 24298
352+
"sha512": "61216e016d5585e2b894c68d645926e269f804f9147ee7da1f75a14f248c4b36",
353+
"size": 24816
354354
},
355355
"js/ZeroFrame.js": {
356356
"sha512": "25624cbfc07b6d208cbef3200876c4ba5b5ac0be83a395f0911a02bee5f33965",
@@ -451,11 +451,11 @@
451451
},
452452
"ignore": "(^.git)",
453453
"inner_path": "content.json",
454-
"modified": 1540083442,
454+
"modified": 1540136487,
455455
"postmessage_nonce_security": true,
456456
"signers_sign": "GxPcc7gTaIO5FSW0SpB7qerY9S/GUhbzfpFhwN4+XFtcGjd0U9gPPLi0Tm9ddT01FEG1lt/49XGoGPIxz2o81qs=",
457457
"signs": {
458-
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "G/gfdEJM7Ywvzd8xWV8f4aGtQLv4+uk8lhnYMHquz3VuceSPwHTMoN3ZLNCn2YDdUbhnPoSyaPIko1HgmGyW+Fw="
458+
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "HJPwMlR59hVKr6vNZMy+B/281OpAEhAVMnWQAPbjxGCSMVwUR/b3Vk6AidVmUV8rL8VKw/EFkz9LroYwrG1/0/8="
459459
},
460460
"signs_required": 1,
461461
"title": "Framework.js",

index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,19 @@ <h2><i class="material-icons">description</i> With huge libs</h2>
9393
<h2><i class="material-icons">highlight</i> Easy to implement</h2>
9494
<p>With built-in tutorials and a lovely community, anyone can start using Framework.js and do amazing things with it!</p>
9595

96-
<h1 id="download"><i class="material-icons">file_download</i> Downloading</h1><ul class="tiled longcard"><a href="https://github.com/Org/Repo/releases/latest" target="blank"><li style="background: #00a185;"><div style="background:url(img/release-stable.png) 50px 7px;"><center><i class="material-icons">file_download</i></center>
96+
<h1 id="download"><i class="material-icons">file_download</i> Downloading</h1><ul class="tiled longcard"><a href="https://github.com/Plasnerd/Framework.js/releases/latest" target="blank"><li style="background: #00a185;"><div style="background:url(img/release-stable.png) 50px 7px;"><center><i class="material-icons">file_download</i></center>
9797
<p>Stable release (r1)</p></div></li></a>
98-
<!-- <a href="https://github.com/Org/Repo/releases/tag/" target="blank"><li style="background: #00a185;"><div style="background:url(img/release-pre.png) 50px 7px"><center><i class="material-icons">file_download</i></center> <p>Pre-release (?)</p></div></li></a> --></ul>
98+
<!-- <a href="https://github.com/Org/Repo/releases/tag/" target="blank"><li style="background: #00a185;"><div style="background:url(img/release-pre.png) 50px 7px"><center><i class="material-icons">file_download</i></center> <p>Pre-release (?)</p></div></li></a> --><li onclick="clone()" style="background: rgb(0, 161, 133);"><div style="background: url(&quot;img/zeronet.png&quot;) 51px 50px;background-size: 12px;top: -20px;"><p style="
99+
margin-bottom: 8px;
100+
position: relative;
101+
top: 12px;
102+
text-align: center;
103+
">If you're on ZeroNet:</p><center style="
104+
position: relative;
105+
top: 12px;
106+
font-weight: bold;
107+
font-size: 16px;
108+
"><small>No need to download FrameworkJS to start a new project! Just click here</small></center> </div></li></ul>
99109
<h1 id="instructions"><i class="material-icons">create</i> Starting</h1>
100110
<h2><i class="material-icons">archive</i> Extract</h2>
101111
<p>Open <code>framework.zip</code> and extract all the files from the <code>/upload</code> folder, to your site root.</p>

0 commit comments

Comments
 (0)