Skip to content
This repository was archived by the owner on Sep 25, 2022. It is now read-only.

Commit d456c94

Browse files
author
flx5
committed
Updated README.md
1 parent 6a97d8e commit d456c94

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,20 @@ The scrolling used quite a lot of CPU, causing the very small client PC displayi
1010

1111
This is why InMaFSS is aimed to process most data upon the server and only give the client very little to process.
1212

13-
Currently I'm developing upon a new REST-API, so I recommend against using the current API as it won't be supported for long anymore. Please also consider that the new API will use OAuth1.0a to authenticate single users in order to make it possible to get only user-related substitutions.
13+
This release should run stable, but there are lots of things to be improved.
14+
The features capable of being improved are:
15+
16+
+ OAuth User Panel (If the user hasn't authenticated any user, the page looks quite empty :) )
17+
+ Improve the API and add an endpoint to get some information about the user (like username, class, usertype, etc.)
18+
+ Design?
19+
20+
Licencing
21+
---------
22+
23+
The licence included in this project only affects the files that are part of this project.
24+
The libraries still underlie their own licences.
25+
26+
Please note that a missing licence header in a file that is part of InMaFSS doesn't mean that it is not included in the licence. It only means that I've forgot to add the header to the file.
1427

1528
Requirements
1629
------------
@@ -23,4 +36,5 @@ Libraries
2336
+ [TinyMCE](http://www.tinymce.com) (4.0.16)
2437
+ [Tigra Calendar](http://www.softcomplex.com/products/tigra_calendar/) (v5.2)
2538
+ [ip_in_range](http://www.pgregg.com/projects/php/ip_in_range/) (v1.2)
26-
+ [OAuth2 Server](https://github.com/bshaffer/oauth2-server-php) (v0.9) (Using an old version to ensure compability with pre PHP 5.3.9
39+
+ [OAuth2 Server](https://github.com/bshaffer/oauth2-server-php) (v0.9) (Using an old version to ensure compability with pre PHP 5.3.9
40+
+ [ics-parser] (http://code.google.com/p/ics-parser/)

0 commit comments

Comments
 (0)