forked from barbarosso/Drupoid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (27 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Drupapp
-------
Example Drupal module able to save a title and image coming from
an Android or iOS application. The source for this module and the application
can be found at http://github.com/swentel/Drupoid
Blog post: http://realize.be/posting-images-android-drupal
Screenshots: http://realize.be/mobile
Drupal content type
-------------------
You need to create at least one content type with an image field.
You can of course change this to your own needs.
Drupal Installation
-------------------
Enable the module, give yourself the 'administer drupapp' permission
and go to admin/config/media/drupapp where you need to configure
some options like image field etc.
Give roles the "upload images via app" so they can upload images.
Every request is logged into watchdog - good or bad.
Android
-------
The app is written on Android 2.3.3, SDK level 10.
After compiling, run the application and configure
the url, username and password. The path in the url
matches the Drupal path, eg http://example.com/mobile-post
iOS
---
To come