Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed MarkDown syntax #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Alfresco HTML5 Client
# Alfresco HTML5 Client

A simple alfresco client written only in HTML5 and Javascript.

Expand All @@ -10,15 +10,15 @@ At the moment is implemented a simple folder browsing with document preview and
* It uses [KnockoutJS](http://www.knockoutjs.com) to implement the Model View ViewModel Pattern
* Presentation layer is built with [Twitter Bootstrap](http://twitter.github.com/bootstrap) and [FontAwesome](http://fortawesome.github.com/Font-Awesome/).

#Usage
# Usage

* Download [here](https://github.com/agea/Alfresco-HTML5-Client/archive/master.zip)
* Extract the .zip and copy the Alfresco-HTML5-Client folder in tomcat/webapps/ROOT of your Alfresco installation
* Access http://localhost:8080/Alfresco-HTML5-Client



#TODO
# TODO

* Write support
* Better document view
Expand All @@ -27,6 +27,6 @@ At the moment is implemented a simple folder browsing with document preview and
* Customization support
* Testing

##License
## License

MIT license - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)