Skip to content

Commit 4202337

Browse files
committed
r2, finally launched
Signed-off-by: Daniell Mesquita <[email protected]>
0 parents  commit 4202337

File tree

115 files changed

+17030
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+17030
-0
lines changed

.datignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.git
2+
/ignore/PJ
3+
.dat
4+
node_modules
5+
*.log
6+
**/.DS_Store
7+
Thumbs.db

.gitattributes

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
# Custom for Visual Studio
4+
*.cs diff=csharp
5+
*.sln merge=union
6+
*.csproj merge=union
7+
*.vbproj merge=union
8+
*.fsproj merge=union
9+
*.dbproj merge=union
10+
# Standard to msysgit
11+
*.doc diff=astextplain
12+
*.DOC diff=astextplain
13+
*.docx filter=lfs diff=lfs merge=lfs -text
14+
*.DOCX diff=astextplain
15+
*.dot diff=astextplain
16+
*.DOT diff=astextplain
17+
*.pdf filter=lfs diff=lfs merge=lfs -text
18+
*.PDF diff=astextplain
19+
*.rtf diff=astextplain
20+
*.RTF diff=astextplain
21+
*.pptx filter=lfs diff=lfs merge=lfs -text
22+
*.pptm filter=lfs diff=lfs merge=lfs -text
23+
*.zip filter=lfs diff=lfs merge=lfs -text
24+
*.rar filter=lfs diff=lfs merge=lfs -text
25+
*.7z filter=lfs diff=lfs merge=lfs -text
26+
*.mp4 filter=lfs diff=lfs merge=lfs -text
27+
*.3gp filter=lfs diff=lfs merge=lfs -text
28+
*.avi filter=lfs diff=lfs merge=lfs -text
29+
*.gz filter=lfs diff=lfs merge=lfs -text
30+
*.mkv filter=lfs diff=lfs merge=lfs -text
31+
*.webm filter=lfs diff=lfs merge=lfs -text
32+
*.capx filter=lfs diff=lfs merge=lfs -text
33+
*.usv filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Windows image file caches
2+
Thumbs.db
3+
ehthumbs.db
4+
5+
# Recycle Bin used on file shares
6+
$RECYCLE.BIN/
7+
8+
# Windows Installer files
9+
*.cab
10+
*.msi
11+
*.msm
12+
*.msp
13+
14+
# =========================
15+
# Operating System Files
16+
# =========================
17+
18+
# OSX
19+
# =========================
20+
21+
.DS_Store
22+
.AppleDouble
23+
.LSOverride
24+
25+
# Icon must ends with two \r.
26+
Icon
27+
# Thumbnails
28+
._*
29+
30+
# Files that might appear on external disk
31+
.Spotlight-V100
32+
.Trashes
33+
34+
releases/*
35+
/ignore

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
framework.js.org

GITHUB.url

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[{000214A0-0000-0000-C000-000000000046}]
2+
Prop3=19,11
3+
[InternetShortcut]
4+
URL=https://github.com/Plasnerd/Framework.js/milestone/2
5+
IDList=

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014-2018 Plasmmer
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# FrameworkJS
2+
3+
Its a modern and responsive framework/template/theme thought for apps and sites of the future. A unique framework with the same code, both for apps and sites.
4+
5+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DaniellMesquita/Plasmmer-UI-Framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6+
[![PEHTML](https://img.shields.io/badge/built%20with-PEHTML%20(v2)-295596.svg)](https://github.com/Plasnerd/PEHTML)

0 commit comments

Comments
 (0)