Skip to content

Commit

Permalink
aktualisiert
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaddade committed May 22, 2013
1 parent 80d0854 commit 3620ea3
Showing 1 changed file with 74 additions and 78 deletions.
152 changes: 74 additions & 78 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,133 +2,129 @@
Watson
================================================================================

Stellt eine globale Suche bereit, an der sich andere AddOns andocken können.
Ein Suchagent für REDAXO 4.5+

Zum Bspl. dockt sich das **[watson_core](https://github.com/tbaddade/redaxo_watson/blob/master/README.md#watson_core)** Plugin mit einer Artikel-, Modul- und Templatesuche an.
Watson spart Zeit bei der Suche nach Artikeln, Modulen, Templates, Benutzer und Dateien und … im REDAXO Backend.


### Siehe auch

Voraussetzungen
--------------------------------------------------------------------------------

* **REDAXO** 4.5
* **PHP:** 5.3


### Download
http://www.redaxo.org/de/download/addons/?addon_id=1097

Installation
--------------------------------------------------------------------------------

* Ordner **redaxo_watson** in **watson** umbenennen
* AddOn installieren und aktivieren
* Plugins installieren und aktivieren


### Voraussetzungen

* **REDAXO** 4.5
* **PHP:** 5.3

Hotkeys
--------------------------------------------------------------------------------


### Watson öffnen:
### Installation

* **ctrl + space** (um im Firefox das Contextmenü zu vermeiden, **ctrl + alt + space** drücken)
* **ctrl + alt + space**
* **ctrl + cmd + space**
* Ordner **redaxo_watson** in **watson** umbenennen
* AddOn installieren und aktivieren
* Plugins installieren und aktivieren


### Quick look:

* **rechter Cursor**
### Bugtracker
https://github.com/tbaddade/redaxo_watson/issues



Keywords
Benutzung
--------------------------------------------------------------------------------

Sind Keywords registriert, wird die Suche entsprechend eingegrenzt.

Gibt man ein Keyword und nachfolgend ein **+** ein, gelangt man in den Add-Modus der angegebenen Url.
### Watson

* **öffnen**
* ctrl + space (um im Firefox das Contextmenü zu vermeiden, **ctrl + alt + space** drücken)
* ctrl + alt + space
* ctrl + cmd + space
* **schließen**
* ESC
* ctrl + space
* ctrl + alt + space
* ctrl + cmd + space


Plugins
--------------------------------------------------------------------------------

### watson_core

#### Suchen
### Quick look

* Artikel (Keywords: a+; c+; on; off); um eine(n) Kategorie/Arikel anzulegen, muss man sich in der Struktur befinden
* Medien (Keywords: m, m+; f, f+)
* Module (Keyword: m, m+)
* Templates (Keyword: t, t+)
* Benutzer (Keyword: u+)
* **öffnen**
* Cursortaste rechts
* **schließen**
* Cursortaste links
* Cursortaste oben
* Cursortaste unten


#### Kommandos

* start :: zur Startseite im Backend
* home :: zur Startseite im Frontend
* logout :: REDAXO logout

### Keywords

***
Sind Keywords registriert, wird die Suche entsprechend eingegrenzt.<br />

`t text` :: **t** grenzt die Suche auf Templates ein

### watson_calculator
#### Add-Modus

Ein einfacher Rechner (Keyword: =)
Gibt man ein Keyword und nachfolgend ein **+** ein, gelangt man in den Add-Modus (hinzufügen/anlegen) der angegebenen Url.<br />

#### Konstanten
`t+ Neues Template` :: **t+** wird ein neues Template mit dem Namen "Neues Template" anlegen

* Pi (Kreiszahl π), 3.141592653589793
* G (Gravitationskonstante), 6.67384E-11

#### Beispiele
### Kommandos

##### Allgemein
Ein Kommando ist ein Keyword ohne weitere Texteingabe und löst bei **enter** eine Aktion aus.<br />

| Eingabe | Ergebnis |
|:--------------------------|--------------:|
| 2+4 | 6 |
| 2+4*6 | 26 |
| 2+4*6/8 | 5 |
| Pi*2 | 6,28318530718 |
| G*5.9736E+24/6.371E+6^2 | 9,82192737896 |
`logout` :: hierdurch wird man vom REDAXO Backend ausgeloggt


##### Prozent

| Eingabe | Ergebnis |
|:--------------------------|--------------:|
| 20 von 200 | 40 |
| 20% von 200 | 40 |
Plugins
--------------------------------------------------------------------------------

### watson_core

##### Umsatzsteuer
* **Suchen**
* **Artikel**<br />
a+; c+; on; off - um eine(n) Kategorie/Arikel anzulegen, muss man sich in der Struktur befinden
* **Medien**<br />
m, m+; f, f+
* **Module**<br />
m, m+
* **Templates**<br />
t, t+
* **Benutzer**<br />
u+
* **Kommandos**
* **start**<br />
zur Startseite im Backend
* **home**<br />
zur Startseite im Frontend
* **logout**<br />
REDAXO logout

| Eingabe | Ergebnis |
|:--------------------------|--------------:|
| brutto 200 | 238 |
| brutto 100+100 | 238 |
| brutto 7 200 | 214 |
| brutto 7 100+100 | 214 |
| netto 238 | 200 |
| netto 138+100 | 200 |
| netto 7 214 | 200 |
| netto 7 114+100 | 200 |
| ust 238 | 38 |
| ust 138+100 | 38 |
| ust 7 214 | 14 |
| ust 7 114+100 | 14 |


Screenshots
--------------------------------------------------------------------------------

### Watson
![Watson](http://blumbeet.com/screens/github/watson/2013-04-22-14-01-49.png)
### watson_calculator

### Quick look
![Watson](http://blumbeet.com/screens/github/watson/2013-04-22-14-03-23.png)
Ein einfacher Rechner

* **Keywords**<br />
*abhängig von der Backendsprache*
* =
* brutto / gross
* netto / net
* ust / vat
* **Konstanten**
* Pi (Kreiszahl π), 3.141592653589793
* G (Gravitationskonstante), 6.67384E-11

0 comments on commit 3620ea3

Please sign in to comment.