You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-49Lines changed: 23 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@
2
2
3
3
A very smart filemanager to manage your files in the browser developed in AngularJS following Material Design styles by [Jonas Sciangula Street](https://github.com/joni2back)
4
4
5
-
This project provides you a font-end interface in order to allow you to create your own backend connector following the [connector API](API.md).
6
-
7
-
By the way, we provide some backend connectors in many languages as example (ftp, local files, etc)
5
+
This project provides a web file manager interface, **allowing you to create your own backend connector** following the [connector API](API.md).
6
+
*By the way, we provide some example backend connectors in many languages as example (php-ftp, php-local, python, etc)*
You can do many things by extending the configuration. Like hide the sidebar or the search button. See [the list of default configurations](/src/js/providers/config.js).
124
100
125
101
---------
@@ -132,6 +108,4 @@ task `gulp build`. The minified/uglified files are created in the `dist` folder.
132
108
For transparency into our release cycle and in striving to maintain backward compatibility, angular-filemanager is maintained under [the Semantic Versioning guidelines](http://semver.org/).
133
109
134
110
### Copyright and license
135
-
Code and documentation released under [the MIT license](https://github.com/joni2back/angular-filemanager/blob/master/LICENSE).
136
-
137
-
111
+
Code and documentation released under [the MIT license](https://github.com/joni2back/angular-filemanager/blob/master/LICENSE).
0 commit comments