Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathan-osman/Stack-Mobile
A mobile front-end to the Stack Exchange network of sites.
https://github.com/nathan-osman/Stack-Mobile
Last synced: 3 months ago
JSON representation
A mobile front-end to the Stack Exchange network of sites.
- Host: GitHub
- URL: https://github.com/nathan-osman/Stack-Mobile
- Owner: nathan-osman
- License: gpl-3.0
- Created: 2012-01-24T01:47:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T22:16:14.000Z (about 7 years ago)
- Last Synced: 2024-07-20T11:07:49.835Z (4 months ago)
- Language: PHP
- Homepage: http://stackmobile.com
- Size: 78.1 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
> **Note:** this project is no longer actively maintained.
Stack Mobile
Stack Mobile is a mobile front-end to the Stack Exchange network of sites designed for mobile phones, tablets, and other devices with limited screen space.Requirements
Stack Mobile requires the following in order to run on your server:
- PHP 5.2+
-
Apache withmod_rewrite
or IIS with URL Rewrite - A database with a PDO driver (such as MySQL, PostgreSQL, or MS SQL)
-
Stack.PHP library 0.5+ (for accessing the Stack Exchange API)
Installation
Installing Stack Mobile is very simply once you have verified that your server meets the requirements listed above.
- Download the latest version of Stack Mobile and Stack.PHP.
- Extract the Stack Mobile archive to a folder within your document root.
- Extract the
src
folder from the Stack.PHP archive to the Stack Mobile folder. - Rename the
src
folder tostackphp
. - Open up your browser and point it to the directory containing the Stack Mobile code and follow the instructions.