Input

book: Create a structured PDF document with headings, chapters, etc.
webpage: Specifies that the HTML sources are unstructured (plain web pages.) A page break is inserted between each file or URL in the output.
continuous: Specifies that the HTML sources are unstructured (plain web pages.) No page breaks are inserted between each file or URL in the output.
Title of the document for the front page.
Extract the first heading of the document and use it as title. If checked the title field has no effect.
The title image or HTML page. These file has to be an attachments!
Specify document version to be displayed on the title page.
Intellectual property owner of this document.
Copyright notice for this document.
Information about who and when modified the document are applied at the end.

Output

Specifies the output format.
Grayscale document  Title page
Compression :   JPEG big images 

Pagina

 
User defined page size 
Choose one of the predefined standard sizes or select user defined.
Specifies the page size using a standard name or in points (no suffix or ##x##pt), inches (##x##in), centimeters (##x##cm), or millimeters (##x##mm).
Set the target browser width in pixels (400-1200). This determines the page scaling of images.
   2-Sided   Landscape
   
   
   
Specifies the margin size using points (no suffix or ##x##pt), inches (##x##in), centimeters (##x##cm), or millimeters (##x##mm). Keep empty for default value.
Left
Middle
Right
Sets the page header to use on body pages.
Left
Middle
Right
Sets the page footer to use on body pages.

Indice

Sets the number of levels in the table-of-contents. Empty for unlimited levels.
   Numbered headings Check to number all of the headings in the document.
Sets the title for the table-of-contents. Empty for default title.
Left
Middle
Right
Sets the page header to use on table-of-contents pages.
Left
Middle
Right
Sets the page footer to use on table-of-contents pages.

Colors

Enter the HTML color for the body (background).
Enter the image file for the body (background). These file has to be an attachments!
Enter the HTML color for the text.
Sets the color of links.
Enables generation of links in PDF files.

Fonts

Set the default size of text.
Set the spacing between lines of text.
Choose the default typeface (font) of text.
Choose the default typeface (font) of headings.
Set the size of header and footer text.
Choose the font for header and footer text.
Change the encoding of the text in document.
Check to embed font in the output file.

PDF

Controls the initial viewing mode for the document.
Document: Displays only the docuemnt pages.
Outline: Display the table-of-contents outline as well as the document pages.
Full-screen: Displays pages on the whole screen; this mode is used primarily for presentations.
Controls the initial layout of document pages on the screen.
Single: Displays a single page at a time.
One column: Displays a single column of pages at a time.
Two column left/right: Display two columns of pages at a time; the first page is displayed in the left or right column as selected.
Choose the initial page that will be shown.

Security

Check to number all of the headings in the document.
 Versione stampabile   Modify
 Copy   Annotate
Specifies the document permissions.
Specifies the user password to restrict viewing permissions on this PDF document. Empty for no encryption.
Specifies the owner password to control who can change document permissions etc. If this field is left blank, a random 32-character password is generated so that no one can change the document.

Expert

Specify language to use for date and time format.
Shrink code blocks on page.
Show line numbers for code blocks.
Make spaces visable by dots (·) instead of white spaces.
Make line breaks visable by a extra character (¶) at the end.
Enable this feature if you searching for problems or intent to report a bug report

About

Version 2.4.2 (MoinMoin 1.9.7)


MoinMoin - Generate PDF document using HTMLDOC

This action script generate PDF documents from a Wiki site using
the HTMLDOC (http://www.htmldoc.org) software packages which has
to be preinstalled first.

Copy this script in your's MoinMoin action script plugin directory.

Thanks goes to Pascal Bauermeister who initiated the implementaion.
Lot of things changes since then but the idear using HTMLDOC is the
main concept of this implementation.

Please visit the homepage for further informations:
http://moinmo.in/ActionMarket/PdfAction

@copyright: (C) 2006 Pascal Bauermeister
@copyright: (C) 2006-2010 Raphael Bossek <raphael.bossek@solutions4linux.de>
@license: GNU GPL, see COPYING for details

       

Italiano English
Modifica History Actions

UbiquitiNanostation5

Ubiquiti Nanostation 5

Datasheet completo e pagina prodotto (versione archiviata).

  • Processore: Atheros (AR2313) @ 180Mhz

  • RAM: 16Mb

  • Flash: 4Mb

  • Altro: antenna incorporata, attacco antenna esterna (RP-SMA), power over ethernet incluso, alimentatore incluso, cavi non inclusi

  • Prezzo: fuori produzione, si trova solo usata anche sotto i 50€

  • Di fabbrica (AirOS):
    • IP: 192.168.1.20
    • username: ubnt
    • password: ubnt
  • Nanostation 5 = 5 Ghz (802.11a) [Nanostation 2 = 2.4 Ghz (802.11b/g)]

Flashare con OpenWrt

* prendere il file openwrt-atheros-ubnt5-squashfs.bin da http://download.openwrt.org (che sia più recente di Agosto 2009)

* Sul PC, impostare l'IP dell'interfaccia collegata alla Nanostation ad un ip della classe 192.168.1.0/24

  • Staccare il cavo ethernet/alimentazione dalla Nanostation, tenere premuto il pulsante reset (con un cacciavite, per esempio) e riattaccare il cavo continuando a tenere premuto reset per circa 8-10 secondi. I led della Nanostation cominciano a lampeggiare alternando tra rosso e giallo
  • Pingare 192.168.1.20 ed attendere una risposta

$ ping 192.168.1.20
PING 192.168.1.20 (192.168.1.20) 56(84) bytes of data.
64 bytes from 192.168.1.20: icmp_seq=1 ttl=64 time=0.499 ms
64 bytes from 192.168.1.20: icmp_seq=2 ttl=64 time=0.637 ms
64 bytes from 192.168.1.20: icmp_seq=3 ttl=64 time=1.55 ms
64 bytes from 192.168.1.20: icmp_seq=4 ttl=64 time=0.321 ms
64 bytes from 192.168.1.20: icmp_seq=5 ttl=64 time=0.412 ms
^C
--- 192.168.1.20 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4002ms
rtt min/avg/max/mdev = 0.321/0.683/1.550/0.446 ms
  • Utilizzare tftp per flashare l'immagine

$ tftp 192.168.1.20
tftp> verbose
Verbose mode on.
tftp> bin
mode set to octet
tftp> put openwrt-atheros-ubnt5-squashfs.bin      
putting openwrt-atheros-ubnt5-squashfs.bin to 192.168.1.20:openwrt-atheros-ubnt5-squashfs.bin [octet]
Sent 2687384 bytes in 7.4 seconds [2912104 bit/s]
  • Dopo aver aspettato circa 5 minuti la vostra Nanostation risponderà sull'IP 192.168.1.1 (come per default di OpenWRT).
  • Buona smanettata...

Immagini AirOs

http://ubnt.masolusi.com/download/firmware/IEEE802.11%20abg%20Solutions/NanoStation5/

Vlan su AirOs

https://docs.google.com/document/d/1_hsBKzssv__ik9H9ZtjPgYwW3GvIhmWgbQvSoAyogTw/edit?usp=sharing Grazie @Lipos - HackLab CS per la guida

Vecchia procedura per Flashare con OpenWrt

questa procedura non serve più, è lasciata per memoria storica!

Questa procedura dovrebbe funzionare sia con la Nanostation2 che con la Nanostation5

  • Scaricare un'immagine di openwrt con il filesystem jffs2 a 64k per la piattaforma atheros(come ad esempio openwrt-atheros-ubnt[2][5]-jffs2-64k.bin).
  • Scaricare l'utility mkfwimage-1.2 messa a disposizione sul sito di ubiquiti (http://www.ubnt.com/downloads/mkfwimage-1.2.tar.gz)

  • Compilare con un semplice make (ATTENZIONE al momento della stesura di questo tutorial nei sorgenti manca la dichiarazione del define PATH_MAX che dovrebbe essere la lunghezza della stringa del path in cui si vuole mettere la copia del firmware preparato)

aggiungete un #define PATH_MAX 256 al file fw.h

oppure semplicemente digitate

make CFLAGS="-DPATH_MAX=256"
  • Finita la compilazione si troveranno due utility nella directory src: mkfwimage e fwsplit
  • A questo punto, occorre prima utilizzare fwsplit per suddividere il firmware nel kernel e nel rootfs corrispondenti.

$ fwsplit openwrt-atheros-ubnt5-jffs2-64k.bin

e si otterranno tre file:

  • XS5.ar2313.OpenWRT.txt
  • XS5.ar2313.OpenWRT.kernel
  • XS5.ar2313.OpenWRT.rootfs

Dentro il file .txt ci sono i riferimenti alle locazioni di memoria delle parti del firmware (kernel e rootfs).

  • A questo punto occorre ricostruire il nuovo firmware da flashare sulla ubiquiti utilizzando il tool mkfwimage.

$ ./mkfwimage -i XS5.ar2313.OpenWRT.txt -v NS5.ar2313.OpenWRT.<nome che volete> -o NS5.ar2313.OpenWRT.<nome che volete>.bin
  • Ora troverete un file del firmware pronto per essere flashato via tftp sulla Nanostation che si chiama: NS5.ar2313.OpenWRT.<nome che volete>.bin

Una cosa importante è che il nome della versione cominci per NS2.ar2313 (nel caso della Nanostation2) o NS5.ar2313 (nel caso della Nanostation5). Nel caso che la versione di AirOS sia precedente alla versione 3.x, potete utilizzate l'interfaccia web per aggiornare il firmware (in questo caso viene presentato un avviso di warning), altrimenti, se AirOS montato sulla vosta ubiquiti è superiore alla versione 3.x, bisognerà utilizzare il tftp per caricare il nuovo firmware.

  • Sul PC, impostare l'IP dell'interfaccia collegata alla Nanostation ad un ip della classe 192.168.1.0/24
  • Staccare il cavo ethernet/alimentazione dalla Nanostation, tenere premuto il pulsante reset (con un cacciavite, per esempio) e riattaccare il cavo continuando a tenere premuto reset per circa 8-10 secondi. I led della Nanostation cominciano a lampeggiare alternando tra rosso e giallo
  • Pingare 192.168.1.20 ed attendere una risposta

$ ping 192.168.1.20
PING 192.168.1.20 (192.168.1.20) 56(84) bytes of data.
64 bytes from 192.168.1.20: icmp_seq=1 ttl=64 time=0.499 ms
64 bytes from 192.168.1.20: icmp_seq=2 ttl=64 time=0.637 ms
64 bytes from 192.168.1.20: icmp_seq=3 ttl=64 time=1.55 ms
64 bytes from 192.168.1.20: icmp_seq=4 ttl=64 time=0.321 ms
64 bytes from 192.168.1.20: icmp_seq=5 ttl=64 time=0.412 ms
^C
--- 192.168.1.20 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4002ms
rtt min/avg/max/mdev = 0.321/0.683/1.550/0.446 ms
  • Utilizzare tftp per flashare l'immagine

$ tftp 192.168.1.20
tftp> verbose
Verbose mode on.
tftp> bin
mode set to octet
tftp> put NS5.ar2313.OpenWRT.mio.bin        
putting NS5.ar2313.OpenWRT.mio.bin to 192.168.1.20:NS5.ar2313.OpenWRT.mio.bin [octet]
Sent 2687384 bytes in 7.4 seconds [2912104 bit/s]
  • Dopo aver aspettato circa 15 minuti la vostra Nanostation risponderà sull'IP 192.168.1.1 (come per default di OpenWRT).
  • Buona smanettata...
  • Sembra che per accedere alla cli di Redboot occorra mandare una stringa di break in questo modo:

$ echo -e "\0377\0364\0377\0375\0006" > break
$ nc -vvv 192.168.1.20 9000 < break ; telnet 192.168.1.20 9000

Immagini OpenWrt