Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4784ef1

Browse files
author
bot
committed
hackbrowser integration
1 parent c055117 commit 4784ef1

727 files changed

Lines changed: 74180 additions & 5816 deletions

File tree

Some content is hidden

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

Readme.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ A fusion of Electron and Zeronet, with more goodness to come.
1616

1717
### What's new?
1818

19-
- (Feb 1, 2017) Merged in [Min Browser](https://github.com/minbrowser/min) which uses [DuckDuckGo](https://duckduckgo.com/)
19+
- (Feb 1, 2017) Integrated [Min Browser](https://github.com/minbrowser/min) with [DuckDuckGo](https://duckduckgo.com/)
2020
for extra privacy and instant answers.
2121
<br>
22-
It's a ['smarter, faster'](https://minbrowser.github.io/min/) address bar which suits
23-
this project perfectly. :surfing_man:
22+
It's a ['smarter, faster'](https://minbrowser.github.io/min/) address bar which suits this project perfectly. :surfing_man:
2423
<br>
25-
- (Feb 11) Merged in bookmarking with [Vue.js](https://github.com/coligo-io/bookmarking-app-electron-vuejs-firebase)
24+
- (Feb 11) Integrated bookmarking with [Vue.js](https://github.com/coligo-io/bookmarking-app-electron-vuejs-firebase)
25+
<br>
26+
- (March 11) New AppCentre homepage allowing users to add their own content to the store.
27+
<br> (..user edit and delete option still pending)
28+
- (April 18) Integrated [HackBrower](https://github.com/hackbrowser/hackbrowser) for 'non-Tor' sub-windows.
2629
<br>
27-
- (March 11) Lander Apps homepage allowing users to add their own content to the store.
28-
<br> (..edit and delete option pending)
2930

3031
### Todo
3132

@@ -38,7 +39,12 @@ A fusion of Electron and Zeronet, with more goodness to come.
3839
- [x] a newly designed homepage
3940
- [x] bookmark manager & tasklist
4041
- [x] homepage featured appstore (todo: rating, etc)
42+
- [x] menu option to open sub-windows with Flash and nav history
43+
- [ ] integrate Mastadon
44+
- [ ] apply Flash plugin and nav history to main window
45+
- [ ] add search options to preferences
4146
- [ ] other templated zites on tabbar
47+
- [ ] integrate LBRY
4248
- [ ] altcoin plugin intergration
4349
- [ ] user content management (apps and themes)
4450
- [ ] test Chrome extensions & zeronet plugins
@@ -47,12 +53,12 @@ A fusion of Electron and Zeronet, with more goodness to come.
4753
- [ ] cross platform testing
4854

4955

50-
### Bugs (v0.0.7)
56+
### Bugs (v0.0.8)
5157

5258
* To hide bookmarks the header icon is a temp toggle switch.
5359
* Opening a zite in the address bar creates additional toggle switches and sidebar buttons.
5460
* Need to reload (CTRL-R) occasionally after starting if zeronet boots up late.
55-
* A few display bugs with Zeronet 0.5.3 (toggle On/Off for sidebar)
61+
* Still a few display bugs with Zeronet 0.5.3 (toggle On/Off for scrollbar)
5662

5763

5864
### Features
@@ -63,11 +69,12 @@ A fusion of Electron and Zeronet, with more goodness to come.
6369
* tabbed addressbar with instant search and tasklist
6470
* bookmarking manager
6571
* homepage appstore
66-
72+
* supports Flash plugin and nav history in sub-windows
6773

6874
### Test Releases
6975

70-
76+
- (Apr 18) [Fuzium-v0.0.8-win32-zip](https://github.com/kustomzone/Fuzium/releases/tag/v0.0.8-pre-alpha)
77+
<br>
7178
- (Mar 11) [Fuzium-v0.0.7-win32-installer](https://github.com/kustomzone/Fuzium/releases/tag/v0.0.7-pre-alpha) with Zeronet 0.5.3
7279
<br>
7380
- (Feb 13) [Fuzium-v0.0.6-win32-installer](https://github.com/kustomzone/Fuzium/releases/tag/v0.0.6-pre-alpha) with Zeronet 0.5.2
@@ -104,7 +111,7 @@ npm install && npm start
104111

105112
#### Thank you!
106113

107-
114+
- [Hackbrowser](https://github.com/hackbrowser/hackbrowser) for browser history and Flash plugin
108115
- [Freeload](https://github.com/MagicInventor/FreeLoad) homepage layout.
109116
- [PalmerAL](https://github.com/PalmerAL) for the [Min Browser](https://github.com/minbrowser) components.
110117
- Tamas Kocsis, creator of Zeronet ( https://zeronet.io )
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>files</key>
6+
<dict/>
7+
<key>rules</key>
8+
<dict>
9+
<key>^Resources/</key>
10+
<true/>
11+
<key>^Resources/.*\.lproj/</key>
12+
<dict>
13+
<key>optional</key>
14+
<true/>
15+
<key>weight</key>
16+
<real>1000</real>
17+
</dict>
18+
<key>^Resources/.*\.lproj/locversion.plist$</key>
19+
<dict>
20+
<key>omit</key>
21+
<true/>
22+
<key>weight</key>
23+
<real>1100</real>
24+
</dict>
25+
<key>^version.plist$</key>
26+
<true/>
27+
</dict>
28+
</dict>
29+
</plist>
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>12F45</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en_US</string>
9+
<key>CFBundleExecutable</key>
10+
<string>PepperFlashPlayer</string>
11+
<key>CFBundleGetInfoString</key>
12+
<string>Adobe Flash Player 20.0 r0 Copyright (c) 1996-2016 Adobe Systems Incorporated. All rights reserved</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>com.macromedia.PepperFlashPlayer.pepper</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>PepperFlashPlayer</string>
19+
<key>CFBundlePackageType</key>
20+
<string>BRPL</string>
21+
<key>CFBundleShortVersionString</key>
22+
<string>20.0.0.306</string>
23+
<key>CFBundleSignature</key>
24+
<string>????</string>
25+
<key>CFBundleVersion</key>
26+
<string>20.0.0.306</string>
27+
<key>CFPlugInDynamicRegisterFunction</key>
28+
<string></string>
29+
<key>CFPlugInDynamicRegistration</key>
30+
<string>NO</string>
31+
<key>DTCompiler</key>
32+
<string>com.apple.compilers.llvm.clang.1_0</string>
33+
<key>DTPlatformBuild</key>
34+
<string>4H1503</string>
35+
<key>DTPlatformVersion</key>
36+
<string>GM</string>
37+
<key>DTSDKBuild</key>
38+
<string>10K549</string>
39+
<key>DTSDKName</key>
40+
<string>macosx10.6</string>
41+
<key>DTXcode</key>
42+
<string>0463</string>
43+
<key>DTXcodeBuild</key>
44+
<string>4H1503</string>
45+
</dict>
46+
</plist>
22.8 MB
Binary file not shown.
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>files</key>
6+
<dict/>
7+
<key>files2</key>
8+
<dict/>
9+
<key>rules</key>
10+
<dict>
11+
<key>^Resources/</key>
12+
<true/>
13+
<key>^Resources/.*\.lproj/</key>
14+
<dict>
15+
<key>optional</key>
16+
<true/>
17+
<key>weight</key>
18+
<real>1000</real>
19+
</dict>
20+
<key>^Resources/.*\.lproj/locversion.plist$</key>
21+
<dict>
22+
<key>omit</key>
23+
<true/>
24+
<key>weight</key>
25+
<real>1100</real>
26+
</dict>
27+
<key>^version.plist$</key>
28+
<true/>
29+
</dict>
30+
<key>rules2</key>
31+
<dict>
32+
<key>.*\.dSYM($|/)</key>
33+
<dict>
34+
<key>weight</key>
35+
<real>11</real>
36+
</dict>
37+
<key>^(.*/)?\.DS_Store$</key>
38+
<dict>
39+
<key>omit</key>
40+
<true/>
41+
<key>weight</key>
42+
<real>2000</real>
43+
</dict>
44+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
45+
<dict>
46+
<key>nested</key>
47+
<true/>
48+
<key>weight</key>
49+
<real>10</real>
50+
</dict>
51+
<key>^.*</key>
52+
<true/>
53+
<key>^Info\.plist$</key>
54+
<dict>
55+
<key>omit</key>
56+
<true/>
57+
<key>weight</key>
58+
<real>20</real>
59+
</dict>
60+
<key>^PkgInfo$</key>
61+
<dict>
62+
<key>omit</key>
63+
<true/>
64+
<key>weight</key>
65+
<real>20</real>
66+
</dict>
67+
<key>^Resources/</key>
68+
<dict>
69+
<key>weight</key>
70+
<real>20</real>
71+
</dict>
72+
<key>^Resources/.*\.lproj/</key>
73+
<dict>
74+
<key>optional</key>
75+
<true/>
76+
<key>weight</key>
77+
<real>1000</real>
78+
</dict>
79+
<key>^Resources/.*\.lproj/locversion.plist$</key>
80+
<dict>
81+
<key>omit</key>
82+
<true/>
83+
<key>weight</key>
84+
<real>1100</real>
85+
</dict>
86+
<key>^[^/]+$</key>
87+
<dict>
88+
<key>nested</key>
89+
<true/>
90+
<key>weight</key>
91+
<real>10</real>
92+
</dict>
93+
<key>^embedded\.provisionprofile$</key>
94+
<dict>
95+
<key>weight</key>
96+
<real>20</real>
97+
</dict>
98+
<key>^version\.plist$</key>
99+
<dict>
100+
<key>weight</key>
101+
<real>20</real>
102+
</dict>
103+
</dict>
104+
</dict>
105+
</plist>

0 commit comments

Comments
 (0)