From: Andres Gomez Date: Mon, 28 Jan 2013 01:25:48 +0000 (+0200) Subject: Initial web release with new theme X-Git-Url: http://git.maemo.org/git/?p=apps-fullscreen;a=commitdiff_plain;h=7f4dbd81b1e7e859998f542aaff0a5543e5fbe9e;ds=sidebyside Initial web release with new theme --- diff --git a/www/assets/css/skeleton/images/favicon.ico b/www/assets/css/skeleton/images/favicon.ico deleted file mode 100644 index 6e4dd33..0000000 Binary files a/www/assets/css/skeleton/images/favicon.ico and /dev/null differ diff --git a/www/assets/css/style.css b/www/assets/css/style.css index 374c738..094fa8a 100644 --- a/www/assets/css/style.css +++ b/www/assets/css/style.css @@ -39,6 +39,14 @@ footer p { color: #333333; } +footer strong { + color: #333333; +} + +footer h4 { + color: #333333; +} + div.repo-author { padding-top: 30px; } diff --git a/www/assets/images/apps-fullscreener.png b/www/assets/images/apps-fullscreener.png new file mode 100644 index 0000000..e1f93d1 Binary files /dev/null and b/www/assets/images/apps-fullscreener.png differ diff --git a/www/assets/images/favicon.ico b/www/assets/images/favicon.ico new file mode 100644 index 0000000..6e4dd33 Binary files /dev/null and b/www/assets/images/favicon.ico differ diff --git a/www/index.html b/www/index.html index e1fd039..c79af87 100644 --- a/www/index.html +++ b/www/index.html @@ -1,88 +1,172 @@ - - Application Fullscreener - - - - - - - - - - -
-
-
-

Application's Fullscreener

-

My projects description

- -

Longer description of your project here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer convallis erat sit amet leo hendrerit in laoreet diam tempus. Morbi luctus congue purus id ultrices. Aliquam erat volutpat. Sed facilisis lacus nec sapien venenatis ultrices. In vel erat nisi, vel posuere tortor. Phasellus pharetra nunc at odio euismod rutrum.

-
- - -
- -
-

Usage and examples

- -
- -
-function codeExample() {
-	console.log('This is a code example.');
-}
-
-
- -

Example number 1

-

Some example code here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris lacinia, enim quis interdum accumsan, odio velit ultricies lectus, sit amet pellentesque eros velit.

-
- -
- -
-function codeExample() {
-	console.log('This is a code example.');
-}
-
-
- -

Example number 2

-

Some example code here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris lacinia, enim quis interdum accumsan, odio velit ultricies lectus, sit amet pellentesque eros velit venenatis leo. Morbi lacinia tempor metus in viverra.

-
-
- -
-

See it in action

- -

Here you could put a live example if your project happens to be something to do with web development, or maybe you could insert some images.

-
-
- - - - - + + Application Fullscreener + + + + + + + + + + + +
+
+
+
+
+

Application's Fullscreener

+
+
+ +
+
+
+

What is it?

+ +

Application's Fullscreener is a set of small + tools + for Maemo4.x + created to send an emulated fullscreen hardware key stroke + to a GUI application by its name.

+ +

The main tool makes use of + the Gtk+ cross-platform + widget toolkit.

+
+ + +
+ +
+

Installing

+ +

The easiet way of installing Application's + Fullscreener is by clicking on + upper's "Install" + button or through its entry + in Maemo + Downloads.

+
+ +
+

Features

+ +

Application's Fullscreener brings two main tools:

+
    +
  • gtk_fullscreen_process: This + application identifies a XWindow ID by its + process PID and sends a XKeyEvent which + emulates the stroke of the hardware key in + the N8x0 devices + for un/fullscreening the foreground application.
  • + +
  • g_launch_and_fullscreen: This + application spawns a process by its name and also + a gtk_fullscreen_process which will try to + fullscreen a windows owned by the first process after some + seconds. Also, it will not return until the first process is + dead and will pass the SIGHUP signal when needed to + the first spawn process.
    This makes it quite suitable to + its usage with a watchdog + like dsme.
  • +
+
+ +
+

Usage

+ +
+ +
+~ $ gtk_fullscreen_process skype
+            
+
+ +

gtk_fullscreen_process example

+

From the command line, this example will send a + fullscreen hardkey event to a running Skype + instance.

+
+ +
+ +
+~ $ g_launch_and_fullscreen skype
+            
+
+ +

g_launch_and_fullscreen example

+

From the command line, this example will launch a + new Skype instance and send a fullscreen hardkey + event to it after some seconds.

+
+
+ +
+

In action:

+ +

Application's Fullscreener is used + by Automatic Skype Launcher to actually + launch and fullscreen Skype.

+
+ +
+

The code:

+ +

Application's Fullscreener is hosted + in Maemo's Garage and its code is licensed + as LGPL 2.1 and hosted + in Gitorious. Fork and contribute at + will!

+
+ +
+

Get support:

+ +

Please, feel free to send me an email + to postmaster at + andresgomez.org for reporting any issues you might + find.

+
+
+ + + + +